html,body{
	width: 100%;
	font-size: 16px;
    background-size: 100% 100%;
    min-width: 1366px;
    background-color: rgb(225,225,225);
}
.wrapper{
	width: 100%;
}

/*轮播*/
.wrapper .swiper1{
	position: relative;
	width: 100%;
	cursor: pointer;
}
.wrapper .swiper1 .swiper-slide img{
	width: 100%;
	height: 300px;
	vertical-align: middle;
}
.wrapper .swiper1 .bg{
	width: 100%;
	height: 40px;
	background:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.3));
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}


/*1180*/
.content{
	width: 1180px;
	margin: 20px auto;
}
.content .zuo{
	width: 68%;
	float: left;

}

.content .you{
	width: 20%;
	float: right;
}

.content .title{
	padding-bottom: 10px;
	border-bottom: 2px solid #ccc;
}
.content .title ul li{
	list-style: disc;
	color: #3894d0;
	margin-left: 25px;
	font-size: 22px;
}
.content .title span:nth-child(2){
	color: #aaa;
	margin-left: 5px;
	margin-top: 8px;
	font-size: 14px;
}
.content .title span:nth-child(3){
	color: #666;
	margin-top: 8px;
	font-size: 14px;
}
.content .title span:nth-child(3) a{
	color: #666;
	margin-top: 8px;
	font-size: 14px;
}

.content .zuo .gonggao .biaoti{
	font-size: 28px;
	text-align: center;
	color: #3894d0;
	margin: 10px auto 0;
}
.content .zuo .gonggao{
	padding-bottom: 40px;
	min-height: 400px;
	padding: 40px 20px;
}
.content .zuo .gonggao .time{
	font-size: 12px;
	text-align: center;
	color: #666;
	margin: 5px auto 20px;
}
.content .zuo .gonggao .neirong{
	
	
}
.content .zuo .gonggao .neirong p{
	/*font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 10px;
    height: 120px;*/
}

.content .zuo .gonggao .neirong>div{line-height: 2.5!important}



.content .you .box{
	margin-top: 60px;
}

.content .you .box .tit{
	border-left: 4px solid #3894d0;
	padding-left: 10px;
	color: #333;
	margin-left: -20px;
}
.content .you .con{
	margin-top: 15px;
}
.content .you .con li{
	margin-top: 15px;
	color: #999;
	list-style: disc;
}
.content .you .con li:hover{
	color: #3894d0;
	text-decoration: underline;
	cursor: pointer;
}



.til {
    text-align: center;
    padding: 60px 0;
    font-weight: 900;
}

.til::after {
    content: "";
    display: block;
    width: 80px;
    height: 6px;
    border-radius: 100px;
    background: #223276;
    margin: 12px auto 0 auto;
}

.zhlistbx{min-height: 450px;margin-bottom:60px}
.zhlistbx dl{display: flex;align-items: center; border-bottom:rgba(203,203,218,0.5) solid 1px;}

.zhlistbx dd{flex:1;text-align:center; line-height: 1.4;border-left:rgba(203,203,218,0.8) solid 1px; padding:15px 5px}
.zhlistbx dd:last-child,.zhlistbx dd:nth-last-child(2){ flex: initial; width: 20%;}
.zhlistbx dd:first-child{flex: initial; width: 18%;border-left: none}

.zhlistbx .tilC{ background:rgba(203,203,218,0.5);border-top:rgba(203,203,218,0.8) solid 6px}
.zhlistbx .tilC dd{border-left: #fff solid 1px;padding:5px 5px}