﻿.clearfix:after {
	content: "&nbsp;";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
*display:inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.content {
	max-width: 1200px;
	margin: 0 auto;
}
.content.fff {
	background: #fff;
}
.paddingtop0 {
	padding-top: 0 !important;
}
.paddingbottom0 {
	padding-bottom: 0 !important;
}
.w-e-text img {
	display: inline;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.header {
	border-bottom: 2px solid #eaeaea;
	background: #fff;
	margin-bottom: 1em;
}
.navbar {
padding:.5rem 0;
	z-index: 999;
	position: relative;
}
.navbar a:hover {
	color: #129fea;
}
.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #4d4d4d;
}
.query {
	display: none;
	margin: 1px 10px 0 0;
	float: right;
}
.hamburger {
	display: none;
	margin-top: 5px;
	float: right;
}
.bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #4d4d4d;
}
.nav-menu {
	line-height: 40px;
	padding-left: 180px;
	z-index: 9999;
	display: block;
}
.nav-item {
	float: left;
	padding: 0 1em;
}
.nav-item.search {
	float: right;
}
.nav-item.search a {
	width: 32px;
	height: 32px;
	display: block;
	background: url(https://img.sdstu.cn/static/news/img/search.png) no-repeat;
	margin-top: 3px;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
}
.nav-link {
	color: #475569;
}
.nav-link.cur {
	color: #129fea;
}
.nav-link:hover {
	color: #129fea;
}
.nav-logo {
	font-size: 2.1rem;
	color: #482ff7;
	float: left;
}
@media only screen and (max-width:768px) {
.navbar {
padding:.5rem 1rem;
}
.nav-menu {
	left: -120%;
	top: 60px;
	margin: 0;
	padding: 0;
	flex-direction: column;
	background-color: #fff;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	transition: .3s;
	box-shadow: 0 10px 27px rgba(0,0,0,.05);
	position: absolute;
}
.nav-menu.active {
	left: 0;
}
.nav-item {
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f3f4f6;
}
.nav-item.search {
	display: none;
}
.nav-link {
	display: block;
padding:.3rem 0;
}
.query {
	display: block;
}
.query a {
	width: 32px;
	height: 32px;
	display: block;
	background: url(https://img.sdstu.cn/static/news/img/search.png) no-repeat;
	margin-top: 3px;
	opacity: .7;
	-moz-opacity: .7;
	-khtml-opacity: .7;
}
.hamburger {
	display: block;
	cursor: pointer;
}
.hamburger.active .bar:nth-child(2) {
	opacity: 0;
}
.hamburger.active .bar:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.hamburger.active .bar:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
}
.searchBox {
	padding: 30px 0;
}
.searchBox p {
	padding: 0 50px;
}
.searchBox p input {
	padding: 10px 16px;
	font-size: 16px;
	background: #f3f3f3;
	border: 0;
	display: block;
	margin: 0;
}
.searchBox p a {
	display: block;
	margin-top: 20px;
}
.breadcrumb {
	color: #777;
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 1em;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.breadcrumb a {
	color: #777;
}
.breadcrumb i {
	font-style: normal;
}
.breadcrumb .right a {
	color: #fff;
}
@media(max-width:47.999em) {
.breadcrumb {
	margin-left: 15px;
}
}
.linkbox {
	max-width: 1200px;
	margin: 15px auto 15px auto;
	background: #fff;
}
.linkbox .links_title {
	text-indent: 15px;
	padding: 20px 0 10px 0;
}
.linkbox .links_title strong {
	font-size: 18px;
	font-weight: initial;
}
.linkbox .links_title span {
	padding-left: 20px;
	color: #777;
}
.linkbox ul {
	padding: 0 15px 20px 15px;
}
.linkbox ul li {
	float: left;
	line-height: 30px;
	margin-right: 15px;
}
.linkbox ul li a {
	color: #808080;
}
.footer {
	background: #fff;
	text-align: center;
	padding: 1.2em;
	margin-top: 1.2em;
	font-size: 80%;
}
.footer p {
	padding: .3em 0;
	color: #34495e;
}
.footer p a {
	color: #34495e;
	padding: 0 6px;
}
#goTop {
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-align: center;
	line-height: 50px;
	background-color: #eaeaea;
}
#goTop img {
	width: 30px;
}
.my_pager {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 30px 20px 10px 0;
	margin: 0;
	text-align: center;
}
.my_pager a {
	padding: 1px 5px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	margin-right: 2px;
	font-size: 14px;
	color: #393d49;
}
.my_pager .noPage {
	padding: 3px 8px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	margin-right: 2px;
	color: #ccc;
}
.my_pager .noPage:hover {
	border: solid 1px #ddd;
}
.my_pager a:visited {
	padding: 1px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.my_pager .curPage {
	padding: 3px 2px;
	border: none;
	padding: 3px 8px;
	background: #129fea;
	color: #fff;
	font-size: 14px;
}
.my_pager a:hover {
	border-color: #129fea;
	text-decoration: none;
}
.my_pager a:visited {
	color: #393d49;
}
.my_pager span {
	display: inline-block;
}
.my_pager span input[type=text] {
	width: 25px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	border: solid 1px #dcdfe6;
}
.my_pager span input[type=text]:focus {
	outline: 0;
	border: solid 1px #129fea;
}
.box .leftbox {
	padding: 1.2em;
	background: #fff;
}
.box .leftbox .title {
	border-bottom: solid 1px #eaeaea;
	margin-bottom: 1em;
}
.box .leftbox .title h1 {
	font-size: 1.6em;
	color: #34495e;
}
.box .leftbox .title p {
	margin: 0 0 .8em 0;
	color: #777;
	font-size: .8em;
}
.box .leftbox .title p a {
	padding-left: 10px;
}
.box .leftbox .detail {
	line-height: 1.8em;
	word-break: break-all;
	color: #333;
	font-size: 110%;
}
.box .leftbox .detail p {
	margin: 1em 0 0 0;
}
.box .leftbox .detail img {
	max-width: 100%;
	height: auto;
	display: initial;
}
.box .leftbox .detail a {
	color: #333;
}
.box .leftbox .detail iframe {
	width: 600px;
	height: 400px;
}
.box .leftbox .detail .tag {
	text-align: right;
	margin-top: 10px;
}
.box .leftbox .detail .tag a, .box .leftbox .detail .tag span {
	margin-left: 1em;
	background: #eff1f5;
	color: #9b3333;
	padding: 1px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}
.box .leftbox .detail .tag a:hover {
	background: #007bff;
	color: #fff;
}
.box .leftbox .shengming {
	font-size: 14px;
	background: #f5f5f5;
	color: #562525;
	padding: 6px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	table-layout: fixed;
	word-break: break-all;
	overflow: hidden;
}
.box .leftbox .shengming p {
	margin: 0;
	line-height: 20px;
}
.box .leftbox .moretag {
	margin-top: 15px;
}
.box .leftbox .moretag a {
	line-height: 26px;
	font-size: 100%;
	color: #129fea;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.box .leftbox .morearticle {
	margin: 15px 0;
}
.box .leftbox .morearticle a {
	width: 30%;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 2em;
	line-height: 2em;
	text-align: center;
	border: solid 1px #129fea;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	color: #129fea;
	padding: 0 1em;
}
.box .leftbox .morearticle a span {
	display: none;
}
.box .leftbox .morearticle .prve {
	float: left;
}
.box .leftbox .morearticle .next {
	float: right;
}
.box .leftbox .morebox {
	margin-top: 15px;
}
.box .leftbox .morebox .item {
	padding: 1em 0;
	border-bottom: dashed 1px #eaeaea;
}
.box .leftbox .morebox .item h3 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: initial;
}
.box .leftbox .morebox .item h3 a {
	color: #34495e;
	font-size: .9em;
}
.box .leftbox .morebox .item h3 a font {
	color: #f00;
}
.box .leftbox .morebox .item h3 a:hover {
	color: #129fea;
}
.box .leftbox .morebox .item p {
	margin-top: .8em;
	color: #777;
}
.box .leftbox .morebox .coveritem {
	padding: 1em 0;
	border-bottom: dashed 1px #eaeaea;
}
.box .leftbox .morebox .coveritem .cover {
	float: left;
	width: 30%;
}
.box .leftbox .morebox .coveritem .info {
	float: right;
	width: 68%;
}
.box .leftbox .morebox .coveritem .info h3 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: initial;
}
.box .leftbox .morebox .coveritem .info h3 a {
	color: #34495e;
	font-size: .9em;
}
.box .leftbox .morebox .coveritem .info h3 a font {
	color: #f00;
}
.box .leftbox .morebox .coveritem .info h3 a:hover {
	color: #129fea;
}
.box .leftbox .morebox .coveritem .info p {
	margin-top: 1em;
	color: #777;
}
.box .leftbox .morebox .coveritem .info .tags a {
	font-size: 80%;
	display: inline-block;
	color: #777;
}
.box .leftbox .morebox div:last-child {
	border-bottom: none;
}
@media screen and (min-width:48em) {
.box .leftbox {
	margin-right: 1em;
}
.box .leftbox .detail {
	font-size: 100%;
}
.box .leftbox .morearticle a {
	width: 40%;
}
.box .leftbox .morearticle a span {
	display: none;
}
.box .leftbox .morebox .coveritem .cover {
	width: 20%;
}
.box .leftbox .morebox .coveritem .info {
	width: 78%;
}
}
.rightbox {
	background: #fff;
	padding: 1.2em;
}
.rightbox .listtitle {
	padding: .8em 0;
	color: #34495e;
	font-size: 1.2em;
}
.rightbox ul li {
	padding-bottom: .5em;
}
.rightbox ul li a {
	color: #34495e;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.rightbox ul li a:hover {
	color: #129fea;
}
