/*CSS reset*/

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal
}

ul,
ol {
	list-style: none
}

input {
	padding-top: 0;
	padding-bottom: 0;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0
}

select,
input {
	vertical-align: middle
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none
}

textarea {
	resize: none
}

table {
	border-collapse: collapse
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", 微软雅黑, Tahoma, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #595757;
}

p {
	color: #595757;
}

a:hover {
	color: #ff7539;
}

.stick {
	position: fixed;
	top: 0;
	z-index: 3;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*header.css*/


/*头部区域*/

header {
	background: -webkit-linear-gradient(90deg, #16224A, rgba(2, 76, 143, .93));
	;
	background: -moz-linear-gradient(90deg, #16224A, rgba(2, 76, 143, .93));
	;
	background: -o-linear-gradient(90deg, #16224A, rgba(2, 76, 143, .93));
	;
	background: linear-gradient(90deg, #16224A, rgba(2, 76, 143, .93));
	;
	min-width: 1220px;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.header__wrap {
	height: 120px;
	width: 1220px;
	margin: 0 auto;
	position: relative;
}

.header__logo {
	width: 250px;
	height: 64px;
	background: url('../icons/logo.png') left center no-repeat;
	position: absolute;
	top: 0;
	left: 70px;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}

.header__search {
	position: absolute;
	right: 55px;
	top: 10px;
	text-align: right;
}

.header__search p {
	color: #FFF;
	margin-bottom: 10px;
}

.header__search  {
	position: relative;
}

.header__search .content__button {
	border-radius: 5px;
	height: 20px;
	width: 150px;
	font-size: 12px;
	text-indent: 2px;
	background-color: #fff;
}

.header__search .search__button {
	 
	right: 1px;
	top: 3px;
	background-image: url('../icons/search.png');
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	background-color: #FFF;
}

.header__search form .search__button:hover {
	background-image: url('../icons/search-active.png');
}

.header__nav {
	position: absolute;
	bottom: 0px;
	left: 50px;
}

.header__nav ul {
	list-style: block;
}

.header__nav ul li.nav__item {
	text-align: center;
	width: 125px;
	padding-right: 20px;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
}

.header__nav ul li.nav__item a {
	color: #FFF;
	font-size: 14px;
	/*    font-weight: bold;*/
	letter-spacing: 1px;
}

.header__nav ul li.nav__item a.header__nav-item_status_active {
	color: #ff7539;
}

.header__nav-item-tip {
	width: 90px;
	height: 5px;
	background: #6b86bc;
	position: absolute;
	margin-left: -5px;
	bottom: 0px;
}

.header__nav div.level-2 {
	width: 1100px;
	text-align: left;
	background: #E0F6FF;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -560px;
	z-index: 10;
}

.header__nav {
	display: block;
}

.header__nav div.level-2 {
	display: block;
}

.header__nav div.level-2 ul {
	margin-left: 30px;
}

.header__nav div.level-2 ul a {
	font-size: 14px;
	color: rgb(89, 87, 87);
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	width: 80px;
	line-height: 50px;
}

.header__nav div.level-2 ul a:last-child {
	width: 100px;
}

.header__nav div.level-2 ul a:hover {
	color: #ff7539;
}

.level-3 {
	position: absolute;
	background-color: #E0F6FF;
	text-align: left;
	width: 100%;
	left: 50%;
	margin-left: -550px;
	display: none;
	height: 50px;
}

.level-3 ul {
	margin-left: -107px;
}

.level-3 ul a {
	font-size: 14px;
	color: rgb(89, 87, 87);
	text-align: center;
	display: inline-block;
	margin: 0 10px;
	width: 115px;
	line-height: 50px;
}

.level-3 ul a:hover {
	color: #ff7539;
}

.level-3 ul a:last-child {
	width: 200px;
}


/*footer.css*/


/*footer*/

footer {
	margin-top: 20px;
	width: 100%;
	min-width: 1220px;
	clear: both;
	/*清除浮动影响*/
	position: absolute;
	bottom: 0;
}

footer .footer__copyright {
	background-color: rgb(239, 239, 239);
	height: 40px;
	box-shadow: 0px 1px 0px rgb(180, 180, 180) inset;
}

footer .footer__link {
	height: 16px;
	text-align: center;
	margin: 20px auto;
}

footer .footer__link a {
	position: relative;
	width: 100px;
	height: 16px;
	font-size: 14px;
	line-height: 14px;
	color: rgb(89, 87, 87);
	margin: 0 10px;
	cursor: pointer;
}

footer .footer__link a:hover {
	color: #ff7539;
}

footer .footer__copyright {
	text-align: center;
	padding: 20px 0;
}

footer .footer__copyright p {
	color: rgb(89, 87, 87);
	margin: 0;
	line-height: 20px;
}


/*使用伪元素制作导航列表项分隔线*/

footer .footer__link a:after {
	background-image: linear-gradient(to bottom, rgb(159, 159, 159), rgb(159, 159, 159));
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	top: 70%;
	right: -10px;
	margin-top: -10px;
}


/*删除第一项和最后一项导航分隔线*/

footer .footer__link a:last-child:after {
	background-image: none;
}


/*弹窗动画*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	100% {
		opacity: 0;
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	100% {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}


/*底部导航栏弹框样式*/

.content-box {
	background-color: rgb(224, 246, 255);
	width: 520px;
	height: 360px;
}

.content-box h4 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: rgb(89, 87, 87);
}

.content-box .content-table {
	margin: 0 auto;
	width: 98%;
	height: 88%;
	background-color: #fff;
	color: rgb(89, 87, 87);
	overflow-x: hidden;
}

.content-box .content-table ul li a {
	display: inline-block;
	border-left: 1px solid #ebebeb;
}

.content-box .content-table ul li a img {
	vertical-align: middle;
}

.content-box .content-table ul li {
	height: 49px;
	border: 1px solid #ebebeb;
	border-right: none;
	line-height: 49px;
}

.content-box .content-table form {
	position: relative;
}

.content-box .content-table form>input.sb {
	position: absolute;
	display: inline-block;
	width: 100px;
	left: 50%;
	margin-right: -50px;
	margin-left: -50px;
	background-color: #E0F6FF;
	border: none;
	height: 25px;
	border-radius: 3px;
	transition: .3s;
}

.content-box .content-table form>input.sb:hover {
	background-color: #87CEFA;
}

.content-box .content-table ul li a:last-child {
	padding-left: 30px;
	text-align: left;
}

.content-box .content-table ul li:last-child a {
	border-bottom: none;
}

.content-box .content-table ul li:first-child a {
	border-top: none;
}

.link-box {
	background-color: rgb(224, 246, 255);
	width: 520px;
	height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.link-box h4 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: rgb(89, 87, 87);
}

.link-box .link-table {
	margin: 0 auto;
	width: 98%;
	height: 88%;
	background-color: #fff;
	color: rgb(89, 87, 87);
	text-align: center;
}

.link-box .link-table ul {
	width: 100%;
	padding-top: 20px;
	background-color: #FFF;
	text-align: left;
}

.link-box .link-table ul li a {
	background-color: rgb(229, 229, 229);
}

.link-box .link-table ul li {
	line-height: 24px;
	display: inline-block;
	width: 40%;
	margin: 8px 5%;
	height: 24px;
	cursor: pointer;
	text-align: center;
	background-color: rgb(229, 229, 229);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*HBOX6*/

.content-box .additem-table {
	height: 75%;
}

.additem-content {
	width: 350px;
	height: 185px;
}

.content-box .content-table ul li input {
	font-size: 16px;
	width: 214px;
	height: 25px;
	outline: none;
	border: 1px solid #D3D3D3;
	text-indent: 1em;
	border-radius: 5px;
}

.additem-content .additem-table ul li:last-child {
	border-bottom: none;
	border-left: none;
}

li .submitBtn {
	width: 150px;
	height: 20px;
	line-height: 25px;
	background-color: #E0F6FF;
	margin-top: -14px;
	transition: .5s;
}

li .submitBtn:hover {
	background-color: #87CEFA;
}

.link-box a.add_item_img {
	position: absolute;
	top: 11px;
	left: 306px;
	width: 20px;
}

.link-box .link-table ul li a.item-delete {
	padding: 0;
	margin: 0;
	color: #f00;
	border: none;
	background: none;
}


/*教师详情页面*/

.wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 700px;
}

.detail-pannel {
	padding: 30px 0;
	height: 260px;
}

.detail-img {
	float: left;
	width: 208px;
	height: 260px;
}

.detail-img img {
	width: 208px;
	height: 260px;
}

.detail-info {
	float: left;
	background-color: #E0F6FF;
	width: 542px;
	height: 260px;
	padding-left: 50px;
}

.detail-name {
	margin-top: 100px;
	width: 200px;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #595757;
}

.detail-article {
	font-size: 16px;
	color: #595757;
	min-height: 300px;
	padding: 0 30px 50px 20px;
}


/*更多新闻页面*/

.newsmore-pannel {
	width: 800px;
	margin: 0 auto;
	min-height: 600px;
	background-color: #fff;
	padding-top: 50px;
}

.newsmore-pannel .info__list {
	width: 680px;
	margin: 0 auto;
}

.newsmore-pannel .info__list h4 {
	color: #1b3599;
}

.imgmore-pannel-title {
	background-color: #E0F6FF;
	padding-top: 25px;
}


/*学院风采页面*/

.imgmore-pannel {
	width: 900px;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}

.imgmore-pannel .info__list {
	width: 900px;
	margin: 0 auto;
	min-height: 500px;
}

.imgmore-pannel .info__list h4 {
	color: #1b3599;
}

.colpics {
	float: left;
	width: 268px;
	margin-top: 10px;
}

.col1 {
	margin-left: 38px;
}

.col2 {
	margin-left: 10px;
	margin-right: 10px;
}


/*zoom*/

img[data-action="zoom"] {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
	position: relative;
	z-index: 666;
	-webkit-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}

img.zoom-img {
	cursor: pointer;
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
}

.zoom-overlay {
	z-index: 420;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
	-webkit-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=100)";
	opacity: 1;
}


/*新闻详细页面*/

.fri {
	float: right;
}

.flo {
	float: left;
}

.newsDetailbox {
	width: 10rem;
	background: #fff;
	min-height: 6.67rem;
	margin: 0 auto;
	position: relative;
	color: #1b3599;
}


/*.closbDetail{ width:37px; height: 37px; background:url(../images/closedetail.png); position: absolute; right: -18px; top:-18px; cursor: pointer;}*/

.newsDetailTitle {
	width: 10rem;
	margin: 0 auto;
	padding: 0.33rem 0 0.17rem 0;
	line-height: 0.72rem;
	text-align: center;
	font-size: 22px;
}

.newsDetailTips span {
	color: #707070;
	padding-left: 5px;
	padding-right: 0.56rem;
}

.newsDetailTips span:last-child {
	padding-right: 0;
}

.newsDetailTips {
	width: 8.89rem;
	height: 0.50rem;
	line-height: 0.50rem;
	background: rgb(241, 241, 241);
	margin: 0 auto;
	text-align: center;
	color: #707070
}

.newsDetailContent {
	width: 8.89rem;
	border-bottom: 1px solid #e3e0dc;
	margin: 0 auto;
	margin-top: 0.22rem;
	margin-bottom: 0.22rem;
	padding-bottom: 0.44rem;
	font-size: 18px;
}

.newsDetailContent>p {
	line-height: 25px;
}

.newsDetailContent table {
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
}

.newsDetailContent table td {
	border: 1px solid #999;
	padding: 0;
	margin: 0;
}

.newsDetailFunbtns {
	color: #707070;
	width: 3rem;
	height: 1.2rem;
	line-height: 1.11rem;
	margin: 0 auto;
}

.newsDetailFunbtns .print,
.share,
.picdownload {
	width: 0.78rem;
	height: 0.89rem;
	text-align: center;
	cursor: pointer;
	background-size: .5rem, .5rem;
}

.newsDetailFunbtns .print {
	background: url(../icons/print.png) top center no-repeat;
	background-size: .5rem, .5rem;
}

.newsDetailFunbtns .share {
	background: url(../icons/share.png) top center no-repeat;
	margin: 0 0.33rem;
	background-size: .5rem, .5rem;
}

.newsDetailFunbtns .picdownload {
	background: url(../icons/pic_fill.png) top center no-repeat;
	background-size: .5rem, .5rem;
}

.newsDetailFunbtns .print p,
.share p,
.picdownload p {
	margin-top: 0.1rem;
}

@media screen and (max-width: 800px) {
	.newsDetailFunbtns .print p,
	.share p,
	.picdownload p {
		margin-top: 0.24rem;
	}
}


/*分页*/

.pages {
	margin: 30px 0;
	text-align: center;
}

.pages a,
.pages span {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 1px;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pages a,
.pages li {
	display: inline-block;
	list-style: none;
	text-decoration: none;
	color: #58A0D3;
}

.pages a.first,
.pages a.prev,
.pages a.next,
.pages a.end {
	margin: 0;
}

.pages a:hover {
	border-color: #50A8E6;
}

.pages span.current {
	background: #50A8E6;
	color: #FFF;
	font-weight: 700;
	border-color: #50A8E6;
}

.position__content .grade-party>li:last-child>ul {
	height: 300px;
}


/*党政领导*/

.input-info-form {
	height: 60px;
	text-align: center;
}

.leader-detail-pannel {
	width: 220px;
	float: left;
	padding-top: 5px;
	height: 200px;
	margin-left: 10px;
	border: 1px solid #595757;
	margin: 10px;
	margin-right: 22px;
}

.leader-detail-para p {
	height: 60px;
	line-height: 40px;
	text-align: center;
}

.leader-detail-para p span.position {
	font-size: 25px;
	font-weight: bold;
	padding-left: 20px;
	white-space: nowrap;
	overflow: hidden;
}

.leader-detail-para p span.name {
	font-size: 25px;
	display: inline-block;
	border-bottom: 3px solid;
	width: 115px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.detail-desc {
	font-size: 20px;
	color: #595757;
}