.title{
	text-align: center;
	margin-bottom:20px;
}
.title h3{
	font-size: 24px;
	color: #00144b;
}
.title .line{
	width: 30px;
	height: 3px;
	background-color: #f8b72c;
	margin:10px auto 0;
	position: relative;
}

.more{
	width: 133px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	margin: 30px auto 0;
	border: 1px solid #c9c9c9;
	
	font-size: 14px;
}
.more a{
	color: #00144B;
}
/*banner*/
.banner{
	width:100%;
}
.banner .swiper-slide{
	width: 100%;
}
.banner .swiper-slide a{
	width: 100%;
}
.banner .swiper-slide img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.banner .w12{
	height: 38px;
	position: absolute;
	left: 0;
	top:50%;
	bottom:0;
	right:0;
	z-index: 3;
	margin-top:-19px;
}
.banner .swiper-button-next,.swiper-button-prev{
	width: 20px;
	height: 38px;
	margin-top:-19px;
}
.banner .swiper-button-next{
	background: url(../images/right.png) no-repeat;
	right:0;
}
.banner .swiper-button-prev{
	background: url(../images/left.png) no-repeat;
	left:0;
}

/*part01*/
.part01{
	width: 100%;
	padding: 40px 0px;
	background: url(../images/part01-bg.png) no-repeat center;
	box-sizing: border-box;
	background-size: cover;
}

.slideBox2 {
	width: 585px;
	height: 420px;
	overflow: hidden;
	position: relative;

}

.slideBox2 .hd {
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 18px;
	z-index: 2;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	margin-right: 18px;
	width: 12px;
	height: 12px;
	border-radius: 10px;
	line-height: 50px;
	text-align: center;
	background: #00144b;
	cursor: pointer;
}

.slideBox2 .hd ul li.on {
	background: #f8b72c;
	color: #fff;
}
.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox2 .bd ul li img{
	width: 585px;
	height: 365px;
	object-fit: cover;
	transition: 0.6s all;
}

.slideBox2 .bd ul li:hover img{
	transform: scale(1.1,1.1);
}

.part01 .slideBox2 .date {
	float: left;
	width: 94px;
	height: 66px;
	color: #FFFFFF;
	text-align: center;
	background-image: linear-gradient(to right, rgba(253,207,16,0.8),rgba(255,108,0,0.8));
	    position: absolute;
	    right: 0;
	    top: 20px;
}

.part01 .slideBox2 .date b {
	font-size: 30px;
	display: block;
	line-height: 38px;
}

.part01 .slideBox2 .date i {
	font-style: normal;
	font-size: 14px;

}



.part01 .slideBox2 .news_bt{
	width: 100%;
	height: 80px;
	background: #FFFFFF;
	position: absolute;
	right:0;
	bottom:0;
	text-align: left;
	float: right;
}

.part01 .slideBox2 .news_bt a{
	color: #434343;
	font-size: 16px;
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight: normal;
	margin-bottom:16px;
	padding: 20px 30px;
}



.news_list{
	width: 585px;
}
.news_list li{
	height: 90px;
	margin-bottom: 20px;
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
}
.news_list li:last-child{
	margin-bottom: 0;
}
.news_list .txt{
	width: 83%;
}

.news_list li:hover a{
	color: #00144b;
}
.news_list .txt a{
	font-size: 16px;
	color: #434343;
}
.news_list .txt p{
	color: #888888;
	font-size: 14px;
	line-height: 30px;
}
.part01 .news_list .date {
	float: left;
	width: 66px;
	height: 60px;
	color: #434343;

	font-family: georgia;
}

.part01 .news_list .date b {
	font-size: 22px;
	display: block;
	line-height: 26px;
}

.part01 .news_list .date i {
	font-style: normal;
	font-size: 14px;
	text-align: right;
	float: right;
}
.part01 .news_list .date div{
	width: 46px;
	height: 1px;
	float: right;
	background: #f8b72c;
	margin-top: 8px;
}



/*part02*/
.part02{
	width: 100%;
	padding: 40px 0;
	background: url(../images/part02-bg.jpg) no-repeat top center;
	border-top: 2px solid #f8b72c;
	background-size: cover;
}
.part02-list {
	overflow: hidden;
}
.part02-list ul li{
	width: 380px;
	margin-bottom:30px;
	height: 70px;
	float: left;
	margin-right: 30px;

}
.part02-list ul li:nth-child(3n){
	margin-right: 0;
}
.part02-list .date {
	float: left;
	width: 80px;
	height: 70px;
	color: #00144b;
	text-align: center;
	font-family: georgia;
	background: url(../images/date_bg.png) no-repeat;
	margin-right: 20px;
}

.part02-list .date b {
	font-size: 24px;
	display: block;
	line-height: 42px;
}

.part02-list .date i {
	font-style: normal;
	font-size: 14px;

}

.part02-list ul li p{
	font-size: 16px;
	color: #434343;

	display: block;
	line-height: 30px;

	transition: 0.4s all;
}


.part02-list ul li:hover h3{
	color: #00144b;
}
.part02 .more{
	margin-top: 0;
}

/*part03*/
.part03{
	width: 100%;
	padding: 40px 0;
	background: url(../images/part03-bg.jpg) no-repeat top center;
	background-size: cover;
}
.part03 .w12{
	
}
.part03 .title h3{
	color: #FFFFFF;
}

.slideBox {
	width: 100%;
	height: 352px;

	position: relative;

}

.slideBox .hd {
	width: 215px;
	/* height: 12px; */
	overflow: hidden;
	position: absolute;
	left: 200px;
	bottom: 18px;
	z-index: 2;
	text-align: center;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	/* float: left; */
	display: inline-block;
}

.slideBox .hd ul li {
	/* float: left; */
	margin-right: 16px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	line-height: 30px;
	text-align: center;
	background: #FFFFFF;
	cursor: pointer;
	display: inline-block;
}
.slideBox .hd ul li:last-child{
	margin-right: 0;
}
.slideBox .hd ul li.on {
	background: #f8b72c;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd ul li .img{
	
	display: block;
	width: 585px;
	height: 352px;
	overflow: hidden;
}
.slideBox .bd ul li img{
	width: 585px;
	height: 352px;
	object-fit: cover;
	transition: 0.6s all;
}

.slideBox .bd ul li:hover img{
	transform: scale(1.1,1.1);
}
.slideBox .news_bt{
	width: 615px;
	height: 352px;
	background: #00144B;
	text-align: left;
}
.slideBox .news_bt .date{
	width: 122px;
	height: 30px;
	background: #f8b72c;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	position: absolute;
	top: 30px;
	left: -30px;
}
.slideBox .news_bt .txt{

	padding:90px 30px 30px;
}
.slideBox .news_bt .txt a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
display:block;
}
.slideBox .news_bt .txt p{
	color: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.slideBox .news_bt .ckxq{
	display: block;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	margin-right: 30px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
}


.part03 .more a{
	color: #FFFFFF;
}





/*党团建设*/
.part04{
	width: 100%;
	padding:40px 0;
	background: url(../images/part04-bg.jpg) no-repeat ;
	background-size: cover;
	overflow: hidden;
}

.part04-right{
	margin-left:auto;
	width: 584px;
}

.xsdt-list ul .headline{

	margin-right: 30px;
	height: 338px;
	position: relative;
	
}
.xsdt-img{
	width: 380px;
	height: 256px;
	overflow: hidden;
}
.xsdt-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.6s all;
}
.headline-txt{
	width: 100%;
	height: 114px;
	background:#FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
}
.headline-txt a{

	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #434343;
	transition: 0.4s all;
}

.headline-txt p{

	font-size: 14px;
	color: #666666;
	line-height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	max-height: 60px;
	margin-top:22px;
}
.headline-txt span{
	font-size: 16px;
	color: #00144b;
	font-family: georgia;
	margin-bottom: 10px;
	display: block;

}

.xsdt-list ul li.headline:hover .xsdt-img img{
	transform: scale(1.1,1.1);
}
.xsdt-list ul li.headline:hover .headline-txt h3 a{
	color: #014991;
}
.xsdt-list .txt_list{
	background: #FFFFFF;
	width: 380px;
	padding: 20px;
	padding-bottom: 0;
	box-sizing: border-box;
}
.xsdt-list .txt_list li{
	    line-height: 30px;
	    margin-bottom: 11px;
	    border-bottom: 1px solid #d9d9d9;
	    height: 68px;
}
.xsdt-list .txt_list li:last-child{
	margin-bottom: 0;
	border: none;
}
.xsdt-list .txt_list li a{
	color: #434343;
	width:72%;
	float: left;
	line-height: 25px;
	padding-left:18px;
	position: relative;
	transition: 0.4s all;
}

.xsdt-list .txt_list li time{
	color: #666666;
	float:right;
	transition: 0.4s all;
}
.xsdt-list .txt_list li:hover a{
	color: #014991;
}

.xsdt-list .txt_list li:hover .date b{
	background: #f8b72c;
	transition: 0.3s;
}
.part04 .date {
	float: left;
	width: 77px;
	height: 42px;
	color: #434343;

	font-family: georgia;
}

.part04 .date b {
	font-size: 20px;
	display: block;

	background: #00144B;
	color: #FFFFFF;
	width: 77px;
	text-align: center;
}

.part04 .date i {
	font-style: normal;
	font-size: 14px;
	text-align: right;
	float: right;
	color: #434343;
	line-height: 30px;
}