/*-------The style directory
 * 1.新闻详情
 * 2.要闻热点
 * 3.师资队伍
 * 4.通知
 * 5.校园生活
 * 6.学院领导
 * 7.教育教学
 * 8.联系我们
 * 9.本科生教育
 * 10.学子风采
 * 11.学科建设
 * 12.科研动态
 * 13.研究机构
 * 14.名师风采
 * 15.科学研究
 * 16.合作交流
 * 17.发展联络
 * 18.院情总览				
 --------*/


/*导航菜单*/

html {
	color: #000;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.wrapper {
	position: relative;
	height: 1rem;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.wrapper .scroller {
	position: absolute;
}

.wrapper .scroller li {
	position: relative;
	float: left;
	text-align: center;
}

.wrapper .scroller li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	margin: 0 15px;
}

.wrapper .scroller li a:focus,
.wrapper .scroller li a:link,
.wrapper .scroller li a:hover {
	text-decoration: none;
}

.wrapper .scroller li.cur a {
	color: #003F88;
}

.wrapper .scroller li.cur a:after {
	content: '';
	position: absolute;
	left: 15px;
	bottom: 3px;
	display: block;
	width: calc(100% - 30px);
	height: 2px;
	background-color: #003F88;
}

.nav-box2 {
	padding: 15px 0 15px 15px;
}

.wrapper2 {
	position: relative;
	height: 40px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.wrapper2 .scroller {
	position: absolute;
}

.wrapper2 .scroller li {
	position: relative;
	float: left;
	text-align: center;
}

.wrapper2 .scroller li a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	margin: 0;
}

.wrapper2 .scroller li a:focus,
.wrapper2 .scroller li a:link,
.wrapper2 .scroller li a:hover {
	text-decoration: none;
}

.wrapper2 .scroller li.cur a {
	color: #000;
}

.wrapper2 .scroller li.cur a:after {
	content: '';
	display: none;
}

.wrapper2 .scroller li.selected a {
	color: #fff;
	border-radius: 40px;
	background-color: #B01F24;
}

.wrapper2 .scroller li.selected a:after {
	content: '';
	display: none;
}

/*banner背景*/

.banner-bg {
	width: 100%;
	padding: 20px 15px;
	background: url(../img/image/banner-bg.png) no-repeat center;
	background-size: cover;
}

.banner-bg .title {
	width: 150px;
	height: auto;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	padding: 20px 15px;
	border-right: solid 5px #fff;
	background: url(../img/image/title-bg.png) no-repeat center;
	background-size: cover;
}

.notice-nav-box {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: nowrap;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.notice-nav-box .item {
	width: 30%;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	color: #333;
	text-align: center;
	border-radius: 30px;
	background-color: #e6e6e6;
}

.notice-nav-box .item.active {
	color: #fff;
	background-color: #B01F24;
}


/*1.新闻详情*/

.news-detailbox {
	width: 100%;
	height: auto;
}

.news-detailbox {
	padding: 15px;
	width: 100%;
}

.news-detailbox-2 {
	width: 100%;
	padding: 15px;
}

.news-detailbox h1 {
	font-size: 15px;
	color: #333;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}

.central-content .news-detailbox .infos {
	position: relative;
	margin-bottom: 15px;
}

.central-content .news-detailbox-2 .infos {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e9e9e9;
}

.central-content .news-detailbox-2 .infos span {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #ccc;
}

.central-content .news-detailbox .infos:after {
	content: '';
	display: block;
	clear: both;
}

.news-detailbox-2 h1 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-top: 0;
    font-weight: 600;
}

.news-detailbox p,
.news-detailbox-2 p {
    font-size: 14px !important;
    line-height: 24px;
    margin-bottom: 10px;
    color: #666;
   /* text-indent: 28px !important;*/
}
.news-detailbox span,
.news-detailbox-2 span{
    font-size: 14px !important;
    color: #666;
} 

.news-detailbox p img,
.news-detailbox-2 p img {
	display: inline-block;
	width: 100%;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
}


/*2.要闻热点*/

.central-content .news-box {
	width: 100%;
	padding: 0 0 15px;
	background: #f5f5f5;
}

.central-content .main-box .nav-box {
	width: 100%;
}

.central-content .main-box .nav-box .title {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	background-color: #fff;
	text-align: center;
	border-bottom: solid 1px #efefef;
}

.central-content .news-box ul.news-ul {
	width: 100%;
	padding: 0 15px;
	padding-top: 15px;
}

.central-content .news-box ul.news-ul li {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px;
	border-radius: 8px;
	background-color: #fff;
}

.central-content .news-box ul.news-ul li .top {
	width: 100%;
}

.central-content .news-box ul.news-ul li .top .ft-text {
	float: left;
	width: calc(100% - 140px);
}

.central-content .news-box ul.news-ul li .top .ft-text h3 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}

.central-content .news-box ul.news-ul li .top .ft-text h3 a {
	color: #333;
}

.central-content .news-box ul.news-ul li .top .rt-img {
	float: left;
	margin-right: 15px;
	width: 125px;
	height: 85px;
	border-radius: 8px;
	overflow: hidden;
}

.central-content .news-box ul.news-ul li .top .rt-img img {
	display: block;
	min-height: 85px;
	width: 100%;
}

.central-content .news-box ul.news-ul li .infos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.central-content .news-box ul.news-ul li .infos span {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	margin-right: 10px;
}

.central-content .news-box ul.news-ul li .infos span img {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	line-height: 20px;
	margin-right: 5px;
}

.central-content .news-box ul.news-ul li .infos span b {
	float: left;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
}

.central-content .news-box ul.news-ul li:last-child {
	margin-bottom: 0;
}


/*3.师资队伍*/

.t-elegant {
	width: 100%;
	padding: 15px;
	background: url(../img/image/elegantBg.png) no-repeat center;
	background-size: cover;
}

.t-elegant .t-title {
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	padding-bottom: 10px;
}

.Elegant-swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.Elegant-swiper .swiper-slide {
	font-size: 18px;
	width: 135px;
	border-radius: 8px;
	overflow: hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.Elegant-swiper .list {
	position: relative;
	width: 100%;
	min-height: 135px;
	display: block;
	padding: 20px 15px;
	background-color: #8b726e;
}

.Elegant-swiper .list:before {
	content: '';
	position: absolute;
	left: 6px;
	right: 6px;
	top: 6px;
	bottom: 6px;
	display: block;
	border-radius: 5px;
	border: dashed 1px #fff;
}

.Elegant-swiper .list .picimg {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 15px;
}

.Elegant-swiper .list .picimg img {
	display: block;
	width: 100%;
}

.Elegant-swiper .list .text {
	width: 100%;
	font-size: 13px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-align: center;
	z-index: 9;
}

.t-team {
	width: 100%;
	padding: 15px 15px 10px;
	background-color: #f5f5f5;
}

.t-team .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.t-team .title h1 {
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.t-team .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #B01F24;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-team ul.team-ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.t-team ul.team-ul li {
	width: 48%;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	border-bottom: solid 4px #B32B30;
	overflow: hidden;
}

.t-team ul.team-ul li a {
	display: block;
	padding: 10px;
	font-size: 13px;
	color: #B32B30;
	padding: 20px 0;
	text-align: center;
}

.t-research {
	width: 100%;
	padding: 0 15px 15px;
	background-color: #f5f5f5;
}

.t-research .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.t-research .title h1 {
	position: relative;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.t-research .research-ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.t-research .research-ul li {
	position: relative;
	width: 48%;
	border-radius: 5px;
	overflow: hidden;
}

.t-research .research-ul li a {
	display: block;
	width: 100%;
}

.t-research .research-ul li a img {
	display: block;
	width: 100%;
}

.t-research .research-ul li a h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #fff;
	padding: 10px;
}

.t-recruitment {
	width: 100%;
	padding: 0 15px 15px;
	background-color: #f5f5f5;
}

.t-recruitment .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.t-recruitment .title h1 {
	position: relative;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.t-recruitment .recruitment-bg {
	width: 100%;
	height: auto;
}

.t-recruitment .recruitment-bg img {
	display: block;
	width: 100%;
}

.t-recruitment .recruitment-ul {
	width: 100%;
}

.t-recruitment .recruitment-ul li {
	width: 100%;
	background: url(../img/image/foundationBg.png) no-repeat center;
	border-bottom: solid 1px #f5f5f5;
	background-size: cover;
}

.t-recruitment .recruitment-ul li a {
	display: block;
	padding: 15px 10px;
	font-size: 14px;
	color: #fff;
}

@media only screen and (min-width: 300px) and (max-width: 370px) {}


/*4.通知*/

.central-content .main-box .notice-ul {
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.central-content .main-box .notice-ul:after {
	content: "";
	display: block;
	clear: both;
}

.central-content .main-box .notice-ul .list {
	float: left;
	width: 100%;
	padding: 6px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 5px;
}

.central-content .main-box .notice-ul .list:last-child {
	margin-bottom: 0;
}

.central-content .main-box .notice-ul .list .calendar {
	float: left;
	width: 65px;
	height: 48px;
	margin-right: 15px;
	text-align: center;
	border-radius: 8px;
	background-color: #F6F6F6;
}

.central-content .main-box .notice-ul .list .calendar .day {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #B01F24;
}

.central-content .main-box .notice-ul .list .calendar .year {
	font-size: 12px;
	line-height: 16px;
	color: #B01F24;
}

.central-content .main-box .notice-ul .list .engineText {
	float: left;
	width: calc(100% - 80px);
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

.central-content .main-box .notice-ul .list .engineText h3 {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.central-content .main-box .notice-ul .list .engineText a {
	color: #333;
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
	.central-content .main-box .notice-ul .list .engineText h3 {
		font-size: 14px;
		line-height: 24px;
	}
}


/*5.校园生活*/

.campusLife-first {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.campusLife-first .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #B01F24;
}

.campusLife-first .imgs {
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.campusLife-first .imgs img {
	display: block;
	width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top;
}

.campusLife-first .texts {
	width: 100%;
	padding: 12px;
	background: url(../img/image/schoolBg.png) no-repeat left center;
	background-size: contain;
	background-color: #fff;
}

.campusLife-first .texts h3 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}

.campusLife-first .texts p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.campusLife-second {
	width: 100%;
	padding: 15px;
	background-color: #666;
}

.campusLife-second .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #fff;
}

.campusLife-second .blockBg {
	width: 100%;
}

.campusLife-second .blockBg img {
	display: block;
	width: 100%;
}

.campusLife-second ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.campusLife-second ul li {
	text-align: center;
	padding: 30px 15px;
}

.campusLife-second ul li:nth-child(1) {
	width: 50%;
	background: #261819;
}

.campusLife-second ul li:nth-child(2) {
	width: 50%;
	background: #B01F24;
}

.campusLife-second ul li:nth-child(3) {
	width: 100%;
	background: url(../img/image/campusBg.png) no-repeat center;
	background-size: cover;
}

.campusLife-second ul li .icons {
	width: 48px;
	height: 48px;
	margin: 0 auto 10px;
}

.campusLife-second ul li .icons img {
	display: block;
	width: 100%;
}

.campusLife-second ul li .texts {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.campusLife-thred {
	width: 100%;
	padding: 15px;
}

.campusLife-thred ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.campusLife-thred ul li {
	position: relative;
	width: 48%;
	border-radius: 5px;
	overflow: hidden;
}

.campusLife-thred ul li .imgs {
	width: 100%;
}

.campusLife-thred ul li .imgs img {
	display: block;
	width: 100%;
	min-height: 130px;
}

.campusLife-thred ul li .texts {
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}


/*6.学院领导*/

.about-teacher-ul {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.about-teacher-ul li {
	width: 100%;
	background: url(../img/image/leaderBg.png) no-repeat center;
	background-color: #fff;
	background-size: contain;
	border-radius: 5px;
	border-bottom: solid 4px #B01F24;
	margin-bottom: 15px;
	overflow: hidden;
}

.about-teacher-ul li a {
	display: block;
	width: 100%;
}

.about-teacher-ul li .picimg {
	float: left;
	width: 95px;
	height: 145px;
	background-color: red;
	margin-right: 15px;
}

.about-teacher-ul li .picimg img {
	display: block;
	width: 100%;
	height: 100%;
}

.about-teacher-ul li .text {
	float: left;
	width: calc(100% - 110px);
	padding: 10px 0 0;
}

.about-teacher-ul li .text .name {
	width: 100%;
	margin-bottom: 5px;
}

.about-teacher-ul li .text .name h2 {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	color: #333;
}

.about-teacher-ul li .text .title {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #efefef;
}

.about-teacher-ul li .text .title span {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.about-teacher-ul li .text p {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}

.about-teacher-ul li .text p span {
	display: block;
	margin-bottom: 5px;
}

@media only screen and (min-width: 300px) and (max-width: 370px) {
	.about-teacher-ul li .picimg {
		width: 75px;
		height: 106px;
	}
	.about-teacher-ul li .text {
		width: calc(100% - 90px);
	}
	.about-teacher-ul li .text .title span {
		font-size: 12px;
	}
}


/*7.教育教学*/

.central-content .education-teaching-details {
	width: 100%;
	padding: 15px 15px 5px;
	background-color: #f5f5f5;
}

.central-content .education-teaching-details .first {
	width: 100%;
}

.central-content .education-teaching-details .first .block {
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.central-content .education-teaching-details .first .text {
	padding: 10px 10px;
	background-color: #fff;
}

.central-content .education-teaching-details .first p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 5px;
}

.central-content .education-teaching-details .first img {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}

.central-content .education-teaching-details .first h3 {
	font-size: 14px;
	color: #B01F24;
	font-weight: 600;
	margin-bottom: 10px;
}

.central-content .education-teaching-details .second {
	position: relative;
	width: 100%;
	background-color: #f5f5f5;
}

.central-content .education-teaching-details .second h3 {
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	color: #B01F24;
	margin-bottom: 15px;
}

.central-content .education-teaching-details .second ul {
	width: 100%;
}

.central-content .education-teaching-details .second ul li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
}

.central-content .education-teaching-details .second ul li .imgs {
	width: 150px;
	border-radius: 5px;
	overflow: hidden;
}

.central-content .education-teaching-details .second ul li .imgs img {
	display: block;
	width: 100%;
}

.education-teaching-details .second ul li .texts {
	position: relative;
	padding: 5px 5px 5px 0;
	width: calc(100% - 165px);
}

.education-teaching-details .second ul li .texts h3 {
	width: 100%;
	font-size: 16px;
	color: #B01F24;
	text-align: right;
}

.education-teaching-details .second ul li .texts a.enter {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: red;
}

.education-teaching-details .second ul li .texts a.enter img {
	display: block;
	width: 100%;
}


/*8.联系我们*/

.about-Contact-block {
	width: 100%;
	background-color: #f5f5f5;
}

.contact-first {
	width: 100%;
	padding: 15px;
}

.contact-first .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 15px;
	color: #B01F24;
}

.contact-first .contact-tab-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: nowrap;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

.contact-first .contact-tab-nav .item {
	width: 30%;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	color: #333;
	text-align: center;
	border-radius: 30px;
	background-color: #e6e6e6;
}

.contact-first .contact-tab-nav .item.active {
	color: #fff;
	background-color: #B01F24;
}

.contact-tab-place {
	width: 100%;
}

.contact-tab-place ul.team-ul {
	width: 100%;
	display: none;
}

.contact-tab-place ul.team-ul:first-child {
	display: block;
}

.contact-tab-place ul.team-ul li {
	width: 100%;
	background: url(../img/image/contactBg.png) no-repeat center;
	background-color: #fff;
	background-size: cover;
	border-radius: 5px;
	margin-bottom: 15px;
	border-bottom: solid 4px #B32B30;
	overflow: hidden;
}

.contact-tab-place ul.team-ul li a {
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #B32B30;
	padding: 20px;
	text-align: left;
}

.contact-second {
	width: 100%;
	padding: 0 15px 15px;
}

.contact-second .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 15px;
	color: #B01F24;
}

.contact-second .imgs {
	width: 100%;
}

.contact-second .imgs img {
	display: block;
	width: 100%;
}


/*9.本科生教育*/

.central-content .main-box {
	width: 100%;
	background-color: #f5f5f5;
}

.central-content .t-education-first {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.Education-swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.Education-swiper .swiper-slide {
	font-size: 18px;
	width: 135px;
	border-radius: 8px;
	overflow: hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.Education-swiper .list {
	position: relative;
	width: 100%;
	min-height: 135px;
	display: block;
	padding: 32px 15px;
	background: url(../img/image/educationbg.png) no-repeat center;
	background-size: cover;
	background-color: #8b726e;
}

.swiper-slide-active .list {
	background-color: #b01f24;
}

.Education-swiper .list:before {
	content: '';
	position: absolute;
	left: 6px;
	right: 6px;
	top: 6px;
	bottom: 6px;
	display: block;
	border-radius: 5px;
	border: dashed 1px #fff;
}

.Education-swiper .list .picimg {
	position: relative;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto 10px;
}

.Education-swiper .list .picimg img {
	display: block;
	width: 100%;
}

.Education-swiper .list .text {
	width: 100%;
	font-size: 14px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-align: center;
	z-index: 9;
}

.central-content .t-education-second {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.central-content .t-education-second ul {
	width: 100%;
}

.central-content .t-education-second ul li {
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
}

.central-content .t-education-second ul li a {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.central-content .t-education-second ul li a .imgs {
	width: 125px;
	border-radius: 5px;
	overflow: hidden;
}

.central-content .t-education-second ul li a .imgs img {
	display: block;
	width: 100%;
	min-height: 85px;
}

.central-content .t-education-second ul li a .texts {
	width: calc(100% - 140px);
}

.central-content .t-education-second ul li a .texts h3 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.central-content .t-education-second ul li a .texts .infos {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

.infos img {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.infos span {
	display: block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	color: #ccc;
}


/*10.学子风采*/

.stuElegant-first {
	width: 100%;
	padding: 15px 15px 0;
    display: none;
}

.stuElegant-first .imgs {
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.stuElegant-first .imgs img {
	display: block;
	width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: top;
}

.stuElegant-first .texts {
	width: 100%;
	padding: 12px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	background-color: #8C726E;
}

.stuElegant-first .texts h3 {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.stuElegant-first .texts p {
	font-size: 12px;
	line-height: 24px;
	color: rgba(255, 255, 255, .8);
	margin-bottom: 10px;
}

.stuElegant-first .texts .time {
	font-size: 13px;
	color: #fff;
}

.stuElegant-second {
	width: 100%;
	padding: 15px 0;
}

.stuElegant-second ul.news-ul {
	width: 100%;
	padding: 0 15px;
}

.stuElegant-second ul.news-ul li {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px;
	border-radius: 8px;
	background-color: #fff;
}

.stuElegant-second ul.news-ul li .top {
	width: 100%;
}

.stuElegant-second ul.news-ul li .top .ft-text {
	float: left;
	width: calc(100% - 140px);
}

.stuElegant-second ul.news-ul li .top .ft-text h3 {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}

.stuElegant-second ul.news-ul li .top .ft-text h3 a {
	color: #333;
}

.stuElegant-second ul.news-ul li .top .rt-img {
	float: left;
	margin-right: 15px;
	width: 125px;
	height: 85px;
	border-radius: 8px;
	overflow: hidden;
}

.stuElegant-second ul.news-ul li .top .rt-img img {
	display: block;
	min-height: 85px;
	width: 100%;
}

.stuElegant-second ul.news-ul li .infos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}

.stuElegant-second ul.news-ul li .infos span {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #999;
	margin-right: 10px;
}

.stuElegant-second ul.news-ul li .infos span img {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	line-height: 20px;
	margin-right: 5px;
}

.stuElegant-second ul.news-ul li .infos span b {
	float: left;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
}

.stuElegant-second ul.news-ul li:last-child {
	margin-bottom: 0;
}


/*11.学科建设*/

.scientific-title {
	width: 100%;
	padding: 15px 15px 0;
	font-size: 17px;
	font-weight: 600;
	color: #B01F24;
	background-color: #f5f5f5;
}

.central-content .scientific-research-details {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.central-content .scientific-research-details .first {
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.central-content .scientific-research-details .first .img {
	display: block;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.central-content .scientific-research-details .first .img img {
	display: block;
	width: 100%;
}

.central-content .scientific-research-details .first p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.scientific-research-details .first .describe {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
}

.scientific-research-details .second {
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
}

.scientific-research-details .second .kemu {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	background-color: #B01F24;
	border-radius: 6px 6px 0 0;
}

.scientific-research-details .second .table-responsive {
	border: none;
}

.scientific-research-details .second table tr th {
	text-align: center;
	vertical-align: middle;
}

.scientific-research-details .second table tr td {
	border-left: solid 1px #ddd;
	text-align: center;
}


/* 12.科研动态 */

.scientific-results-details {
	width: 100%;
	padding: 0 0 1px;
	background-color: #f5f5f5;
}

.scientific-results-details ul.results-ul {
	position: relative;
	width: 100%;
	padding: 0 15px;
}

.scientific-results-details ul.results-ul:after {
	content: '';
	display: block;
	clear: both;
}

.scientific-results-details ul.results-ul li {
	display: flex;
	width: 100%;
	padding: 10px;
	justify-content: space-between;
	margin-bottom: 15px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}

.scientific-results-details ul.results-ul li .imgs {
	width: 125px;
	border-radius: 5px;
	overflow: hidden;
}

.scientific-results-details ul.results-ul li .imgs img {
	display: block;
	width: 100%;
}

.scientific-results-details ul.results-ul li .texts {
	/*width: calc(100% - 140px);*/
width: 100%;
	padding-left: 30px;
    position: relative;
    background: url(../img/icon/symbol.png) no-repeat 0 4px;
    background-size: 25px 25px;
}

.scientific-results-details ul.results-ul li .texts h3 {
	font-size: 14px;
	line-height: 24px;
	max-height: 48px;
	color: #333;
	overflow: hidden;
	margin-bottom: 5px;
}

.scientific-results-details ul.results-ul li .texts h3 a {
	color: #333;
}

.scientific-results-details ul.results-ul li .texts .infos {
    display: inline-block;
    width: 125px;
    font-size: 12px;
    color: #ccc;
}

.scientific-results-details ul.results-ul li .texts .infos img {
	display: block;
	width: 20px;
	height: 20px;
}

.scientific-results-details ul.results-ul li .texts .infos span {
	font-size: 14px;
	color: #ccc;
	height: 20px;
	line-height: 20px;
}

.scientific-results-details ul.results-ul li .texts span {
	font-size: 13px;
	color: #999;
        margin-left:5px;
}

/*16.科研项目*/

.central-content .scientific-project-details {
	width: 100%;
	padding: 15px 15px 1px;
	background-color: #f5f5f5;
}

.central-content .scientific-project-details li {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 15px;
	background-color: #fff;
}

.central-content .scientific-project-details li .img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.central-content .scientific-project-details li .img img {
	display: block;
	width: 100%;
}

.central-content .scientific-project-details li .text {
	width: 100%;
}

.central-content .scientific-project-details li .text h3 {
	float: left;
	width: calc(100% - 65px);
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.central-content .scientific-project-details li .text h3 a {
	color: #333;
}

.central-content .scientific-project-details li .text span {
	display: block;
	float: right;
	font-size: 12px;
	line-height: 24px;
	color: #ccc;
}


/*13.研究机构*/

.research-institutions {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.research-institutions .research-ul {
	width: 100%;
	padding: 15px;
	background: url(../img/image/shadeBg.png) no-repeat center;
	background-size: cover;
	background-color: #fff;
	border-bottom: solid 5px #B01F24;
	border-radius: 0px 0px 8px 8px;
}

.research-institutions .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 700;
	color: #ffffff;
	padding-left: 15px;
	background: url(../img/image/researchBg.png) no-repeat center;
	background-size: cover;
	border-radius: 8px 8px 0px 0px;
}

.research-institutions .research-ul li {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	margin-bottom: 15px;
}

.research-institutions .research-ul li:last-child {
	margin-bottom: 0;
}

.research-institutions .research-ul li span.icon {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/icon/symbol.png) no-repeat center;
	background-size: cover;
	margin-right: 15px;
}

.research-institutions .research-ul li a {
	display: block;
    width: calc(100% - 28px - 15px);
    font-size: 14px;
    /* height: 28px; */
    line-height: 20px;
    color: #333;
}


/*14.名师风采*/

.central-content .teachersDean {
	position: relative;
	width: 100%;
	padding: 15px 15px 5px;
	background-color: #f5f5f5;
}

.central-content .teachersDean .title {
	font-size: 17px;
	font-weight: 600;
	color: #B01F24;
	margin-bottom: 15px;
}

.central-content .teachersDean .teacher-ul {
	width: 100%;
}

.central-content .teachersDean .teacher-ul li {
	width: 100%;
	background: url(../img/image/leaderBg.png) no-repeat center;
	background-color: #fff;
	background-size: cover;
	border-radius: 5px;
	border-bottom: solid 4px #B01F24;
	margin-bottom: 15px;
	overflow: hidden;
}

.central-content .teachersDean .teacher-ul li a {
	display: block;
	width: 100%;
}

.central-content .teachersDean .teacher-ul li .picimg {
	float: left;
	width: 95px;
	height: 145px;
	background-color: red;
	margin-right: 15px;
}

.central-content .teachersDean .teacher-ul li .picimg img {
	display: block;
	width: 100%;
    height: 100%;
}

.central-content .teachersDean .teacher-ul li .text {
	float: left;
	width: calc(100% - 110px);
	padding: 10px 0 0;
}

.central-content .teachersDean .teacher-ul li .text .name {
	width: 100%;
	margin-bottom: 5px;
}

.central-content .teachersDean .teacher-ul li .text .name h2 {
	float: left;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	color: #333;
	margin-right: 5px;
}

.central-content .teachersDean .teacher-ul li .text .name span {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	width: 60px;
	text-align: center;
	color: #999;
	border-radius: 14px;
	background-color: #ebebeb;
}

.central-content .teachersDean .teacher-ul li .text .title {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.central-content .teachersDean .teacher-ul li .text .title span {
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}

.central-content .teachersDean .teacher-ul li .text p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}

.central-content .teachersDean .teacher-ul li .text p span {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 300px) and (max-width: 370px) {
	.central-content .teachersDean .teacher-ul li .picimg {
		width: 75px;
		height: 106px;
	}
	.central-content .teachersDean .teacher-ul li .text {
		width: calc(100% - 90px);
	}
	.central-content .teachersDean .teacher-ul li .text .title span {
		font-size: 12px;
	}
}


/*15.科学研究*/

.t-science-first {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.t-science-first .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.t-science-first .title h1 {
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.t-science-first .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #B01F24;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-science-first ul {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.t-science-first ul li {
	width: 100%;
}

.t-science-first ul li .imgs {
	width: 100%;
}

.t-science-first ul li .imgs img {
	display: block;
	width: 100%;
    max-height: 200px;
}

.t-science-first ul li .texts {
	width: 100%;
	padding: 10px;
	background-color: #8C726E;
}

.t-science-first ul li .texts h3 {
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 10px;
}

.t-science-first ul li .texts p {
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 10px;
}

.t-science-first ul li .time {
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
}

.t-science-second {
	width: 100%;
	padding-top: 15px;
	background: url(../img/image/scientificBg.png) no-repeat center;
	background-size: cover;
}

.t-science-second .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: 0 15px;
}

.t-science-second .title h1 {
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #fff;
}

.t-science-second .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-science-second .describe {
	width: 100%;
	color: #fff;
	padding: 0 15px 15px;
}

.institute {
	width: 100%;
	background: #B01F24;
}

.institute-swiper {
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
}

.institute-swiper .swiper-slide {
	font-size: 18px;
	width: 240px;
	border-radius: 8px;
	overflow: hidden;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.institute-swiper .list {
	position: relative;
	width: 100%;
	min-height: 135px;
	display: block;
}

.institute-swiper .list .picimg {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	margin: 0 auto 15px;
	overflow: hidden;
}

.institute-swiper .list .picimg img {
	display: block;
	width: 100%;
}

.institute-swiper .list .text {
	width: 100%;
	font-size: 14px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	z-index: 9;
}

.t-science-thred {
	width: 100%;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.t-science-thred .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.t-science-thred .title h1 {
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.t-science-thred .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #B01F24;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-science-thred ul,
.t-science-thred ul li {
	width: 100%;
}

.t-science-thred ul li {
	padding: 10px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}

.t-science-thred ul li .time {
	width: 65px;
	height: 65px;
	border-radius: 5px;
	background-color: #eee;
}

.t-science-thred ul li .time span.day {
	display: block;
	font-size: 30px;
	font-weight: 600;
	color: #B01F24;
	text-align: center;
}

.t-science-thred ul li .time span.year {
	display: block;
	font-size: 12px;
	color: #B01F24;
	text-align: center;
}

.t-science-thred ul li .texts {
	width: calc(100% - 80px);
}

.t-science-thred ul li .texts h3 {
	font-size: 15px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.t-science-thred ul li .texts h3 a {
	color: #333;
}

.t-science-fouth {
	width: 100%;
	padding: 0 15px 0;
	background-color: #f5f5f5;
}

.t-science-fouth h1 {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	color: #B01F24;
	margin-bottom: 10px;
	margin-top: 0;
}

.t-science-fouth ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.t-science-fouth ul li {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 48%;
	border-radius: 5px;
	min-height: 150px;
	overflow: hidden;
	padding: 15px 10px;
	margin-bottom: 15px;
	background: url(../img/image/educationbg.png) no-repeat center;
	background-size: cover;
	background-color: #8B726E;
}

.t-science-fouth ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	top: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 5px;
	border: dashed 1px rgba(255, 255, 255, .6);
}

.t-science-fouth ul li a {
	display: block;
	width: 100%;
    position: relative;
    z-index: 99;
}

.t-science-fouth ul li .picimg {
	width: 60px;
	height: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.t-science-fouth ul li .picimg img {
	display: block;
	width: 100%;
}

.t-science-fouth ul li .text {
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

.t-science-fifth {
	width: 100%;
	padding: 0 15px 1px;
	background-color: #f5f5f5;
}

.t-science-fifth .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.t-science-fifth .title h1 {
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.t-science-fifth .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #B01F24;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-science-fifth ul {
	width: 100%;
}

.t-science-fifth ul li {
	width: 100%;
	margin-bottom: 15px;
}

.t-science-fifth ul li .imgs {
	width: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.t-science-fifth ul li .imgs img {
	display: block;
	width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: top;
}

.t-science-fifth ul li .texts {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}


/*16.合作交流*/

.cooperation-first {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.cooperation-first .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 15px;
	color: #B01F24;
}

.cooperation-first .blockBg {
	width: 100%;
}

.cooperation-first .blockBg img {
	display: block;
	width: 100%;
}

.cooperation-first .cooperation-ul {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cooperation-first .cooperation-ul li {
	width: 50%;
	padding: 30px 10px;
	text-align: center;
}

.cooperation-first .cooperation-ul li:nth-child(1) {
	background-color: #8B726E;
}

.cooperation-first .cooperation-ul li:nth-child(2) {
	background-color: #B01F24;
}

.cooperation-first .cooperation-ul li:nth-child(3) {
	background-color: #00B0D0;
}

.cooperation-first .cooperation-ul li:nth-child(4) {
	background-color: #B9B9B9;
}

.cooperation-first .cooperation-ul li .imgs {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
}

.cooperation-first .cooperation-ul li .imgs img {
	display: block;
	width: 100%;
}

.cooperation-first .cooperation-ul li .texts {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.cooperation-second {
	width: 100%;
	padding: 0 15px 15px;
}

.cooperation-second .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.cooperation-second .title h1 {
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.cooperation-second .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #B01F24;
	text-transform: capitalize;
	font-family: "Alternate";
}

.cooperation-second ul {
	border-radius: 5px;
	overflow: hidden;
}

.cooperation-second ul,
.cooperation-second ul li {
	width: 100%;
}

.cooperation-second ul li .imgs {
	width: 100%;
}

.cooperation-second ul li .imgs img {
	display: block;
	width: 100%;
}

.cooperation-second ul li .texts {
	width: 100%;
	padding: 12px;
	background-color: #B01F24;
}

.cooperation-second ul li .texts h3 {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.cooperation-second ul li .texts p {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 10px;
}

.cooperation-second ul li .texts .time {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
}

.cooperation-thred {
	width: 100%;
	padding: 0 15px 15px;
}

.cooperation-thred .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #B01F24;
}

.cooperation-thred .block {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.cooperation-thred .block .imgs {
	width: 100%;
}

.cooperation-thred .block .imgs img {
	width: 100%;
}

.cooperation-thred .block .texts {
	width: 100%;
	padding: 12px;
	background: url(../img/image/shadeBg.png) no-repeat center;
	background-size: contain;
	background-color: #fff;
}

.cooperation-thred .block .texts p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}


/*17.发展联络*/

.development-first {
	width: 100%;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.development-first .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #B01F24;
}

.development-first .tab-people {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px;
	background-color: #fff;
}

.development-first .tab-people span {
	font-size: 14px;
	color: #000;
	padding: 10px 15px;
	background-color: transparent;
	margin-bottom: 10px;
	border-radius: 20px;
}

.development-first .tab-people span.cur {
	background-color: #B01F24;
	color: #fff;
}

.development-first .tab-details {
	width: 100%;
	padding: 12px;
	background: url(../img/image/peopleBg.png) no-repeat center;
	background-size: cover;
}

.development-first .tab-details .people-img {
	width: 145px;
	margin: 0 auto 15px;
}

.development-first .tab-details .people-img img {
	display: block;
	width: 100%;
}

.development-first .tab-details h3 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
}

.development-first .tab-details p {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}

.development-second {
	width: 100%;
	padding: 15px 15px 0;
}

.development-second .imgs {
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.development-second .imgs img {
	display: block;
	width: 100%;
}

.development-second .texts {
	width: 100%;
	padding: 12px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	background-color: #fff;
}

.development-second .texts h3 {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
}

.development-second .texts p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	margin-bottom: 10px;
}

.development-second .texts .time {
	font-size: 13px;
	color: #B01F24;
	font-weight: 600;
}

.development-second .more {
	width: 100%;
	text-align: center;
}

.development-second .more a.view-more {
	display: block;
	font-size: 12px;
	line-height: 28px;
	color: #B01F24;
	padding: 10px 0;
	text-transform: capitalize;
	font-family: "Alternate";
}

.development-thred {
	width: 100%;
	padding: 0 15px 15px;
}

.development-thred .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #B01F24;
}

.development-thred .blockBg {
	width: 100%;
}

.development-thred .blockBg img {
	display: block;
	width: 100%;
    height: 300px;
    object-fit: cover;
}

.development-thred ul {
	width: 100%;
}

.development-thred ul li {
	padding: 16px 12px;
	border-bottom: solid 1px #f5f5f5;
	background: url(../img/image/fundBg.png) no-repeat center;
	background-size: cover;
}

.development-thred ul li h3 {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 10px;
	color: #fff;
}

.development-thred ul li h5 {
	width: 100%;
	font-size: 15px;
	text-align: right;
	color: #fff;
}

.development-fouth {
	width: 100%;
	padding: 0 15px 15px;
	background-color: #f5f5f5;
}

.development-fouth .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.development-fouth .title h1 {
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #B01F24;
}

.development-fouth .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	color: #B01F24;
	text-transform: capitalize;
	font-family: "Alternate";
}

.development-fouth .notice-ul {
	padding: 0 !important;
}

.development-fouth .notice-ul .list {
	float: left;
	width: 100%;
	padding: 12px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 5px;
}

.development-fouth .notice-ul .list:last-child {
	margin-bottom: 0;
}

.development-fouth .notice-ul .list .calendar {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 15px;
	text-align: center;
	border-radius: 8px;
	background-color: #F6F6F6;
}

.development-fouth .notice-ul .list .calendar .day {
	font-size: 30px;
	line-height: 42px;
	font-weight: 600;
	color: #B01F24;
}

.development-fouth .notice-ul .list .calendar .year {
	font-size: 12px;
	line-height: 16px;
	color: #B01F24;
}

.development-fouth .notice-ul .list .engineText {
	float: left;
	width: calc(100% - 80px);
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

.development-fouth .notice-ul .list .engineText h3 {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.development-fouth .notice-ul .list .engineText a {
	color: #333;
}

.development-fifth {
	width: 100%;
	padding: 15px;
	background: url(../img/image/collegeBg.png) no-repeat center;
	background-size: cover;
}

.development-fifth .texts {
	width: 100%;
	padding: 15px 12px 5px;
	background: rgba(0, 0, 0, .6);
}

.development-fifth .texts h3 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}

.development-fifth .texts p {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
}


/*18.院情总览*/

.overview-first {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.overview-first .title {
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #B01F24;
}

.overview-first .imgs {
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.overview-first .imgs img {
	display: block;
	width: 100%;
}

.overview-first .texts {
	width: 100%;
	padding: 12px;
	border-radius: 0 0 5px 5px;
	background: url(../img/image/schoolBg.png) no-repeat center;
	background-size: cover;
	background-color: #fff;
	overflow: hidden;
}

.overview-first .texts h3 {
	font-size: 15px;
	color: #B01F24;
	margin-bottom: 10px;
}

.overview-first .texts p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.overview-second {
	width: 100%;
	padding: 15px 0;
	background: url(../img/image/overviewBg.png) no-repeat center;
	background-size: cover;
}

.overview-second .title {
	width: 100%;
	padding: 0 15px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #fff;
}

.overview-second .About-swiper-top {
	position: relative;
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
}

.overview-second .About-swiper-top .swiper-slide {
	width: 240px;
}

.overview-second .About-swiper-top .picimg {
	width: 100%;
	margin: 0 auto 10px;
}

.overview-second .About-swiper-top .picimg img {
	display: block;
	width: 100%;
    height: 170px;
}

.overview-second .About-swiper-top .text {
	width: 100%;
	font-size: 13px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.overview-second .About-swiper-bottom {
	width: 100%;
	padding: 15px;
}

.overview-second .About-swiper-bottom .text {
	width: 100%;
	padding: 12px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	background-color: rgba(197, 197, 197, .6);
}

.overview-thred {
	width: 100%;
	background: url(../img/image/aboutBg.png) no-repeat center bottom;
	background-size: cover;
}

.overview-thred .top {
	display: flex;
	width: 100%;
	padding: 15px;
	justify-content: space-between;
}

.overview-thred .top .item {
	position: relative;
	width: 48%;
	border-radius: 5px;
	overflow: hidden;
}

.overview-thred .top .item img {
	display: block;
	width: 100%;
	height: 130px;
}

.overview-thred .top .item .texts {
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-size: 15px;
	color: #fff;
}

.overview-thred .bottom {
	width: 100%;
	padding: 0 15px 15px;
}

.overview-thred .bottom .title {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #B32B30;
}

.overview-thred .bottom .imgs {
	width: 100%;
	margin-bottom: 10px;
}

.overview-thred .bottom .imgs img {
	display: block;
	width: 100%;
}

.overview-thred .bottom .texts {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.overview-fouth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 30px 30px 30px 15px;
	background: url(../img/image/contact.png) no-repeat center;
	background-size: cover;
	border-bottom: solid 1px #f5f5f5;
}

.overview-fouth .title {
	font-size: 18px;
	color: #fff;
}

.overview-fouth .enter {
	width: 32px;
	height: 32px;
}

.overview-fouth .enter img {
	display: block;
	width: 100%;
}