html, body {
	width: 100%;
	height: 100%;
	color: #4d4d4d;
	background: #fff;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	overflow-x:hidden;
}
* {
	box-sizing: border-box;
}
a {
	font-size: 14px;
	color: #4d4d4d;
}
img { max-width:100%;}
a:active, a:focus, a:hover {
	color: #006633;
	text-decoration: none;
}
ul,li { list-style:none; padding:0; margin:0;}
.pos-abs {
	position: absolute;
}
.clear { clear:both;}
.text-green {
	color: #00d62a !important;
}
.text-primary {
	color: #970041 !important;
}
.text-red {
	color: #f22020 !important;
}
.hide {
	display: none !important;
}
.top-navbar__wrapper {
	margin-bottom: 0;
	border-radius: 0;
	background: #26813a;
}
.top-navbar__wrapper .navbar-collapse {
	margin-left: -15px;
	margin-right: -15px;
}
.top-navbar__wrapper.navbar-default .navbar-nav > li > a {
	padding: 12px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
.top-navbar__wrapper.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.top-navbar__wrapper .language-version {
	display: inline-block;
	padding: 12px 10px 12px 20px;
	font-size: 12px;
	line-height: 1;
	color: gray;
}
.top-banner__wrapper {
	background: url(../images/top-banner_bg.jpg) no-repeat top center;
}
.top-banner__wrapper .logo {
	margin: 48px 0;
}
.top-banner__wrapper .logo img {
	max-width:100%;
	/*height: 66px;*/
}
.top-banner__wrapper .logo-text {
	margin: 5px 0;
}
.top-banner__wrapper .logo-text img {
	height: 26px;
}
.top-banner__wrapper .container {
	position: relative;
}
/*.top-banner__wrapper .container .search {
	position: absolute;
	right: 15px;
	top: 50px;
}
.top-banner__wrapper .container .search .input-group-addon {
	border-radius: 0;
	background: transparent;
	border-color: #e6e6e6;
	color: #b3b3b3;
}
.top-banner__wrapper .container .search .form-control {
	padding-left: 0;
	border-radius: 0;
	border-left: 0;
	box-shadow: none;
	border-color: #e6e6e6;
}
.top-banner__wrapper .container .search .form-control:active, .top-banner__wrapper .container .search .form-control:focus {
	border-color: #e6e6e6;
}*/

.search { background:#fff; height:30px; position:absolute; top:84px; right:60px; border-radius:15px;}
.search .search_k { height:24px;}
.search .search_k .iinput { background:none; width:160px; height:25px; line-height:25px; float:left; border:0; padding-left:5px;font-family:"Microsoft Yahei"; color:#acacac; font-size:12px;outline:0;}
.search .search_k .isubmit { background:url(../images/search-ico_03.png) no-repeat center; width:25px; height:25px; line-height:25px; border:0;float:left; text-indent:-9999px;margin-right: 8px;
    margin-top: 2px;}

 @media (max-width: 768px) {
.top-banner__wrapper .logo {
	margin: 27px 0;
}
.top-banner__wrapper .container .search {
	position: relative;
	top: 0;
	right: 0;
}
.top-banner__wrapper .logo-text {
	margin: 5px 0 15px 0;
	width:80%
}
.top-banner__wrapper .logo-text img {
	height: 0;
}
.search .search_k .iinput {
    width: 86%;
	outline:0;
}
}
.main-navbar__wrapper {
	margin-bottom: -1px;
	/*min-height: auto;*/
	background: none;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.main-navbar__wrapper.navbar-default .navbar-nav {
}
.main-navbar__wrapper.navbar-default .navbar-nav > li > a {
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	padding-left:27px;
	padding-right:27px;
	font-size: 18px;
	color:#000;
}
.main-navbar__wrapper.navbar-default .navbar-nav > li.active > a, .main-navbar__wrapper.navbar-default .navbar-nav > li:hover > a, .main-navbar__wrapper.navbar-default .navbar-nav > li.open > a {
	background: #017939;
	color: #fff;
}
.main-navbar__wrapper.navbar-default .navbar-nav > li.dropdown > .dropdown-menu {
	background: #036928;
	border: 0;
	border-radius: 0 !important;
}
.main-navbar__wrapper.navbar-default .navbar-nav > li.dropdown > .dropdown-menu > li > a {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #fff;
}
.main-navbar__wrapper.navbar-default .navbar-nav > li.dropdown > .dropdown-menu > li > a:active, .main-navbar__wrapper.navbar-default .navbar-nav > li.dropdown > .dropdown-menu > li > a:hover {
	color: #fff;
	background: #036928;
}
.carousel__wrapper .carousel .carousel-inner .item > img {
	width: 100%;
}
.carousel__wrapper .owl-item h3 {
	position: absolute;
	padding: 15px 40px;
	bottom: 35px;
	left: 20px;
	background: rgba(0, 0, 0, 0.74);
}
.carousel__wrapper .owl-item h3 a {
	font-size: 24px;
	color: #fff;
}
 @media (max-width: 768px) {
.carousel__wrapper .owl-item h3 {
	margin-top: 0;
	padding: 10px;
	left: 0;
	bottom: auto;
	position: relative;
}
.carousel__wrapper .owl-item h3 a {
	font-size: 14px;
}
}
.carousel__wrapper .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: -30px;
	position: relative;
	z-index: 100;
	margin-bottom: 40px;
}
 @media (max-width: 768px) {
.carousel__wrapper .owl-theme .owl-nav.disabled + .owl-dots {
	margin-bottom: 0;
	margin-top: 0;
}
}
.carousel__wrapper .owl-theme .owl-dots .owl-dot.active span, .carousel__wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
 @media (max-width: 768px) {
.carousel__wrapper .owl-theme .owl-dots .owl-dot.active span, .carousel__wrapper .owl-theme .owl-dots .owl-dot:hover span {
	background: #f22020;
}
}
.henau-panel {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}
.henau-panel.henau-panel__yellow .panel-heading {
	border-bottom-color: #bf9d5a;
}
.henau-panel .panel-heading {
	padding-left: 0;
	padding-right: 0;
	background: none;
	border-bottom: 2px solid #036928;
}
.henau-panel .panel-heading .panel-title {
	font-size: 18px;
	color: #036928;
	border-left:#017939 solid 5px;
	padding-left: 10px;
}
.henau-panel .panel-heading .r-links__container {
	margin: 6px 0;
}
.henau-panel .panel-heading .r-links__container .r-link {
	padding: 0 5px 0 5px;
	line-height: 1;
	border-left: 2px solid #e6e6e6;
}
.henau-panel .panel-heading .r-links__container .r-link:first-child {
	border-left: 0;
}
.henau-panel .panel-heading .r-link {
	display: inline-block;
	padding: 0;
	font-size: 14px;
	color: #969696;
}
.henau-panel .panel-heading .r-link:hover {
	color: #970041;
}
.henau-panel .panel-body {
	padding-bottom: 0;
	padding-top: 10px;
}
.henau-panel .news-item {
	margin-left: -15px;
/*	margin-bottom: 20px;*/
	border-bottom:#bdbdbd solid 1px;
	/*margin-top:10px;*/
	height:65px;
}
.henau-panel .news-item h4 a {
	font-size: 16px;
}
.henau-panel .news-item ol {
	padding-left: 15px;
}
.henau-panel .news-item ol li {
	font-size: 14px;
}
.henau-panel .news-item ol li a {
	font-size: 14px;
	color: #4d4d4d;
}
.henau-panel .news-item ol li a:active, .henau-panel .news-item ol li a:focus, .henau-panel .news-item ol li a:hover {
	color: #970041;
}
.henau-panel .news-lists {
	margin-left: -15px;
    margin-right: -15px;
/*	margin-top: 10px;*/
	padding-left: 0;
}
.henau-panel .news-lists li {
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	line-height:36px;
	background: url(../images/dot_03.png) no-repeat 0;
    padding-left: 19px;
}
.henau-panel .news-lists li a{
    font-size:16px;
}
.henau-panel .news-lists li a span.datetime{
    color:#7b7b7b;
	font-size:16px;
	float:right;
}
.henau-panel .news-lists li::before {
/*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
 @media (max-width: 768px) {
.henau-panel .news-lists {
	margin-right: 0;
	margin-left: -20px;
}
}
.henau-panel .media-list-group {
	margin-left: -15px;
	margin-right: -15px;
}
.henau-panel .media-list-group .list-group-item {
	padding:4px 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	border-radius: 0;
}
.henau-panel .media-list-group .list-group-item:first-child {
	border-top: 0;
}
.henau-panel .media-list-group .list-group-item .label {
	float: left;
	display: block;
	width: 136px;
/*	height: 30px;*/
	border-radius: 0;
	background: #f8f8f8;
	color: #036928;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	font-weight: normal;
}
.henau-panel .media-list-group .list-group-item a {
	display: block;
	margin-left: 153px;
	font-size:16px;
	margin-top:5px;
}
.henau-panel .learning-list-group {
	margin-left: -15px;
	margin-right: -15px;
	margin-top:6px;
}
.henau-panel .learning-list-group .list-group-item {
	padding: 10px 0;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 0;
}
.henau-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}
.henau-panel .learning-list-group .list-group-item .label {
	float: left;
	display: block;
	padding-top: 5px;
	width: 88px;
	height: 48px;
	border-radius: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	background: #036928;
	font-family: "SimHei";
}
.henau-panel .learning-list-group .list-group-item .label strong {
	font-size: 16px;
	display: block;
	font-weight: normal;
}
.henau-panel .learning-list-group .list-group-item a {
	display: block;
/*	padding-top: 17px;*/
	margin-left: 100px;
	max-height: 60px;
	overflow: hidden;
	/*margin-bottom:20px;*/
}

/**首页侧边样式**/
.other-panel {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}
.other-panel.henau-panel__yellow .panel-heading {
	border-bottom-color: #bf9d5a;
}
.other-panel .panel-heading {
	padding-left: 16px;
	padding-right: 0;
	background: #017939;
	border-bottom: 1px solid #d8d8d8;
}
.other-panel .panel-heading .panel-title {
	font-size: 18px;
	color: #fff;
}
.other-panel .panel-heading .r-links__container {
	margin: 6px 0;
}
.other-panel .panel-heading .r-links__container .r-link {
	padding: 0 5px 0 5px;
	line-height: 1;
	border-left: 2px solid #e6e6e6;
}
.other-panel .panel-heading .r-links__container .r-link:first-child {
	border-left: 0;
}
.other-panel .panel-heading .r-link {
	display: inline-block;
	padding: 0 18px 0 0;
	font-size: 14px;
	color: #fff;
}
.other-panel .panel-heading .r-link:hover {
	color: #970041;
}
.other-panel .panel-body {
	padding-bottom: 0;
	padding-top: 10px;
}
.other-panel .news-item {
	margin-left: -15px;
/*	margin-bottom: 20px;*/
	border-bottom:#bdbdbd solid 1px;
	/*margin-top:10px;*/
	height:65px;
}
.other-panel .news-item h4 a {
	font-size: 16px;
}
.other-panel .news-item ol {
	padding-left: 15px;
}
.other-panel .news-item ol li {
	font-size: 14px;
}
.other-panel .news-item ol li a {
	font-size: 14px;
	color: #4d4d4d;
}
.other-panel .news-item ol li a:active, .henau-panel .news-item ol li a:focus, .other-panel .news-item ol li a:hover {
	color: #970041;
}
.other-panel .news-lists {
	margin-left: -15px;
    margin-right: -15px;
/*	margin-top: 10px;*/
	/*padding-left: 15px;*/
}
.other-panel .news-lists li {
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	line-height:36px;
	background:url(../images/dot_03.png) no-repeat 0;
	padding-left:16px;
}
.other-panel .news-lists li a{
    font-size:16px;
}
.other-panel .news-lists li a span.datetime{
    color:#7b7b7b;
	font-size:16px;
	float:right;
}
.other-panel .news-lists li::before {
/*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
 @media (max-width: 768px) {
.other-panel .news-lists {
	margin-right: 0;
	margin-left: -20px;
}
}
.other-panel .media-list-group {
	margin-left: -15px;
	margin-right: -15px;
}
.other-panel .media-list-group .list-group-item {
	padding:4px 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	border-radius: 0;
}
.other-panel .media-list-group .list-group-item:first-child {
	border-top: 0;
}
.other-panel .media-list-group .list-group-item .label {
	float: left;
	display: block;
	width: 136px;
/*	height: 30px;*/
	border-radius: 0;
	background: #f8f8f8;
	color: #036928;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	font-weight: normal;
}
.other-panel .media-list-group .list-group-item a {
	display: block;
	margin-left: 153px;
	font-size:16px;
	margin-top:5px;
}
.other-panel .learning-list-group {
	margin-left: -15px;
	margin-right: -15px;
	margin-top:6px;
}
.other-panel .learning-list-group .list-group-item {
	padding: 10px 0;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 0;
	background:#f4f4f4;
}
/*.news-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}*/
.other-panel .learning-list-group .list-group-item .label {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 88px;
	height: 48px;
	border-radius: 0;
	font-size: 18px;
	color: #017939;
	text-align: center;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	background:#f4f4f4;
}
.other-panel .learning-list-group .list-group-item .label strong {
	font-size: 14px;
	display: block;
	font-weight: normal;
}
.other-panel .learning-list-group .list-group-item a {
	display: block;
/*	padding-top: 17px;*/
	margin-left: 100px;
	max-height: 60px;
	overflow: hidden;
	/*margin-bottom:20px;*/
}

/**首页新闻样式**/
.news-panel {
	margin-top: 10px;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}
.news-panel.henau-panel__yellow .panel-heading {
	border-bottom-color: #bf9d5a;
}
.news-panel .panel-heading {
	padding-left: 30px;
	padding-right: 0;
	padding-bottom:14px;
	background: url(../images/index-news-title.png) no-repeat;
	border-bottom: 1px solid #d8d8d8;
}
.news-panel .panel-heading .panel-title {
	font-size: 20px;
	color: #fff;
	line-height: 17px;
}
.news-panel .panel-heading .r-links__container {
	margin: 6px 0;
}
.news-panel .panel-heading .r-links__container .r-link {
	padding: 0 5px 0 5px;
	line-height: 1;
	border-left: 2px solid #e6e6e6;
}
.news-panel .panel-heading .r-links__container .r-link:first-child {
	border-left: 0;
}
.news-panel .panel-heading .r-link {
	display: inline-block;
	padding: 2px 0 0 0;
	font-size: 14px;
	color: #969696;
}
.news-panel .panel-heading .r-link:hover {
	color: #970041;
}
.news-panel .panel-body {
	padding-bottom: 0;
	padding-top: 10px;
}
.news-panel .news-item {
	margin-left: -15px;
/*	margin-bottom: 20px;*/
	border-bottom:#bdbdbd solid 1px;
	/*margin-top:10px;*/
	height:65px;
}
.news-panel .news-item h4 a {
	font-size: 16px;
}
.news-panel .news-item ol {
	padding-left: 15px;
}
.news-panel .news-item ol li {
	font-size: 14px;
}
.news-panel .news-item ol li a {
	font-size: 14px;
	color: #4d4d4d;
}
.news-panel .news-item ol li a:active, .henau-panel .news-item ol li a:focus, .news-panel .news-item ol li a:hover {
	color: #970041;
}
.news-panel .news-lists {
	margin-left: -15px;
    /*margin-right: -15px;*/
/*	margin-top: 10px;*/
	/*padding-left: 15px;*/
}
.news-panel .news-lists li {
/*	padding-top: 5px;
	padding-bottom: 5px;*/
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:16px;
	line-height:36px;
	background:url(../images/dot_03.png) no-repeat 16px;
	padding-left:32px;
}
.news-panel .news-lists li a{
    font-size:16px;
}
.news-panel .news-lists li a span.datetime{
    color:#7b7b7b;
	font-size:16px;
	float:right;
}
.news-panel .news-lists li::before {
/*	display: inline-block;
	content: ' ';
	width: 20px;
	height: 15px;
	background: url(../images/icon-list.jpg) no-repeat center center;*/
}
 @media (max-width: 768px) {
.news-panel .news-lists {
	margin-right: 0;
	margin-left: -20px;
}
}
.news-panel .media-list-group {
	margin-left: -15px;
	margin-right: -15px;
}
.news-panel .media-list-group .list-group-item {
	padding:4px 0;
	border-left: 0;
	border-right: 0;
	overflow: hidden;
	border-radius: 0;
}
.news-panel .media-list-group .list-group-item:first-child {
	border-top: 0;
}
.news-panel .media-list-group .list-group-item .label {
	float: left;
	display: block;
	width: 136px;
/*	height: 30px;*/
	border-radius: 0;
	background: #f8f8f8;
	color: #036928;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	font-weight: normal;
}
.news-panel .media-list-group .list-group-item a {
	display: block;
	margin-left: 153px;
	font-size:16px;
	margin-top:5px;
}
.news-panel .learning-list-group {
	margin-left: -15px;
	margin-right: -15px;
	margin-top:6px;
}
.news-panel .learning-list-group .list-group-item {
	padding: 10px 0;
	margin-bottom: 1px;
	overflow: hidden;
	border-radius: 0;
	background:#f4f4f4;
}
/*.news-panel .learning-list-group .list-group-item:hover {
	background:#ebebeb;
}*/
.news-panel .learning-list-group .list-group-item .label {
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 88px;
	height: 48px;
	border-radius: 0;
	font-size: 18px;
	color: #017939;
	text-align: center;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	background:#f4f4f4;
}
.news-panel .learning-list-group .list-group-item .label strong {
	font-size: 14px;
	display: block;
	font-weight: normal;
	margin-top:8px;
}
.news-panel .learning-list-group .list-group-item a {
	display: block;
/*	padding-top: 17px;*/
	margin-left: 100px;
	margin-right:10px;
	max-height: 60px;
	overflow: hidden;
	/*margin-bottom:20px;*/
}

.science-thumbnail {
	position: relative;
	padding: 0;
	border: 0;
}
.science-thumbnail:before {
	content: ' ';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	background: url(../images/image-mask.png) repeat-x left bottom;
	z-index: 10;
}
.science-thumbnail img {
	position: relative;
	min-height: 320px;
	z-index: 2;
}
.science-thumbnail .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 11;
}
.science-thumbnail .caption a {
	color: #fff;
}
.science-thumbnail .caption a:hover {
	color: #fd006d;
}
.science-thumbnail__container {
	padding-left: 0;
	padding-right: 0;
}
.edu-teach__container {
	margin-left: -15px;
	margin-right: -15px;
}
.edu-teach__container .thumbnail {
	float: left;
	padding: 0;
	width: 250px;
	height: 160px;
	border: 0;
}
.edu-teach__container .edu-teach__lists {
	margin-left: 260px;
	padding-left: 0;
}
.edu-teach__container .edu-teach__lists li {
	display: block;
	line-height: 1.8;
}
.edu-teach__container .edu-teach__lists li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	white-space: nowrap;
}
.edu-teach__container .edu-teach__lists li a .date {
	color: #b3b3b3;
}
 @media (max-width: 768px) {
.edu-teach__container .thumbnail {
	float: none;
	display: block;
	width: 100%;
	height: auto;
}
.edu-teach__container .thumbnail img {
	width: 100%;
}
.edu-teach__container .edu-teach__lists {
	margin-left: 0;
}
}
.teacher__container {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
.teacher__container .teacher-title {
	float: left;
	padding: 30px 30px;
	width: 86px;
	height: 160px;
	background: #e6e6e6;
	color: #4d4d4d;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.teacher__container .teacher-photo {
	margin-left: 86px;
}
.teacher__container .teacher-photo .thumbnail {
	position: relative;
	padding: 0;
	border: 0;
}
.teacher__container .teacher-photo .thumbnail img {
	height: 160px;
}
.teacher__container .teacher-photo .thumbnail .teacher-name {
	position: absolute;
	bottom: 10px;
	right: 15px;
	color: #fff;
}
.partner__container {
	margin-left: -15px;
	margin-right: -15px;
}
.partner__container .thumbnail {
	border: 0;
	padding: 0;
	width: 307px;
}
.partner__container p {
	text-indent: 2em;
	margin-right: 320px;
	font-size: 14px;
}
.partner__container p a {
	color: #b3b3b3;
}
.partner__container p a:active, .partner__container p a:hover {
	color: #970041;
}
 @media (max-width: 768px) {
.partner__container .thumbnail {
	float: none !important;
	display: block;
	width: 100%;
}
.partner__container .thumbnail img {
	width: 100%;
}
.partner__container p {
	margin-right: 0;
}
}
.board-lists {
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 0;
}
.board-lists li {
	padding-bottom: 10px;
	display: block;
}
.board-lists li .label {
	padding: 2px 5px 0 0;
	float: left;
	display: block;
	background: none;
	border: 0;
	color: #970041;
	font-size: 14px;
	font-weight: normal;
}
.board-lists li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.recruit-students__container, .jobs__container {
	padding-left: 0;
	padding-right: 0;
	margin-left:-15px;
	margin-right:-15px;
	margin-top:20px;
}
.recruit-students__container .recruit-students__item,  .jobs__container .recruit-students__item {
	border: 0;
	padding: 0;
}
.recruit-students__container .recruit-students__item img,  .jobs__container .recruit-students__item img {
	width: 100%;
}
.recruit-students__container .recruit-students__item .caption,  .jobs__container .recruit-students__item .caption {
	margin-top: 10px;
	background: #e6e6e6;
}
.recruit-students__container .recruit-students__item .caption h3,  .jobs__container .recruit-students__item .caption h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.recruit-students__container .recruit-students__item .caption h3 a,  .jobs__container .recruit-students__item .caption h3 a {
	font-size: 16px;
	color: #970041;
}
.recruit-students__container .recruit-students__item .caption p,  .jobs__container .recruit-students__item .caption p {
	margin-bottom: 0;
}
.recruit-students__container .recruit-students__item .caption p a,  .jobs__container .recruit-students__item .caption p a {
	display: inline-block;
	font-size: 14px;
	text-align:left;
}
.recruit-students__container .recruit-students__item .caption p a::before,  .jobs__container .recruit-students__item .caption p a::before {
	content: '/';
	display: inline-block;
	margin: 0 4px;
}
.recruit-students__container .recruit-students__item .caption p a:first-child::before,  .jobs__container .recruit-students__item .caption p a:first-child::before {
	display: none;
}
.jobs__container .row {
	margin-left: -50px;
	margin-right: -50px;
}
.jobs__container .col-sm-4 {
	padding-left: 50px;
	padding-right: 50px;
}
.jobs__container .recruit-students__item .caption {
	padding: 20px;
	min-height: 120px;
	margin-top: 10px;
	background: #e6e6e6;
}
.jobs__container .recruit-students__item .caption h3 {
	font-size: 16px;
}
.jobs__container .recruit-students__item .caption p {
	font-size: 14px;
}
.other-banner__container {
	margin-top: 75px;
}
.other-banner__container .thumbnail {
	margin-bottom: 30px;
	border: 0;
	padding: 0;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.footer__container {
	margin-top: 80px;
	padding-top: 30px;
	background-size: 100% 100%;
	background-image: url(../images/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat \9;
	background-position: left top;
}
.footer__container .footer-menu__item {
	float: left;
	width: 12.5%;
}
.footer__container .footer-menu__item .title {
	font-size: 14px;
	font-weight: bold;
}
.footer__container .footer-menu__item ul {
	padding-left: 0;
}
.footer__container .footer-menu__item ul li {
	list-style: none;
}
.footer__container .footer-menu__item ul li a {
	font-size: 12px;
}
 @media (max-width: 768px) {
.footer__container .footer-menu__item {
	width: 25%;
	min-height: 200px;
}
}
 @media (max-width: 768px) {
.navbar {
	min-height: auto;
}
.footer__container,  .other-banner__container {
	margin-top: 0;
}
}
.qr-code-thumbnail {
	margin-top: 20px;
	padding: 0;
	background: none;
	border: 0;
}
.qr-code-thumbnail .caption {
	text-align: center;
}
.qr-code-thumbnail .caption h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
.footer-copyright__container {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
	background: #970041;
	font-size: 12px;
}
.footer-copyright__container p {
	line-height: 2;
}
.footer-copyright__container p span {
	display: inline-block;
	padding-right: 60px;
}
.page1-banner__wrapper {
	margin-bottom: 0px;
}
.page1-banner__wrapper .container {
	position: relative;
}
.page1-banner__wrapper .container > img {
	width: 100%;
}
.page1-banner__wrapper .container .page1-banner-infos__container {
	position: absolute;
	right: 40px;
	bottom: -30px;
	padding: 30px;
	width: 418px;
	height: 300px;
	background: #dcc9a3;
	background: rgba(191, 157, 90, 0.8);
	z-index: 100;
	color: #fff;
}
.page1-banner__wrapper .container .page1-banner-infos__container h3 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #fff;
}
.page1-banner__wrapper .container .page1-banner-infos__container p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
}
 @media (max-width: 768px) {
.page1-banner__wrapper .container .page1-banner-infos__container {
	position: relative;
	right: auto;
	left: auto;
	width: 100%;
	height: auto;
}
}
.left-menu-panel h4 {
	margin: 20px 0;
	padding-left: 20px;
	font-size: 18px;
	color: #970041;
}
.left-menu-panel .list-group {
	border-left: 20px solid #970041;
}
.left-menu-panel .list-group .list-group-item {
	position: relative;
	padding-left: 40px;
	border-top: 0;
	margin-bottom: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.left-menu-panel .list-group .list-group-item::after {
	position: absolute;
	top: 0;
	left: -6px;
	content: ' ';
	width: 6px;
	height: 0;
	background: #bf9d5a;
}
.left-menu-panel .list-group .list-group-item.active {
	background: none;
	border-color: #ddd;
}
.left-menu-panel .list-group .list-group-item.active a {
	color: #970041;
}
.left-menu-panel .list-group .list-group-item.active::after {
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-panel-content, .jobs-panel-content {
	margin-bottom: 0;
	margin-top: 60px;
	border: 0;
	box-shadow: none;
}
.right-panel-content .panel-heading,  .jobs-panel-content .panel-heading {
	padding-left: 0;
	background: none;
}
.right-panel-content .panel-heading .panel-title,  .jobs-panel-content .panel-heading .panel-title {
	font-size: 18px;
	color: #970041;
}
.right-panel-content > .panel-body,  .jobs-panel-content > .panel-body {
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.right-panel-content .news-list,  .right-panel-content .learning-list,  .jobs-panel-content .news-list,  .jobs-panel-content .learning-list {
	padding-left: 0;
}
.right-panel-content .news-list li,  .right-panel-content .learning-list li,  .jobs-panel-content .news-list li,  .jobs-panel-content .learning-list li {
	padding: 5px 0;
	list-style: none;
}
.right-panel-content .news-list li a,  .right-panel-content .learning-list li a,  .jobs-panel-content .news-list li a,  .jobs-panel-content .learning-list li a {
	font-size: 14px;
}
.right-panel-content .learning-list a,  .jobs-panel-content .learning-list a {
	line-height: 1;
}
.right-panel-content .learning-list .time,  .jobs-panel-content .learning-list .time {
	display: inline-block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid gray;
}
.right-panel-content .pagination,  .jobs-panel-content .pagination {
	margin-bottom: 0;
}
.right-panel-content .pagination > li.active > a,  .right-panel-content .pagination > li.active > span,  .jobs-panel-content .pagination > li.active > a,  .jobs-panel-content .pagination > li.active > span {
	background: none;
	color: #970041;
}
.right-panel-content .pagination > li > a,  .right-panel-content .pagination > li > span,  .jobs-panel-content .pagination > li > a,  .jobs-panel-content .pagination > li > span {
	border: 0;
	font-size: 14px;
	color: #676767;
}
.right-panel-content .pagination > li > a:hover,  .right-panel-content .pagination > li > span:hover,  .jobs-panel-content .pagination > li > a:hover,  .jobs-panel-content .pagination > li > span:hover {
	color: #970041;
	background: none;
}
.quick-links__item {
	margin-top: -50px;
	padding-left: 40px;
}
.quick-links__item h3 {
	margin-top: 0;
	font-size: 18px;
	color: #0b3573;
}
.quick-links__item ul {
	padding-left: 15px;
}
.quick-links__item ul li {
	padding: 10px 0;
	color: #970041;
}
.quick-links__item ul li a {
	color: #4d4d4d;
}
.quick-links__item ul li a:hover {
	color: #970041;
}
 @media (max-width: 768px) {
.quick-links__item {
	margin-top: 0;
}
}
.quick-tab-links {
	margin-top: -50px;
}
.quick-tab-links a {
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 10px;
	display: block;
	background: #e6e6e6;
	color: #970041;
}
.quick-tab-links a:hover {
	background: #cdcdcd;
}
.jobs-panel-content {
	margin-top: 0;
}
.jobs-panel-content .panel-heading {
	margin-bottom: 20px;
}
.jobs-panel-content .panel-heading .panel-title {
	font-size: 18px;
	color: #676767;
}
.sz-breadcrumb {
	margin-top: 40px;
	background: none;
}
.sz-breadcrumb.breadcrumb > li + li:before {
	content: '>';
}
.sz-breadcrumb.breadcrumb > li a {
	font-size: 14px;
}
.news-details__container .news-details__title {
	font-size: 18px;
	text-align: center;
}
.news-details__container .news-details__time {
	margin: 20px 0;
	text-align: center;
}
.news-details__container .news-details__content {
	font-size: 14px;
}
.news-details__container .news-details__content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details__container .news-details__content p {
	margin-top: 20px;
}
.news-details__container .news-details__author {
	text-align: right;
	font-size: 14px;
}
.ld-media__container .media {
	margin-top: 30px;
	margin-bottom: 60px;
}
.ld-media__container .media .media-heading {
	font-size: 14px;
	margin-bottom: 20px;
}
.ld-media__container .media .media-body {
	padding-left: 20px;
	font-size: 14px;
}
.ld-media__container .media .media-body ul {
	padding-left: 15px;
}
.ld-media__container .media .media-body ul li {
	margin-bottom: 10px;
}
/**覆盖样式**/
.navbar-default {
	border-color:transparent;
}
.carousel-caption {
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
	z-index: 10;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: left;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	background: rgba(0,0,0,0.5);
	font-size: 24px;
	padding-left: 20px;
}
.carousel-indicators {
	bottom: 10px;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 0;
}
.news-panel img {
	max-width: 100%;
	width: 100%;
}
.henau-panel h4 {
	line-height: 26px;
}
.henau-panel p {
	line-height: 24px;
}
.bg-gray { background:#f1f1f1;}
.bg-gray .panel {
	background:#f1f1f1;
}
.bg-gray .thumbnail {background:#f1f1f1;}
.henau-panel .media-list-group .list-group-item:last-child {
    border-bottom:none;
}

.bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word; /* Help out IE10+ with class names */
  font-size:16px;
  color:#336633;
}
.bs-glyphicons li:hover {
  color: #fff;
  background-color: #386746;
}
.bs-glyphicons li:hover .glyphicon-class{ color:#fff;} 

/****二级页面****/
.list_l { text-align:left;}
.list_l>h3 { background:#156339; height:71px; line-height:71px; color:#fff; font-size:24px;font-weight:100; text-align:center;}
.list_l li { height:56px; line-height:56px; font-size:18px; color:#535353; border-bottom:#d6d6d6 solid 1px;}
.list_l li a { display:block; color:#666666; padding-left:30px; font-size:18px;}
.list_l li a:hover { background:#017939; color:#fff;}
.list_l li a.cur{ background:#ebebeb;}
.list_l ul { padding-bottom:0;}

.l_search { margin-top:28px;}
.l_search h3{ width:208px; height:36px; line-height:36px; font-size:16px; font-weight:100; padding-left:20px; background:#35812e;}
.l_box { background:#f3f8f1; padding:17px 0 26px 15px;}
.list_r {  margin-top:20px;}
.lis_pos {
    background: url(../images/pos-ico.png) no-repeat left;
    text-align: left;
    height: 38px;
    line-height: 38px;
    color: #03513e;
    font-size: 14px;
    padding-left: 30px;
}
.lis_pos a { color:#03513e;}
.list_box { min-height:300px; font-size:16px; margin:0 0 40px 0; text-align:left;}
.list_box ul { margin:0 0 20px 0;}
.list_box ul > li { 
    background: url(../images/dot.png) no-repeat left 25px;
    padding: 15px 15px 15px 15px;
    line-height: 26px;
    border-bottom: #eaeaea solid 1px;
}
.list_box ul > li a { font-size:16px;}
.list_box li .datetime { float:right; color:#A7A7A7;}
.list_box .clear-line { background:none; border-bottom:#CCC dashed 1px; margin:15px 0;}

.pages {
  text-align: center;
  margin-top: 20px;
  color: #707070;
  clear: both;
  background:#fff;
  padding: 10px 10px 10px 40px;
/*width:708px;*/
font-size:12px;
}
.pages li { background:none; padding:0 0 0 0; line-height:28px;}
.pages li a{display:block; float:left; border:#ededed solid 1px; padding:0 10px; margin:0 3px;height: 28px;
  line-height: 28px;}
.pages li.thisclass a{ background:#03513e;color:#FFF;}
.pages li span {float:left;}

.clear-line { border-top: #02783e solid 2px;}


.content_box { font-size:14px; text-align:left; margin-top:11px; min-height:678px;}
.content_box h1 {font-size:24px; text-align:center; font-family:"Microsoft Yahei"; font-weight:100;  padding-top:25px; line-height:36px; color:#9c0b00}
.content_box .cnt_info { background:#fff; margin:30px 0 0 0; height:39px; line-height:39px; font-size:14px; font-family:"Microsoft Yahei"; color:#000; text-align:center;}
.content_box .content { padding:20px 0 20px 0; line-height:32px; color:#000; font-family:"Microsoft Yahei"; font-size:16px; border-top:#c9c9c9 dashed 1px; margin:0 40px;}

.content_box h1.page_h1 {font-size:28px; text-align:center; font-family:"Microsoft Yahei"; font-weight:100; line-height:auto; padding-top:10px; line-height:36px; color:#2c6c9d; border-bottom:#e9e9e9 solid 1px; margin:0 35px; padding-bottom:20px;}
.content_box td {font-size:14px;}

@media (min-width: 768px) {	
  .bs-glyphicons {
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-glyphicons li {
    width: 33.333%;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
	bottom: 15px;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
}	
.carousel-indicators {
	bottom: -10px;
}
  .bs-glyphicons {
    margin-right: -15px;
    margin-left: -15px;
  }
  .bs-glyphicons li {
    width: 33.333%;
    font-size: 12px;
  }
  .list_box li .datetime { float:none; color:#A7A7A7;}
}

span.ico-weibo { background:url(../images/quick-ico1.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-weibo { background:url(../images/quick-ico1-white.png) no-repeat;}
span.ico-weixin { background:url(../images/quick-ico2.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-weixin { background:url(../images/quick-ico2-white.png) no-repeat;}
span.ico-video { background:url(../images/quick-ico3.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-video { background:url(../images/quick-ico3-white.png) no-repeat;}
span.ico-jiaowu { background:url(../images/quick-ico4.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-jiaowu { background:url(../images/quick-ico4-white.png) no-repeat;}
span.ico-campus { background:url(../images/quick-ico5.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-campus { background:url(../images/quick-ico5-white.png) no-repeat;}
span.ico-service { background:url(../images/quick-ico6.png) no-repeat; width:36px; height:36px; display:block; text-align:center; margin:auto;}
.bs-glyphicons li:hover span.ico-service { background:url(../images/quick-ico6-white.png) no-repeat;}

.footer-wrap { background:#017939; height:133px;}
.footer-wrap p { text-align:left; padding:20px 0 0 0; font-size:14px; line-height:30px; color:#fff; display:inline-block;}
.footer-wrap img { 
    /*margin-left: 170px;*/
    margin-top: 25px;
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;}

.copyright-wrap { background:#006d33; line-height:36px; text-align:center; margin:0 auto; color:#fff; margin-top:40px;}
.copyright-wrap p { text-align:left; padding:5px 0 0 0;}
.copyright-wrap a { color:#fff; margin-right:5px; font-size:14px;}
@media (max-width: 768px) {
  .footer-wrap { height:auto;}
  .footer-wrap p { padding: 10px 0 0 0;
    font-size: 12px;
    width: 100%;
    line-height: 20px;}	
  .footer-wrap img { width: 35%;
    display: inline-block;
    margin-left: 20px;
    margin-top: 24px;}
}
@media (max-width: 768px) {
  .copyright-wrap { font-size:12px; text-align:left;margin-top:10px;}
  .copyright-wrap a { font-size:12px;}
  .content_box .content { margin:0;}
  
}
.home-news { margin-left:-15px; margin-right:-15px;}
.recruit-students__container .thumbnail {transition: box-shadow 0.5s, transform 0.5s;}
.recruit-students__container .thumbnail:hover{
	transform: scale(1.1);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) and (min-width: 320px){
.col-sm-4 {
    /* clear: both; */
    clear: none;
}
}

.borderMargin{border-top:#036928 solid 2px; margin-top:10px;}
.news-item h4 { font-size:16px;}

.carousel-inner{ margin:0 auto; text-align:center;}
.carousel-inner img { width:100%;}

.owl-carousel { margin-top: 10px;}
.owl-carousel a span { display:block; font-size:16px; background:#757575; height:46px; line-height:46px; text-align:center; color:#fff;}
.owl-controls .owl-page, .owl-controls .owl-buttons div { display:none;}


.navbar-toggle {
    position: absolute;
    float: none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	bottom: 8px;
	right:-12px;
	border:#ddd solid 1px;
}
.navbar-toggle .icon-bar {
	background:#fff;
}
	