.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;
}

.cp{
	width: 100%;
    height: auto;
    overflow: hidden;
}
.cp_main{
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 80px;
    background: #fff;
    padding-top: 20px;
}
.cp_main_l{
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
}
.cp_main_ls{
	width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background: #E70700;
    margin-bottom: 20px;
    height: auto;
}
.cp_main_l_top{
    width: 80%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10%;
}
.cp_main_l_top b {
    width: 100%;
    height: 45px;
    display: inline-block;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
}
.cp_main_l_top p {
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
}
.cp_main_l a {
    width: 80%;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 13px;
    padding-left: 10%;
    padding-right:10%;
    color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.cp_main_l a i {
    color: #fff;
    font-size: 13px;
    height: 35.37px;
    line-height: 35.37px;
    width: 40px;
    position: absolute;
    right: 10%;
    text-align: right;
    font-style: normal;
}
.cp_main_l a:hover {
color: #fff;
    background: #f4b321;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}
.cp_main_l a.cur {
color: #fff;
    background: #f4b321;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
}

.cp_main_li{
    float: left;
    width: 750px;
    height: 100%;
    padding-left: 20px;
}
.cp_main_r_m_i{
    width: 100%;
    object-fit: cover;
}
.cp_main_r_m_t{
    width: 100%;
    height: auto;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.cp_main_r_tp{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cp_main_r_tp a{
    width: auto;
    display: block;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    float: left;
    margin-right: 20px;
    color: #000;
}
.cp_main_r_tp a.cur{
	color: #e70700;
}
.cp_main_r_tp a:hover{
	color: #e70700;
}

.sy_cp_m{
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sy_cp_m a{
    border: 1px solid #ededed;
    float: left;
    width: 170.5px;
    height: auto;
    overflow: hidden;
    margin-right: 20px;
    margin-top: 20px;
}
.sy_cp_m a:nth-child(4n+4) {
    margin-right: 0%;
}
.sy_cp_m a img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.sy_cp_m a h1{
    width: 90%;
    height: 35px;
    background-image: -webkit-linear-gradient(270deg, #fff 0%, #f0f0f0 50%);
    background-image: linear-gradient(180deg, #fff 0%, #f0f0f0 50%);
    font-size: 13px;
    line-height: 35px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.cp_main_li_no{
	width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.cp_main_li_no p{
	width: auto;
    height: auto;
    overflow: hidden;
    font-size: 12px;
	color: #888;
}
.cp_main_li_no p b{
color: #dd0000;
}
.cp_main_li_no img{
	margin-top: 100px;
    width: 380px;
    height: 100%;
}