/*通用类*/
.head_zt{
	position: relative;
	
}
.head_zt img.head_zt_bg{
	display: block;
	width:100%;
	height: auto;
}
.topbox{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom:10px;
}
.flex-center{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topbox .tops{width:700px;color: #ffffff;}
.topbox .tops .swiper-container{
	width: 660px;
}
.topbox .tops .content_box{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}


.content_box .zc1{width: 16px;color: #ffffff;font-size: 16px;
	margin-right: 15px;
}
.content_box .bdate{margin-right: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.content_box .bdate .years{margin-right: 15px;text-align: center;margin-bottom: 10px;}
.content_box .bdate .month{margin-right: 15px;text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.content_box .dadas{margin-right: 15px;
	width: 90px;
	height: 90px;
	background: #ffffff;
	border-radius: 10px;
	text-align: center;
	line-height: 90px;
	color: #000;
	font-size: 26px;
}
.content_box .btlist{
	width:320px;
	height: 70px;
	background: url(../images/lbbg.png) no-repeat left center;
	background-size: 100% 100%;	
	padding:10px 15px;
}
.content_box .btlist ul {
	height:70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_box .btlist ul li{
	padding-left: 10px;
	position: relative;
}
.content_box .btlist ul li::after{
	display: none;
	content:'';
	position: absolute;
	left: 10px;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 25px;
	background: #000000;
}
.content_box .btlist ul li a{color: #000000;font-size: 18px;}
.tops .cbtn{
	width:10px;
	height: 90px;
	position: absolute;
	cursor: pointer;
	z-index: 99999;
}
.tops .my-prev{
	background: url(../images/left_arw.png) no-repeat left center;
	background-size:10px 90px;
	left:0px;bottom: 0;
	cursor: pointer;
}
.tops .my-next{
	background: url(../images/right_arw.png) no-repeat left center;
	background-size:10px 90px;
	right:10px;bottom: 0;
	cursor: pointer;
}


.topewm{width: 390px;}
.topewm img{
	display: block;
}


.mian_in{
	width: 100%;
	background: url(../images/bj.jpg) no-repeat left top rgba(255,255,255,0.8);
	background-size: 100% auto;
}

.mian_in .wrapin{
	background: rgba(255,255,255,0.8);
	padding-top: 30px;
}

.top_news_block{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top_news_block .hbanner1{
	width:600px;
}
.in_right{
	width: 530px;
	padding:0px 20px;
}
.rtitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	
}
.rtitle span{font-size: 26px;color: #e71b24;
	border-left: 5px solid #e71b24;
	padding-left: 20px;
	font-family: '微软雅黑';
}
.ttt2{
	padding-left: 10px;
	width: 100%;
	height: 80px;
}
.rtitle a{
	color: #c30801;
	font-size: 16px;
}
.in_right h1{
	color: #000000;
	font-size: 20px;
	margin-bottom: 10px;
}
.in_right p{
	color: #333333;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
	text-justify: auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.in_right p a{
	color: #c30801;
}
.in_right ul li{
	/* width: 100%; */
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 16px;
	color: #333333;
	border-bottom: 3px solid #ebebeb;
	padding: 16px 0px;
	padding-left: 10px;
	position: relative;
	line-height: 1.5;
}
.in_right ul li::after{
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	background: #c30801;
	position: absolute;
	left: 0;
	top: 20px;
}
.in_right ul li a{
	width: 70%;
	color: #666666;
	font-size:16px;
}
.in_right ul li span{
	color: #666666;
	font-size: 14px;
}
.in_right ul li:hover a{
	color: #c30801;
	transition: all 0.1s ease;
}

.in_item{margin-top: 20px;}
.in_tttttt{position: relative;margin: 10px 0px;
	background: url(../images/tbg.png) repeat-x left 38px;
	background-size: 4px 15px;
}
.in_tttttt img{display: block;
	margin: 0 auto;
}
.in_tttttt a{position: absolute;
	right: 60px;
	top: 34px;
	background: #ffffff;
	color: #f19b9e;
	padding: 2px;
}
.in_item_content{}
.in_item_content.dbjg{
	min-height: 500px;
	background: url(../images/ldbg.png) no-repeat center center;
	background-size: cover;
	padding: 50px 0px 0px;
}
.in_item_content.dbjg .ldbg{
	display: block;
	margin: 0 auto;
	max-width: 90%;
}


.in_item_content.mtjj{
	display: flex;justify-content: space-around;
	align-items: flex-start;
}
.in_item_content.mtjj .con{
	width: 600px;
}
.in_item_content.mtjj .right{
	width: 530px;
}
.in_item_content.mtjj .right img{
	display: block;
	max-width: 100%;
}


.in_item_content.ldbg{
	
}
.in_item_content #slt{
	cursor: pointer;
}

.in_item_content #jianjie{
	 opacity:0;
  	 height:0;
  	 transition:all 0.4s ease;
	 margin:0 auto;
}
.in_item_content #jianjie.show{
	opacity: 1;
	height: auto;
}

.in_item_content.ldbg .ldbg{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.in_item_content.ldbg .ldbg{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.jc_video{padding:30px 0px;position: relative;}
.jc_video .swiper-slide a{
	display: block;
	padding: 2px;
	height:225px;
	overflow: hidden;
   position:relative;
}
.jc_video .swiper-slide a .name{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	height: 48px;
	line-height: 48px;
	color:#fff;
	width: 296px;
	background:rgba(0,0,0,0.3);
}
.jc_video .swiper-slide a .nm{
	display: inline-block;
	padding-left:20px;
	display:inline-block;
	max-width:260px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.jc_video .swiper-slide a img{
	display: block;
  
	max-width: 296px;
	height:225px;
	border: 1px solid #ebebeb;
}

.jc_video .cbtn{
    width: 28px;
    height: 28px;
    position: absolute;
    z-index: 20;
    cursor: pointer;
    top: 45%;
}
.jc_video .my-prev{
	left: 3px;
    background: url(../images/videol.png) no-repeat center center;
}
.jc_video .my-next{
	right: 3px;
    background: url(../images/videor.png) no-repeat center center;
}

















