body{
    background-color: #f2f3f5;
}
.title{
    height: 500px;
    /* padding-top: 60px; */
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
    background-color: #fff;
}
.contt_lunbo{
	height: 350px;
	width: 100%;
    position: relative;
    margin-top: 19px;
}
.lunbo_left{
	position: absolute;
	left: 20px;
	top: 45%;
	cursor: pointer;
	z-index: 1;
	display: none;
}
.lunbo_right{
	position: absolute;	
	right: 20px;
	top: 45%;	
	cursor: pointer;
	z-index: 1;	
	display: none;
}
.lunbo_button{
	position: absolute;
	left: 44%;
	bottom: 18px;
	z-index: 1;
}
.lunbo_button li{
	float: left;
	width: 50px;
	height: 3px;
	background-color: #6c6976;
	z-index: 100;
	margin-left: 8px;
	cursor: pointer;
}
.lunbo_button > .active{
	background-color: #cecdd2 ;
}
.lunbo1{
	width:100%;
	height:100%;
	overflow: hidden;
    /* background: url("/Public/index/img/banner2-hs.jpg") no-repeat; */
	/* background-size:cover; */
	position: relative;
}
.lunbo_img{
	height: 100%;
	width: 500%;
	position: absolute;
	top: 0;
	left: -100%;
}
.lunbo_img>img{
	height: 100%;
	width: 20%;
}
.cont_title{
    text-align: center;
    color: #b8b8b8;
    font-size: 16px;
    padding: 18px 0 18px 0;
    position: absolute;
    bottom: 0;
    left: 44%;
}
.cont_title > .active{
    color: #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
}
.cont_title > span{
    cursor: pointer;
}
.renewal{
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    /* padding-top: 50px; */
    min-width: 1150px;
    max-width: 1600px;
    padding: 0 45px;
    
    box-sizing: border-box;
    overflow-y: hidden;
    /* background-color: #f2f3f5; */
}
.cont1{
    width: 100%;
    padding-top: 40px;
}
.cont2{
    background-color: #f2f3f5;
    width: 100%;
    padding-top: 40px;
}
.c_cont{
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden;    */
    min-width: 1200px;
}
.ccont_left{
    float: left;
    width: 74.35%;
    background-color: #fff;
}
.ccont_right{
    float: right;
    width: 23.37%;
}
.ccl_title{
    overflow: hidden;
}
.ccl_title > span{
    float: left;
    height: 34px;
    width: 72px;
    border: 1px solid #e6e7e8;
    text-align: center;
    line-height: 34px;  
    font-size: 14px;
    color: #4f4f4f;
    margin-top: 24px;
    margin-bottom: 8px;
    cursor: pointer;
}
.ccl_title > .active{
    color: #ffb604;
    border: 2px solid #ffb604;
}
.cclc_body{
    height: 260px;
    padding: 32px 0 32px 0;
    margin: 0 32px 0 32px;
    border-bottom: 1px solid #f2f3f5;
}
.cclcb_img{
    float: left;
    height: 195px;
    position: relative;
    width: 30.28%;
    color: #ffffff;
    font-size: 12px;
    overflow: hidden;
}


@media (min-width: 1680px) {
    /* .renewal{
        padding-bottom: 20px; 
    } */
}
@media (max-width: 1680px) {
    .cclcb_img{
        height: 190px;
    }
    .cclc_body{
        height: 245px;
    }
    .cr_logo{
        /* height: 300px !important; */
    }
   
}
@media (max-width: 1600px)  {
    .cclcb_img{
        height: 170px;
    }
    .cclc_body{
        height: 235px;
    }
    .cr_logo{
        /* height: 290px !important; */
    }
}
@media (max-width: 1440px)  {
    .cclcb_img{
        height: 160px;
    }
    .cclc_body{
        height: 225px;
    }
    .cr_logo{
        /* height: 270px !important; */
    }
}
@media (max-width: 1360px)  {
    .cclcb_img{
        height: 150px;
    }
    .cclc_body{
        height: 215px;
    }
    .cr_logo{
        /* height: 270px !important; */
    }
}
@media (max-width: 1280px) {
    .cclcb_img{
        height: 140px;
    }
    .cclc_body{
        height: 205px;
    }
    .cr_logo{
        /* height: 270px !important; */
    }
    .cclcbm_title{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
.cclcbi_img{
    height: 100%;
    width: 100%;
    transition: all 2.5s;  
}
.cclcbi_img:hover{
    transform: scale(1.09); 
}
.cclcb_time{
    position: absolute;
    bottom: 12px;
    left: 13px;
}
.cclcb_title{
    position: absolute;
    bottom: 12px;
    right: 10px;
}
.cclcb_message{
    float: right;
    width: 69.72%;
    height: 100%;
    padding-left: 22px;
    position: relative;
}
.cclcbm_title{
    color: #1f1f1f;
    font-size: 21px;
    font-weight: bold;
}
.cclcbm_sign{
    width: 38px;
    height: 20px;
    color: #FFF;
    background-color: #f2c81d;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 10px;
}
.cclcbm_cont{
    color: #7b7b7b;
    font-size: 16px;
    margin-top: 22px;
}
.cclcbm_bottom{
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #b8b8b8;
    width: 100%;
}
.cclcbmb_img{
    float: left;
    height: 20px;
    width: 20px;
}
.cclcbmb_button{
    float: left;
    margin-right: 20px;
}
.cr_logo{
    width: 100%;
    /* height: 305px; */
    padding: 16px;
    background-color: #fff;
}
.cct_title{
    background-color: #fff;
    padding: 30px 24px 0 24px;
}
.cctt_cont{
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f3f5;
}
.cctt_body{
    font-size: 14px;
    /* overflow: hidden; */
}
.ccttb_title{
    float: left;
    margin-right: 50px;
    color: #b8b8b8;
    line-height: 25px;    
}
.ccttb_cont{
    overflow: hidden;
    color: #252525;
    line-height: 25px;
}
.ccttb_cont > li{
    float: left;
    margin-right: 50px;
}
.ccttb_cont > .active >a{
    color: #ffbb29 !important;
}
.cctt_sign{
    height: 48px;
    line-height: 48px;
}
.cctt_sign > span{
    color: #b8b8b8;
    cursor: pointer;
}
.cctt_sign > .active >a{
    color: #ffbb29;
}
.updateddc_body{
    position: relative;
	width: 20%;
	height: 221px;
	/* background-color: #fff; */
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
@media screen and (max-width: 1600px) {
    .updateddc_body {
    	width: 25%;
        
    }
}
.updatedd_cont1{
    margin-left: -10px;
    margin-right: -10px;
    /* height: 735px; */
    height: 745px;
    /* overflow: hidden; */
    height: 1224px !important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.updateddc_body:hover{
	box-shadow: 0px 6px 10px rgb(32, 32, 32,0.1);
}
.amleft_body:hover{
	box-shadow: 0px 6px 10px rgb(32, 32, 32,0.1);	
}
.goodc_body:hover{
	box-shadow: 0px 6px 10px rgb(32, 32, 32,0.1);		
}

.updateddc_img{
	width:100%;
	height: 175px;
    position: relative;
    overflow: hidden;
	display: flex;
	justify-content: center;
}
.upimg_rank{
	color: #fff;
	text-align: center;
	line-height:18px;
	height: 18px;
	width: 34px;
	background-color: #f2c81d;
	border-radius: 2px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.upimg_shoutui{
	position: absolute;
	top: 5px;
	right: 10px;
}
.upimg_time{
	position: absolute;
	left: 12px;
	bottom: 11px;
	color: #FFF;
}
.upimg_gg{
	position: absolute;
    right: 9px;
    bottom: 11px;
	color: #FFF;
}
.updateddc_cont{
    padding-top: 8px;	
    padding-left: 12px;	
    padding-bottom: 11px;
    background-color: #fff;
    height: 57px;
    /* overflow: hidden; */
}
.upimg_popup{
	width: 100%;
	height: 100%;
	background-color: #252525;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.upimg_popup1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.upimgp_cont{
    width: 90%;
    height: 50%;
	color: #FFF;
	opacity: 1;
	font-size: 12px;
	margin-top: 17px;
    margin-left: 12px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 5; /** 显示的行数 **/
}
.upimgpc_time{
	color: #FFF;
	position: absolute;
	left: 12px;
	bottom: 11px;
}
.updateddc_name{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 90%;
	color: #404040;
	font-size: 12px;
	font-weight: bold;
	/* margin-left: 12px; */
	/* margin-top: 8px; */
}
.updateddc_name:hover{
    color: #ffa200;
}
.updateddcn_gs{
    margin-left: 3px;
    width: 100px;
    height: 16px;
    line-height: 16px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    white-space: nowrap;
    float: left;
}
.updateddcn_gs:hover{
    color: #ffa200;
}
.updateddc_classify{
	color: #a6a6a6;
	font-size: 12px;
	/* margin-left: 12px; */
	margin-top: 5px;
}
.cct_cont > .top{
	margin-left: 0 !important;
}
.cct_cont1 > .top{
	margin-left: 0 !important;
}
.updateddcn_img{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    float: left;
}

.big_title{
    /* position: relative; */
    cursor: pointer;
}
.big_title:hover{
    background-color: #f2f3f5;
}
.big_title1{
    cursor: pointer;    
}
.bt_menu{
    /* width: 100%;
    height: 50px;
    line-height: 50px;    
    position: absolute;
    top: 55px;
    left: 0;
    border: 1px solid #e8e9eb;
    background-color: #fff;
    box-shadow:0px 1px 3px rgb(32, 32, 32,0.08  ) ;
    cursor: pointer;
    display: none; */
    margin-left: 55px;
    margin-top: 10px;
}
.before{
    clear: both;
    height: 0;
    content: '';
    visibility: hidden;
    display: block;
}
.small_title{
    /* display: none; */
    position: absolute;
    top: 20px;
    width: 500px;
    z-index: 20;
}
.st_cont{
    display: inline-block;
    margin-left: 24px;
}
.st_cont > a{
    color: #b8b8b8;
}
.st_cont > a:hover{
    background-color: #f2f3f5;
}
.bt_menu > .active > a{
    color: #ffbb29;
}
.paging{
    height: 92px;
    text-align: center;
    background-color: #f2f3f5;
    display:flex;
}
.paging_button{
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 8px;
    color: #a6a6a6;
    background-color: #fff;
    cursor: pointer;
}
.pagging_cont{
    float: left;
    height: 30px;
    width: 230px;
    overflow: hidden;
    position: relative;
}
.pc_move{
    position: absolute;
    left: 0;
}
.paging_C{
    overflow: hidden;
    text-align: center;
    margin-left: 30%;
    align-self:center;
}
.pc_move > .active{
    color: #fff;
    background-color: #ffb603;
}
.mhMore{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f2f3f5;
}
.xxk{
    width: 50%;
    /* height: 52px;
    line-height: 52px; */
    text-align: center;
    float: left;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 16px;
  
    cursor: pointer;
}
.xxk img{
    padding: 0 5px;
    width: 100%;
}

.mhxxk{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.clearfix{
    zoom:1;
}
.erweima{
    margin-top: 15px;
    text-align: center;
}
.erweimaTs{
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 10px;
}