body {
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑", "Arial", Helvetica, "黑体", Arial, Tahoma;
	margin: 0 auto;
	position: relative;
	overflow-x: hidden;
	background: #fffefe;


}

.img-hide {
	overflow: hidden;
	display: block;
}

.img-hide img,
.div-img {
	transition: 0.5s all;
	transform: scale(1, 1);
}

.img-hide:hover img,
.img-hide:hover .div-img {
	transform: scale(1.05, 1.05);
}

.txt-elise {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li {
	list-style: none;
}

a {
	color: #333;
}

ul {
	padding: 0;
	margin: 0;
}

a:hover,
a {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
	outline: none !important;
}

button:focus,
button:hover,
input:focus {
	outline: none !important;
}

p {
	margin: 0;
}

img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.slick-dots li button:before {
	display: none;
}

.tab-content {
	position: relative;
}

.tab-content .tab-pane {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.5s all;
}

.tab-content .tab-pane.active {
	position: relative;
	z-index: 10;
	opacity: 1;
	filter: alpha(opacity=100);
}

.container {
	width: 1400px;
}

.nav-click {
	display: none;
}

.menu-button {
	position: absolute;
	display: none;
	top: 18px;
	right: 15px;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

.cross {
	margin-top: -8px;
}

.cross .bar {
	margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
	opacity: 0;
}

.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

.about-img img {
	display: none;
}

.friends-list {
	margin: 0 -10px;
}

.banner .slick-dots {
	left: 0;
	right: 0;
	bottom: 40px;
}

.banner .slick-dots li,
.banner .slick-dots li button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.banner .slick-dots li button {
	background: #fff;

}

.banner .slick-dots li.slick-active button {
	background: #d08418;

}



.banner img {
	width: 100%;
}

.banner {
	overflow: hidden;
	margin: 0;
}

.banner .slick-prev {
	width: 36px;
	height: 92px;
	background: url(../images/left.png)center no-repeat;
	background-size: 100% 100%;
	z-index: 99;
	left: 5%;
	opacity: .6;
}

.banner .slick-next {
	width: 36px;
	height: 92px;
	background: url(../images/right.png)center no-repeat;
	background-size: 100% 100%;
	z-index: 99;
	right: 5%;
	opacity: .6;
}

.banner .slick-prev:before {
	display: none;
}

.banner .slick-next:before {
	display: none;
}

.banner:hover .slick-prev {
	opacity: 1;
}

.banner:hover .slick-next {
	opacity: 1;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1000;
	background: url(../images/header.png) center no-repeat;
	background-size: 100% 100%;

}




.logo {
	margin-top:15px;
}

.home-a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 100px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #4f69bd;
	border-radius: 34px;
}

.home-a span {}

.home-a:hover {
	color: #fff;
}

.search-container {
	width: 220px;
	margin-left: 15px;
	position: relative;
}

.search-container .form-control {
	border-radius: 34px;
	border: none;
	height: 32px;
	box-shadow: none;
	border: 1px solid #4f69bd;
	background: transparent;
	color: #fff;
    padding-right: 50px;
}

.btn-ss {
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	background: url(../images/search02.png) center no-repeat;
}

.nav-list li {
	float: left;
	position: relative;
	margin-left: 35px;
	padding-bottom: 15px;
}

.nav-list li a {
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	display: block;
}

.nav-list {
	margin-top: 18px;
}

.nav-down {
	position: absolute;
	display: none;
	white-space: nowrap;
	padding: 10px 0;
	min-width: 120px;
	text-align: center;
	transform: translate(-50%, 0);
	left: 50%;
	top: calc(100% - 3px);
	background: #1e3e90;
	border-top: solid 3px #fff;
}

.nav-down li {
	float: none;
	margin: 0 !important;
	padding-bottom: 0;
}

.nav-down li a {
	color: #fff;
	font-weight: 100;
	line-height: 35px;
	font-size: 16px;
	padding: 0 15px;

}

.nav-down li:last-child a {
	border: none;
}


.nav-list li a:hover {
	font-weight: bold;
}

.nav-down li a:hover {
	background: #2661c8;
}

.nav-list li:hover .nav-down {
	display: block;
}

.header-right {
	margin-top: 15px;
}





.search-a {
	display: none;
}



/*one*/

.one {
	display: inline-block;
	width: 100%;
	background: url(../images/new-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.title {
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.title a {
	width: 100%;
	display: block;
	font-size: 16px;
	color: #203a87;
	font-weight: 500;
	background: url(../images/more.png)right center no-repeat;
	text-align: left;
	font-family: 微软雅黑;
	height: 58px;
	line-height: 58px;
	position: absolute;
	top: 30px;
	padding-left: 15px;
}

.title h2 {
	display: block;
	margin: auto;
	font-size: 36px;
	font-family: emoji;
	font-weight: bold;
	color: #134198;
	text-align: left;
	position: relative;
	padding-left: 15px;
}

.title a:after {
	display: block;
	content: "";
	position: absolute;
	right: 100px;
	width: 87%;
	height: 1px;
	background: #c2cbe4;
	bottom: 28px;
}

.title h2:after {
	margin: auto;
	display: block;
	content: "";
	width: 4px;
	height: 60px;
	background: #203a87;
	position: absolute;
	left: 0px;
	top: 5px;
}

.new-l {
	width: 23.5%;
	padding-top: 40px;
}

.new-list {
	width: 100%;
	display: inline-block;
}

.new-list li {
	width: 100%;
	display: inline-block;
	margin-bottom: 35px;
}

.new-list li:nth-child(3) {
	margin-bottom: 0px;
}

.new-list li .time {
	width: 55px;
	height: 55px;
	text-align: center;
	font-size: 26px;
	color: #203a87;
	line-height: 22px;
	float: left;
	margin-top: 9px;
}

.new-list li .time span {
	font-size: 12px;
	color: #203a87;
	line-height: 28px;
}

.new-bt {
	width: calc(100% - 65px);
	float: right;
	background: url(../images/dx2.png)bottom center no-repeat;
	padding-bottom: 30px;
	background-size: 100%;
}

.new-bt a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin-bottom: 10px;
	-webkit-box-orient: vertical;
}

.new-bt p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.new-list li:hover a {
	color: #203a87;
}

.new-list li:hover .new-bt {
	background: url(../images/dx1.png)bottom center no-repeat;
	background-size: 100%;
}

.new-c {
	width: 48%;
	margin: 0 2.5%;

}

.new-c a {
	display: block;
	width: 100%;
}

.sl-img {
	position: relative;
	padding-top: 60%;
	width: 100%;
}


.new-c a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.new-c .img-slick-bottom {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 30px;
	padding-bottom: 50px;
}

.new-c .img-slick-bottom h2 {
	width: 100%;
	display: inline-block;
	clear: both;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
}

.new-c .img-slick-bottom p {
	width: 100%;
	display: inline-block;
	clear: both;
	font-size: 14px;
	color: #999;
	-webkit-line-clamp: 2;
	line-height: 28px;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}

.new-c .img-slick-bottom span {
	position: absolute;
	padding: 7px 20px 7px 15px;
	color: #fff;
	font-size: 14px;
	border-radius: 0 20px 20px 0;
	top: -20px;
	left: 30px;
background: #203a87;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}

.new-c .slick-dots {

	bottom: 12px;

}

.new-c .slick-dots li {
	width: 25px;
	height: 2px;
	background: #ecf2fe;
	margin: 0px;
}

.new-c .slick-dots .slick-active {
	background: #203a87;
	height: 4px;
	border-radius: 20px;
	bottom: 1px;
}

.new-c .slick-next {
	width: 12px;
	height: 13px;
	background: url(../images/qh-r.png)center no-repeat;
	top: auto;
	bottom: 20px;
	right: 35%;
	z-index: 99;
}

.new-c .slick-prev {
	width: 12px;
	height: 13px;
	background: url(../images/qh-l.png)center no-repeat;
	top: auto;
	bottom: 20px;
	left: 35%;
	z-index: 99;
}

.new-r {
	width: 23.5%;
	padding-top: 40px;
}


/*TWO*/
.two {
	display: inline-block;
	width: 100%;
	background: url(../images/tz-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 50px 0;
}

.tzgg {
	width: 53%;

	float: left;
}

.mtjj {
	width: 43%;
	float: right;
}

.two .title a:after {
	width: 70%;
}


.news-ul-a {
	width: 100%;
}

.news-ul-a li {
	padding: 18px 0;
	box-sizing: border-box;
	width: 48%;
	float: left;
	padding-left: 10px;
}

.news-ul-a li:nth-child(even) {
	float: right;
}


.news-ul-a li:nth-child(8) {
	border-bottom: 1px solid #dbf0fd;
}



.news-date {
	width: 65px;
	height: 65px;
	text-align: center;
	font-size: 14px;
	color: #666;
	border: 1px solid #134198;
	border-radius: 5px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.news-date b {
	font-weight: 400;
	width: 100%;
	display: block;
}

.news-ul-a li:hover .news-date span {
	border-bottom: none;
}

.news-ul-a li:hover .news-date b {
	color: #fff;
	background: #134198;
}


.news-date span {
	font-size: 24px;
	font-weight: bold;
	color: #134198;
	border-bottom: 1px solid #134198;
}

.news-ul-a-tt {
	margin-left: 80px;
	padding: 4px 0;
}

.news-ul-a-tt a {
	font-size: 18px;
	color: #333;
	line-height: 29px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-ul-a li:hover a {
	color: #134198;
}

.notice-list {
	margin-top: 60px;
}

.notice-list .tz-f-left {
	width: 34%;
}

.notice-list .first .pic {
	position: relative;
	padding-top: 62%;
	transform: scale(1, 1);
	overflow: hidden
}

.notice-list .first .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.5s all;
}

.notice-list .tz-f-ri {
	width: 62%;
	padding-top: 10px;
}

.notice-list li {
	line-height: 30px;
	color: #333;
	font-size: 18px;
}

.notice-list li:hover a {
	color: #134198;
}

.notice-list li.first {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 15px;
}

.notice-list li span {
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #999;
	line-height: 40px;
}

.notice-list li a {
	font-size: 18px;
	color: #333;
	display: block;
}

.notice-list .tz-time {
	position: relative;
	margin-top: 18px;
	font-size: 16px;
	color: #999;
	background: url(../images/time-f2.png)left center no-repeat;
	padding-left: 20px;
}



.notice-list .tz-f-title {
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.notice-list li .txt-elise {
	width: calc(100% - 100px);
	float: left;
	line-height: 40px;
}



/*three*/
.three {
	display: inline-block;
	width: 100%;
	background: url(../images/zttp-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 50px 0 0px;
}


.zt {
	width: 100%;
	margin-bottom: 100px;
}

.three .container {
	position: relative;
}

.zt a {
	width: calc(100% - 40px);
	display: block;
	margin: 0 20px;
	position: relative;
	padding-top: 31%;
}

.zt a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



.yqlj {
	width: calc(100% + 60px);
	left: -30px;
	background: url(../images/yqlj-bj.png)center no-repeat;
	background-size: 100% 100%;
	padding: 20px 50px;
	display: flex;
	position: absolute;
	bottom: -25px;
	justify-content: space-around;
}

.yqlj a {
	font-size: 18px;
	color: #333;
	float: left;
	display: block;

}


.ld-list li a {
	display: block;
	position: relative;
	height: 240px;
	background: #f5f5f5;
	padding: 20px 20px 0 190px;
}

.ld-list-img {
	position: absolute;
	left: 20px;
	top: 20px;
}

.ld-list-img img {
	width: 150px;
	height: 200px;
}

.ld-list li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.ld-list {
	padding-top: 40px;
	margin: 0 -15px;
}

.ld-list-name {
	border-bottom: solid 1px #ddd;
}

.ld-list-name span {
	display: inline-block;
	padding-bottom: 6px;
	padding-right: 5px;
	border-bottom: solid 2px #203a87;
	color: #203a87;
	font-size: 18px;
	font-weight: bold;
}

.ld-list-p {
	font-size: 16px;
	line-height: 25px;
	color: #555;
	margin-top: 15px;
	position: relative;
	padding-left: 46px;
}

.ld-list-p span {
	position: absolute;
	left: 0;
	top: 0;
}

.ld-list-p-b {
padding-left: 75px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

































.footer {
	background: url(../images/footer-bj.png) no-repeat top center;
	background-size: cover;
	color: #fff;
	padding: 70px 0 0;
	font-size: 14px
}

.footer a {
	color: #fff
}

.footer .footleft {
	width: 267px;
}

.footer .footleft p {
	font-size: 16px;
	color: #fff;
	line-height: 34px;
}

.footer .footlogo {
	padding-top: 30px;
}

.footer .footright {
	padding-top: 0px
}

.footer .footright p {
	font-size: 16px;
	color: #fff;
}

.footer .footright img {
	width: 100px;
	height: 100px;
	margin-bottom: 8px
}

.footer .footright .c2 {
	margin-left: 40px
}

.footer .copyright {
	padding: 15px 0;
	text-align: center;
	margin-top: 30px;
	width: 100%;
	background: #0b327b;
}

.footer .copyright {
	font-size: 16px;
	color: #fff;
}

.text-m {
	text-align: center;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer .footleft h4:after {
	content: '';
	height: 3px;
	width: 50px;
	background: #fff;
	display: block;
	margin-top: 0.05rem;
}

.footer .footleft h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

.footer .footleft ul li {
	font-size: 16px;
	width: 33.33333%;
}

.footer .footleft {
	width: 320px;
	padding-top: 20px;
}

.footer .clearfix:before {
	display: none;
}

.footer .clearfix:after {
	display: none;
}

@media screen and (max-width:1060px) {
	.footer .footleft {
		width: 100%;
		margin: 0 auto;
		max-width: 400px;
		padding-top: 0px;
		text-align: center;
	}

	.footer .footmid {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer .footright {
		width: 100%;
		max-width: 286px;
		margin: 0 auto
	}

	.footer .footleft ul li {
		width: 33.33%;
		padding: 8px 0
	}
}

@media screen and (max-width:640px) {
	.footer .footleft {
		max-width: 85%;
	}

	.footer .footinfo p span {
		display: block;
	}

	.footer .footinfo p span.line {
		display: none;
	}

	.footer .footright img {
		width: 100px;
		height: 100px;
		margin-bottom: 15px
	}

	.footer .footright {
		max-width: 240px
	}
}

@media screen and (max-width: 500px) {
	.footer .footleft ul li {
		width: 50%;
	}
}

@media screen and (max-width:320px) {
	.footer .footleft {
		max-width: 90%;
	}
}







/****************常见问题*****************/
.banner-list {
	height: 560px;
}

.list-left {
	width: 240px;
	position: relative;
	z-index: 20;
	margin-bottom: 60px;
}

.list-left-top {
	position: absolute;
	left: 0;
	padding-top: 60px;
	line-height: 24px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	bottom: 100%;
	width: 100%;
	height: 110px;
	background: url(../images/list-top.png) center no-repeat;
}

.list-left-nav li a {
	display: block;
	line-height: 70px;
	padding-left: 20px;
	border-bottom: dashed 1px #ddd;
	font-size: 18px;
	color: #333;
	position: relative;
}

.list-left-nav {
	padding: 0 20px 30px 20px;
	background: #eee;
}




.list-left-nav li.active a,
.list-left-nav li a:hover {
	color: #203a87;
	font-weight: bold;
}

.list-right-box {
	width: 1100px;
	margin-top: 25px;
	padding-bottom: 60px;
}

.list-right-top-left {
	font-size: 20px;
	color: #203a87;
	margin-bottom: -2px;
	border-bottom: solid 3px #203a87;
	font-weight: bold;
	padding-bottom: 20px;
	padding-right: 30px;
}

.list-right-top {
	border-bottom: solid 1px #ddd;
}




/*************文章内容***********/
.article-tt {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin: 25px 0 0 0;
}

.article-sm {
	color: #888;
	margin-top: 15px;
}

.article-sm span {
	display: inline-block;
}

.article-p {
	border-top: solid 1px #ddd;
	margin-top: 30px;
	padding-top: 30px;
}

.article-p p {
	text-align: justify;
	font-size: 16px;
	color: #555;
	line-height: 35px;
	margin-bottom: 30px;
}

.article-link {
	border-top: solid 1px #ddd;
	padding: 30px 0;
}

.article-link a {
	color: #888;
}

/**************校园视频****************/
.video-list li {
	float: left;
	width: 33.333333%;
	padding: 0 12px;
	margin-bottom: 30px;
}

.video-list {
	margin: 0 -12px;
	margin-top: 50px;
}

.video-img {
	position: relative;
	padding-top: 70%;
}

.video-img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.video-img i {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background: url(../images/play.png) center no-repeat;
}

.video-tt {
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}

.list-right-box-lg {
	position: relative;
	width: 100% !important;
}

.list-right-box-lg .list-left-top {
	left: 0;
	width: 240px;
	margin-bottom: 25px;
}

.zy-list li {
	float: left;
	width: 25%;
	padding: 0 20px;
	margin-top: 30px;
}

.zy-list {
	margin: 0 -20px;
	margin-bottom: 50px;
}

.zy-list li a {
	display: block;
	font-size: 16px;
	border: solid 1px #ddd;
	position: relative;
	line-height: 48px;
	padding-left: 30px;
	padding-right: 70px;
}

.zy-list li a:before {
	display: block;
	content: "";
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	width: 22px;
	background: url(../images/icon-zy01.png) center no-repeat;
}

.zy-list li a:hover {
	background: #203a87;
	color: #fff;
}

.zy-list li a:hover:before {
	background: url(../images/icon-zy02.png) center no-repeat;
}

/**************招生动态****************/
.dt-ul-date {
	font-size: 16px;
	color: #555;
	padding-top: 25px;
	width: 80px;
	border-top: solid 2px #203a87;
}

.dt-ul-date span {
	display: inline-block;
	font-size: 28px;
	color: #203a87;
	font-weight: bold;
	padding-top: 5px;
}

.dt-ul li a {
	display: block;
	padding: 30px 0;
	border-bottom: solid 1px #ddd;
}

.dt-ul-right {
	margin-left: 110px;
}

.dt-ul-img {
	border-radius: 10px;
	width: 200px;
}

.dt-ul-img img {
	width: 200px;
	height: 113px;
}

.dt-ul-title {
	font-size: 16px;
	color: #555;
}

.dt-ul-right-sm {
	margin-left: 230px;
	padding-top: 10px;
}

.dt-ul-p {
	color: #888;
	line-height: 25px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dt-ul-right-lg .dt-ul-right-sm {
	margin-left: 0;
}

.dt-ul-right-lg {
	border-left: solid 1px #ddd;
	padding-left: 40px;
	height: 115px;
}

.dt-ul li:last-child a {
	border: none;
}

/****************招生章程****************/
.zc-ul li {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-top: 30px;
}

.zc-ul {
	margin: 0 -15px;
}

.zc-ul li a {
	display: block;
	height: 120px;
	border: solid 1px #ddd;
	border-top: solid 2px #203a87;
	padding: 20px;
}

.zc-ul-date {
	font-size: 16px;
	color: #555;
	padding-bottom: 50px;

}

.zc-ul-date span {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}

.zc-ul-right {
	margin-left: 100px;
}

.zc-ul-label {
	color: #fff;
	border-radius: 30px;
	line-height: 25px;
	padding: 0 12px;
	background: #ff9900;
	display: inline-block;
}

.zc-ul-tt {
	font-size: 16px;
	color: #333;
}

.zc-ul-p {
	color: #888;
	line-height: 25px;
        height:50px;
	overflow: hidden;
	margin-top: 10px;
	overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.zc-ul li a:hover {
	background: #203a87;
}

.zc-ul li a:hover .zc-ul-date,
.zc-ul li a:hover .zc-ul-date span,
.zc-ul li a:hover .zc-ul-tt,
.zc-ul li a:hover .zc-ul-p {
	color: #fff;
}

.zs-list li a:hover .zs-date {
	color: #fff;
}

.zs-list li a:hover .zs-right-tt {
	color: #c81b00;
	font-weight: bold;
}

.zs-more:hover {
	background: #203a87;
	color: #fff;
}

.zs-more:hover span {
	background: url(../images/more02.png) right center no-repeat;
}

.link-ul li a:hover,
.nav-b a:hover {
	color: #203a87;
}

.wd-a:hover {
	background: #203a87;
	color: #fff;
}

.list-left-top-phone {
	display: none;
}

.video-list li a:hover .video-tt {
	color: #203a87;
}

.header.onee {
	background: #203a87;

}

.header {
	transition: 0.3s all;
}


@media(max-width: 1740px) {
	.nav-list li {
		margin-left: 20px;
		padding-bottom: 15px;
	}

	.nav-list {
		margin-top: 10px;
	}

	.logo {
		width: 450px;
	}

}


@media(max-width: 1580px) {
	.nav-list li a {
		font-size: 16px;
	}

	.logo {
		margin-top: 6px;
	}
}

@media(max-width: 1479px) {
	.container {
		width: 1230px;
	}

	.title a:after {
		width: 85%;
	}

	.new-bt {
		padding-bottom: 20px;
	}

	.logo {
		width: 400px;
	}

	.header {
		padding: 0px 30px;
	}



	.about-tt {
		padding: 0 50px;
	}



	.list-right-box {
		width: 900px;
	}

	.banner-list {
		height: 450px;
	}

	.gg-ul {
		padding-bottom: 20px;
	}




}

@media(max-width: 1390px) {
	.logo {
		width: 350px;
	}

	.nav-list li a {
		font-size: 15px;
	}

	.nav-list li {
		margin-left: 15px;
	}

}



@media(max-width: 1279px) {
	.container {
		width: 96%;
	}
	.ld-list li{width: 100%;}
	.logo {
		width: 320px;
		margin-top: 10px;

	}

	.two .title a:after {
		width: 64%;
	}

	.banner .slick-prev {
		width: 25px;
		height: 60px;
	}

	.banner .slick-next {
		width: 25px;
		height: 60px;
	}

	.search-container .form-control {
		height: 28px;
	}

	.header-right {
		margin-top: 10px;
	}



	.about-p {
		padding: 40px;
	}

	.logo-b {
		width: 100%;
		text-align: center;
	}

	.list-right-box {
		width: calc(100% - 260px);
	}

	.wd-top a {
		display: block;
		width: 115px;
		margin: 20px auto 0 auto;
		float: none !important;
	}

	.banner-list {
		height: 350px;
	}

	.table-bordered>thead>tr>th {
		font-size: 14px;
		color: #fff;
		font-weight: normal;
		padding: 10px 8px;
	}

	.table-bordered>tbody>tr>td {
		font-size: 14px;
		color: #333;
		padding: 10px 8px;
		background: #f2f2f2;
		text-align: center;
	}

	.jg-left {
		width: 100%;
	}

	.jg-right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.nav-list li a {
		font-size: 14px;
	}

	.nav-list li {
		margin-left: 15px;
	}

	.yqlj {
		width: calc(100% + 30px);
		left: -15px;
	}


}



@media(max-width: 1144px) {


	.nav-list li a {
		font-size: 13px;
	}

	.nav-list li {
		margin-left: 10px;
	}

	.new-list li {
		margin-bottom: 15px;
	}

	.title a:after {
		width: 82%;
	}

	.yqlj {
		width: 100%;
		left: 0px;
		display: inline-block;
		background: #c9dafc;
		position: relative;
	}

	.yqlj a {
		margin: 0 10px;
		line-height: 30px;
	}

	.zt {
		margin-bottom: 30px;
	}
}




@media (max-width: 1100px) {
	.new-bt {
		padding-bottom: 20px;
	}



}



















@media(max-width: 991px) {
	.container {
		width: 750px;
	}

	.swiper-slide {
		background-position: center;
		background-size: cover;
		width: 350px;
		height: 200px;
	}

	.bg-link {
		width: 350px;
		height: 200px;
	}


	.friends-list li {
		width: 25%;
	}

	.about-p {
		padding: 30px 20px;
	}

	.about-tt {
		padding: 0 20px;
	}

	.header .container {
		width: 100%;
	}

	.header {
		background: #203a87;
		height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
	}

	.header {
		padding: 0px 20px;
	}

	.header.onee {
		padding-bottom: 0px;
	}

	.logo {
		padding: 0;
		width: 200px;
		line-height: 48px;
		margin-top: 0px;
	}

	body {
		padding-top: 50px;
	}

	.nav-list {
		position: absolute;
		left: 0;
		display: none;
		border-top: solid 1px #fff;
		right: 0;
		top: 50px;
		background: #203a87;
		width: 100%;
		margin: 0;
	}

	.nav-list li {
		float: none;
		margin: 0;
		width: 100%;
		padding: 0;
	}

	.nav-list li a {
		display: block;
		font-size: 16px;
		line-height: 40px;
		padding: 0 15px;
	}

	.nav-list li a:before {
		display: none !important;
	}

	.nav-click {
		display: block;
		transition: 0.3s all;
		z-index: 10000;
		position: absolute;
		color: #fff;
		right: 0;
		top: 0;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
	}

	.nav-click.active {
		transform: rotate(180deg);
	}

	.search-top {
		line-height: 50px;
		margin-right: 40px;
	}

	.logo-b {
		width: 100%;
		text-align: center;
	}

	.nav-down {
		position: static;
		margin: 0;
		width: 100%;
		padding: 0;
		border: none;
		background: #0f43b3;
		;
		transform: translate(0, 0);
	}

	.nav-down li a {
		text-align: left;
		padding: 0 25px;
		color: #fff;
	}

	.nav-list li:hover .nav-down {
		display: none;
	}

	.menu-button {
		display: block;
	}

	.nav-down:before {
		display: none;
	}

	.header-right {
		padding-top: 0;
	}

	.search-a {
		line-height: 50px;
		margin-right: 40px;
	}

	.banner .slick-dots {
		margin-left: 0;
		left: 0;
		width: 100%;
		bottom: 20px;
	}

	.zs-more {
		margin: 10px 0;
	}

	.search-box-c {
		left: 15px;
		right: 15px;
		width: auto;
		margin-left: 0;
	}

	.list-right-box {
		width: 450px;
	}

	.wd-list li {
		padding-right: 0;
	}

	.wd-a {
		position: static;
		display: block;
		margin-top: 20px;
	}

	.banner-list {
		height: 250px;
	}

	.table-responsive {
		min-height: .01%;
		overflow-x: auto;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.zy-list li {
		width: 33.333333%;
	}

	.zc-ul li {
		width: 100%;
	}





	.home-a {
		display: none;
	}

	.search-a {
		display: block;
		position: absolute;
		right: 20px;
		top: 0;
	}

	.search-box-c {
		position: fixed;
		left: 5%;
		top: 50%;
		height: 54px;
		background: #ccc;
		padding-right: 115px;
		right: 5%;
		z-index: 1000010;

	}

	.search-box-c .form-control {
		height: 54px;
		border-radius: 0;
		font-size: 18px;
		box-shadow: none;
		border: none;
color: #333;
	}

	.modal {
		z-index: 100000001;
	}

	.modal-backdrop {
		z-index: 10000000;
	}

	.modal-box {
		position: fixed;
		display: none;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 1000010;
	}

	.btn-search-c,
	.btn-search-c:hover,
	.btn-search-c:focus {
		position: absolute;
		right: 0;
		background: #203a87 url(../images/search02.png) center no-repeat;
		top: 0;
		width: 115px;
		height: 54px;
		border: none;
		border-radius: 0;
		padding: 0
	}

	.modal-back {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 100000;
		background: rgba(0, 0, 0, 0.5);
	}



	.new-l {
		width: 48%;
	}

	.new-r {
		width: 48%;
	}

	.new-c {
		width: 100%;
		margin: 0 0%;
		margin-top: 30px;
	}

	.new-bt p {
		-webkit-line-clamp: 3;
	}

	.title h2 {
		font-size: 30px;
	}

	.one {
		padding: 30px 0;
	}

	.banner .slick-prev {
		top: 43%;
	}

	.banner .slick-next {
		top: 43%;
	}

	.banner .slick-dots li button {
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}


	.title a:after {
		width: 75%;
	}

	.new-bt {
		padding-bottom: 15px;
	}

	.tzgg {
		width: 100%;
		margin-bottom: 30px;
	}

	.mtjj {
		width: 100%;
	}








}

@media(max-width: 768px) {
	.container {
		width: 100%;
	}

	.onee-left {
		width: 100%;
	}

	.page-one-sm {
		padding-top: 30px;
	}

	.about-right {
		width: 100%;
	}

	.about-right-top {
		margin: 0;
		height: auto;
	}

	.about-img {
		position: static;
	}

	.about-img img {
		display: block;
	}

	.about-tt {
		line-height: 1;
		height: auto;
		padding: 0;
		margin-top: 20px;
	}

	.title a:after {
		width: 50%;
	}

	.two .title a:after {
		width: 50%;
	}

	.new-c .slick-prev {
		left: 30%;
	}

	.new-c .slick-next {
		right: 30%;
	}

	.about-p {
		padding: 20px 0;
		height: auto;
	}

	.link-ul li {
		width: 33.333333%;
		margin-top: 20px;
	}

	.link-ul li img {
		height: 50px;
	}

	.link-ul li a {
		font-size: 14px;
	}

	.page-one {
		padding-bottom: 30px;
	}

	.title-b {
		font-size: 24px;
		margin: 20px 0;
	}

	.friends-list li {
		width: 50%;
	}

	.list-left {
		width: 100%;
	}

	.list-left-top {
		width: 100%;
		display: none;
		line-height: 50px;
		text-align: left;
		padding: 0 15px;
		height: 50px;
		background: #203a87;
		font-size: 18px;
	}

	.list-left-top-phone {
		display: block;
	}

	.list-left-top-phone span {
		position: absolute;
		right: 15px;
		top: 22px;
		color: #fff;
	}

	.list-left-nav li a {
		line-height: 50px;
		font-size: 16px;
		padding-left: 0;
	}

	.list-left-nav li a:before {
		left: auto;
		right: 15px;
	}

	.list-left-bottom {
		display: none;
	}

	.list-left-nav {
		display: none;
	}

	.list-right-box {
		width: 100%;
		padding-bottom: 30px;
	}

	.nav-b {
		display: none;
	}

	.list-left {
		margin-bottom: 0;
	}

	.list-right-top-left {
		padding-bottom: 10px;
	}

	.wd-top {
		padding: 20px;
		font-size: 16px;
	}

	.wd-list li {
		padding: 20px 0;
	}

	.banner-list {
		height: 150px;
	}

	.fl-box-left {
		position: static;
		margin-bottom: 10px;
	}

	.fl-box {
		padding-left: 0;
	}

	.table-responsive {
		margin-bottom: 30px;
	}

	.fl-list li a {
		font-size: 14px;
		padding: 0 10px;
	}

	.fl-list li {
		margin-right: 10px;
	}

	.login-box {
		width: 100%;
		padding: 20px;
	}

	.login-banner {
		padding: 30px 0;
	}

	.login-p {
		margin-top: 15px;
	}

	.login-tt {
		margin-bottom: 15px;
	}

	.jg-left {
		padding: 30px;
	}

	.jg-name {
		font-size: 16px;
		margin-top: 15px;
	}

	.jg-name-p,
	.jg-name-b {
		font-size: 16px;
		margin-top: 15px;
		line-height: 25px;
	}

	.jg-right-back {
		padding: 30px;
		font-size: 14px;
		line-height: 25px;
		min-height: 10px;
		padding-bottom: 50%;
	}

	.article-p p {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.article-p {
		margin-top: 20px;
		padding-top: 20px;
	}

	.article-link .col-xs-6 {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}

	.article-link {
		margin-top: 15px;
		padding: 10px 0;
	}

	.article-tt {
		font-size: 18px;
line-height: 26px;
	}

	.video-list li {
		width: 50%;
		margin-bottom: 15px;
	}

	.video-list {
		margin-top: 20px;
	}

	.video-tt {
		font-size: 14px;
	}

	.video-img i {
		left: 10px;
		bottom: 10px;
	}

	.zy-list li {
		width: 50%;
		margin-top: 15px;
	}

	.zy-list li a {
		padding: 0 15px;
		line-height: 38px;
		font-size: 14px;
	}

	.zy-list li a:before {
		right: 15px;
	}

	.zy-list {
		margin-bottom: 20px;
	}

	.dt-ul-img {
		display: none;
	}

	.dt-ul-right-sm {
		margin-left: 0;
	}

	.dt-ul-right-lg {
		padding-left: 0;
		border: none;
		height: auto;
	}

	.dt-ul li a {
		padding: 20px 0;
	}

	.dt-ul-right-sm {
		padding-top: 0;
	}

	.swiper-button-prev {
		margin-left: -180px;
	}

	.swiper-button-next {
		margin-right: -180px;
	}

	.bg-link span {
		bottom: 15px;
	}


	.video-one {
		position: relative;
		width: 50%;
		float: left;
		margin: 0 0 10px 0 !important;
		left: 0;
		top: 0;
	}

	.video-box {
		padding: 0;
	}

	.video-one div {
		height: auto;
		padding-top: 63.76%;
	}

	.video-one a span {
		font-size: 14px;
	}

	.xt-list li {
		width: 20%;
	}

	.xt-top {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.xt-top:before {
		background-size: 80% 80%;
	}

	.xt-title {
		font-size: 15px;
		margin-top: 10px;
	}

	.xt-list li {
		margin-top: 15px;
	}

	.xt-list:before {
		display: none;
	}

	.banner .slick-prev {
		width: 18px;
		height: 40px;
	}

	.banner .slick-next {
		width: 18px;
		height: 40px;
	}




}


@media(max-width: 600px) {
	.new-l {
		width: 100%;
	}

	.new-r {
		width: 100%;
	}

	.new-bt {
		padding-bottom: 25px;
	}

	.foot-l img {
		width: 85%;
	}

	.new-bt a {
		font-weight: 400;
	}

	.new-r {
		padding-top: 0px;
	}

	.new-list li:nth-child(3) {
		margin-bottom: 0px;
	}

	.new-list li {
		margin-bottom: 20px;
	}

	.news-ul-a li {
		width: 100%;
	}


}



@media (max-width: 560px) {
	.notice-list .tz-f-ri {
		padding-top: 0px;
	}

	.notice-list .tz-time {
		margin-top: 10px;
	}


}


@media (max-width: 480px) {
	.notice-list .tz-time {
		margin-top: 0px
	}


}