@charset "utf-8";

/* CSS Document */
* {
	box-sizing: border-box;
}

html,
body {
	/* you need to set this to assign to the main element a min height of 100% */
	height: 100%;
}

@media screen and (max-device-width: 320px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: none
	}
}

ul,
li,
h1,
h2,
h3,
a,
img,
p {
	font-family: "微软雅黑";
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-weight: normal;
	color: #444444;
}

body {
	font-family: "微软雅黑";
	color: #313030;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	position: relative;
}

img {
	border: none;
	max-width: 100%;
	/* display: block; */
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.pad20 {
	padding: 0 20px;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right
}


.cot {
	width: 97%;
	margin: 0 auto;
}



.header {
	position: relative;
	background: url(../images/index_01.jpg) no-repeat center;
	width: 100%;
	height: 89vw;
	background-size: 100%;
}

.header header {
	width: 97%;
	margin-left: 1.5%;
	position: relative;
}

.header .logo {
	display: inline-block;
	height: 54px;
	padding-top: 8px;
	position: relative;
	z-index: 99999;
}

.header .logo img {
	display: block;
	/* width: 85%; */
	height: 45px;
}

.header .search {
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 1000;
	display: block;
	width: 28px;
	height: 55px;
	text-indent: -9999em;
	background: url(../images/search_but.png) no-repeat center center;
	background-size: 25px;
	display: none;
}

.header .search:hover {
	/* background-color: #025db8; */
}

.header .search span {
	display: none;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(../images/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}


.search_con {
	width: 100%;
	height: 30px;
	display: none;
	position: absolute;
	right: -0px;
	z-index: 10;
	/*background-color: rgba(188, 59, 54, 0.8)!important;
	filter: Alpha(opacity=80);*/
	background: #0f7ce8;
	text-align: left;
	padding: 10px 0px;
	top: 55px;
	text-align: center;
}

.search_but {
	position: relative;
	display: block;
}

.search_con input {
	vertical-align: top;
}

.search_con .text {
	width: 80%;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #e8e8e8;
	color: #333333;
}

.search_con .sub {
	width: 12%;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 12px;
	background: #0066cc;
	color: #FFFFFF;
}

/*焦点图开始*/

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	height: 72vw;
}

.slideBox .hd {
	position: absolute;
	height: 9px;
	line-height: 6px;
	bottom: 24vw;
	right: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.slideBox .hd li {
	display: inline-block;
	width: 9px;
	height: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 4px;
	box-sizing: border-box;

}

.slideBox .hd li:hover,
.slideBox .hd li.on {
	background: #0749c6;
	width: 25px;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd ul {
	height: 72vw;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img {
	vertical-align: top;
	width: 100%;
	height: 52vw;
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slideBox .bd li .tit {
	display: block;
	width: 100%;
	position: absolute;
	text-indent: 10px;
	/* line-height: 28px; */
	color: #fff;
	text-align: left;
	top: 100%;
}

.slideBox .bd li .tit span.date {
	font-size: 0.8em;
	margin-top: 3vw;
	display: block;
}

.slideBox .bd li .tit span.bt {
	display: block;
	width: 100%;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
	margin-top: 1vw;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

/*学院新闻*/
.lm {
	width: 100%;
}

.lm h2 {
	font-size: 1.5em;
	color: #1578ff;
	font-weight: normal;
	display: inline-block;
	border-bottom: 2px solid #1578ff;
	padding-bottom: 0.3em;
}

.lm a {
	display: block;
	margin-top: 3px;
}

.xyxw {
	margin-top: 1.5em;

}


.xyxw .xyxw-ul {
	margin-top: 0.7em;
}

.xyxw .xyxw-ul li {
	background: url(../images/xinwen-li.png) no-repeat 3px 16px;
	padding-left: 1.1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	box-sizing: border-box;
	background-size: 6px;
	border-bottom: 1px solid #ccc;
}


.xyxw .xyxw-ul li a {
	font-size: 1em;
	display: block;
	width: 100%;
	color: #444;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.xyxw .xyxw-ul li:hover a {
	padding-left: 5px;
}

.xyxw .xyxw-ul li span {
	color: #888;
	font-size: 0.8em;
}

.bgc-z {
	width: 100%;
	height: 7px;
	background-color: #ccc;
	margin: 1.6em 0 1em;
}

/*通知公告*/
.tzgg {}

.tzgg .tzgg-ul li {
	padding-bottom: 0.7em;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0.5em;

}

.tzgg .tzgg-ul li:hover {}

.tzgg .tzgg-ul li:hover a {}

.tzgg .tzgg-ul li a {}

.tzgg .tzgg-ul li .date {
	width: 17%;
}

.tzgg .tzgg-ul li .date span {
	font-family: arial;
	color: #959595;
	text-align: left;
}

.tzgg .tzgg-ul li .date .y-r {
	font-size: 1.2em;
	line-height: 24px;
}

.tzgg .tzgg-ul li .date .year {
	font-size: 0.8em;
	/* padding-top: 4px; */
	display: block;
}

.tzgg .tzgg-ul li a {
	font-size: 16px;
	color: #555555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 78%;
	margin-top: 0.5em;
	float: left;
	margin-left: 3%;
}

.tzgg .lm {
	margin-bottom: 15px;
}

/*平台中心*/
.ptzx {
	background: url("../images/ptzx-bg.jpg") no-repeat center;
	background-size: cover;
	padding-top: 1.2em;
	box-sizing: border-box;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
}

.ptzx .ptzx-lm {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.7em;
}

.scrollBox {
	width: 100%;
	position: relative;
	background-color: #0066cc;
}

.scrollBox .hd {}

.scrollBox .hd ul {
	font-size: 1em;
	background-color: #3396f9;
	overflow-x: scroll;
	white-space: nowrap;
	word-wrap: normal;
}

.scrollBox .hd ul li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	white-space: nowrap;
	word-wrap: normal;
	font-size: 1.2em;
	line-height: 1;
	color: #fff;
	padding: .5em .6em;
}

.scrollBox .hd ul li.on {
	background-color: #0066cc;
}

.scrollBox .bd {
	width: 100%;
}

.scrollBox .bd ul {
	overflow: hidden;
	zoom: 1;
	padding: .8em .6em;
	box-sizing: border-box;
}

.scrollBox .bd ul li {
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	padding: .36em 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.scrollBox .bd ul li .a-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	color: #fff;
	line-height: 1;
	width: 100%;
	font-size: 1.05em;
	align-items: center;
}

.scrollBox .bd ul li .date {
	text-align: left;
	padding-left: .4em;
}

.scrollBox .bd ul li .title {
	line-height: 24px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex: 1;
}

.scrollBox .bd .con .more {
	text-align: center;
	padding-top: 1em;
}

.scrollBox .bd .con .more a {
	display: inline-block;
	padding: .5em 1.5em;
	font-size: .9em;
	line-height: 1;
	color: #fff;
	border-radius: 25%;
	background-color: #207cf8;
}

/*讲座信息*/
.jzxx {
	margin-top: 1.5em;
}

.jzxx ul {
	margin-top: 1.3em;
}

.jzxx ul li {
	width: 49%;
}

.jzxx ul li:first-child {
	margin-left: 0;
}

.jzxx ul li a {
	display: block;
}

.jzxx ul li img {
	width: 100%;
	height: 60vw;
	transition: 0.5s;
}

.jzxx ul li .jzxx-nr {
	width: 100%;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	padding: 0.5em 0.5em 0.2em;
	font-family: arial;
	line-height: 24px;
	margin-top: -4px;
}

.jzxx ul li .jzxx-nr p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 1em;
}

.jzxx ul li .jzxx-nr span {
	display: block;
	font-size: 0.8em;
	line-height: 22px;
	color: #888888;
	padding-left: 1.8em;
}

.jzxx ul li .jzxx-nr .jzr {
	background: url(../images/jzxx-zuozhe.png) no-repeat left center;
	margin-top: 0.5em;
	background-size: 15px;
}

.jzxx ul li .jzxx-nr .dizhi {
	background: url(../images/jzxx-dizhi.png) no-repeat left center;
	margin-top: 0.5em;
	background-size: 13px;
}

.jzxx ul li .jzxx-nr .date {
	background: url(../images/jzxx-date.png) no-repeat left center;
	margin-top: 0.5em;
	background-size: 14px;
}

.jzxx ul li .jzxx-tp {
	width: 100%;
	overflow: hidden;
	/* height: 187px; */
}

.jzxx ul li:hover img {
	transform: scale(1.1);
}

/*底部*/
footer {
	padding: 1em 0;
	background: #1578ff;
	margin-top: 1.5em;
}

footer p {
	color: #fff;
	text-align: center;
	font-size: 0.9em;
	line-height: 170%;
}

footer a {
	color: #fff;
}

footer li {
	text-align: center;
}

footer .footer-lj {
	width: 230px;
	margin: 0 auto;
	margin-top: 0.8em;
}

footer .footer-lj li {
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	overflow: hidden;

}

/*更多*/

.more1 {
	width: 10em;
	margin: 23px auto;
	border-radius: 1em;
	height: 2.2em;
	line-height: 2.2em;
	text-align: center;
	background: #ececec;
}

.more1 a {
	display: block;
	color: #434343;
	font-size: 0.95em;
}


/*列表页*/

.list ul {}

.list ul li {
	padding: 10px 5px;
	background: #FFFFFF;
	border-bottom: 1px dashed #d7d7d7;
}

.list ul li .title {
	font-size: 4.6vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 8px 0;
	color: #5d5d5d;
	line-height: 160%;
}

.list ul li .date {
	font-size: 4vw;
	color: #b9b9b9;
}

.list ul li .date span.click {
	float: right;
	padding-right: 10px;
}

.list ul li .zhaiyao {
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.8em;
	color: #999;
}

.list ul li .zhaiyao p {
	color: #999;
	text-indent: 2em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/* 师资队伍开始 */
.teacher-list .list-box {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	flex-wrap: wrap;
	width: 100%;
}

.teacher-list .list-box .item {
	width: 50%;
	padding: 1em .6em;
}

.teacher-list .list-box .item a {
	display: block;
	/* background-color: #eee; */
}

.teacher-list .list-box .item .img {
	overflow: hidden;
}

.teacher-list .list-box .item .img img {
	display: block;
	width: 100%;
	height: 16em;
	object-fit: cover;
}

.teacher-list .list-box .item .title {
	text-align: center;
	font-size: 1em;
	color: #333;
	line-height: 1.4;
	padding: .5em .5em;
	background-color: #ececec;
}

/* odd-tab */
.odd-tab {
	padding: 1em .6em 2em .6em;
}

.odd-tab .tabBox .hd {
	overflow-x: hidden;
}

.odd-tab .tabBox .hd ul {
	/* display: flex;
	display: -webkit-flex; */
	overflow-x: scroll;
}

.odd-tab .tabBox .hd ul::after {
	content: '';
	display: table;
	clear: both;
}

.odd-tab .tabBox .hd ul li {
	padding: 0 .4em;
	display: inline-block;
	*display: inline;
	zoom: 1;
	white-space: nowrap;
}



/* 面包屑导航 */
.position {
	margin: 1em 10px;
	font-size: 1em;
	color: #333;
}


/*内容页开始*/

.content {
	margin-bottom: 1.5em;
	min-height: 30em;
}

.content .title {
	font-size: 1.5em;
	color: #1578ff;
	text-align: center;
	line-height: 150%;
	font-weight: bold;
}

.content .title_2 {
	font-size: 1.2em;
	margin-top: 0.7em;
	text-align: center;
}

.content .date {
	padding: 10px 0;
	line-height: 1.5em;
	color: #999999;
	font-size: 1em;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.content .zhengwen {
	padding: 10px 0;
	width: 100%;
	overflow-x: scroll;
}

.content .zhengwen p {
	font-size: 0.95em;
	text-indent: 2em;
	line-height: 180%;
}

.content .zhengwen table td p {
	text-indent: 0em !important;
}

.content .zhengwen img {
	max-width: 70% !important;
	border: none !important;
	height: auto;
	/* margin-left:  -2em; */
}