@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {

	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;

}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #214E1B;
}

p,
ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
	padding: 0;
}

/*头部*/
.container {
	padding: 0;
}


/*颜色选择*/
.blue-back {
	background: #f4fafd;

}

/*样式开始*/

.header {
	background-color: #BC1111;
	background-image: url(../images/header.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 15px 0;
}

.header .container {
	display: flex;
	align-items: center;
	position: relative;
}

.logo {
	display: block;
	width: 60%;
	float: left;
	/* margin-left: -40px; */
}

.logo img {
	width: 250px;
	height: 50px;
	overflow: hidden;
}

.header .link-top {
	/* width: 28.3%; */
	margin: 0 0 0 auto;
	/* float: right; */
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
}

.header .link-top a {
	display: block;
	width: 30px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #FFF;
	text-align: right;
	/*  text-align: center;
	margin-left: 26.9%;*/
}

.header .link-top a:first-child {
	margin-left: 0;
	text-align: left;
	/* font-size: 0; */
	/* background: url(../images/zywqh.png) no-repeat; */
}



/*搜索*/

.search {
	/* width: 240px; */
	/* height: 30px; */
	/* line-height: 30px; */
	text-align: left;
	margin: 0 95px 0 auto;
}

.searchbox {
	/* background: #fff; */
}

.searchbox .search_kang {
	width: 240px;
	outline: none;
	height: 30px;
	padding-left: 11px;
	font-size: 14px;
	color: #c8c8c8;
	text-align: left;
	vertical-align: middle;
	/* float: left; */
}


.searchbox .search_kang:-webkit-autofill {

	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #dfdfdf;
}


::-webkit-input-placeholder {
	color: #dfdfdf;
}

::-moz-placeholder {
	color: #dfdfdf;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #dfdfdf;
}

/* ie */
input:-moz-placeholder {
	color: #dfdfdf;
}


.searchbox .search-button {
	outline: none;
	vertical-align: middle;
	/* margin-left: 6px; */
	/* background-color: #fff; */
	padding: 5px 17px;
	background: #fff url(../images/search.png) no-repeat center center;
}



.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 15px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}


/*导航*/

.nav {
	width: 100%;
	background: #fff;
	position: relative;
	margin-top: 5px;
	z-index: 9;
}

.nav ul li {
	float: left;
	line-height: 43px;
	text-align: center;
	/* border-bottom: 6px solid #fff; */
	margin-left: 6.2%;
	position: relative;
	white-space: nowrap;
	z-index: 99;
}

.nav ul li.on2 {
	margin-left: 2.7%;
}


.nav ul li.on3 {
	margin-left: 2.7%;
}

.nav ul li:after {
	content: '';
	display: block;
	margin: auto;
	height: 6px;
	width: 0;
	background: 0 0;
	transition: width .15s ease, background-color .15s ease;

}

.nav ul li:hover:after {
	width: 100%;
	background: #274d40;
}


.nav ul li:first-child {
	margin-left: 0;
}


.nav ul li a {
	display: block;
	color: #274D40;
	height: 43px;
	font-size: 18px;
	padding: 0 22px;
}

.nav ul li.on2 a {
	padding: 0 50px;
}

.nav ul li.active:after {
	width: 100%;
	background: #274D40;
}

.nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 49px;
	width: 100%;
	z-index: 99;
	background: url(../images/nav-itmebj.png) center repeat;
	padding: 10px 0px;
}


.nav ul li:hover ul {
	display: block;
}

.nav ul li:hover ul li ul {
	display: none;
}

.nav ul li ul li {
	width: 100%;
	line-height: 35px;
	margin-left: 0;
	text-align: left;
	padding: 0 3%;
}

.nav ul li ul li:after {
	display: none;
}

.nav ul li ul li a {
	font-size: 16px;
	height: 35px;
	width: 100%;
	color: #333;
	padding: 0px 12px;
}

.nav ul li.on2 ul li a {
	padding: 0px 12px;
}

.nav ul li ul.on1 li a {
	text-align: center;
}

.nav ul li:hover ul li {
	border-bottom: none;
}

.nav ul li:hover ul li a {
	color: #333;
}

.nav ul li ul li:hover a {
	color: #214E1B;
}


/*banner相关设置*/

.banner {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	z-index: 1;
}

.banner .shaow {
	position: absolute;
	bottom: 7px;
	left: 0;
	z-index: 9;
}

.banner .container {
	position: relative;
	float: initial;
	z-index: 34;
}


.banner img {
	width: 100%;
}

.banner .fullWidth {
	overflow: hidden;
}

#full-width-slider {
	width: 100%;
	color: #000;
	padding-bottom: 7px;
}


#full-width-slider .rsBullets {
	position: absolute;
	bottom: -7px;
	right: 10px;
	z-index: 9;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

#full-width-slider .rsBullet {
	height: 35px;
	display: inline-block;
	* display: inline;
	* zoom: 1;
	box-sizing: content-box;
	padding: 0 8px;
}

#full-width-slider .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	/* line-height: 40px; */
	/* color: #fff; */
	/* font-size: 24px; */
	/* font-family: "Georgia"; */
	font-size: 0;
	background-color: #fff;
	border-radius: 50%;
	opacity: .5;
}

#full-width-slider .rsBullet.rsNavSelected span {
	/* background: #214E1B; */
	/*color: #000000;*/
	opacity: 1;
}

#full-width-slider .rsGCaption {
	position: absolute;
	left: 15px;
	bottom: 5px;
	font-size: 20px;


	width: 50%;
	height: 54px;
	line-height: 54px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 15;
}

#full-width-slider .rsGCaption .img-title {
	color: #fff;
	/* font-weight: bold; */
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	left: 10px;
	top: 43%;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
	width: 28px;
	height: 35px;
}


#full-width-slider .rsArrowRight {
	position: absolute;
	right: 10px;
	top: 43%;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
	display: none;
	width: 28px;
	height: 35px;
}



/*首页*/
.banner .column {
	font-family: "Arial";
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -120px;
	left: 0;
}

.title {
	height: 60px;
	line-height: 60px;
	margin-bottom: 3px;
	padding-right: 5px;
	border-bottom: 1px solid #e9e9e9;
}

.title h3 {
	font-size: 24px;
	color: #214E1B;
	float: left;
	margin: 0;
	height: 60px;
	line-height: 60px;
}



.title .more {
	float: right;
	margin-top: 5px;
	font-size: 14px;
	height: 55px;
	color: #666;
	background: url(../images/more.png) right center no-repeat;
	padding-right: 22px;
}

#full-width-slider1 {
	width: 100%;
	background: #f4f4f4;
	margin-top: 15px;
}

#full-width-slider1 .rsContent a:hover img.rsImg {
	transition: transform 6000ms linear 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);

}

#full-width-slider1 .banner-title {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	height: 58px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 7% 10px 5%;

}

#full-width-slider1 .banner-title:hover {
	color: #214E1B;
}

#full-width-slider1 .banner-more {
	display: block;
	font-size: 14px;
	color: #015ea7;
	line-height: 26px;
	padding: 0px 7% 12px 5%;
}

#full-width-slider1 .banner-more img {
	margin-left: 5px;
}

#full-width-slider1 .list_img {
	height: 230px;
	margin-bottom: 5px;
	overflow: hidden;
}

.list_img img {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.list_img:hover img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

#full-width-slider1 .rsBullets {
	position: absolute;
	bottom: 78px;
	right: 13px;
	z-index: 9;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

#full-width-slider1 .rsBullet {
	width: 8px;
	height: 8px;
	border: 2px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	margin: 0 3px;
	border-radius: 50%;
}

#full-width-slider1 .rsBullet.rsNavSelected {
	background: #274d40;
	border: 2px solid #274d40;
	display: none;
}

#full-width-slider1 .rsBullet span {
	display: none;
}

#full-width-slider1 .date {
	position: absolute;
	left: 10px;
	top: 0;
	background: #fff;
	border-top: 5px solid #356d5a;
	text-align: center;
	padding: 0 5px;
	display: none;
}

#full-width-slider1 .date h3 {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	margin: 7px 0 3px;


}

#full-width-slider1 .date p {
	font-size: 12px;
	color: #a2a2a2;
	margin: 0px 0 4px;

}

.new-img {
	padding-right: 1.9%;
}

.news {
	/*padding-right: 0.83%;*/
	margin: 0 0 35px;
}

.notice {

	padding: 0 0.68%;
	/* padding-left: 1.65%;*/
	/*margin: 15px 0 35px;*/
	margin: 20px 0 35px;
}

.academic {

	padding-right: 1.36%;
	margin: 20px 0 30px;
}

.poster {
	padding-left: 1.36%;
	/*padding-left: 1.16%;*/
	margin: 20px 0 30px;
}

.index-list ul li a p {

	float: left;
	width: 100%;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	color: #443839;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-list ul li:hover a p {
	color: #214E1B;
}

.index-list ul li a span {
	float: left;
	text-align: right;
	width: 15%;
	font-size: 14px;
	color: #aeadaf;
	margin-top: 6px;
	display: none;
}


/* 电子海报 */
.haibao.index-list ul li a p {

	float: left;
	width: 80%;
}

.haibao.index-list ul li a span {
	float: left;
	width: 18%;
	display: block;
	text-align: center;
	background-color: #214E1B;
	color: #fff;
	margin-right: 5px;
	line-height: 30px;
	height: 30px;
}

/* 电子海报 */

.new-list {
	padding-left: 1.2%;
}

.new-list ul {
	margin-left: -4%;
	margin-top: -5px;
}

.new-list ul li {
	width: 45%;
	float: left;
	margin-left: 5%;
	border-bottom: 1px solid #D9D9D9;
	padding: 26px 0 10px 0;
}

.new-list ul li .pull-left {
	margin-right: 12px;
	width: 64px;
}

.new-list ul li:hover .pull-left {
	background: #274d40;

}

.new-list ul li .pull-left h3 {
	font-size: 20px;
	color: #356d5a;
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

.new-list ul li:hover .pull-left h3 {
	color: #fff;

}

.new-list ul li .pull-left p {
	font-size: 12px;
	color: #666;
	width: 100%;
	line-height: 26px;
	text-align: center;

}

.new-list ul li:hover .pull-left p {
	color: #fff;

}

.new-list ul li .media-body {
	font-size: 16px;
	line-height: 26px;
	color: #443839;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.new-list ul li:hover .media-body {
	color: #2d76bc;

}

/*.notice ul li {
	border-bottom: 1px solid #f4f4f4;
	padding: 12.5px 0;
}*/



.notice ul li .pull-left {
	margin-right: 12px;
	width: 64px;
}

.notice ul li:hover .pull-left {
	background: #274d40;

}

.notice ul li .pull-left h3 {
	font-size: 20px;
	color: #356d5a;
	text-align: center;
	margin: 0;
	padding-top: 4px;
}

.notice ul li:hover .pull-left h3 {
	color: #fff;

}

.notice ul li .pull-left p {
	font-size: 12px;
	color: #949393;
	width: 100%;
	line-height: 26px;
	text-align: center;

}

.notice ul li:hover .pull-left p {
	color: #fff;

}

.notice ul li .media-body {
	font-size: 16px;
	line-height: 26px;
	color: #443839;
	height: 52px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}

.notice ul li:hover .media-body {
	color: #2d76bc;

}



/* 内容页 */
/*当前位置*/
.location {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	background: #f1f1f1;
	color: #666;
}

.location a {
	font-size: 14px;
	color: #666;

}

.location1 {
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #eaeaea;
	color: #666;
	margin-top: 20px;
	position: relative;
}

.location a {
	font-size: 14px;
	color: #666;

}

/* 左边 */

.left-nav {
	margin-bottom: 47px;
}

.left-nav h3.current {
	font-size: 30px;
	color: #fff;
	background-color: #002f55;
	background-image: url(../images/current.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 40px 0;
	text-align: center;
	margin: 31px 0 0;
}


.left-nav ul {
	border-left: 5px solid #274d40;
	padding-bottom: 10px;
	background-color: #eaeaea;
}

.left-nav ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #eaeaea;
	font-size: 16px;
	color: #333;
	padding: 0 10% 0 16%;
	text-align: left;
}


.left-nav ul li:hover a {
	background-color: #fff;
	color: #274d40;
}


.left-nav ul li.active a {
	background-color: #fff;
	color: #274d40;

}

.left-nav ul li ul {
	border-left: none;
}

.left-nav ul li ul li a {
	background-color: #f6f6f6;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding: 0 10% 0 21%;
}

.left-nav ul li.active ul li a {
	background-color: #f6f6f6;
}

.left-nav ul li:hover ul li a {
	background-color: #f6f6f6;
}

.left-nav ul li ul li:hover a {
	color: #056cc4;
}

.left-nav ul li ul li.active a {
	color: #056cc4;
}

.left-point {
	margin-bottom: 30px;
}

.left-point h3 {
	font-size: 18px;
	color: #ac8945;
	margin: 0 0 15px;

}

.left-point h3 img {
	margin-right: 15px;
}

.left-point ul {
	background: #f7f7f7;
	padding: 10px 5px 20px;

}

.left-point ul li {
	border-bottom: 1px solid #e9e9e9;
	padding: 8px 5px;

}

.left-point ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 46px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.point-info {
	margin-bottom: 10px;
}

.point-info p {
	font-size: 12px;
	color: #999;
}

.point-info p img {
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.point-info .time {
	float: left;
	width: 67%;
}

.point-info .view {
	float: left;
	width: 33%;
}




/* 右边 */
.right-box {
	padding-left: 5%;
}

.right-list {
	background: #fff;
	padding: 0 0 0 0.17%;
}


/* 当前栏目 */
.columntitle {
	color: #013157;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 0;
}

/* 列表 */

.list {
	margin-top: 20px;
	margin-bottom: 40px;
}


.list ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	height: 48px;
	padding: 0 5px;

}

.list ul li a:hover {
	background: #f1f1f1;

}

.list ul li a p {
	float: left;
	width: 80%;
	font-size: 16px;
	overflow: hidden;
	line-height: 48px;
	height: 48px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.list ul li a:hover p {
	color: #014983;

}

.list ul li a span {
	float: left;
	text-align: right;
	width: 20%;
	font-size: 14px;
	color: #888;

}

/* 带图列表页 */

.list-img ul li {
	width: 100%;
	margin: 35px 0;
	background: #f7f7f7;

}

.list-img ul li:hover {
	background: #002f55;

}

.list-img ul li .pull-left {
	width: 200px;
	height: 100%;
	margin-right: 20px;
	padding-right: 0;
	overflow: hidden;
	position: relative;
}

.list-img ul li .pull-left img {
	width: 100%;
	min-height: 100%;

}



.list-img ul li .media-body {
	padding-right: 22px;
}

.list-img ul li h5.media-heading {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #333;
	margin: 10px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-img ul li:hover h5.media-heading {
	color: #fff;
}

.list-img ul li p.abstract {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.list-img ul li:hover p.abstract {
	color: #fff;
}


.list-img ul li p.text-time {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-img ul li:hover p.text-time {
	color: #fff;
}




/* 简介页 */
.about {
	margin-top: 40px;
	padding-bottom: 40px;
}

.about h2.title {
	text-align: center;
	font-size: 24px;
	color: #005c95;
	line-height: 30px;
	margin: 0 0 15px;
	height: auto;
	padding-bottom: 25px;
	border-bottom: 1px solid #dfdfdf;
}

.about p {
	color: #333;
	font-size: 16px;
	line-height: 36px;

}

.about p img {
	max-width: 100%;
}

.jijing h3 {
	background-color: #eaeaea;
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}

.jijing h3 a {

	color: #333;

}



/*内容页*/

.article {
	margin-top: 40px;
	padding-bottom: 40px;
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	color: #005c95;
	line-height: 30px;
	margin: 8px 0;
	height: auto;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 15px 0 10px;
	text-align: center;
	font-size: 14px;
	color: #888;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;

}


.article .content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;
}


.article .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 36px;
}

.article .content p img {
	max-width: 100%;
}

/*老师页面*/
.article .lao-content .content {
	overflow: hidden;
}

.article .lao-content .content .content-left {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 30px;
	width: 75%;
	float: left;
	margin-right: 10%;

}

.article .lao-content .content .content-left h3 {
	color: #002f55;
	font-size: 16px;
	font-weight: bold;
	font-family: "微软雅黑";
}

.article .lao-content .content .content-left p {
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 30px;

}

.article .lao-content .content .content-right {
	float: left;
	width: 15%;
	background: #eaeaea;
	padding-bottom: 3px;
}

.article .lao-content .content .content-right .content-img {
	line-height: 20px;
	margin-bottom: 3px;
	height: 180px;
	overflow: hidden;


}

.article .lao-content .content .content-right img {
	width: 100% !important;
	height: auto !important;
	min-height: 100% !important;
}

.article .lao-content .content .content-right p {

	font-size: 16px;
	color: #002f55;
	margin: 0;
	padding: 0 5px;
	line-height: 24px;
}

/*封面页*/
.cover {
	padding: 10px 5% 30px;
}

.cover-ti {
	font-size: 16px;
	margin: 15px 0;
	color: #005193;
}

.cover-title {
	font-size: 16px;
	background: #f6f6f6;
	border-left: 3px solid #005193;
	padding: 12px 0 12px 15px;
	margin: 20px 0;

}

.cover-title1 {
	font-size: 16px;
	color: #056cc4;
	padding-left: 20px;
}

.cover-title span {
	float: right;
	padding-right: 10px;
	font-size: 14px;
	color: #666;
}

.cover ul {
	margin-left: 3%;
}

.cover ul li {
	float: left;
	/*min-width: 11.5%;*/
	/* margin: 10px 1% 10px 0;*/
	margin: 10px 6% 10px 0;

}

.cover ul li a {
	min-width: 48px;
	font-size: 16px;
	color: #666;
	display: block;
	text-align-last: justify;
}

/* 现任领导 */
.leader {
	min-height: 250px;
	padding-top: 20px;
}

.leade-list {
	background: #f8f8f8;
	margin-bottom: 13px;
	padding: 15px 0;
	overflow: hidden;

}

.leade-list .leade-title {
	font-size: 16px;
	color: #002f55;
	float: left;
	text-align: right;
	margin: 0;
	width: 120px;
	line-height: 1.5;
	font-family: "微软雅黑";

}

.leade-list .leade-content {
	padding-left: 120px;
}

.leade-list .leade-content a {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	margin-left: 3%;

}

/*专业委员会  */
.professional {
	padding: 15px 0 20px;
}

.professional h3 {
	border-left: 5px solid #005193;
	font-size: 18px;
	color: #005193;
	/*padding-left:3%;*/
	margin: 25px 0 17px;
	background: url(../images/h3-bolid.png) left center repeat-x;

}


.professional h3 strong {
	font-weight: normal;
	padding-left: 3%;
	padding-right: 10px;
	background: #fff;
}

.professional p {
	font-size: 16px;
	color: #000;
	padding-left: 4%;
	line-height: 30px;

}

/* 结构组织 */
.structure {
	padding: 20px 0;
	margin-left: -3%;
}

.structure p {
	width: 30%;
	float: left;
	background: #ededee;
	margin: 10px 0 10px 3%;
	text-align: center;
	padding: 10px 15px;
	font-size: 16px;
	color: #666;
}


/*继续教育首页 */
#full-width-slider3 {
	width: 100%;
}

#full-width-slider3 .rsBullets {
	position: absolute;
	bottom: 24px;
	right: 45%;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

#full-width-slider3 .rsBullet {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	margin: 0 5px;
	border-radius: 50%;
}

#full-width-slider3 .rsBullet.rsNavSelected {
	background: #002f55;
	border: 2px solid #002f55;
}

#full-width-slider3 .rsBullet span {
	display: none;
}

.gray-content {
	background: #f4f4f4;
}

.title1 {
	height: 65px;
	padding: 0 7px 0 22px;
	background: #00467f;

}

.title1 h3 {
	font-size: 24px;
	color: #fff;
	float: left;
	margin: 0;
	padding: 18.5px 0;
	line-height: 28px;
}

.title1 .more {
	float: right;
	font-size: 14px;
	height: 65px;
	line-height: 65px;
	color: #fefefe;
	background: url(../images/more1.png) right center no-repeat;
	padding-right: 22px;
}

.title2 {
	height: 65px;
	padding: 0 7px 0 22px;
	background: url(../images/index-title.png) left bottom no-repeat;

}

.title2 h3 {
	font-size: 24px;
	color: #fff;
	float: left;
	margin: 0;
	padding: 18.5px 0 0;
	line-height: 28px;
}

.title3 {
	height: 65px;
	border-bottom: 1px solid #b7e2ff;
	margin-bottom: 6px;
}

.title3 h3 {
	font-size: 24px;
	color: #214E1B;
	float: left;
	margin: 0;
	padding: 23px 0 0;
	line-height: 26px;
}

.index-about {
	margin: 46px 0 51px;
	padding-right: 2.5%;

}

.index-about-content {
	padding: 36px 22px 25px;
	background: #fff;

}

.about-img {
	margin-right: 3.5%;
	overflow: hidden;
}


#full-width-slider4 {
	width: 100%;
}


#full-width-slider4 .rsContent .list_img {
	height: 242px;
	overflow: hidden;
}

#full-width-slider4 img {
	width: 100% !important;
	min-height: 100% !important;
}

#full-width-slider4 .rsBullets {
	position: absolute;
	bottom: 50px;
	right: 10px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

#full-width-slider4 .rsBullet {
	width: 10px;
	height: 10px;
	background: #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	margin: 0 3px;
	border-radius: 50%;
}

#full-width-slider4 .rsBullet.rsNavSelected {
	background: #002f55;
}

#full-width-slider4 .rsBullet span {
	display: none;
}

#full-width-slider4 .banner-title {

	font-size: 16px;
	color: #fff;
	background: #00467f;
	margin: 0;
	padding: 12px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

#full-width-slider4 .date {
	position: absolute;
	width: 57px;
	top: 0;
	left: 0;
	background: url(../images/banner-date.png) left center repeat;
}

#full-width-slider4 .date h3 {
	font-size: 24px;
	color: #fff;
	margin: 5px 0 2px;
	text-align: center;
}

#full-width-slider4 .date p {
	font-size: 12px;
	color: #fff;
	margin: 3px 0 5px;
	text-align: center;

}


.index-jianjie p {
	font-size: 16px;
	color: #333;
	line-height: 42px;
	margin-bottom: 5px;
	text-indent: 2em;
}

.dynamics {
	margin: 46px 0 0;
}

.dynamics ul {
	background: #fff;
	padding: 0 14px;

}

.dynamics ul li {
	height: 60px;
	background: url(../images/bolid.png) left top repeat-x;
}

.dynamics ul li a {
	width: 70%;
	float: left;
	display: block;
	font-size: 16px;
	line-height: 60px;
	color: #333;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dynamics ul li:first-child {
	background: none;
}

.dynamics ul li:hover a {
	color: #0070cb;
}

.dynamics ul li span {
	display: block;
	width: 30%;
	font-size: 14px;
	float: left;
	/* height: 60px; */
	line-height: 60px;
	text-align: right;
}

.quick ul li {
	height: 87px;
	background: #d7b100;
	margin-top: 18px;


}

.quick {
	margin-bottom: 51px;
}

.quick ul li img {
	margin-right: 23px;
	float: left;
	margin-top: 12px;
}

.quick ul li.on2 {
	background: #00863b;
}

.quick ul li.on3 {
	background: #00467f;
}

.quick ul li a {
	display: block;
	color: #fff;
	font-size: 36px;
	line-height: 74px;
	padding: 7px 5% 7px 8%;
}

.quick ul li.on2 a {
	display: block;
	font-size: 20px;
	line-height: 36px;
}

.quick ul li.on3 a {
	font-size: 30px;
}

/* 继续教育列表 */
.list-education ul li {
	background: #f7f7f7;
	margin: 20px 0;
	position: relative;
}

.list-education ul li:hover {
	background: #002f55;
}

.list-education ul li .pull-left {
	margin-right: 25px;
	width: 200px;
	height: 100%;
	padding-right: 0;
}

.list-education ul li .pull-left a img {
	width: 100%;
	min-height: 100%;
}

.list-education ul li .media-heading {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin: 23px 0 20px;
	padding-right: 68px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;


}

.list-education ul li:hover .media-heading {
	color: #fff;
}

.list-education ul li .text-time {
	font-size: 14px;
	color: #999;
	background: url(../images/text-time.png) left center no-repeat;
	padding-left: 23px;
	margin-bottom: 8px;
}

.list-education ul li:hover .text-time {
	color: #fff;
	background: none;
	padding-left: 0;
}


.list-education ul li .view {
	font-size: 14px;
	color: #999;
	background: url(../images/text-view.png) left center no-repeat;
	padding-left: 23px;
}

.list-education ul li:hover .view {
	display: none;
}


.list-education ul li .list-more {
	position: absolute;
	top: 35%;
	right: 20px;
	font-size: 14px;
	color: #999;
	display: block;
	padding-right: 20px;
	background: url(../images/list-more.png) right center no-repeat;
}


.list-education ul li:hover .list-more {
	color: #fff;
	background: url(../images/list-morehover.png) right center no-repeat;

}



/*尾部*/
.waterfall {
	margin-top: 80px;
	overflow: hidden;

}

.waterfall-left {
	/*width: 34.2%;*/
	width: 34.0375%;
	float: left;
}

.waterfall-center {
	/*width: 31.87%;*/
	width: 31.895%;
	float: left;

}

.waterfall-right {
	/*width: 33.92%;*/
	width: 34.06%;
	float: left;

}

.waterfall-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.waterfall-box img {
	width: 100%;
	webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;

}

.waterfall-box:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}


.waterfall-box a {
	position: absolute;
	display: block;
	padding: 8px 23px;
	font-size: 26px;
	line-height: 44px;
	color: #fff;
	background: url(../images/waterfall-box.png) left center repeat;
}

.waterfall-box a.tesu {
	font-size: 30px;
	font-weight: bold;
}

.waterfall-box:hover a {
	font-weight: bold;
}

.waterfall-box a:hover {
	font-weight: bold;

}

.waterfall-left .waterfall-box a {
	top: 11%;
	right: 0;
}

.waterfall-left .waterfall-box1 {
	position: relative;
}


.waterfall-boxx1 {
	position: absolute;
	left: -352px;
	bottom: 84px;
}

.waterfall-boxx1 a {
	top: 47%;
	left: 0;
	position: absolute;
	display: block;
	padding: 8px 23px;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
	background: url(../images/waterfall-box.png) left center repeat;
	width: 61%;
}

/*.waterfall-left .waterfall-box a+a{
	top:74%;
	left: 0;
}*/

.waterfall-left .waterfall-box+.waterfall-box a {
	display: block;
	top: 0;
	left: 0;
	position: inherit;
	padding: 0;
}

/*.waterfall-left .waterfall-box+.waterfall-box a{
	top:30%;
	left: 0;
}*/



.waterfall-center .waterfall-box a {
	width: 69%;
	top: 57%;

	left: 0;
}

.waterfall-center .waterfall-box p {
	font-size: 40px;
	color: #fff;
	padding-bottom: 20px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 25%;
	background: url(../images/link-img8-title.png) center bottom no-repeat;


}

.waterfall-center .waterfall-box+.waterfall-box+.waterfall-box a {
	top: 16%;
	left: 0;
}


.waterfall-right .waterfall-box a {
	top: 32%;
	left: auto;
	right: 0;
}

.waterfall-right .waterfall-box+.waterfall-box a {
	top: 60%;
	left: 0;
	right: auto;


}


.waterfall-right .waterfall-box+.waterfall-box+.waterfall-box a {
	top: 48%;
	left: auto;
	right: 0;
	background: url(../images/waterfall-box1.png) left center repeat;
}

/* .link {
	background: #1a335e;
	padding: 0 17px;
	overflow: hidden;
	-moz-box-shadow:0px 10px 11px #001533; -webkit-box-shadow:0px 10px 11px #001533; box-shadow:0px 10px 11px #001533;
} */
.link {
	padding-bottom: 30px;
}

.link h3 {
	float: left;
	font-size: 18px;
	color: #214E1B;
	margin: 20px 0;
	font-weight: 700;
}

.link ul {
	margin: 20px 0;
	float: left;
	width: 92%;
}

.link ul li {
	float: left;
	margin: 0 25px;

}

.link ul li a {
	font-size: 16px;
	color: #214E1B;
}

.button-box {
	padding: 30px 0;
}

.bottom-content {
	background-color: #fff;
}

.bottom-content .container {
	position: relative;
}

.footer .container {
	color: #fff;
}

.footer {
	padding: 20px 0;
	background-color: #BC1111;
}

.footer1 {
	padding: 18px 0;
	background: #BC1111;
}

.footer-logo {
	float: left;
	width: 65%;
}

.footet-adress {
	float: left;
	width: 35%;
	margin-top: 30px;

}

.footet-adress p {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}


.footer p {
	font-size: 16px;
	color: #fff;
	line-height: 44px;
	text-align: center;
}


.ad-img ul {
	margin-left: -2.9%;
}

.ad-img ul li {
	float: left;
	width: 47.1%;
	margin-left: 2.9%;
	margin-bottom: 20px;
}

.ad-img ul li a img {
	width: 100%;
}


/*分页栏*/
.pagebar {
	background: #fff;
	margin: 40px auto;
}

.p_first_d,
.p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_first,
.p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}


.p_prev_d,
.p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
}

.p_no_d {
	background: #bc9b5b;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next,
.p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}



/*兼容ie*/

.ie7 .container,
.ie8 .container {
	max-width: 1170px;
}

.ie7 .header-right {
	width: 39%;

}

.ie7 .searchbox .search_kang {
	width: 190px;
}

.ie7 .rsMinW .rsBullets {
	line-height: normal;
}

.ie7 .video {
	width: 31%;

}

.ie7 .new {
	width: 39.5%;
}

.ie7 .index-list ul {
	min-height: 242px;

}

.ie7 .index-list ul li a {
	height: 36px;
	line-height: 36px;
}

.ie7 .Schedule {
	width: 23.1%;
}

.ie7 .index-WeChat {
	width: 31%;
}

.ie7 .activity {
	width: 39.5%;
}

.ie7 .activity UL {
	min-height: 190px;
}

.ie7 .service-time {
	width: 23.1%;
}

.ie7 .link {
	width: 98%;
}


.ie8 .video {
	width: 33.33%;

}

.ie8 .new {
	width: 41.66%;
}

.ie8 .Schedule {
	width: 25%;
}

.ie8 .index-WeChat {
	width: 33.33%;
}

.ie8 .activity {
	width: 41.66%;
}

.ie8 .service-time {
	width: 25%;
}

.ie8 .link {
	width: 100%;
	float: left;
}


.ie7 .left-box {
	width: 23.1%;

}

.ie8 .left-box {
	width: 25%;

}

.ie7 .right-box {
	width: 74.35%;

}


.ie8 .right-box {
	width: 75%;

}

.button-box ul {
	margin: 20px 0 0 -2.11111111111111%;
}

.button-box ul li {
	width: 9%;
	margin-left: 2.11111111111111%;
	margin-bottom: 2%;
	height: 108px;
	float: left;
	position: relative;
	top: 0;
	transition: .5s;
	overflow: hidden;
}

.button-box ul li:hover {
	top: -10px;
}

.button-box ul li:last-child {
	margin-right: 0px;
}

.button-box ul li img {
	/* max-width: 100%; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.button-box ul li a p {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}

.new-list ul li .item {
	display: flex;
}

.new-list ul li .item .img {
	width: 100px;
	height: 70px;
	overflow: hidden;
}


.new-list ul li .item .img img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.new-list ul li:hover .item .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.new-list ul li .item .box {
	width: calc(100% - 114px);
	margin-left: 14px;
}

.new-list ul li .item .box .tit {
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 16px;
	color: #443839;
	margin: 0 0 4px 0;
}

.new-list ul li:hover .item .box .tit {
	color: #214E1B;
}

.new-list ul li .item .box .des {
	font-weight: 500;
	font-size: 12px;
	color: #443839;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5em;
}