/* Ipone5 适配 */
@media only screen and (max-width: 320px)  {
    .con_l_bot{
        padding: 10px 0 !important;
    }
    .con_l_bot ul li{
        width: 150px !important;
    }
    .con_l_bot .con_l_m_title{
        padding: 0 10px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .mobile_head p:nth-child(2){ /* 1.30 修改内容 */
        display: none;
    }

    .con_l_m_title{
        font-size: 1rem !important;
    }
    .con_l_t_t span h2{
        font-size: 1.2rem !important;
    }
    .con{
        width: 96% !important;
        margin:15% auto 4% auto !important;
        display: block !important;
    }

    .con_left,.con_right{
        width: 100% !important;
        flex: none !important;
    }
    .con_l_m_newslist li{
        height: auto !important;
    }
    .con_l_m_newslist li .con_l_m_img{
        width: 120px !important;
        flex: 0 0 120px !important;
        padding-bottom:25% !important;
    }
    .con_l_m_newslist li .con_l_m_content{
        margin-left: 2% !important;
    }
    .con_l_m_newslist li .con_l_m_content h3{
        font-size: 1rem !important;
    }
    .con_l_m_newslist li .con_l_m_content p,.con_r_news{
        display: none;
    }
    .con_l_bot ul li{
        padding: 10px !important;
        box-sizing: border-box;
    }
    .con_l_bot ul li .con_l_bot_detail p:nth-child(2){
        display: none;
    }
    .con_l_mid,.con_l_bot,.con_l_company,.con_l_top{
        margin-bottom: 20px;
        padding: 10px;
        width: 100%;
        background: rgba(0,0,0,0.02);
        box-sizing: border-box;
        border-radius: 8px;
    }
    .right_bottom{
        right: 2% !important;
        bottom: 10px !important;
    }
    .con_right{
        margin-left:0 !important;
    }
    .con_r_zixun ul li{
        width: 100% !important;
    }
   
    .con_l_m_t_more{
        padding-top: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .con{
        margin:6% auto 4% auto !important;
    }
    .con_l_m_newslist li .con_l_m_img{
        padding-bottom: 12% !important;
    }
}

.non {
    display: none;
}

/*<!---mobile_head   ----->*/




.con{
    margin:0 auto;
    width: 1200px;
    display: flex;
}
.con_left{
    flex: 0 0 790px;
    width: 790px;
}



.con_l_mid{
    margin-top: 40px;
    width: 100%;
}
.con_l_m_title{
    font-size: 20px;
    font-weight: bold;
}
.con_l_m_t_more{
    float:right;
    font-size: 16px;
    padding-top: 3px;
}
.con_l_m_title span a,.con_l_m_t_more a{
    color:rgb(0,124,200);
}
.con_l_m_newslist{
    width: 100%; 
    margin-bottom: 10px;
    
}
.con_l_m_newslist li{
    padding:20px 0;
    width: 100%;
    height: 150px;
    display: flex;
    border-bottom: 1px solid #ccc;
}
.con_l_m_newslist li .con_l_m_img{
    position: relative;
    height: 0;
    overflow: hidden;
    margin:0;
    padding-bottom: 19%;
    flex: 0 0 200px;
    width: 200px;
}
.con_l_m_newslist li .con_l_m_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit:cover;
    overflow: hidden;
    transition: all .5s ease-out;

}
.con_l_m_newslist li .con_l_m_img img:hover{
    transform: scale(1.1);
}
.con_l_m_newslist li .con_l_m_content{
    width: 100%;
    position: relative;
    padding: 5px 0;
    margin-left:20px;
    flex: 1;
    overflow: hidden;
}
/*
.con_l_m_page{
    width: 100%;
    height: 30px;
    border:1px solid #d42223;
    text-align: center;
}*/
.con_l_m_content h3{
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.con_l_m_content h3 a{
    color: #111;
}
.con_l_m_content p{
    margin-top: 10px;   
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.con_l_m_content p a{
    color: #777;
}
.con_l_m_content div{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #999;
}
.con_l_m_content div span{
    padding-left: 10px;
}
.con_l_m_content div span:first-child{
    padding-left: 0;
}
.con_l_bot{
    margin-top:40px;
    width: 100%;
}

.con_l_bot ul{
    margin-top: 10px;
    padding-bottom: 30px;
    width: 100%;
    display:flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.con_l_bot ul li{
    margin-top: 10px;
    padding:10px 13px;
    width: 360px;
    border: 1px solid #ccc;
}
.con_l_bot ul li .con_l_bot_img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    margin:0;
    overflow: hidden;
    

}
.con_l_bot ul li .con_l_bot_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    transition: all .5s ease-out;
    object-fit: cover
}
.con_l_bot ul li .con_l_bot_img img:hover{
    transform: scale(1.1);
}
.con_l_bot ul li .con_l_bot_detail{
    width: 100%;
}
.con_l_bot ul li .con_l_bot_detail p{
    font-size: 16px;  
    padding: 0 5px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.con_l_bot ul li .con_l_bot_detail p a{
    color: #111;
}
.con_l_bot ul li .con_l_bot_detail p:nth-child(2) a{
    color: #555;
}
.con_l_bot ul li .con_l_bot_detail p:last-child{
    font-size: 12px;
    
}
.con_l_bot ul li .con_l_bot_detail p:last-child a{
    color: #d42223;
    display: inline-block;
    float: right;
}

.con_l_company,.con_l_mid,.con_l_bot{
    position: relative;
    left: 0;
    top: 0;
}
.right_bottom{
    position: absolute;
    right: 0%;
    bottom: 0px;
}


.con_right{
    margin-top: 30px;
    margin-left:50px;
    flex:1;
}
.con_r_common{
    margin-bottom:20px;
    padding: 10px;
    width: 100%;
    background: rgba(0,0,0,0.02);
    box-sizing: border-box;
}
.border_left{
    padding-left: 10px;
    border-left: 5px solid #d42223;
}
.con_r_news ul{
    margin-top: 10px;  
    width: 100%;
}
.con_r_news ul li{
    display: flex;
    padding:10px 0;
    border-bottom: 1px solid #ccc;
}
.con_r_news ul li div{
    position: relative;
    flex: 0 0 120px;
    width: 120px;
    height: 0;
    padding-bottom: 25%;
    margin:0;
    overflow: hidden;
}
.con_r_news ul li div img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all .5s ease-out;
}
.con_r_news ul li div img:hover{
    transform: scale(1.1);
}

.con_r_news ul li p{
    flex: 1;
    margin-left: 10px;
    font-size: 16px;
    line-height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.con_r_follow{
    width: 100%;
}
.con_r_follow img{
    width: 100%;
}
.con_r_zixun{
    width:100%;
}
.con_r_zixun ul{
    margin-top: 10px;
    width: 100%;
}
.con_r_zixun ul li{
    padding: 10px 0;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 340px;
}








