.topimg{
    width: 100%;
    height: 150px;
    position: relative;
}
.topimg_main{
    width: 1000px;
    height: 300px;
    margin: auto;
}
.topimg_bg{
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: auto;
}
.topimg_bg img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.abuot{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.abuot_main{
	width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #fff;
    padding-top: 20px;
}
.abuot_main_l{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
}
.abuot_main_ls{
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background: #ececec;
    margin-bottom: 20px;
    height: auto;
}
.abuot_main_l_top{
    background: #e70700;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    text-indent: 25px;
}

.abuot_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;
}
.abuot_main_l a:hover {
background: rgba(255,255,255,0.8);
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    color: #d00;
}
.abuot_main_l a i{
    font-style: normal;
    position: absolute;
    right: 0;
    width: 65px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-indent: 0;
}
.abuot_main_l a.cur{
    color: #d00;
	background: rgba(255, 255, 255, 0.8);
}
.abuot_main_r{
    float: left;
    width: 750px;
    height: 100%;
    padding-left: 20px;
}
.abuot_main_r_tit{
    width: 100%;
    height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.abuot_main_r_tit span{
	font-size: 18px;
    color: #000;
    height: 45px;
    float: left;
    line-height: 45px;
}
.abuot_main_r_tit p{
    height: 45px;
	line-height: 45px;
    float: right;
    color: #acacac;
	font-size: 12px;
}
.abuot_main_r_tit p a{
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    height: 40px;
    line-height: 40px;
	color: #acacac;
}


.abuot_main_r_txt{
    font-size: 15px;
    width: 100%;
    line-height: 32px;
    overflow: hidden;
    padding-top: 20px;
}
.abuot_main_r_txt p{
    width: 98%;
    height: auto;
    overflow: hidden;
    float: left;
    line-height: 30px;
    font-size: 13px;
}
.abuot_main_r_txt img{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.abuot_main_r_li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
}
.abuot_main_r_li a{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}
.abuot_main_r_li_l{
    float: left;
    width: 180px;
    height: 110px;
    object-fit: cover;	
}
.abuot_main_r_li_r{
    float: left;
    width: 550px;
    height: 110px;
    padding-left: 20px;	
}
.abuot_main_r_li_r h1{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-weight: bold;
}
.abuot_main_r_li_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;
}
.abuot_main_r_li_r p{
    font-size: 13px;
    text-align: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #f60;
}