﻿@charset "UTF-8";
/**
 * 
 * @authors 忽如寄 (594613537@qq.com)
 * @date    2016-09-16 15:24:56
 * @version v1.0
 */
/**********css reset -s**********/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	vertical-align: top;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
input, button, textarea, select {
 *font-size: 100%;
}
input {
	background: transparent;
	border: none;
}
input[type=submit] {
	cursor: pointer;
}
article p {
	padding: 10px 0;
}
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
}
 select::-ms-expand {
 display: none;
}
body {
	font: 14px/1.5 Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
ol, ul, li {
	list-style-type: none;
}
button {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	width: 100%;
}
table th, table td {
	padding: 0 5px;
	border: 1px solid #bbb;
}
:link, :visited {
	text-decoration: none;
}
pre {
	font-family: "Lucida Console", Consolas, "Courier New", Tahoma;
	color: #666;
	text-indent: 0;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}
hr.clearfloat {
	margin: 0;
	width: 100%;
	height: 0;
	font: 0/0 Arial;
	clear: both;
	border: none;
	visibility: hidden;
}
article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
	display: block;
}
figure {
	margin: 0;
}
a, a:link, a:visited {
	color: #000;
}
a:hover {
	color: #a11c78;
}
body {
	font: 14px/1.8 Helvetica, 'Microsoft Yahei light', 'Microsoft Yahei', '宋体', sans-serif;
	color: #000;
}
/**********css reset -e**********/
.container {
	max-width: 1400px;
	margin: 0 auto;
}
.floatfix {
	zoom: 1;
}
.floatfix:after {
	content: "";
	display: table;
	clear: both;
}
.p_a {
	position: absolute;
}
.p_r {
	position: relative;
}
/**********首页header -s**********/
.topbar {
	height: 42px;
	background: #ebebeb;
	padding: 0 10px;
}
.topbar-left {
	float: left;
	height: 100%;
}
.topbar-left a {
	height: 100%;
	line-height: 42px;
	display: inline-block;
	margin-right: 20px;
}
.topbar-right {
	float: right;
}
.topbar-right a {
	height: 100%;
	line-height: 42px;
	display: inline-block;
	margin-right: 20px;
}
.topbar-search {
	float: right;
	height: 22px;
	margin: 10px 0;
	background: #fff;
	border-radius: 5px;
	position: relative;
}
.topbar-search .search-keyword {
	height: 100%;
	width: 100%;
	outline: none;
	padding: 5px;
	box-sizing: border-box;
}
.topbar-search .search-submit {
	background: url(DefaultSkin_res/search.png) no-repeat;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 16px;
	height: 100%;
	outline: none;
}
.logo-container {
	height: 122px;
	background: #fff;
}
.logo-left {
	float: left;
	padding: 28px 0;
	padding-left: 40px;
}
.logo-right {
	float: right;
}
/**********首页header -e**********/
/**********首页nav -s**********/
.nav {
	background: #a11c78;
	height: 44px;
}
.nav-item {
	float: left;
	width: 10%;
	line-height: 44px;
	height: 44px;
	text-align: center;
	position: relative;
}
.nav-item a {
	color: #fff;
	font-size: 16px;
	display: block;
	font-family: "Microsoft Yahei light"
}
.nav-item:hover >a {
	color: #ffee72;
}
.child-nav-container {
	width: 120%;
	position: absolute;
	top: 44px;
	left: -10%;
	display: none;
	background: #a11c78;
	/*overflow: hidden;*/
	padding-bottom: 5px;
}

.child-nav-container li {
	background: #a11c78;
	border-bottom: 1px solid #a63b85;
}
.child-nav-container li:last-child {
	border-bottom: none;
}
.child-nav-container li:hover {
	background: #851f66;
}


.third-child-nav-container {
	position:absolute;
	right:-100% !important;
	width:100%;
        margin-top:-20%;
	display: none;
	background: #a11c78;
	/*overflow: hidden;*/
}
.third-child-nav-container li {
	background: #a11c78;
	border-bottom: 1px solid #a63b85;
}
.third-child-nav-container li:last-child {
	border-bottom: none;
}
.third-child-nav-container li:hover {
	background: #851f66;
}

.child-nav-item:hover .third-child-nav-container {
	z-index: 100;
	display: block;
	-webkit-animation: nav 0.2s ease;
	-moz-animation: nav 0.2s ease;
	-ms-animation: nav 0.2s ease;
	-o-animation: nav 0.2s ease;
	animation: nav 0.2s ease;
}

.nav-item:hover .child-nav-container {
	z-index: 100;
	display: block;
	-webkit-animation: nav 0.2s ease;
	-moz-animation: nav 0.2s ease;
	-ms-animation: nav 0.2s ease;
	-o-animation: nav 0.2s ease;
	animation: nav 0.2s ease;
}
.child-nav-item a {
	font-size: 14px;
	line-height: 15px;
	padding: 10px 0;
	display: block;
}
@-webkit-keyframes nav {
 0% {
 -webkit-transform: translate(0, 20px);
 -moz-transform: translate(0, 20px);
 -ms-transform: translate(0, 20px);
 -o-transform: translate(0, 20px);
 transform: translate(0, 20px);
}
 100% {
 -webkit-transform: translate(0, 0px);
 -moz-transform: translate(0, 0px);
 -ms-transform: translate(0, 0px);
 -o-transform: translate(0, 0px);
 transform: translate(0, 0px);
}
}
@-moz-keyframes nav {
 0% {
 -webkit-transform: translate(0, 20px);
 -moz-transform: translate(0, 20px);
 -ms-transform: translate(0, 20px);
 -o-transform: translate(0, 20px);
 transform: translate(0, 20px);
}
 100% {
 -webkit-transform: translate(0, 0px);
 -moz-transform: translate(0, 0px);
 -ms-transform: translate(0, 0px);
 -o-transform: translate(0, 0px);
 transform: translate(0, 0px);
}
}
@-0-keyframes nav {
 0% {
 -webkit-transform: translate(0, 20px);
 -moz-transform: translate(0, 20px);
 -ms-transform: translate(0, 20px);
 -o-transform: translate(0, 20px);
 transform: translate(0, 20px);
}
 100% {
 -webkit-transform: translate(0, 0px);
 -moz-transform: translate(0, 0px);
 -ms-transform: translate(0, 0px);
 -o-transform: translate(0, 0px);
 transform: translate(0, 0px);
}
}
@keyframes nav {
 0% {
 -webkit-transform: translate(0, 20px);
 -moz-transform: translate(0, 20px);
 -ms-transform: translate(0, 20px);
 -o-transform: translate(0, 20px);
 transform: translate(0, 20px);
}
 100% {
 -webkit-transform: translate(0, 0px);
 -moz-transform: translate(0, 0px);
 -ms-transform: translate(0, 0px);
 -o-transform: translate(0, 0px);
 transform: translate(0, 0px);
}
}
/**********首页nav -e**********/
/* slider */
/*==========CSS3 Animation Keyframe==============*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
 @-webkit-keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
 @-webkit-keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(1500px, 0, 0);
transform:translate3d(1500px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRight {
from {
opacity:0;
-webkit-transform:translate3d(1500px, 0, 0);
transform:translate3d(1500px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
 @-webkit-keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
from {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
 @-webkit-keyframes slideUp {
from {
opacity:0;
top:60px;
}
to {
	opacity: 1;
	top: 45px;
}
}
@keyframes slideUp {
from {
opacity:0;
top:60px;
}
to {
	opacity: 1;
	top: 45px;
}
}
/*======Animation end======*/
#slider {
	width: 100%;
	overflow: hidden;
	box-shadow: 0 3px 3px #ccc;
}
#slider ul.picwrap {
	width: 29600px;
	top: 0;
	left: 0;
}
#slider ul.picwrap li {
	float: left;
	position: relative;
	overflow: hidden;
}
#slider ul.picwrap li img {
	width: 100%;
}
#slider ul.picwrap li p {
	position: absolute;
	bottom: 45px;
	left: 120px;
	padding: 8px 15px;
	_width: 300px;
	background: rgb(192,192,192);
	background: rgba(255,255,255,0.4);
	line-height: 24px;
	font-size: 16px;
	color: black;
}
#slider ul.picwrap li p a:hover {
	color: #ffee72
}
#slider ul.picwrap li p.animated {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
}
ul.curmark {
	left: 50%;
	bottom: 15px;
	margin-left: -70px;
	width: 140px;
	height: 10px;
	text-align: center;
	z-index: 99;
	font: 10px/10px Arial;
}
ul.curmark li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: white;
	cursor: pointer;
	border-radius: 100%;
}
ul.curmark li {
//display:inline;
}
ul.curmark li.cur, ul.curmark li:hover {
	background: #a11c78;
}
/**********首页新闻列表栏 -s**********/

.index-news-image {
	float: left;
}
.school-news-list {
	float: left;
}
/**********首页新闻列表栏 -e**********/
.index-main-content {
	height: 446px;
	margin-top: 40px;
}
.index-news-image {
	width: 33.3333%;
	overflow: hidden;
	height: 300px;
	box-sizing: border-box;
}
.news-contbox {
	height: 100%;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
}
.news-imgitem {
	background: url(DefaultSkin_res/news-img.png);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
}
.news-imgitem a {
	background: rgb(206,206,206);
	background: rgba(255,255,255,.8);
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	text-indent: 10px;
}
.news-imgitem a:hover {
	color: #a11c78;
}
.school-news-list {
	width: 33.3333333%;
	float: left;
}
.news-list-container {
	margin-left: 11px;
	margin-right: 10px;
}
.news-list-titlecon {
	height: 28px;
	border-bottom: 1px solid #d2d2d2;
}
.news-list-titlecon .title {
	height: 100%;
	display: inline-block;
	float: left;
}
.news-list-titlecon .title a {
	line-height: 28px;
	font-size: 22px;
}
.news-list-titlecon .more {
	height: 18px;
	border: 1px solid #a11c78;
	border-radius: 3px;
	display: inline-block;
	float: right;
	margin: 4px 0;
	line-height: 20px;
	padding: 0 9px;
}
.news-list-conitem img {
	vertical-align: middle;
}
.news-list-titlecon .more:hover {
	background: #a11c78;
}
.news-list-titlecon .more:hover a {
	color: #fff;
}
.news-list-titlecon .more a {
	height: 100%;
	display: block;
	color: #a11c78;
	font-size: 10px;
}
.news-list-content {
	margin-top: 7px;
}
.news-list-conitem {
	height: 32px;
	border-bottom: 1px dashed #d2d2d2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-list-conitem:hover {
	background: #f4f4f4;
}
.news-list-conitem .news-time {
	height: 100%;
	line-height: 32px;
	display: inline-block;
	margin-right: 5px;
	color: #9b9b9b;
}
.news-list-conitem a {
	height: 32px;
	line-height: 32px;
	color: #333;
}
.news-list-conitem a:hover {
	color: #a11c78;
}
.school-info-list {
	width: 33.32%;
	float: left;
}
.info-list-container {
	padding-left: 20px;
}
/**********实验室连接 -s**********/
.lablink-container {
	height: 146px;
	width: 100%;
	float: left;
}
.lablink-content {
	margin-top: 45px;
	float: left;
	width: 86%;
}
.qr-code-container {
	float: left;
	margin-top: 35px;
	width: 14%;
}
.link-box {
	width: 13.627907%;
	height: 56px;
	box-shadow: 2px 2px 2px #e2e2e2;
	float: left;
	margin-right: 3.0077519%;
	background: #f5f5f5;
	box-sizing: border-box;
	display: table;
	position: relative;
}
.link-box a {
	width: 100%;
	height: 100%;
	padding: 0 5px;
	background: #f5f5f5;
	display: table-cell;
	color: #a11c78;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	position: relative;
	z-index: 11;
}
.link-box:hover a {
	color: #fff;
	background: #a11c78;
}
.school-wechat {
	margin-right: 7.14285714%;
	float: left;
}
.school-web {
	float: left;
}
/**********实验室连接 -e**********/


/**********footer -s**********/
.footer {
	background-color: #f3f3f3;
	height: 240px;
	border-top: 1px solid #dedede;
	padding-top: 30px;
	background-image: url(DefaultSkin_res/footer-bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.footer-info {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.footer-info:last-child {
	margin-right: 0;
}
.footer-title {
	color: #a11c78;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
}
.footer-link-container a {
	color: #777777;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.footer-link-container a:hover {
	color: #a11c78;
}
.footer-right a:hover {
	color: #a11c78;
}
.footer-morelink {
	width: 214px;
	height: 22px;
	line-height: 22px;
	color: #777;
	font-size: 14px;
	outline: none;
	padding-left: 8px;
	background-image: url(DefaultSkin_res/select.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}
.footer-morelink option {
	color: #777;
	font-size: 14px;
}
.footer-right {
	margin-right: 0;
}
.footer-right p {
	height: 30px;
	line-height: 30px;
	color: #777;
}
.footer-right a {
	color: #777;
}
.small-footer {
	display: none;
	width: 100%;
	text-align: center;
}
.small-footer p {
	line-height: 24px;
	height: 24px;
	text-align: center;
	color: #777;
}
.viewNum {
	display: inline-block;
	margin-right: 10px;
}
/**********footer -e**********/
/*********文章页通用 -S*********/
.banner {
	margin: 1px auto;
	margin-bottom: 20px;
}
.banner img {
	width: 100%;
}
.aside {
	width: 275px;
	float: right;
}
.artcontent {
	margin-bottom: 20px;
}
.article-main-content {
	margin-right: 315px;
}
.article-list-item {
	border-bottom: 1px dashed #ddd;
	line-height: 16px;
	padding: 10px 0;
	overflow: hidden;
}
.article-list-item:hover {
	background: #f4f4f4;
}
.article-list-item .update-time {
	float: right;
	color: #999;
}
.article-list-item a {
	display: block;
	color: #000;
}
.article-list-item a:hover {
	color: #a11c78;
}
.article-list-container .category-title {
	color: #a11c78;
	font-size: 20px;
	margin: 25px 0;
}
.aside h1 {
	font-size: 18px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ddd;
	border-radius: 5px 5px 0 0;
}
.aside .aside-item {
	height: 45px;
	line-height: 45px;
	width: 100%;
	text-align: center;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	font-size: 16px;
}
.aside .aside-item a {
	color: #777;
	display: block;
}
.aside .cur-item {
	background: #eee;
}
.aside .cur-item a {
	color: #a11c78;
}
.aside .aside-item:hover {
	background: #eee;
}
.aside .aside-item:hover a {
	color: #a11c78;
}
.user-modified {
	width: 200px;
	height: 45px;
	background: #a11c78;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	text-align: center;
}
.user-modified a {
	display: inline-block;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	width: 100%;
	border-radius: 20px;
}
.user-modified a:hover {
	background: #851f66;
}
.location {
	padding-left: 24px;
	background-image: url(DefaultSkin_res/location.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
/*********内容页**********/
.article-content-container h1 {
	font-size: 20px;
	color: #a11c78;
	text-align: center;
	padding: 15px 0;
}
.article-content-container .info {
	text-align: center;
	line-height: 20px;
	border-radius: 8px;
	background: #eee;
	padding: 10px 0;
}
.article-con {
	padding: 10px 0;
}
.article-con p {
	padding: 6px 0;
}
.article-con img {
	max-width: 100%!important;
}

/***历任院长***/
.category{
	text-align: center;
	line-height: 20px;
	border-radius: 8px;
	background: #eee;
	padding: 10px 0;
	color: #a11c78;
}

/***大事件***/
.ul_bigevent{
	display:block;
}

.li_bigevent{
	height:60px;
}

.div_bigeventyear{
	float:left;
	height:50px;
	width:50px;
	border:1px solid;
	text-align:center;
}

.span_bigevent{
	width:90%;
	float:left;
	margin-left:5px;
	padding-top:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}


/**********分页**********/
#hopePager {
	margin-top: 20px;
	padding: 15px 10px;
	overflow: hidden;
	_zoom: 1;
	text-align: center;
	color: #888;
}
.inputPager_des {
	display: none;
}
.inputPager_page {
	margin: 0 auto;
	padding: 0 10px;
}
.inputPager_page a {
	display: inline-block;
	margin: 0 5px;
	padding: 3px 8px;
	border: dotted 1px #4ba873;
}
.inputPager_page input {
	padding: 0 8px;
	width: 22px;
	line-height: 20px;
	overflow: hidden;
	border: dotted 1px #4ba873;
	color: #888;
}
.inputPager_page .p_cur {
	background: #4ba873;
	color: white;
}
.inputPager_page .btnPage {
	cursor: pointer;
	background: #4ba873;
	color: white;
	width: 40px;
}
.inputPager_page a {
	display: inline-block;
	margin: 0 5px;
	padding: 3px 8px;
	border: dotted 1px #a11c78;
	font-size: 14px;
	line-height: 14px;
}
.inputPager_page input {
	padding: 0 8px;
	width: 22px;
	line-height: 20px;
	overflow: hidden;
	border: dotted 1px #a11c78;
	color: #888;
}
.inputPager_page .p_cur {
	background: #a11c78;
	color: white;
}
.inputPager_page .btnPage {
	cursor: pointer;
	background: #a11c78;
	color: white;
	width: 40px;
}
/********上下篇*****/
.prevnext {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
/*******下载表格******/
/* downloadlist */
table.dltable {
	margin-top: 10px;
	width: 100%;
	line-height: 1.5;
}
table.dltable * th, table.dltable * td {
	padding: 8px;
	vertical-align: middle;
	border: 1px solid #d9d9d9;
}
table.dltable th {
	background: #f5f5f5;
}
table.dltable td {
	background: white;
}
table.dltable tr:nth-child(odd) td {
	background: #f5f5f5;
}
/*.dlName, .dlSource, .dlTime {padding:8px 16px;}*/
th.dlName {
	text-align: left;
}
th.dlSource, th.dlTime {
	text-align: center;
}
.dlName {
	width: 376px;
}
.dlSource {
	width: 70px;
	text-align: center;
}
.dlType {
	width: 49px;
	text-align: center;
}
.dlType img {
	margin-left: auto;
	margin-right: auto;
}
.dlTime {
	width: 70px;
	text-align: center;
}
table.dltable span.t {
	color: #779C58;
	line-height: 2.4;
}
/********教师名单页面**********/
.teachers-container {
	margin-top: 15px;
}
h1.teacher-department {
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	text-align: center;
}
h1.teacher-department a {
	height: 50px;
	line-height: 50px;
	color: #000;
	text-align: center;
	font-size: 18px;
}
h1.teacher-department a:hover {
	color: #A11C78;
}
.teacher-post-container {
	padding: 0 10px;
	margin-bottom: 20px;
}
.teacher-post-container:last-child {
	margin-bottom: 0;
}
.teacher-list {
	overflow: hidden;
}
.teacher-post-container h1 {
	color: #a11c78;
	height: 26px;
	line-height: 1.3;
	font-size: 20px;
	margin: 20px 0 10px 0;
}
.teacher-list-item {
	line-height: 24px;
	float: left;
	width: 10%;
	margin-top: 10px;
        font-size:14px;
}
.article-main-container {
	margin-bottom: 30px;
}
/**********教师简历**********/
.teacher-name {
	margin: 25px 0;
	color: #a11c78;
	line-height: 1.3;
	font-size: 20px;
}
.teacher-name span {
	font-size: 14px;
	color: #000;
}
h3.infotitle {
	margin-top: 20px;
	color: #a11c78;
}
p.infopic {
	text-align: center
}
/**********搜索页面**********/
.search-title {
	font-size: 14px;
	color: #a11c78;
	height: 20px;
	line-height: 20px;
	padding: 15px 0;
}
/**********网站地图*********/
.map-container {
	margin-top: 20px;
}
h2.map-title {
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px
}
h2.map-title a {
	color: #a11c78;
	font-size: 16px;
}
.map-item-container {
	border-bottom: 1px dashed#ddd;
	margin-bottom: 25px;
	padding-bottom: 10px;
	overflow: hidden;
}
.map-item {
	float: left;
	width: 20%;
	margin-top: 5px;
	height: 20px;
}
.map-item a {
	font-size: 14px;
	line-height: 18px;
	height: 20px;
}
/**********响应式***********/
@media screen and (max-width:1440px) {
.container {
	width: 1200px;
}
#slider ul.picwrap li p {
	left: 50px;
}
}
@media screen and (max-width:1280px) {
.container {
	width: 96%;
}
.index-main-content {
	margin-top: 20px;
}
}
@media screen and (max-width:1200px) {
.logo-left {
	padding-left: 30px;
}
.nav-item:hover .child-nav-container {
	display: none;
}
.index-main-content {
	height: 620px;
	margin-bottom: 45px;
}
.school-info-list {
	width: 50%;
	padding-left: 0;
	margin-top: 20px
}
.info-list-container {
	padding-left: 0;
	padding-right: 20px;
}
.lablink-container {
	width: 50%;
	margin-top: 20px;
	height: 300px;
}
.index-news-image, .school-news-list {
	width: 50%;
}
.news-list-container {
	padding-right: 0;
}
.qr-code-container {
	display: none;
}
.lablink-content {
	width: 100%;
	margin-top: 30px;
}
.link-box {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
	height: 70px;
}
.link-box2, .link-box4, .link-box6 {
	margin-right: 0px;
}
.link-box7 {
	margin-bottom: 0;
}
.link-box:nth-child(7) {
	margin-bottom: 0px;
}
.link-box:nth-child(2), .link-box:nth-child(4), .link-box:nth-child(6) {
	margin-right: 0;
}
.link-box:last-child {
	margin-right: 0;
}
/****教师名单*******/
.teacher-list-item {
	width: 12.5%;
}
.map-item {
	width: 25%;
}
}
@media screen and (max-width:1024px) {
.container {
	width: 96%;
}
.map-link {
	display: none;
}
.topbar .user-login, .topbar .fav {
	display: none;
}
.logo-right {
	width: 20%;
}
.logo-right img {
	width: 100%;
	position: relative;
	bottom: -15px;
}
.aside {
	width: 100%;
	float: none;
}
.article-main-content {
	margin-right: 0;
}
.aside ul {
	background: #f5f5f5;
}
.aside .aside-item {
	width: 33.333333%;
	float: left;
}
.user-modified {
	display: none;
}
.small-footer {
	display: block;
}
.footer-left, .footer-middle, .footer-right {
	display: none;
}
.footer {
	height: auto;
	padding-bottom: 30px;
}
.location {
	margin-top: 20px;
}
#qrcode {
	display: none
}
}
@media screen and (max-width:900px) {
.logo-right {
	display: none;
}
.logo-left {
	text-align: center;
	float: none;
	padding-left: 0;
}
.logo-left img {
	width: 75%;
}
/*重点实验室的链接调整*/

.lablink-container {
	height: auto;
}
}
@media screen and (max-width:840px) {
.topbar {
	display: none; 
}
}
@media screen and (max-width:768px) {
#slider {
	display: none;
}
.nav-item {
	width: 20%;
	height: 28px;
	line-height: 28px;
}
.nav-item a {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
}
.nav {
	height: auto;
	padding: 8px 0;
}
.logo-container {
	height: auto;
}
.index-news-image, .school-news-list {
	width: 100%;
}
.index-news-image {
	padding-right: 0;
	height: 300px;
}
.index-main-content {
	margin-top: 20px;
}
.news-list-container {
	margin-left: 0;
	margin-right: 0;
}
.nav-item:hover .child-nav-container {
	display: none;
}
.news-contbox {
	margin-right: 0;
}
.info-list-container {
	padding-right: 0;
}
.school-news-list {
	margin-top: 30px;
}
.index-main-content {
	height: auto;
}
.school-info-list {
	display: block;
	margin-top: 20px;
	width: 100%;
}
.news-list-container, .info-list-container {
	padding-left: 0;
}
.lablink-container {
	width: 100%;
}
.lablink-container {
	margin-top: 0;
}
.link-box {
	margin-bottom: 15px;
}
.link-box:nth-child(4), .link-box:nth-child(5), .link-box:nth-child(6) {
	margin-bottom: 0;
}
.lablink-content {
	margin-top: 20px;
}
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
/****教师名单*******/
.teacher-list-item {
	width: 16.6666667%;
}
}
@media screen and (max-width:670px) {
.logo-left img {
	width: 90%;
}
.aside .aside-item a {
	font-size: 14px;
}
}
@media screen and (max-width:568px) {
.teacher-list-item {
	width: 25%;
}
/**********调整分页*/
a.p_1st, a.p_last, a.p_pre, a.p_next {
	display: none;
}
}
@media screen and (max-width:480px) {
.aside .aside-item a {
	font-size: 12px;
}
}
/*********微信/qq分享**********/
#qrcode {
	text-align: center;
	color: orange;
	line-height: 32px;
	font-size: 14px;
	margin-top: 15px;
}
#qrcode canvas {
	margin: 0 auto;
	display: block;
}


.selected1,.parent1 {    background: #eee !important;}
.selected1 a,.parent1 a {  color: #a11c78 !important;}
























