/*-------The style directory
 * 1.News_details
 * 2.News
 * 3.Faculty
 * 4.Events
 * 5.Campus
 * 6.Leadership
 * 7.Leadership_details
 * 8.Academics
 * 9.Contact
 * 10.Lectures_series
 * 11.Research
 * 12.Student_life
 * 13.Global
 * 14.About
 * 15.About_details	
 * 16.Dean_details			
 --------*/


/*导航菜单*/

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: #fff;
	border-radius: 40px;
	background-color: #003F88;
}

.wrapper2 .scroller li.cur 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 {
	font-family: "RobotoCondensedBold";
	width: 150px;
	height: auto;
	font-size: 17px;
	font-weight: 700;
	color: #003F88;
	padding: 20px 15px;
	border-right: solid 4px #003F88;
	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: #003F88;
}


/*1.News_details*/

.news-detailbox-2 {
	width: 100%;
	padding: 15px;
}

.central-content .news-detailbox-2 .infos {
	font-family: "RobotoCondensed";
	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: 13px;
	line-height: 16px;
	color: #ccc;
}

.news-detailbox-2 h1 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	color: #333;
	margin-top: 0;
    font-family: 'Roboto-Regular' !important;
}

.news-detailbox-2 p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #666;
    font-family: 'Roboto-Regular' !important;
    margin: 0 !important;
    padding-bottom: 1rem !important;
}

.news-detailbox-2 span{
    font-family: 'Roboto-Regular' !important;
}
.news-detailbox-2 p img {
    display: inline-block;
    max-width: 100%;
	height: auto;
}


/*2.News*/

.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-family: "RobotoCondensedBold";
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.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;
}


/* News&Event */

.news_block {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 15px 15px 5px;
}

.news_block .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.news_block .title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.news_block .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.news_block .title a.view-more .fa-angle-right {
	float: right;
	font-size: 20px;
	line-height: 26px;
	margin-left: 5px;
}

.news_block ul.dynamic-ul {
	width: 100%;
}

.news_block ul.dynamic-ul li {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 6px;
	background-color: #fff;
	padding: 12px;
	overflow: hidden;
}

.news_block ul.dynamic-ul li .imgs {
	float: left;
	width: 125px;
	margin-right: 15px;
	border-radius: 6px;
	overflow: hidden;
}

.news_block ul.dynamic-ul li .imgs img {
	display: block;
	width: 100%;
}

.news_block ul.dynamic-ul li .texts {
	float: left;
	width: calc(100% - 140px);
}

.news_block ul.dynamic-ul li .texts .title {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_block ul.dynamic-ul li .texts .title a {
	color: #333;
}

.news_block ul.dynamic-ul li .texts .info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.news_block ul.dynamic-ul li .texts .info span.icon {
	display: block;
	width: 20px;
	height: 20px;
}

.news_block ul.dynamic-ul li .texts .info span.icon img {
	display: block;
	width: 100%;
}

.news_block ul.dynamic-ul li .texts .info span.fb-time {
	font-family: "RobotoCondensed";
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}

.news_block ul.dynamic-ul li:last-child {
	margin-bottom: 0;
}

.event_block {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 15px 15px 10px;
}

.event_block .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.event_block .title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.event_block .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.event_block .title a.view-more .fa-angle-right {
	float: right;
	font-size: 20px;
	line-height: 26px;
	margin-left: 5px;
}

.event_block .notice-tab-menu {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: nowrap;
	margin-bottom: 15px;
	overflow-x: scroll;
}

.event_block .notice-tab-menu::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.event_block .notice-tab-menu .item {
	font-family: "RobotoCondensedBold";
	width: auto;
	text-align: center;
	padding: 10px 18px;
	font-size: 13px;
	color: #333;
	font-weight: 600;
	text-align: center;
	border-radius: 30px;
	margin-right: 15px;
	background-color: #eee;
}
.event_block .notice-tab-menu .item a{
	color: #333;
}
.event_block .notice-tab-menu .item:last-child {
	margin-right: 0;
}

.event_block .notice-tab-menu .item.active {
	color: #fff;
	background-color: #003F88;
}

.event_block .notice-tab-menu .item.selected a{
	color: #fff;
	background-color: #003F88;
}
.event_block .notice-tab-menu .item.selected{
	color: #fff;
	background-color: #003F88;
}
.event_block .notice-div {
	display: none;
	position: relative;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.event_block .notice-div.show {
	display: block;
}

.event_block .notice-div:after {
	content: "";
	display: block;
	clear: both;
}

.event_block .notice-div .list {
	width: 100%;
	padding: 12px;
	background-color: #fff;
	margin-bottom: 15px;
	border-bottom: solid 6px #003F88;
	border-radius: 0px 0px 6px 6px;
}

.event_block .notice-div .list:last-child {
	margin-bottom: 0;
}

.event_block .notice-div .list .calendar {
	width: 100%;
    padding-left: 35px;
}

.event_block .notice-div .list .calendar .day {
	font-family: "RobotoCondensed";
	font-size: 14px;
	height: 20px;
	color: #999;
}

.event_block .notice-div .list .engineText {
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #333;
    background: url(../../img/icon-symbol.png) 0 3px no-repeat;
    background-size: 28px 28px;
    padding-left: 35px;
}

.event_block .notice-div .list .engineText h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.event_block .notice-div .list .engineText a {
	color: #333;
}


/*3.Faculty*/

.t-elegant {
	width: 100%;
	padding: 15px;
	background: url(../img/image/elegantBg.png) no-repeat center;
	background-size: cover;
}

.t-elegant .t-title {
	font-family: "RobotoCondensedBold";
	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: url(../img/image/schoolBg-3.png) no-repeat center;
	background-size: cover;
	background-color: #717171;
}

.t-elegant-2 .Elegant-swiper .list {
	background-color: #8B726E;
}
.t-elegant .swiper-slide-active .list {
	background-color: #003F88;
}
.t-elegant-2 .swiper-slide-active .list {
	background-color: #003F88;
}

.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: 40px;
	height: 40px;
	margin: 0 auto 15px;
}

.Elegant-swiper .list .picimg img {
	display: block;
	width: 100%;
}

.Elegant-swiper .list .text {
	font-family: "RobotoCondensedBold";
	width: 100%;
	font-size: 15px;
	color: #fff;
	height: 100px;
	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 {
	font-family: "RobotoCondensedBold";
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.t-team .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-team .title a.view-more .fa-angle-right {
	float: right;
	font-size: 20px;
	line-height: 26px;
	margin-left: 5px;
}

.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 {
	font-family: "RobotoCondensed";
	width: 100%;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	border-bottom: solid 4px #003F88;
	overflow: hidden;
}

.t-team ul.team-ul li a {
	font-family: 'RobotoCondensedBold';
	display: block;
	padding: 10px;
	font-size: 15px;
	color: #003F88;
	padding: 15px 0;
}

.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 {
	font-family: "RobotoCondensedBold";
	position: relative;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.t-research .maincon {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.t-research .maincon .imgs {
	width: 100%;
}

.t-research .maincon .imgs img {
	display: block;
	width: 100%;
}

.t-research .maincon .texts {
	font-family: "RobotoCondensed";
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	padding: 10px 12px;
	color: #666;
	background: url(../img/image/schoolBg.png) no-repeat center;
	background-size: cover;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}

.t-elegant-2 .Elegant-swiper .list .text {
	line-height: 20px;
}

.t-team-2 {
	width: 100%;
	padding: 20px 15px;
	background-color: #f5f5f5;
}

.t-team-2 .teacher-ul {
	width: 100%;
}

.t-team-2 .teacher-ul li {
	width: 100%;
	background: url(../img/image/leaderBg.png) no-repeat center;
	background-color: #fff;
	background-size: cover;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 6px;
	overflow: hidden;
}

.t-team-2 .teacher-ul li:last-child {
	margin-bottom: 0;
}

.t-team-2 .teacher-ul li a {
	display: block;
	width: 100%;
}

.t-team-2 .teacher-ul li .picimg {
	float: left;
	width: 95px;
	height: 145px;
	background-color: red;
	margin-right: 15px;
}

.t-team-2 .teacher-ul li .picimg img {
	display: block;
	width: 100%;
    height: 100%;
}

.t-team-2 .teacher-ul li .text {
	float: left;
	width: calc(100% - 110px);
	padding: 0;
}

.t-team-2 .teacher-ul li .text .name {
	width: 100%;
}

.t-team-2 .teacher-ul li .text .name h2 {
	font-family: "RobotoCondensedBold";
	font-size: 17px;
	height: 28px;
	line-height: 28px;
	color: #003F88;
	margin-right: 5px;
}

.t-team-2 .teacher-ul li .text .title {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #efefef;
}

.t-team-2 .teacher-ul li .text .title span {
	font-family: "RobotoCondensedBold";
	font-weight: 600;
	font-size: 13px;
	line-height: 24px;
	color: #333333;
}

.t-team-2 .teacher-ul li .text p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #666666;
}

.t-team-2 .teacher-ul li .text p span {
	display: block;
	margin-bottom: 5px;
}

.t-team-3 {
	width: 100%;
	padding: 15px 12px;
	background-color: #f5f5f5;
}

.t-team-3 .title {
	font-family: "RobotoCondensedBold";
	width: 100%;
	height: auto;
	padding: 15px 12px;
	font-size: 17px;
	color: #fff;
	background: #003f88;
	border-radius: 10px 10px 0px 0px;
}

.t-team-3 .peoplesList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: 5px 12px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
}

.t-team-3 .peoplesList .items {
	width: 50%;
	padding: 10px 0;
}

.t-team-3 .peoplesList .items a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.t-team-3 .peoplesList .items a span.icon {
	width: 24px;
	height: 24px;
}

.t-team-3 .peoplesList .items a span.icon img {
	display: block;
	width: 100%;
}

.t-team-3 .peoplesList .items a span.name {
	font-family: "RobotoCondensed";
	font-size: 15px;
	height: 24px;
	line-height: 24px;
	color: #666;
	margin-left: 5px;
}

@media only screen and (min-width: 300px) and (max-width: 370px) {}


/*4.Events*/

.central-content .main-box .notice-ul {
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.central-content .main-box .notice-ul li.list {
	width: 100%;
	background: url(../img/image/contactBg.png) no-repeat center;
	background-color: #fff;
	background-size: cover;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-bottom: solid 6px #003F88;
	overflow: hidden;
}

.central-content .main-box .notice-ul li.list:last-child {
	margin-bottom: 0;
}

.central-content .main-box .notice-ul li.list h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.central-content .main-box .notice-ul li.list h3 a {
	color: #333;
}

.central-content .main-box .notice-ul li.list .time {
	font-family: "RobotoCondensed";
	font-size: 14px;
	color: #999999;
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
	.central-content .main-box .notice-ul li.list h3 {
		font-size: 14px;
		line-height: 24px;
	}
}


/*5.Campus*/

.campusLife-first {
	width: 100%;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.campusLife-first .title {
	font-family: "RobotoCondensedBold";
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #003F88;
}

.campusLife-first .imgs {
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.campusLife-first .imgs img {
	display: block;
	width: 100%;
}

.campusLife-first .strongList {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
}

.campusLife-first .strongList .items {
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}

.campusLife-first .strongList .items h5 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	color: #003F88;
	font-weight: 600;
}

.campusLife-first .strongList .items h3 {
	font-family: "RobotoCondensedBold";
	font-size: 40px;
	color: #003F88;
	font-weight: 600;
	margin: 5px 0;
}

.campusLife-first .strongList .items a {
	display: block;
	font-family: "RobotoCondensed";
	color: #003F88;
	font-size: 13px;
	margin-bottom: 5px;
}

.campusLife-first .strongList .items p {
	display: block;
	font-family: "RobotoCondensed";
	color: #003F88;
	font-size: 14px;
}

.campusLife-thred {
	width: 100%;
	padding: 0 15px 15px;
}

.campusLife-thred ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.campusLife-thred ul li {
	position: relative;
	width: 48%;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 15px;
}

.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 {
	font-family: "RobotoCondensedBold";
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}


/*6.Leadership*/

.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 #003F88;
	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%;
}

.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.Leadership_details*/

.leadership_details {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.leadership_details .top {
	width: 100%;
	background: url(../img/image/leadershipBg.png) no-repeat center;
	background-color: #fff;
	background-size: cover;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 6px;
	overflow: hidden;
}

.leadership_details .top .picimg {
	float: left;
	width: 95px;
	height: 145px;
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
}

.leadership_details .top .picimg img {
	display: block;
	width: 100%;
}

.leadership_details .top .text {
	float: left;
	width: calc(100% - 110px);
	padding: 0;
}

.leadership_details .top .text .name {
	width: 100%;
}

.leadership_details .top .text .name h2 {
	font-family: "RobotoCondensedBold";
	font-size: 17px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin-right: 5px;
}

.leadership_details .top .text .title {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #567fb7;
}

.leadership_details .top .text .title span {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.leadership_details .top .text p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.leadership_details .top .text p span {
	display: block;
	margin-bottom: 5px;
}

.leadership_details .bottom {
	width: 100%;
	padding: 12px 15px;
	border-radius: 5px;
	background-color: #fff;
}

.leadership_details .bottom h3 {
	font-family: "RobotoCondensedBold";
	font-size: 17px;
	font-weight: 600;
	color: #003F88;
	margin-bottom: 10px;
}

.leadership_details .bottom p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 24px;
	color: #666;
}


/*8.Academics*/

.central-content .education-teaching-details {
	width: 100%;
	padding: 0;
	background-color: #f5f5f5;
}

.academics-first {
	width: 100%;
	padding: 15px;
	background-color: #003F88;
}

.academics-first .title {
	font-family: "RobotoCondensedBold";
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	color: #fff;
}

.academics-first ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.academics-first ul li {
	width: 33.3%;
}

.academics-first ul li h1 {
	font-family: "RobotoCondensedBold";
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 5px;
}

.academics-first ul li h5 {
	font-family: "RobotoCondensed";
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.central-content .education-teaching-details .first {
	width: 100%;
	padding: 15px 15px 5px;
}

.central-content .education-teaching-details .first .title {
	font-family: "RobotoCondensedBold";
	position: relative;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	margin-bottom: 10px;
	color: #003F88;
}

.central-content .education-teaching-details .first .block {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.central-content .education-teaching-details .first img {
	display: block;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
}

.central-content .education-teaching-details .first .text {
	padding: 10px 10px;
	background-color: #fff;
}

.central-content .education-teaching-details .first h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	color: #003F88;
	font-weight: 600;
	margin-bottom: 10px;
}

.central-content .education-teaching-details .first p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 5px;
}

.central-content .education-teaching-details .first .time {
	font-family: "RobotoCondensedBold";
	font-size: 13px;
	line-height: 24px;
	color: #003F88;
}

.central-content .education-teaching-details .second {
	position: relative;
	width: 100%;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.central-content .education-teaching-details .second h3 {
	font-family: "RobotoCondensedBold";
	width: 100%;
	font-size: 17px;
	height: 28px;
	line-height: 28px;
	font-weight: 600;
	color: #003F88;
	margin-bottom: 10px;
}

.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: 20px;
	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: #003F88;
	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%;
}

.academics-second {
	width: 100%;
	padding: 15px;
	background: url(../img/image/academicsBg.png) no-repeat center;
	background-size: cover;
}

.academics-second .title {
	font-family: "RobotoCondensedBold";
	position: relative;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
}

.academics-second p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.academics-thred {
	width: 100%;
	padding: 15px;
	background: url(../img/image/calendarBg.png) no-repeat center;
	background-size: cover;
}

.academics-thred .title {
	font-family: "RobotoCondensedBold";
	position: relative;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 10px;
	color: #fff;
}

.academics-thred p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.academics-fouth {
	padding: 15px 15px 0 !important;
}


/*9.Contact*/

.about-Contact-block {
	width: 100%;
	background-color: #f5f5f5;
}

.contact-first {
	width: 100%;
	padding: 15px;
}

.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 {
	font-family: "RobotoCondensedBold";
	padding: 10px 12px;
	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: #003F88;
}

.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 #003F88;
	overflow: hidden;
}

.contact-tab-place ul.team-ul li a {
	font-family: "RobotoCondensedBold";
	display: block;
	padding: 10px;
	font-size: 15px;
	color: #003F88;
	padding: 20px 10px;
	text-align: left;
}

.contact-second {
	width: 100%;
	padding: 0 15px 15px;
}

.contact-second .title {
	font-family: "RobotoCondensedBold";
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 15px;
	color: #003F88;
}

.contact-second .imgs {
	width: 100%;
}

.contact-second .imgs img {
	display: block;
	width: 100%;
}

/*12.Student_life*/

.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;
}


/*10.Lectures_series*/

.lectures {
	width: 100%;
}

.lectures .lectures-ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
	background-color: #f5f5f5;
}

.lectures .lectures-ul li {
	width: 48%;
	margin-bottom: 15px;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
}

.lectures .lectures-ul li .imgs {
	width: 100%;
}

.lectures .lectures-ul li .imgs img {
	display: block;
	width: 100%;
}

.lectures .lectures-ul li .texts {
	width: 100%;
	padding: 10px;
	background-color: #fff;
}

.lectures .lectures-ul li .texts .time {
	margin-bottom: 10px;
}

.lectures .lectures-ul li .texts .time span {
	display: inline-block;
	font-family: "RobotoCondensedBold";
	background: #003F88;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 24px;
}

.lectures .lectures-ul li .texts h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.lectures .lectures-ul li .texts h3 a {
	color: #333;
}

.lectures .lectures-ul li .texts h5 {
	font-size: 12px;
	font-family: Roboto, Roboto-Regular;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

/*11.Research*/

.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;
	font-family: "RobotoCondensedBold";
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.t-science-first .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	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%;
}

.t-science-first ul li .texts {
	width: 100%;
	padding: 10px;
	background-color: #fff;
}

.t-science-first ul li .texts h3 {
	font-family: "RobotoCondensedBold";
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.t-science-first ul li .texts p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 5px;
}

.t-science-first ul li .time {
	font-family: "RobotoCondensedBold";
	font-size: 13px;
	color: #003F88;
	line-height: 24px;
}

.t-science-second {
	width: 100%;
	padding-top: 15px;
	background: url(../img/image/researchBg-2.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;
	font-family: "RobotoCondensedBold";
	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: 16px;
	line-height: 28px;
	color: #fff;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-science-second .describe {
	font-family: "RobotoCondensed";
	width: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	padding: 0 15px 15px;
}

.institute {
	width: 100%;
	background: url(../img/image/swiperBg.png) repeat center;
	background-size: cover;
}

.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%;
	min-height: 135px;
}

.institute-swiper .list .text {
	font-family: "RobotoCondensedBold";
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	z-index: 9;
}

.research-second {
	width: 100%;
	background: url(../img/image/strongBg.png) no-repeat center;
	background-size: cover;
	padding: 25px 15px;
}

.research-second ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.research-second ul li {
	width: 32%;
	text-align: center;
	color: #fff;
}

.research-second ul li h1 {
	font-family: "RobotoCondensedBold";
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
}

.research-second ul li h3 {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 5px;
}

.t-science-fouth {
	width: 100%;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.t-science-fouth h1 {
	font-family: "RobotoCondensedBold";
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	color: #003F88;
	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/schoolBg-3.png) no-repeat center;
	background-size: cover;
	background-color: #717171;
}

.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 {
	position: relative;
	display: block;
	width: 100%;
	z-index: 10;
}

.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 {
	font-family: "RobotoCondensed";
	width: 100%;
	font-size: 15px;
	padding: 0 15px;
	line-height: 20px;
	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;
	font-family: "RobotoCondensedBold";
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.t-science-fifth .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.t-science-fifth ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}

.t-science-fifth ul li {
	width: 48%;
	margin-bottom: 15px;
}

.t-science-fifth ul li .imgs {
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.t-science-fifth ul li .imgs img {
	display: block;
	width: 100%;
}

.t-science-fifth ul li .texts {
	width: 100%;
	padding: 10px 10px 15px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}

.t-science-fifth ul li .texts .time {
	width: 100%;
	margin-bottom: 10px;
}

.t-science-fifth ul li .texts .time span {
	display: inline-block;
	font-family: "RobotoCondensedBold";
	color: #fff;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 15px;
	background-color: #003F88;
}

.t-science-fifth ul li .texts h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #333;
	margin-bottom: 5px;
}

.t-science-fifth ul li .texts h5 {
	font-family: "RobotoCondensed";
	color: #999;
	font-size: 13px;
}


/*13.Global*/

.global-first {
	width: 100%;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.global-first .title {
	font-family: "RobotoCondensedBold";
	width: 100%;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #003F88;
}

.global-first .tab-people {
	font-family: "RobotoCondensed";
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px 15px 10px;
	border-radius: 6px 6px 0 0;
	background: url(../img/image/develop-bg@2x.png) no-repeat right center;
	background-size: 50%;
	background-color: #fff;
}

.global-first .tab-people span {
	font-size: 15px;
	color: #000;
	padding: 10px 15px;
	background-color: transparent;
	margin-bottom: 10px;
	border-radius: 20px;
}

.global-first .tab-people span.cur {
	background-color: #003F88;
	color: #fff;
}

.global-first .tab-details {
	width: 100%;
	padding: 15px 12px;
	background: url(../img/image/peopleBg.png) no-repeat center;
	background-size: cover;
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

.global-first .tab-details .people-img {
	width: 145px;
	margin: 0 auto 15px;
}

.global-first .tab-details .people-img img {
	display: block;
	width: 100%;
}

.global-first .tab-details h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	text-align: center;
}

.global-first .tab-details p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.global-second {
	width: 100%;
	padding: 15px 15px 0;
	background-color: #f5f5f5;
}

.global-second .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.global-second .title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.global-second .cooperation-ul {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.global-second .cooperation-ul li {
	position: relative;
	width: 48%;
	padding: 25px 15px;
	text-align: center;
	margin-bottom: 15px;
	background: url(../img/image/schoolBg-2.png) no-repeat center;
	background-size: cover;
	background-color: #717171;
	border-radius: 6px;
}

.global-second .cooperation-ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border-radius: 6px;
	background-color: transparent;
	border: dashed 1px #fff;
}

.global-second .cooperation-ul li .imgs {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
}

.global-second .cooperation-ul li .imgs img {
	display: block;
	width: 100%;
}

.global-second .cooperation-ul li .texts {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}


/*16.合作交流*/

.student-research-area {
	width: 100%;
	padding: 15px 15px 5px;
	background-color: #f5f5f5;
}

.student-research-area .conbox {
	width: 100%;
	height: auto;
}

.student-research-area .conbox .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.student-research-area .conbox .title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.student-research-area .conbox .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.student-research-area .conbox .title a.view-more .fa-angle-right {
	float: right;
	font-size: 20px;
	line-height: 26px;
	margin-left: 5px;
}

.student-research-area .conbox .maincon {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.student-research-area .conbox .imgs {
	width: 100%;
}

.student-research-area .conbox .imgs img {
	display: block;
	width: 100%;
}

.student-research-area .conbox .maincon .texts {
	width: 100%;
	padding: 10px;
	background-color: #fff
}

.student-research-area .conbox .maincon .texts h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.student-research-area .conbox .maincon .texts h3 a {
	color: #333;
}

.student-research-area .conbox .maincon .texts p {
	font-family: "RobotoCondensed";
	width: 100%;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
}

.student-research-area .conbox .maincon .texts .info {
	font-size: 13px;
	font-family: Roboto, Roboto-Regular;
	font-weight: 600;
	color: #003F88;
}

.student-cooperation-first {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.student-cooperation-first .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.student-cooperation-first .title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.student-cooperation-first .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.student-cooperation-first .title a.view-more .fa-angle-right {
	float: right;
	font-size: 20px;
	line-height: 26px;
	margin-left: 5px;
}

.student-cooperation-first .blockBg {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.student-cooperation-first .blockBg img {
	display: block;
	width: 100%;
}

.student-cooperation-first .cooperation-ul {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.student-cooperation-first .cooperation-ul li {
	position: relative;
	width: 48%;
	padding: 25px 15px;
	text-align: center;
	border-radius: 6px;
	margin-top: 15px;
}

.student-cooperation-first .cooperation-ul li::before {
	content: '';
	display: block;
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	bottom: 8px;
	border-radius: 6px;
	background-color: transparent;
	border: dashed 1px #fff;
}

.student-cooperation-first .cooperation-ul li:nth-child(1) {
	background-color: #8B726E;
}

.student-cooperation-first .cooperation-ul li:nth-child(2) {
	background-color: #003F88;
}

.student-cooperation-first .cooperation-ul li:nth-child(3) {
	background-color: #00B0D0;
}

.student-cooperation-first .cooperation-ul li:nth-child(4) {
	background-color: #B9B9B9;
}

.student-cooperation-first .cooperation-ul li .imgs {
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
}

.student-cooperation-first .cooperation-ul li .imgs img {
	display: block;
	width: 100%;
}

.student-cooperation-first .cooperation-ul li .texts {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.student-cooperation-thred {
	width: 100%;
	padding: 0 15px 15px;
	background-color: #f5f5f5;
}

.student-cooperation-thred .block {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.student-cooperation-thred .block .imgs {
	width: 100%;
}

.student-cooperation-thred .block .imgs img {
	width: 100%;
}

.student-cooperation-thred .block .texts {
	width: 100%;
	padding: 12px;
	background: url(../img/image/shadeBg.png) no-repeat center;
	background-size: contain;
	background-color: #fff;
}

.student-cooperation-thred .block .texts h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	font-weight: 600;
	color: #003F88;
	margin-bottom: 10px;
}

.student-cooperation-thred .block .texts p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #666;
}

.student-event_block {
	width: 100%;
	padding: 5px 15px 15px;
	background-color: #f5f5f5;
}

.student-event_block .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.student-event_block .title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.student-event_block .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.title a.view-more .fa-angle-right {
	float: right;
	font-size: 20px;
	line-height: 26px;
	margin-left: 5px;
}

.student-event_block .notice-div {
	position: relative;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.student-event_block .notice-div.show {
	display: block;
}

.student-event_block .notice-div:after {
	content: "";
	display: block;
	clear: both;
}

.student-event_block .notice-div .list {
	width: 100%;
	padding: 12px;
	background-color: #fff;
	margin-bottom: 15px;
	border-bottom: solid 6px #003F88;
	border-radius: 0px 0px 6px 6px;
}

.student-event_block .notice-div .list:last-child {
	margin-bottom: 0;
}

.student-event_block .notice-div .list .calendar {
	width: 100%;
}

.student-event_block .notice-div .list .calendar .day {
	font-family: "RobotoCondensed";
	font-size: 14px;
	height: 20px;
	color: #999;
}

.student-event_block .notice-div .list .engineText {
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #333;
}

.student-event_block .notice-div .list .engineText h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.student-event_block .notice-div .list .engineText a {
	color: #333;
}

.student-news_block {
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	padding: 5px 15px 15px;
}

.student-news_block .title {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.student-news_block .title h1 {
	font-family: "RobotoCondensedBold";
	position: relative;
	float: left;
	height: 28px;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	color: #003F88;
}

.student-news_block .title a.view-more {
	float: right;
	display: block;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #003F88;
	text-transform: capitalize;
	font-family: "Alternate";
}

.student-news_block .title a.view-more .fa-angle-right {
	float: right;
	font-size: 20px;
	line-height: 26px;
	margin-left: 5px;
}

.student-news_block ul.dynamic-ul {
	width: 100%;
}

.student-news_block ul.dynamic-ul li {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	border-radius: 6px;
	background-color: #fff;
	padding: 12px;
	overflow: hidden;
}

.student-news_block ul.dynamic-ul li .imgs {
	float: left;
	width: 125px;
	border-radius: 6px;
	margin-right: 15px;
	overflow: hidden;
}

.student-news_block ul.dynamic-ul li .imgs img {
	display: block;
	width: 100%;
}

.student-news_block ul.dynamic-ul li .texts {
	float: left;
	width: calc(100% - 140px);
}

.student-news_block ul.dynamic-ul li .texts .title {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.student-news_block ul.dynamic-ul li .texts .title a {
	color: #333;
}

.student-news_block ul.dynamic-ul li .texts .info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.student-news_block ul.dynamic-ul li .texts .info span.icon {
	display: block;
	width: 20px;
	height: 20px;
}

.student-news_block ul.dynamic-ul li .texts .info span.icon img {
	display: block;
	width: 100%;
}

.student-news_block ul.dynamic-ul li .texts .info span.fb-time {
	font-family: "RobotoCondensed";
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}

.student-news_block ul.dynamic-ul li:last-child {
	margin-bottom: 0;
}

/*14.About*/

.overview-first {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.overview-first .top {
	width: 100%;
	padding: 15px 12px;
	border-radius: 5px 5px 0 0;
	background-color: #003F88;
}

.overview-first .top .imgs {
	float: left;
	width: 100px;
	height: 130px;
	border-radius: 5px;
	margin-right: 15px;
	border-radius: 5px;
	overflow: hidden;
}

.overview-first .top .imgs img {
	display: block;
	width: 100%;
	min-height: 130px;
}

.overview-first .top .texts {
	float: left;
	width: calc(100% - 115px);
}

.overview-first .top .texts h3 {
	font-family: "RobotoCondensedBold";
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
}

.overview-first .top .texts p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.overview-first .bottom {
	font-family: "RobotoCondensed";
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	padding: 10px 12px;
	color: #666;
	background: url(../img/image/schoolBg.png) no-repeat center;
	background-size: cover;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}

.clearfix {
	display: block;
	clear: both;
}

.overview-fifth {
	width: 100%;
	padding: 5px 15px 20px;
	background-color: #f5f5f5;
}

.overview-fifth .title {
	font-family: "RobotoCondensedBold";
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #003F88;
}

.overview-fifth .maincon {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.overview-fifth .maincon .imgs {
	width: 100%;
}

.overview-fifth .maincon .imgs img {
	display: block;
	width: 100%;
}

.overview-fifth .maincon .texts {
	font-family: "RobotoCondensed";
	width: 100%;
	font-size: 13px;
	line-height: 24px;
	padding: 10px 12px;
	color: #666;
	background: url(../img/image/schoolBg.png) no-repeat center;
	background-size: cover;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}

.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%;
}

.overview-second .About-swiper-top .text {
	font-family: "RobotoCondensed";
	width: 100%;
	font-size: 15px;
	color: #003F88;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.overview-second .About-swiper-bottom {
	width: 100%;
	padding: 15px;
}

.overview-second .About-swiper-bottom .text {
	font-family: "RobotoCondensed";
	width: 100%;
	padding:10px 12px;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	background-color: rgba(197, 197, 197, .4);
}

.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::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
}

.overview-thred .top .item img {
	display: block;
	width: 100%;
	height: 130px;
}

.overview-thred .top .item .texts {
	font-family: "RobotoCondensedBold";
	position: absolute;
	left: 12px;
	bottom: 12px;
	font-size: 15px;
	color: #fff;
}

.overview-thred .bottom {
	width: 100%;
	padding: 0 15px 0;
	margin-bottom: 20px;
}

.overview-thred .bottom .title {
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	color: #003F88;
}

.overview-thred .bottom .facts-Swiper {
	position: relative;
	padding-bottom: 35px;
	overflow: hidden;
}

.facts-Swiper .swiper-pagination-bullet {
	width: 50px;
	border-radius: 3px;
}

.facts-Swiper .swiper-pagination-bullet-active {
	background-color: #003F88;
	opacity: 1;
}

.facts-Swiper .list img {
	display: block;
	width: 100%;
}

.overview-thred .bottom .list {
	width: 100%;
}

.overview-fouth {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 30px);
	margin: 0 auto 30px;
	padding: 30px 30px 30px 15px;
	border-radius: 5px;
	background: url(../img/image/campusBg-2.png) no-repeat center;
	background-size: cover;
}

.overview-fouth .title {
	font-family: "RobotoCondensedBold";
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}


/*15.About_details*/

.about-detailbox {
	background: url(../img/image/aboutBg-2.png) no-repeat left bottom;
	background-size: contain;
}

.about-detailbox p img {
	border-radius: 6px;
	overflow: hidden;
}

/*16.Dean_details*/
.Dean_details {
	width: 100%;
	padding: 15px;
	background-color: #f5f5f5;
}

.Dean_details .top {
	width: 100%;
	background: url(../img/image/peopleBg.png) no-repeat center;
	background-color: #fff;
	background-size: cover;
	border-radius: 5px 5px 0 0;
	padding: 15px;
	overflow: hidden;
}

.Dean_details .top .picimg {
	float: left;
	width: 95px;
	height: 145px;
	border-radius: 5px;
	margin-right: 15px;
	overflow: hidden;
}

.Dean_details .top .picimg img {
	display: block;
	width: 100%;
}

.Dean_details .top .text {
	float: left;
	width: calc(100% - 110px);
	padding: 0;
}

.Dean_details .top .text .record {
	width: 100%;
	font-family: "RobotoCondensedBold";
	font-size: 17px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	margin-right: 5px;
}

.Dean_details .top .text .title span {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}

.Dean_details .top .text p {
	font-family: "RobotoCondensed";
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 5px;
}

.Dean_details .bottom {
	width: 100%;
	padding: 12px 15px;
	border-radius: 5px;
	background-color: #fff;
}

.Dean_details .bottom h3 {
	font-family: "RobotoCondensedBold";
	font-size: 17px;
	font-weight: 600;
	color: #003F88;
	margin-bottom: 10px;
}

.Dean_details .bottom p {
	font-family: "RobotoCondensed";
	font-size: 15px;
	line-height: 24px;
	color: #666;
}

.facts-Swiper .list{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
}
.facts-Swiper .list .facts_item {        
        width: 50%;
        margin-bottom: 20px;
        padding-right: 15px;
}
.facts-Swiper .list .facts_item:nth-child(2n){
        padding-right: 0;
        padding-left: 15px;
}
.facts-Swiper .list .facts_item h2{
    font-family: "RobotoCondensedBold";
        font-weight: 600;
        color: #003F88;
        height: 42px;
        line-height: 42px;
        text-align: center;
        margin: 0 0 10px 0;
}
.facts-Swiper .list .facts_item p{
            font-family: "RobotoCondensed";
        font-size: 12px;
        line-height: 24px;
        color: #003F88;
        text-align: center;
}