/* 页面自定义css样式 */

.box1200 {
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

a:hover {
	color: #006fb7;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* 内容 */

.container {
	width: 100%;
}

.container-box {
	background: #ffffff;
}


/*政务公开title*/

.zwgktit {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

.zwgktit img {
	width: 170px;
	margin: 0 10px;
}

.zwgktit span {
	height: 1px;
	background: #d1dce6;
	display: inline-block;
	width: 500px;
	margin-bottom: 22px;
}


/* 新闻轮播 */

.first-box {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}


/* 新闻轮播 */

.xlb {
	width: 1200px;
	height: 425px;
}

.slide {
	width: 1200px;
	height: 425px;
	position: relative;
}

.slide .swiper-container {
	width: 100%;
	height: 425px;
}

.slide .swiper-container li .pica {
	width: 749px;
	height: 425px;
	display: block;
	float: left;
}

.slide .swiper-container li a img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.slideTxt {
	width: 451px;
	height: 425px;
	background: #f3f9ff;
	padding: 40px 27px 0px 22px;
	float: left;
}

.slideTxt a {
	font-weight: 400;
	font-size: 26px;
	color: #333333;
	line-height: 38px;
	height: auto;
	text-align: center;
	display: inline-block;
}

.slideTxt p {
	margin-top: 30px;
	width: 100%;
	line-height: 36px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #333333;
}

.slide .swiper-pagination {
	height: 16px;
	right: 54px;
	bottom: 45px;
}

.slide .swiper-pagination-bullet {
	width: 10px;
	float: left;
	opacity: 1;
	margin-left: 10px;
	border-radius: 50%;
	height: 10px;
	color: #666666;
	background: #156CCF;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

.slide .swiper-pagination-bullet-active {
	background: #156CCF;
	color: #ffffff;
	width: 22px;
	height: 9px;
	border-radius: 4px;
}


/* 第二层 */

.bt-box-cent {
	width: 719px;
	height: 100%;
}

.secd-rt-tit {
	padding-bottom: 19px;
	border-bottom: 1px solid #dadada;
}

.qieh-box {
	position: relative;
	background: #fff;
	box-shadow: 0 3px 6px #00000014;
	padding: 20px;
}

.bt-box-cent .qieh-box ul {
	padding-top: 0px;
}

.bt-box-cent .qieh-box ul li {
	border-bottom: 1px solid #cecece;
	background: none;
	padding: 1px 0 17px 0;
	margin-bottom: 21px;
}

.bt-box-cent ul li .time-v {
	float: left;
	width: 88px;
	height: 88px;
	background: #EAF4FF;
}

.bt-box-cent ul li .time-v p {
	text-align: center;
	line-height: 37px;
	font-size: 26px;
	color: #005293;
	margin: 0 10px;
	border-bottom: 1px solid #005293;
	padding: 7px 0;
}

.bt-box-cent ul li .time-v span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #005293;
	line-height: 30px;
	padding-top: 3px;
}

.bt-box-cent ul li .text-rt {
	float: right;
	width: 622px;
}

.bt-box-cent ul li .text-rt a {
	font-size: 16px;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	line-height: 22px;
}

.bt-box-cent ul li .text-rt p {
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}

.con1 {
	margin-top: 30px;
}

.zzcwj {
	width: 719px;
}

.main-title {
	width: 100%;
	margin-bottom: 19px;
}

.main-title ul {
	overflow: hidden;
	padding-bottom: 19px;
	border-bottom: 1px solid #dadada;
	padding-top: 0px;
}

.main-title ul li {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	float: left;
	padding-left: 0px;
	background: none;
}

.zsx {
	display: inline-block;
	height: 25px;
	width: 1px;
	background: #999999 !important;
	margin: 0 27px;
	margin-top: 4px;
}

.main-title .active {
	color: #156ccf;
}

.main-title ul a {
	font-size: 16px;
	color: #156ccf;
	padding-top: 8px;
}


/*通用列表*/

.tylist ul li {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333333;
	padding: 0px 0px 0px 22px;
	position: relative;
	margin-top: 20px;
	width: 100%;
}

.tylist ul li a {
	float: left;
	max-width: 82%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.tylist ul li span {
	float: right;
	color: #999999;
}

.tylist ul li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #156ccf;
	position: absolute;
	left: 0px;
	top: 8px;
	border-radius: 50%;
}

.xszyw {
	width: 451px;
}

.xszyw .tylist ul li a {
	max-width: 72%;
}


/* 3右侧 */

.xcon3 .secd-rt-tit {
	width: 100%;
	height: 51px;
	padding-bottom: 0px;
	box-shadow: 0px 2px 10px 0px rgba(231, 231, 231, 0.75);
	border-radius: 10px;
	line-height: 51px;
	border-bottom: none;
	margin-bottom: 14px;
}

.xcon3 .secd-rt-tit a {
	width: 191px;
	height: 51px;
	text-align: center;
	font-size: 22px;
	color: #333;
	font-weight: 400;
	border-radius: 10px;
}

.xcon3 .secd-rt-tit a.act {
	background: #3e8feb;
	color: #FFFFFF;
	font-weight: 400;
	position: relative;
}

.xcon3 .secd-rt-tit a.act:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 14px solid #4393F5;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.xcon3 .qieh-box {
	padding: 0px;
	box-shadow: none;
}

.xcon3 .qieh-box ul li {
	height: 126px;
	padding: 0px;
	margin: 0px;
}

.xcon3 ul li .time-v {
	margin-top: 20px;
	padding: 20px 10px 12px 10px;
}

.xcon3 ul li .time-v p {
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	color: #156CCF;
	border-bottom: 1px solid #156ccf;
	line-height: 18px;
	padding-bottom: 14px;
}

.xcon3 ul li .time-v span {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #156CCF;
	line-height: 13px;
	margin-top: 11px;
}

.xcon3 ul li .text-rt {
	margin-top: 20px;
	padding: 0px 10px 0px 30px;
}

.xcon3 ul li .text-rt a {
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
}

.xcon3 ul li .text-rt p {
	color: #666666;
}

.sec-box-top .main-title,
.sec-box-down .main-title {
	margin-bottom: 0px;
}

.sec-box-top .tylist ul li,
.sec-box-down .tylist ul li {
	height: 18px;
	line-height: auto;
	margin-top: 18px;
}

.secd-box {
	margin: 32px auto 40px;
	/*width: 1200px;*/
}

.secd-box-rt {
	width: 451px;
}

.secd-rt-tit a {
	font-size: 24px;
	color: #156ccf;
	display: block;
	float: left;
	font-weight: bold;
}

.secd-rt-tit a.act {
	font-weight: 700;
	color: #156ccf;
}

.sec-tab a {
	color: #333333;
}

.secd-rt-tit a.a1 {
	float: right;
	line-height: 38px;
	font-weight: 400;
	font-size: 16px;
	color: #999;
	padding-right: 0;
	font-weight: normal!important;
}

.secd-box-rt ul li {
	float: left;
}


/* 轮播 */

.sec-box-down {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.con1 {
		margin-top: 0.3rem;
	}
	.zsx {
		display: none;
	}
	.bt-box-cent .secd-rt-tit {
		background: none;
	}
	.bt-box-cent ul li .text-rt {
		float: right;
		width: 72%;
	}
	.container {
		width: 100%;
		padding-top: 0;
	}
	.bt-box-1200 {
		width: 100%;
	}
	.first-box {
		width: 100%;
		margin: 0.2rem auto 0;
		background: #fff;
	}
	/* 新闻轮播 */
	.xlb {
		width: 100%;
		height: auto;
	}
	.slide {
		width: 100%;
		position: relative;
		background: #e7f1fe;
	}
	.slide .swiper-container {
		width: 100%;
		height: 5rem;
	}
	.slide .swiper-container li .pica {
		width: 100%;
		float: none;
		height: auto;
		font-size: 0px;
	}
	.slide .swiper-container li a img {
		width: 100%;
		height: 4.2rem;
	}
	.slideTxt {
		width: 100%;
		float: none;
		height: auto;
		background: url(pic-bg.png) no-repeat;
		padding: 0.15rem 0.15rem 0.15rem;
	}
	.slideTxt a {
		font-size: 0.3rem;
		color: #333333;
		line-height: 0.42rem;
	}
	.slideTxt p {
		margin-top: 0.15rem;
		color: #999999;
	}
	.slide .swiper-pagination {
		height: 0.2rem;
		right: 0.1rem;
		bottom: 0.08rem;
	}
	.slide .swiper-pagination-bullet {
		width: 0.1rem;
		margin-left: 0.1rem;
		height: 0.1rem;
	}
	.slide .swiper-pagination-bullet-active {
		width: 0.3rem;
	}
	/* 第二层 */
	.bt-box-cent {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		float: none;
	}
	.bt-box-cent .secd-rt-tit {
		background: none;
	}
	.qieh-box {
		padding: 0px;
	}
	.bt-box-cent .qieh-box ul {
		padding-top: 0px;
	}
	.bt-box-cent .qieh-box ul li {
		border-bottom: 1px solid #cecece;
		background: none;
		padding: 0.24rem 0 0.24rem 0;
		margin-bottom: 0.05rem;
		height: auto;
	}
	.bt-box-cent ul li .time-v {
		width: 1.53rem;
		height: 1.53rem;
	}
	.bt-box-cent ul li .time-v p {
		line-height: 0.32rem;
		font-size: 0.3rem;
		margin: 0 0.1rem;
		padding: 0.28rem 0 0.19rem;
	}
	.bt-box-cent ul li .time-v span {
		width: 100%;
		font-size: 0.3rem;
		line-height: 0.3rem;
		padding-top: 0.19rem;
	}
	.bt-box-cent ul li .text-rt {
		width: calc(100% - 1.8rem);
		margin-top: 0px;
	}
	.bt-box-cent ul li .text-rt a {
		font-size: 0.3rem;
		display: block;
		line-height: 0.4rem;
		word-break: break-all;
		text-overflow: ellipsis;
		white-space: inherit;
		margin-bottom: 0.15rem;
	}
	.bt-box-cent ul li .text-rt p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
	}
	/* 2右侧 */
	.secd-box {
		margin: 0.3rem auto 0;
	}
	.secd-box-rt {
		width: 100%;
		margin-top: 0.15rem;
		float: none;
	}
	/*.secd-rt-tit a.a1 {
		float: right;
		line-height: 36px;
		font-weight: 400;
		font-size: 16px;
		color: #999;
		padding-right: 0;
		font-weight: normal;
	}*/
	/* 轮播 */
	.sec-box-down {
		margin-top: 0.3rem;
	}
	/* 1rem = 50px 转换规则：px值 ÷ 50 = rem值 */
	.container {
		padding: 0 0.3rem;
		/* 15px ÷ 50 = 0.3rem */
	}
	.zwgktit {
		width: 100%;
margin-top: 0.1rem;
        margin-bottom: 0.2rem;
	}
	.zzcwj {
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin-top: 0.3rem;
	}
	.zwgktit span {
		display: none;
	}
	.slideTxt a {
		word-break: normal;
		white-space: normal;
	}
	.slideTxt p {
		color: #333;
		font-size: 0.30rem;
		line-height: 0.4rem;
	}
	.slide .swiper-container {
		height: auto;
	}
	.slide {
		height: auto;
	}
	.tylist ul li {
		height: auto !important;
		border-bottom: 1px solid #ccc;
		padding: 0 0 0.12rem 0;
		font-size: 0.3rem;
		line-height: 0.4rem;
		margin-top: 0.1rem;
	}
	.tylist ul li:before {
		display: none;
	}
	.tylist ul li a {
		float: none;
		white-space: normal;
	}
	.tylist ul li span {
		float: none;
		display: block;
		margin-top: 0.1rem;
		/* 10px ÷ 50 = 0.2rem */
	}
	.xcon3 .secd-rt-tit {
		display: flex;
		justify-content: space-between;
	}
	.xcon3 .secd-rt-tit a {
		flex: auto;
		width: 1.9rem;
		height: 0.75rem;
		font-size: 0.32rem;
		border-radius: 0.1rem;
	}
	.xcon3 .secd-rt-tit {
		height: 0.75rem;
		line-height: 0.75rem;
		margin-bottom: 0.3rem;
	}
	.bt-box-cent ul li .time-v span {
		margin-top: 0;
	}
	.xcon3 ul li .time-v {
		padding: 0;
		margin-top: 0px;
	}
	.xcon3 ul li .text-rt {
		padding: 0;
	}
	.xcon3 {
		margin-bottom: 0.7rem;
		/* 35px ÷ 50 = 0.7rem */
	}
	.secd-box-rt ul li {
		width: auto;
		font-size: 0.3rem;
	}
	.secd-box {
		width: 100%;
	}
	.main-title ul li {
		font-size: 0.36rem;
	}
	.main-title ul li:first-child {
		margin-right: 0.35rem;
	}
	.main-title ul a {
		font-size: 0.24rem;
		color: #999999;
	}

.zwgktit img{
	width: 1.7rem;
}

}