<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

/* color &amp; background */
html {
	color: #494949;
}



/* font */

body, button, input, select, textarea {
	/* for ie */
	font: 12px/18px Arial, Verdana, Microsoft YaHei;
}

form {
	border: none;
}

/* fix center */
html, body {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}


/* a */
a {
	overflow: hidden;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* list */
ul, ol {
	list-style: none;
}

/* img border */
img {
	border: 0
}

.wap {
    display: none;
}

.top&gt;img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* float &amp; clear */


.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
}

/*= 清除浮动=*/
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden
}

.clearfix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 0%;
}

/* End hide from IE-mac */
*+html .clearfix {
	min-height: 0%;
}

/*解决IE6背景缓存*/
*html {
	zoom:expression(function(ele) {
			ele.style.zoom="1"; document.execCommand("BackgroundImageCache", false, true)
		}

		(this))
}

/* End hide from IE-mac */


/* 针对IE7 */
*+html .clearfix {
	min-height: 0%;
}

.img {
	transition: all 0.8s;
	-moz-transition: width 0.8s;
	/* Firefox 4 */
	-webkit-transition: width 0.8s;
	/* Safari 和 Chrome */
	-o-transition: width 0.8s;
	/* Opera */
}

.img:hover {
	cursor: pointer;
	transition: all 0.8s;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
	-moz-transform: scale(1.1);
	/* Firefox */
	-webkit-transform: scale(1.1);
	/* Safari 和 Chrome */
	-o-transform: scale(1.1);
	/* Opera */
}


/*全局样式*/
.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*原文件配置*/
.container {
	width: 1250px;
	margin: 0 auto;
}

body {
	background: #fff;
	font: 16px/2 'Microsoft YaHei', arial, sans-serif;
	/* min-width: 1300px; */
}

a {
	color: #333;
}

input {
	outline: none;
}

a:hover {
	color: #177ec1;
}

input,
textarea {
	outline: none;
}

/*原文件配置  end*/

a,
img {
	transition: all 0.3s ease-in-out;
}

.single {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*全局样式 start*/

/* 头部 */
.header {
	width: 100%;
	background: #177ec1;
}

.header.fixed {
	position: fixed;
	top: 0;
	z-index: 99;
}

.header .container {
	width: 1300px;
}

.top {
	padding: 20px 0;
	background: url(../img/topbg.jpg) no-repeat 880px center;
}

.topr {
	height: 42px;
	width: 150px;
	overflow: hidden;
	margin-top: 15px;
	line-height: 42px;
}

.topr .en {
	margin-right: 25px;
	background: url(../img/enbg.png) no-repeat right center;
	padding-right: 15px;
	color: #eff9ff;
}

.ssico {
	cursor: pointer;
}

/* 搜索 */
.header-search-wrap .submit {
	width: 20px;
	height: 20px;
	float: right;
	background: url(../img/ser.png);
	margin-top: 10px;
	margin-right: 15px;
}

.header-search-wrap .ser-input {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	width: 440px;
	float: right;
}

.header-search-wrap {
	position: fixed;
	z-index: 19;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000);
}

.search-box {
	background: #fff;
	margin: 0 auto;
	width: 500px;
	height: 40px;
}

.header-search-contaniner {
	position: relative;
	top: 50%;
	margin: auto;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #666;
	line-height: 40px;
}

.header-search-wrap.show2 {
	-webkit-transform: translate(0, 0) scale(1);
	-ms-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	opacity: 1;
	filter: Alpha(opacity=100);
}


/* 导航 */
.nav {
	height: 50px;
	background: url(../img/navbg.jpg) no-repeat center top;
	position: relative;
}

.nav ul li {
	float: left;
	text-align: center;
	width: 8.33%;

}

.nav ul li h3 a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
}

.nav ul li dl {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 10;
	background: #fff;
	padding: 30px 20px 60px;
	display: none;
}

.nav ul li dl dd {
	min-width: 25%;
	display: block;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	color: #177EC1;
	float: left;
	color: #000;
}

.nav ul li dl dd:hover {
	background: #177EC1;
	color: #fff;
}
.nav ul li dl dd:hover a {
	color: #fff;
}

.nav ul li:hover h3,
.nav ul .on h3 {
	background: #fff;
}

.nav ul li:hover h3 a,
.nav ul .on h3 a {
	color: #177EC1;
}

.nav ul li:hover dl {
	display: block;
}


/* banner */
.banner {
	width: 100%;
	text-align: center;
}

.slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.slideBox .hd {
	display: none;
	height: 30px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 20px;
	z-index: 1;
	width: 100%;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	display: none;
}

.slideBox .hd ul li {
	display: inline-block;
	margin: 0px 5px;
	width: 25px;
	height: 25px;
	line-height: 18px;
	border-radius: 15px;
	cursor: pointer;
	box-sizing: border-box;
}

.slideBox .hd ul li span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	margin-top: 6px;
}

.slideBox .hd ul li.on {
	border: 1px solid #fff;
}

.slideBox .hd ul li.on span {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	width: 100%;
}

.slideBox .bd ul {
	width: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
}

.slideBox .bd img {
	width: 100%;
	display: block;
}

.slideBox .prev, .slideBox .next {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	display: block;
	width: 70px;
	height: 70px;
}

.slideBox .prev {
	background: url(../img/bleft.png) no-repeat center;
	left: 0;
}

.slideBox .next {
	background: url(../img/bright.png) no-repeat center;
	right: 0;
}

.slideBox .bd .slick-dots {
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.slideBox .bd .slick-dots li {
	display: inline-block;
	float: none;
	display: inline-block;
	margin: 0px 5px;
	width: 25px;
	height: 25px;
	line-height: 18px;
	border-radius: 15px;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 0;
}

.slideBox .bd .slick-dots li button {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	margin-top: 6px;
	font-size: 0;
}
.slideBox .bd .slick-dots li.slick-active{
	border: 1px solid #fff;
}

/* 内容 */
.zytitle {
	background: url(../img/titlebg.jpg) no-repeat left bottom;
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

.zytitle h3 {
	float: left;
	font-size: 26px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
	padding-bottom: 10px;
}

.zytitle a {
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	transition: 0.6s;
}

.zytitle a:hover {
	padding-right: 10px;
	color: #177ec1;
	transition: 0.6s;
}

/* part1 */
.part1 {
	background: #f6f6f6;
	padding: 20px 0 30px 0;
}

/* 校园新闻 */
.gzdtnr {
	margin-top: 25px;
}

.picScroll-left {
	width: 605px;
	overflow: hidden;
	position: relative;
}

.picScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 85px;
	right: 10px;
	z-index: 2;
}

.picScroll-left .hd ul li {
	float: left;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-right: 10px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../img/dian.png) no-repeat center;
}

.picScroll-left .hd ul li.on {
	background: url(../img/dian-hover.png) no-repeat center;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	position: relative;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
	width: 100%;
	height: 400px;
}

.picScroll-left .bd ul li .pic img {
	width: 605px;
	height: 400px;
	display: block;
	transition: 0.6s;
}

.picScroll-left .bd ul li .title {
	line-height: 65px;
	/* width: 605px; */
	height: 64px;
	background: #fff;
	padding-left: 30px;
padding-right: 30px;
	color: #333;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	font-size: 18px;
}

.picScroll-left .bd ul li .title a {
	color: #333;
}

.picScroll-left .bd ul li:hover .title a {
	color: #177ec1;
}

.gzdtwz {
	width: 605px;
}

.gzdtwz {
	margin-top: -10px;
}

.gzdtwz li {
	line-height: 40px;
	background: url(../img/icon/lingxing.png) no-repeat left center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	overflow: hidden;
}

.gzdtwz li:hover {
	background: url(../img/icon/lingxing1.png) no-repeat left center;
	border-bottom: 2px solid #177ec1;
}

.gzdtwz li a {
	transition: 0.6s;
	padding-left: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
	width: calc(100% - 85px);
	float: left;
}

.gzdtwz li span {
	float: right;
	font-size: 14px;
	color: #a5a5a5;
}

.gzdtwz li:hover span {
	color: #177ec1;
}

.gzdtwz li .line {
	width: 0;
	height: 2px;
	background: #177ec1;
}

.gzdtwz li:hover .line {
	width: 100%;
}

.gzdtwz li.last {
	border-bottom: none;
}

/* part2 */
.part2 {
	padding: 15px 0;
}

/* 通知公告 */
.tzgg {
	width: 605px;
}

.tzgg ul {
	padding-top: 15px;
}

/* .tzgg ul li{padding: 12.5px 0;overflow: hidden;border-bottom: 1px solid #dcdcdc;}
.date{width: 50px;text-align: center;}
.date h3{width: 100%;height: 28px;line-height: 28px;background: #177ec1;font-size: 18px;color: #fff;font-weight: normal;}
.date h5{font-size: 14px;color: #333;font-weight: normal;border: 1px solid #dcdcdc;border-top: none;height: 25px;line-height: 25px;}
.tzggnr{width: 540px;overflow: hidden;}
.tzggnr a{color: #333;}
.tzggnr p{font-size: 14px;color: #999;line-height: 18px;}
.tzgg ul li.last{border-bottom: none;}
.tzgg ul li:hover a{color: #177ec1;} */


.tzgg li {
	line-height: 40px;
	background: url(../img/icon/sanjiao.png) no-repeat left center;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
	overflow: hidden;
}

.tzgg li:hover {
	background: url(../img/icon/sanjiao1.png) no-repeat left center;
	border-bottom: 2px solid #177ec1;
}

.tzgg li a {
	transition: 0.6s;
	padding-left: 25px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
	width: calc(100% - 90px);
}

.tzgg li span {
	float: right;
	font-size: 14px;
	color: #a5a5a5;
}

.tzgg li:hover span {
	color: #177ec1;
}

.tzgg li .line {
	width: 0;
	height: 2px;
	background: #177ec1;
}

.tzgg li:hover .line {
	width: 100%;
}

.tzgg li.last {
	border-bottom: none;
}




/* 切换 */
.qh {
	width: 605px;
	position: relative;
}

.qhtitle {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
}

.qhtitle ul li {
	float: left;
	font-size: 26px;
	color: #333;
	font-weight: normal;
	line-height: 50px;
	padding-bottom: 10px;
	cursor: pointer;
	margin-right: 50px;
}

.qhtitle ul li.cur {
	background: url(../img/titlebg.jpg) no-repeat left bottom;
}

.qhnr {
	padding-top: 10px;
	overflow: hidden;
}

/* .qhnr li{line-height: 45.5px;background: url(../img/icon/sanjiao.png) no-repeat left center;border-bottom: 1px solid #e5e5e5;cursor: pointer;}
.qhnr li:hover{background: url(../img/icon/sanjiao1.png) no-repeat left center;}
.qhnr li a{transition: 0.6s;padding-left: 25px;}
.qhnr li span{float: right;font-size: 14px;color: #a5a5a5;}
.qhnr li:hover span{color: #177ec1;}
.qhnr li .line{width:0;height:2px;background:#177ec1;}
.qhnr li:hover .line{width: 100%;}
.qhnr li.last{border-bottom: none;}
*/

.qhnr ul li {
	padding: 6.9px 0;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}

.date {
	width: 50px;
	text-align: center;
}

.date h3 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	background: #177ec1;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}

.date h5 {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	border: 1px solid #dcdcdc;
	border-top: none;
	height: 25px;
	line-height: 25px;
}

.tzggnr {
	width: 540px;
	overflow: hidden;
	width: auto;
	float: none;
	padding-left: 10px;
}

.tzggnr a {
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.tzggnr p {
	font-size: 14px;
	color: #999;
	line-height: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qhnr ul li.last {
	border-bottom: none;
}

.qhnr ul li:hover a {
	color: #177ec1;
}

.more {
	position: absolute;
	right: 0;
	top: 20px;
	font-size: 14px;
	color: #666;
	transition: 0.6s;
}

.more:hover {
	padding-right: 10px;
	color: #177ec1;
	transition: 0.6s;
}

/* 快速通道 */
.part3 {
	margin-top: -0px;
}

.picScroll-left2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	background: #f1f7fb;
	padding: 20px 0;
}

.picScroll-left2 .hd {
	overflow: hidden;
}

.picScroll-left2 .hd .prev, .picScroll-left2 .hd .next {
	display: block;
	width: 16px;
	height: 28px;
	;
	top: 50%;
	margin-top: -14px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.picScroll-left2 .hd .prev {
	left: 20px;
	background: url(../img/left.png) no-repeat center;
}

.picScroll-left2 .hd .next {
	right: 20px;
	background: url(../img/right.png) no-repeat center;
}

.picScroll-left2 .bd {
	padding: 0 70px;
}

.picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left2 .bd ul li {
	margin: 0 30.5px;
	margin: 0 auto;
	float: left;
	/* _display: inline; */
	overflow: hidden;
	text-align: center;
}

.picScroll-left2 .bd ul li .pic {
	text-align: center;
}

.picScroll-left2 .bd ul li .pic img {
	width: 78px;
	height: 78px;
	display: block;
	transition: 0.6s;
	margin: 0 auto;
}

.picScroll-left2 .bd ul li .title {
	margin-top: 10px;
	font-size: 18px;
}

.picScroll-left2 .bd ul li .title a {
	color: #1e446c;
}

/* .picScroll-left2 .bd ul li:hover img{transform: rotate(360deg);transition: 0.6s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);} */
.picScroll-left2 .bd ul li:hover a {
	color: #177ec1;
}

/* 专题专栏 */
.part4 {
	padding: 15px 0;
}

.picScroll-left1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	height: 140px;
}

.picScroll-left1 .hd {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}

.picScroll-left1 .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left1 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 20px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../img/ztdd.png) center no-repeat;
}

.picScroll-left1 .hd ul li.on {
	background: url(../img/ztddh.png) no-repeat center;
}

.picScroll-left1 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left1 .bd ul li {
	margin: 0 12px;
	margin: 0 auto;
	float: left;
	/* _display: inline; */
	overflow: hidden;
	text-align: center;
}

.picScroll-left1 .bd ul li .pic {
	text-align: center;
}

.picScroll-left1 .bd ul li .pic img {
	width: 288px;
	height: 102px;
	display: block;
	transition: 0.6s;
	margin: 0 auto;
}

.picScroll-left1 .bd ul.slick-dots {
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}

.picScroll-left1 .bd ul.slick-dots li {
	display: inline-block;
	float: none;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-right: 20px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../img/ztdd.png) center no-repeat;
}

.picScroll-left1 .bd ul.slick-dots li.slick-active {
	background: url(../img/ztddh.png) no-repeat center;
}
.picScroll-left1 .bd ul.slick-dots li button{
  display:none;
}
/* footer */
.footer {
	background: url(../img/footer.jpg) no-repeat center;
	color: #fff;
	font-size: 14px;
	background-size: cover;
}

.footert p {
	color: #fff;
	line-height: 42px;
}

.footert {
	padding: 25px 0;
}

.footerl {
	width: 400px;
	margin-top: 30px;
}

.footerm {
	width: 170px;
	margin: 0 140px;
}

.footerr {
	width: 400px;
}

.footerr ul li {
	float: left;
	width: 40px;
	height: 40px;
	position: relative;
	margin-left: 30px;
	cursor: pointer;
}

.footerr ul li p {
	display: none;
	width: 113px;
	height: 123px;
	background: url(../img/ewmbg.png) no-repeat center;
	position: absolute;
	left: -36px;
	top: -123px;
	padding: 5px 7px;
}

.footerr ul li p img {
	width: 100px;
	height: 100px;
}

.footerr ul li:hover p {
	display: block;
}

.bq {
	width: 100%;
}

.bq p {
	text-align: right;
}

.bq a {
	color: #fff;
	margin-left: 10px;
}

.bqr {
	margin-top: 10px;
}

.bqr img {
	width: 60px;
	height: 60px;
}




/*  -----------------二级页面开始---------------------- */


/*内页样式*/
.nybanner {
	width: 100%;
	/* height: 340px; */
	text-align: center;
}

.nybanner img {
	width: 100%;
	/* height: 340px; */
}

/* 左边 */
.nynrl {
	width: 280px;
	margin-top: -85px;
	position: relative;
}

.nynrl h3 {
	width: 280px;
	height: 85px;
	background: url(../img/lmbg.png) no-repeat center;
	font-size: 30px;
	line-height: 85px;
	padding-left: 50px;
	font-weight: normal;
	color: #fff;
}

/* .nynrl ul li{background: #f9f9f9;border-bottom: 1px solid #e5e5e5;height: 65px;line-height: 65px;text-align: center;font-size: 20px;color: #333;position: relative;}
.nynrl ul li.last{border-bottom: none;}
.nynrl ul li a{display: block;}
.nynrl ul li span{position: absolute;right: 60px;top: 25px;display: none;}
.nynrl ul li:hover,.nynrl ul li.on{background: #fff;border-left: 1px solid #e5e5e5;}
.nynrl ul li:hover a,.nynrl ul li.on a{color: #177ec1;}
.nynrl ul li:hover span,.nynrl ul li.on span{display: block;}
*/
/* 右边 */
.nynrr {
	width: 900px;
	margin-top: 25px;
	width: auto;
    overflow: hidden;
    float: none;
    padding-left: 70px;
}

.location {
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.location h3 {
	float: left;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.current {
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}

.current a {
	color: #666;
}

.current a:hover {
	color: #177ec1;
}

/* 机构设置 */
.jgsz {
	padding-top: 30px;
}

.jgszbox {
	margin-bottom: 40px;
	overflow: hidden;
}

.jgszbox h3 {
	width: 100%;
	height: 40px;
	background: #177ec1;
	color: #fffefe;
	text-align: center;
	font-weight: normal;
	line-height: 40px;
	font-size: 18px;
	margin-bottom: 20px;
}

.jgszbox ul li {
	width: 25%;
	float: left;
	line-height: 32px;
	font-size: 14px;
}

.jgszbox ul li a {
	color: #666;
}

.jgszbox ul li a:hover {
	color: #177ec1;
}

/* 列表页 */
.list {
	padding: 20px 0 60px 0;
}

.list ul li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 60px;
	height: 60px;
	background: url(../img/listbg.png) no-repeat left center;
}

.list ul li a {
	padding-left: 25px;
	color: #666;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 95px;
	position: relative;
}

.list ul li span {
	float: right;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}

.list li .line {
	width: 0;
	height: 2px;
	background: #177ec1;
	transition: 0.6s all;
}

.list li:hover {
	background: url(../img/listbgon.png) no-repeat left center;
}

.list li:hover a {
	padding-left: 30px;
	color: #177ec1;
}

.list li:hover span {
	color: #177ec1;
}

.list li:hover .line {
	transition: 0.6s all;
	width: 100%;
}

/* 单篇正文 */
.dpzw {
	padding: 30px 0 60px 0;
}

.dpzw p {
	margin-bottom: 20px;
	line-height: 32px;
	color: #666;
	text-indent: 2em;
}

/* 内容页 */
.nry {
	padding: 40px 0 60px 0;
}

.nry h1 {
	font-weight: normal;
	text-align: center;
	color: #177ec1;
	font-size: 24px;
	line-height: 32px;
	padding: 0 10px;
}

.xiab {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f5f5f5;
	color: #999;
	margin: 25px 0 15px 0;
	font-size: 14px;
}

.xiab span {
	margin-right: 20px;
}

.nrynr {
	padding-bottom: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.nrynr p {
	font-size: 16px !important;
	text-indent: 2em !important;
	line-height: 32px !important;
	margin-bottom: 10px;
}

.nrynr table {
	max-width: 80%;
	margin: 15px auto;
}

.nrynr table td {
	border: 1px solid #E0E0E0;
}

.nrynr .vsbcontent_img img {
	text-align: center;
	margin: 15px 0;
}

.sxp p {
	color: #177ec1;
	transition: 0.6s;
}

.sxp p a {
	color: #666;
}

.sxp p:hover {
	padding-left: 10px;
	transition: 0.6s;
}

.sxp p:hover a {
	color: #177ec1;
}


/* 现任领导 */
.xrld {
	padding: 30px 0 70px 0;
}

.xrld table {
	width: 100%;
	font-size: 14px;
	border-spacing: inherit;
	border-collapse: collapse;
}

.xrld table td, table th {
	border: #eee solid 1px;
	padding: 25px 15px;
}

.xrld table th {
	background: #f2faff;
}

.xrld table td {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}

.xrld table td a {
	color: #177ec1;
	font-size: 20px;
	display: block;
}

.xrld table td b {
	font-weight: normal;
	color: #666;
}

.xrld table td p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: left;
}


.leftsidebar_box dl {
	position: relative;
	border-left: 2px solid transparent;
	background: #f9f9f9;
}

.leftsidebar_box dt {
	line-height: 46px;
	height: 46px;
}

.leftsidebar_box dt a {
	padding-left: 25px;
	font-size: 16px;
	color: #585858;
	display: block;
}

.leftsidebar_box dl:hover dt a {
	color: #177ec1;
}

.leftsidebar_box .hov {
	background-color: #177ec1;
}

.leftsidebar_box .on {
	background-color: #177ec1;
}

.leftsidebar_box .on a {
	color: #fff;
}

.leftsidebar_box .hov a {
	color: #fff;
}

/* å·¦ä¾§å¯¼èˆª */
.leftsidebar_box dl.cur {
	border-color: #177ec1;
	background: #fff;
	font-weight: bold;
}

.leftsidebar_box dl.cur dt a {
	color: #177ec1;
}

.leftsidebar_box dl ul {
	padding: 0 0 20px 40px;
}

.leftsidebar_box dl ul a {
	font-size: 14px;
	line-height: 38px;
	color: #333;
	text-align: left;
}

.leftsidebar_box dl ul a:hover {
	color: #177ec1;
}

.leftsidebar_box dl i {
	position: absolute;
	top: 0;
	right: 5px;
	bottom: auto;
	left: auto;
	z-index: 1;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background-image: url(../img/ejbg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent;
}


@media screen and (max-width:1300px) {
	.header .container {
		max-width: 1300px;
		width: auto;
		margin: 0 auto;
	}

	.container {
		max-width: 1250px;
		width: auto;
		margin: 0 auto;
		padding: 0 10px;
	}

	.gzdtwz {
		width: auto;
		float: none;
		overflow: hidden;
		padding-left: 30px;
	}

	.gzdtnr&gt;div {
		float: left;
	}

	.tzgg, .qh {
		width: 48%;
	}

	.picScroll-left2 .bd ul li, .picScroll-left1 .bd ul li {
		margin: 0 auto;
	}

	.picScroll-left2 .bd ul li .pic {
		margin: 0 5px;
	}

	.picScroll-left1 .bd ul li .pic {
		margin: 0 5px;
	}

	.picScroll-left1 .bd ul li .pic img {
		width: 100%;
		height: auto;
	}

	.picScroll-left2 .bd ul li .pic img {
		margin: 0 auto;
	}


	.footerm {
		margin: 0;
		width: calc(100% - 800px);
		text-align: center;
	}

	.footerr, .footerl {
		width: auto;
	}

.jgszbox ul li{
	 width: 33.333%;
	}

}

@media screen and (max-width:1024px) {
	
    body {
        padding-top: 60px;
    }
 
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

	.top {
		max-width: 1920px;
		margin: 0 auto;
		position: fixed;
		right: 10px;
		top: 18px;
		width: 25px;
		height: 25px;
		z-index: 9999;
	}
	
	.top&gt;img {
		display: block;
		width: 100%;
	}
	
	.wap-menu {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 99999;
		font-size: 0;
	}
	
	.wap-menu img {
		height: 25px;
	}
	
	.close-menu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}
    .b-top {
        display: none;
    }

    .banner-dot ul li {
        width: 10px;
        height: 10px;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

        z-index: 999;
    }

    .m-logo {
        font-size: 0;
        padding: 10px;
        z-index: 9999;
        position: relative;
        background: #177ec0;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        background: rgba(0, 116, 87, .9);
        padding-top: 60px;
        background: #177ec0;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li&gt;span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav&gt;ul&gt;li {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
	.m-nav&gt;ul&gt;li a {
        color: #fff;
    }

    .m-nav&gt;ul&gt;li ul li {
        padding: 10px 0;
    }

    .m-nav&gt;ul&gt;li&gt;span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../img/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }



	.gzdtnr&gt;div {
		float: none;
	}

	.picScroll-left, .bql {
		float: none;
		width: auto;
	}

	.picScroll-left .bd ul li .pic {
		height: auto;
	}

	.picScroll-left .bd ul li .pic a {
		display: block;
		position: relative;
		padding-top: 67.5%;
		width: 100%;
	}

	.picScroll-left .bd ul li .pic a img {
		display: block;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.gzdtwz {
		padding-left: 0;
		margin-top: 15px;
	}

	.footerr, .footerl, .footerm {
		float: none;
		width: auto;
		margin-top: 0;
	}

	.footert p {
		line-height: 26px;
		text-align: center;
	}

	.footerrt {
		text-align: center;
		font-size: 0;
	}

	.footerrt ul {
		float: none !important;
		display: inline-block;
		margin-left: 0 !important;
		margin-top: 0 !important;
		vertical-align: middle;
	}

	.bqr {
		float: none !important;
		display: inline-block;
		margin-top: 0;
		vertical-align: middle;
	}

	.slideBox .prev, .slideBox .next{
		width: 35px;
		height: 35px;
		background-size: 100%;
	}
	.slideBox .next{
		right: 20px;
	}
	.slideBox .prev{
		left: 20px;
	}
	.slideBox .bd .slick-dots{
		bottom: 10px;
	}

	.nynrl {
		float: none;
		width: auto;
		margin-top: 0;
	}
	.nynrl h3{
		background-repeat: repeat;
		width: auto;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		padding-left: 30px;
	}
	.leftsidebar_box dt{
		line-height: 40px;
		height: 40px;
	}
	.nynrr{
		padding-left: 0;
	}

	.nynrr img{
		max-width: 100%;
		margin: 0 auto;
	}
	.nynrr p&gt;img{
		display: block;
		margin: 0 auto;
	}
	.jgszbox ul li{
	 width: 50%;
	}
	.list ul li a{
		padding-left: 20px;
	}
}

@media screen and (max-width:768px) {
	.tzgg, .qh {
		width: auto;
		float: none;
	}
}




.jgszbox ul li.cbt {width: 50%;}
@media screen and (max-width: 1300px){
.jgszbox ul li.cbt {width: 66.666%;}
}
@media screen and (max-width: 820px){
.jgszbox ul li.cbt {width: 100%;}
}
@media screen and (max-width: 520px){
.jgszbox ul li {min-width: 50%;width: auto;}
}</pre></body></html>