.topimg{
    width: 100%;
    height: 150px;
    position: relative;
}
.topimg_main{
    width: 1200px;
    height: 300px;
    margin: auto;
}
.topimg_bg{
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: auto;
}
.topimg_bg img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.news{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.news_main{
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #fff;
    padding-top: 20px;
}
.news_main_l{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
}
.news_main_ls{
	width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background: #ececec;
    margin-bottom: 20px;
    height: auto;
}
.news_main_l_top{
    background: #e70700;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-indent: 25px;
}
.news_main_l a{
    width: 90%;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 13px;
    padding-left: 5%;
    padding-right: 5%;
    text-indent: 15px;
    border-top: solid 1px #fff;
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.news_main_l a i {
    font-style: normal;
    position: absolute;
    right: 0;
    width: 65px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-indent: 0;
}
.news_main_l a.:hover{
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    color: #d00;
}
.news_main_l a.cur{
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    color: #d00;
}
.news_main_li{
	float: left;
    width: 750px;
    height: 100%;
    padding-left: 20px;
}
.news_main_li_tit{
    width: 100%;
    height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.news_main_li_tit span{
    font-size: 18px;
    color: #000;
    height: 45px;
    float: left;
    line-height: 45px;
}
.news_main_li_tit p{
    height: 45px;
    line-height: 45px;
    float: right;
    color: #acacac;
    font-size: 12px;
}
.news_main_li_tit p a{
    font-size: 12px;
    color: #acacac;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    line-height: 40px;
}


.news_main_li_m{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;	
}
.news_main_li_m a {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.news_main_li_m_l {
    float: left;
    width: 180px;
    height: 110px;
    object-fit: cover;
}

.news_main_li_m_r {
    float: left;
    width: 550px;
    height: 110px;
    padding-left: 20px;
}
.news_main_li_m_r_l{
    float: left;
    width: 180px;
    height: 110px;
    object-fit: cover;	
}
.news_main_li_m_r h1{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
}
.news_main_li_m_r h5{
	line-height: 25px;
    font-size: 13px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_main_li_m_r p{
    font-size: 13px;
    text-align: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #f60;
}