@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
html {
	overflow-x: hidden;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
outline:0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size: 100%;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	font-weight: bold;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, form, button, select, keygen, legend {
	font: 13px/1 arial, \5b8b\4f53;
	color: #333;
	outline: 0;
}
:focus {
	outline: 0;
}
/*备用样式表*/
.none {
	display: none;
}
.wcb {
	width: 100%;
	height: 30px;
	border: 2px dashed #97CBE0;
}
.hidden {
	visibility: hidden;
}
.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
*zoom:1;
}
.icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background: url(style_res/link_icon.png) no-repeat;
}
/*css3扩展*/
body:before {
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	z-index: 110;
}
/**布局开始**/
body {
	line-height: 1;
	font-size: 14px;
	font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	background-color: #fff;
	color: #333;
}
p {
}
a {
	color: #333;
	text-decoration: none;/* transition:all 0.4s ease-in-out;*/
}
a:hover {
	color: #c51a14;
}
/*页面尺寸*/
.wrapper {
	width: 100%;
	margin: 0 auto;
}
.wrapper .inner {
	width: 1150px;
	margin: 0 auto;
} /**页面全局宽度**/
/*headtop*/
#headtop {
	background: url('style_res/top_bg.png') no-repeat right center;
}
#headtop .inner {
	position: relative;
	height: 30px;
}
.headtop .top-left {
	float: left;
}
.headtop .top-right {
	position: absolute;
	left: 50%;
	margin-left: -250px;
	line-height: 30px;
	padding-left: 20px;
	font-size: 15px;
	color: #fff;
	background: url('style_res/top_icon.png') no-repeat left center;
	text-align: center;
}
/*lang样式*/
.site-lang {
}
.site-lang ul {
	float: right;
}
.site-lang ul li.links {
	float: left;
}
.site-lang ul li.links a {
	line-height: 40px;
	margin: 0px 9px;
	font-size: 13px;
	color: #cad3d4;
}
.site-lang ul li.links a:hover {
	color: #fff;
}
/*head开始*/
#header {
	background: #ba3034;border:none;height:180px;
}
#header .inner {
	padding: 10px 0px;
	height: 160px;
	position: relative;
	background: url('style_res/by.png') no-repeat right center;
}
.head {
	width: 100%;
	position: relative;
}
.head .head-left {
	float: left;
	display: inline-block;
	width: 255px;/* height: 160px; */
}
.head .head-left .sitelogo {
}
.head .head-main {
	float: left;
	margin-top: 10px;
}
.head .head-main .site-rale {
}
.head .head-right {
	float: right;/* width:200px; */
	margin-top: 22px;
	position: relative;
}
.head .head-right .by {
	float: left;
	margin-top: 10px;
	width: 650px;
	height: 50px;
}
.head .head-right .share {
	float: right;
}
.head .head-right .nav {
	margin-top: 10px;
}
.head .sitelogo a {
	display: block;
	position: absolute;
	left: 0px;
	top: 42px;
	z-index: 100;
}/*logo*/
/*默认主导航样式*/
#nav {
	background: #808284;
}
#nav .inner {
}/**导航区域背景**/
.navbar {
	width: 100%;
	height: 60px;
}
.navbar .navbox {
	width: 95%;
	height: 44px;
	margin: 0 auto;
}/*导航窗口大小及位置*/
.navi-slide-head {
	display: none;
}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
}
.wp-menu .menu-item {
	display: inline-block;
	float: left;
	position: relative;
	z-index: 100;/* padding-left:3px; *//* background:url('style_res/nav_x.png') no-repeat left center; */
}
.wp-menu .menu-item.item-0 {
	background: none;
}
.wp-menu .menu-item .menu-switch-arrow {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(style_res/navj.png) no-repeat center center;
	vertical-align: middle;
}
.wp-menu .menu-item a.menu-link {
	display: inline-block;
	padding: 0px 80px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
}
.wp-menu .menu-item a.menu-link:hover, .wp-menu .menu-item a.hover {
	text-decoration: none;
	color: #fff;
	background-color: #bb2328;
}
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 52px;
	min-width: 190px;
	z-index: 100;
	background: rgba(255,255, 255, 0.7);
	opacity: 0.8\9;
	background: #fff\9;
	filter: alpha(opacity=90);
}
.sub-menu .sub-item {
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	_zoom: 1;
	;
}
.sub-menu .sub-item a {
	display: block;
	color: #000;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	font-size: 14px;
	background: none;
}
.sub-menu .sub-item a:hover {
	color: #000;
	display: block;
	background: #fff url('style_res/li.png') no-repeat 25px center;
}
.sub-menu .sub-menu {
	left: 100%;
	top: 0;
	z-index: 200;
	background: rgba(255,255, 255, 0.8);
	opacity: 0.8\9;
	background: #fff\9;
	filter: alpha(opacity=90);
}
/**主页banner开始**/
#banner {
}
#banner .inner {/* width:auto; *//* max-width: 1215px; */
	background: #fff;
	text-align: center;
	position: relative;
}
/**主体模块样式**/
#m-container {
}
#m-container .inner {
}
/**首页三列布局**/
.mod {
}
.mbox {
background:;
}
.main1 {
}
.main1 .inner {
	padding: 20px 0 0px;
}
.main1 .inner .mod {
	margin: 0 -20px;
}
.main1 .inner .ml, .main1 .inner .mr {
	float: left;
	width: 50%;
}
.main1 .inner .ml .post, .main1 .inner .mr .post {
	margin: 0 20px;
}
.main1 .inner .modl {
	margin-bottom: 20px;
}
.main2 {
}
.main2 .inner {
	padding: 20px 0 0px;
}
.main2 .inner .mod {
	margin: 0 -20px;
}
.main2 .inner .ml, .main2 .inner .mr {
	float: left;
	width: 50%;
}
.main2 .inner .ml .post, .main2 .inner .mr .post {
	margin: 0 20px;
}
.main2 .inner .modl {
	margin-bottom: 20px;
}
.main3 {
}
.main3 .inner {
	padding: 20px 0 20px;
}
.main3 .inner .mod {
	margin: 0 -28px;
}
.main3 .inner .ml, .main3 .inner .mc, .main3 .inner .mr {
	float: left;
	width: 33.3%;
}
.main3 .inner .ml .post, .main3 .inner .mc .post, .main3 .inner .mr .post {
	margin: 0 28px;
}
.main4 {
	background: #ba2f34;
}
.main4 .inner {
	padding: 20px 0px;
}
.main4 .inner .mod {
	margin: 0 -28px;
}
.main4 .inner .ml, .main4 .inner .mc {
	float: left;
	width: 33.3%;
	border-right: 1px solid #fff;
}
.main4 .inner .mr {
	float: right;
	width: 20%;
	margin-right: 80px;
}
.main4 .inner .ml .post, .main3 .inner .mc .post, .main3 .inner .mr .post {
	margin: 0 28px;
}
.main4 .post .tt .tit .title {
	color: #ffffff !important;
}
.main4 .news_list .news a {
	color: #ffffff !important;
}
.main4 .news_list .news {
	color: #ffffff !important;
}
/**标题栏新闻窗口**/
.post {
	margin-bottom: 5px;
}
.post .tt {
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #ba2f34;
} /**标题栏**/
.post .tt .tit {
	display: inline-block;
	float: left;
	font-size: 17px;
	font-weight: normal;
} /**标题字体**/
.post .tt .tit .title {
	display: block;
	line-height: 50px;
	color: #424242;
	font-family: "Microsoft yahei";
}
.post .tt .tit .name {
	display: none;
	line-height: 16px;
	color: #333;
}/*栏目别名*/
.post .con {
	padding: 20px 0;
*padding:10px 0;
	margin: 0 auto;
}
.post .con .wp_article_list .list_item {
	border-bottom: 1px dashed #ccc;
} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
	background: url(http://msx.jssnu.edu.cn/page/main379/images/li.gif) no-repeat center;
}
.post .more_btn {
	display: inline-block;
	height: 20px;
	margin-top: 14px;
	line-height: 20px;
	float: right;
}
.post .more_btn .more_text, .post .more_btn a {
	font-size: 13px;
	font-family: "Simsun";
	cursor: pointer;
}
.post .more_btn a {
	color: #666;
}
.post .more_btn a img {
	vertical-align: top;
}
/*标准标题*/
.post1 {
}
.post1 .tt {
}
.post1 .tt .tit {
	padding-left: 18px;
	background: url('style_res/news_tt_b.jpg') no-repeat 4px center;
}
.post1 .tt .tit .title {
	display: inline-block;
*display:inline;
*zoom:1;
	margin-right: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #c51a14;
}
.post1 .tt .tit .title.selected {
	color: #3e3e3e;/* margin-bottom:-2px; */
}
.post1 .more_btn {
	height: 30px;
	padding: 0px 5px;
	margin-bottom: 0px;
	line-height: 30px;/* border-bottom:5px solid #c82620; */
	margin-top: 19px;
}
.post1 .more_btn a {
	color: #c51a14;
}
/*带图标标题*/
.post2 {
}
.post2 .tt {
}
.post2 .tt .tit {
	font-weight: bold;
}
.post2 .tt .tit .title {
}
/*居中标题*/
.post3 {
}
.post3 .tt {
	width: 100%;
	text-align: center;
}
.post3 .tt .tit {
	float: none;
}
.post3 .tt .tit .title {
	color: #017937;
}
.post3 .more_btn {
	margin-left: 10px;
	line-height: 20px;
	float: none;
}
/**自定义新闻列表**/
.news_list {
}
.news_list li.news {
	line-height: 36px;
*line-height: 33px;
	padding-left: 0px;
	background: none;
} /**标题图标**/
.news_list li.news span.news_pre {
	float: left;
	font-size: 14px;
}/*标题*/
.news_list li.news span.news_title {
	float: left;
	font-size: 14px;
}/*标题*/
.news_list li.news span.news_meta {
	float: right;
	margin-left: 2px;
	font-size: 13px;
	color: #9C9C9C;
}/*属性*/
.news_list li.news .news_time span {
	color: #565656;
}/*发布时间*/
.news_list li.news .news_icon {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid red;
}
.news_list li.news .news_text {
	line-height: 24px;
	color: #666;
}/*默认简介*/
.news_list li.news .news_bg {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 10;
	height: 30px;
	background: #000;
	opacity: .7;
	filter: Alpha(opacity=70);
}
.news_list li.news p {
	color: #666;
}
/*日历新闻*/
.rili {
}
.rili .con {
	padding: 5px 0px;
}
.rili .news_list {
}
.rili .news_list li.news {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #c3c3c3;
}
.rili .news_list li.news.n0 {
	margin-top: 10px;
	padding-top: 0px;
	border-top: none;
}
.rili .news_list li.news .news_date {
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 18px;
	font-family: "Microsoft YaHei";
	text-align: center;
}
.rili .news_list li.news .news_date .news_year {
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	background-color: #c51a14;
}
.rili .news_list li.news .news_date .news_days {
	line-height: 30px;
	font-size: 12px;
	color: #000;
	background-color: #ffffff;
}
.rili .news_list li.news .news_wz {
	padding: 4px 0px;
}
.rili .news_list li.news .news_title {
	line-height: 22px;
	font-size: 16px;
	color: #000;
}
/*图标链接*/
.link_icon {
	margin-bottom: 0px;
}
.link_icon .news_list {
	margin: 0 -10px;
}
.link_icon .news_list li.news {
	float: left;
	width: 20%;
	text-align: center;
	border: none;
}
.link_icon .news_list li.news .news_box {
	margin: 0 10px;
}
.link_icon .news_list li.news .link_icon {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	opacity: 1;
	filter: Alpha(opacity=100);
}
.link_icon .news_list li.news .link_icon:hover {
	background-color: transparent;
	opacity: .8;
	filter: Alpha(opacity=80);
}
.link_icon .news_list li.news .link_icon .icon {
	width: 35px;
	height: 34px;
	margin: 10px 0px;
	border: 0px solid red;
}
.link_icon .news_list li.news.i1 .link_icon .icon {
	background-position: 0px 0px;
}
.link_icon .news_list li.news.i2 .link_icon .icon {
	background-position: -86px 0px;
}
.link_icon .news_list li.news.i3 .link_icon .icon {
	background-position: -169px 0px;
}
.link_icon .news_list li.news.i4 .link_icon .icon {
	background-position: -258px 0px;
}
.link_icon .news_list li.news.i5 .link_icon .icon {
	background-position: -335px 0px;
}
.link_icon .news_list li.news.i6 .link_icon .icon {
	background-position: -421px 0px;
}
.link_icon .news_list li.news.i7 .link_icon .icon {
	background-position: -86px 0px;
}
.link_icon .news_list li.news.i8 .link_icon .icon {
	background-position: -86px 0px;
}
.link_icon .news_list li.news .link_con {
	display: block;
	line-height: 30px;
	color: #000;
}
.post-11 {
}
.post-11 .con {/* padding: 8px 0 0; */
}
.post-11 .news_list {
}
.post-11 .news_list li.news, .post-31 .news_list li.news {
	padding-left: 15px;
	background: url('style_res/li.png') no-repeat left center;
}
.post-11 .news_list li.news .news_title, .post-31 .news_list li.news .news_title {
	font-size: 15px;
}
.post-21 {
}
.post-21 .con {
	padding: 18px 0 0;
}
.post-21 .news_list {
}
.post-21 .news_list li.news {
}
.post-21 .news_list li.news .news_box {
	display: inline-block;
	width: 100%;
	position: relative;
}
.post-21 .news_list li.news .news_imgs {
	width: 100%;
	max-height: 300px;
	min-height: 300px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	background: #ccc;
}
.post-21 .news_list li.news .news_imgs img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.post-21 .news_list li.news .news_wz {
	padding: 14px 0 0;/* min-height: 61px; */
}
.post-21 .news_list li.news .news_title {/* line-height: 23px; *//* margin-bottom:10px; */
	font-size: 15px;
	padding-left: 15px;
	background: url('style_res/li.png') no-repeat left center;
}
.post-21 .news_list li.news .newstu .news_wz {/* display:none; *//* position:absolute; *//* bottom:0px; *//* z-index:100; */
	padding: 15px 0;
}
.post-21 .news_list li.news .newstu .news_wz .news_title {
	padding-left: 0px;
	margin-bottom: 10px;
	background: none;
	font-size: 16px;
}
.post-21 .news_list li.news .newstu .news_wz .news_text {
	font-size: 14px;
}
.post-51 {
}
.post-51 .more_btn {
	border-bottom: 0px solid #c82620;
}
.post-51 .con {/* padding: 10px 0 0; */
}
.post-51 .news_list {
}
.post-51 .news_list li.news {
	margin-bottom: 30px;
}
.post-51 .news_list li.news .news_box {
	display: inline-block;
	width: 100%;
	border-top: 0px solid #c51a14;
	position: relative;
}
.post-51 .news_list li.news .news_box:hover {
	opacity: .8;
	filter: Alpha(opacity=80);
}
.post-51 .news_list li.news.n0 {
	margin-bottom: 0px;
}
.post-51 .news_list li.news.n1 .news_box {
	border-top: 0px;
}
.post-51 .news_list li.news.n2 {
	margin-bottom: 0px;
}
.post-51 .news_list li.news .news_imgs {
	width: 100%;
	max-height: 200px;
	min-height: 188px;
	margin-top: 0px;
	overflow: hidden;
	position: relative;
	background: #ccc;
}
.post-51 .news_list li.news .news_imgs img {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.post-51 .news_list li.news .news_wz {
	padding: 14px 0 0;/* min-height: 61px; */
}
.post-51 .news_list li.news .news_title {
	line-height: 36px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #c51a14;
}
.post-51 .news_list li.news .news_time {
	line-height: 23px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
}
.post-51 .news_list li.news .news_text {
	line-height: 22px;
	margin-top: 0px;
	font-size: 12px;/* color:#ebebeb; */
}
.post-51 .news_list li.news .newstu .news_wz {
	display: none;
	position: absolute;
	bottom: 0px;
	z-index: 100;
	padding: 0 15px;
}
.post-51 .news_list li.news .newstu .news_wz .news_title {
	color: #fff;
}
.post-51 .news_list li.news .news_bg {
	height: 100%;
	background: transparent url('style_res/img.png') repeat-x left bottom;
}
.post-61 {
	margin-bottom: 0px;
}
.post-61 .con {
	padding: 10px 0px;
}
.post-61 .news_list {
	margin: 0 -10px;
}
.post-61 .news_list li.news {
	width: 50%;
	text-align: center;
}
.post-61 .news_list li.news .news_box {
	margin: 0 10px;
}
.post-61 .news_list li.news .link_icon .icon {
	width: 55px;
	height: 55px;
	margin: 10px 0px 5px;
	border: 0px solid red;
}
.post-61 .news_list li.news.i1 .link_icon .icon {
	background-position: -16px -21px;
}
.post-61 .news_list li.news.i2 .link_icon .icon {
	background-position: -176px -21px;
}
.post-61 .news_list li.news.i3 .link_icon .icon {
	background-position: -334px -20px;
}
.post-61 .news_list li.news.i4 .link_icon .icon {
	background-position: -491px -20px;
}
.post-61 .news_list li.news .link_con {
	display: block;
	line-height: 22px;
	color: #fff;
}
.post-91 {
	min-height: 200px;
}
.post-91 .con {
	padding: 0 30px;
}
.post-91 .con .news_list {
}
.post-91 .con .news_list li.news {
	line-height: 25px;
	padding-left: 68px;
	color: #fff;
}
.post-91 .con .news_list li.news a {
	color: #fff;
}
.post-91 .con .news_list li.news a:hover {
	text-decoration: underline;
}
.post-91 .con .news_list li.news.i1 {
	padding-left: 0px;
}
.post-91 .con .news_list li.news.imgs {
	margin-top: 10px;
	width: 100px;
}
.post-91 .con .news_list li.news.imgs img {
	margin-top: 0px;
	width: 80px;
}
/*图片列表*/
/*.post-71{}
.post-71 .con{padding:6px 0 0;}
.post-71 .news_list{margin:0 -9px;*margin:0 -10px;}
.post-71 .news_list li.news{float:left;width:20%;}
.post-71 .news_list li.news .news_box{margin:0 9px;}
.post-71 .news_list li.news .news_imgs{}
.post-71 .news_list li.news .news_imgs img{width:100%; vertical-align:top}
.post-71 .news_list li.news .link_con{display:none;line-height: 34px;font-size: 15px;text-align:center;} 
.post-71 .news_list li.news .news_box:hover{opacity:.7;fiter:Alpha(opacity=75);}*/
/** 
*其他样式

*/
/**友情链接**/
.postlink {
	position: relative;
}
.postlink.wrap-open {
	background-position: right -26px;
}
.postlink a.tt {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding-left: 120px;
	border: 0px solid #ccc;
	cursor: pointer;
}
.postlink .con {
	display: none;
	position: absolute;
	bottom: 46px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 140px;
	overflow: auto;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
}
/**链接样式**/
.xblink li {
	float: left;
	width: 20%;
	background: #28828a;
}
.xblink li.i1 {
	background: #e19e35;
}
.xblink li.i2 {
	background: #28828a;
}
.xblink li.i3 {
	background: #363c6b;
}
.xblink li.i4 {
	background: #566175;
}
.xblink li.i5 {
	background: #7f307e;
}
.xblink li span a {
	display: block;
	width: 100%;
	line-height: 88px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 2px 2px #000;
}
.xblink li span a:hover {
	opacity: .8;
}
/**
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
	height: 376px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
.l-banner img {
	height: 100%;
}
/**主体列表页开始**/
#l-container {
}
#l-container .inner {
	padding: 25px 0px;
}
/**主体文章页开始**/
#d-container {
}
#d-container .inner {
	padding: 20px 60px;/* background:#fff; */
}
/**文章页banner**/
#m-container1 {
}
#m-container1 .inner {
	background: #fff;
	padding-top: 15px;
}
.col_menu {
	width: 225px;
	float: left;
	margin-right: -225px;
	margin-top: 20px;
	position: relative;
}
.col_menu .l-qh {
	margin-bottom: 10px;
}
.col_menu .col_menu_head {
	background: url('style_res/sub_menu_head.jpg') no-repeat left center;
}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
	font-size: 20px;
	font-weight: normal;
	color: #4c4a4a;
	text-align: center;
}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
	display: inline-block;
*display:inline;
*zoom:1;
	line-height: 50px;
	padding: 0px 5px 0px 5px;
}  /**栏目名称图标**/
.col_menu .col_menu_con {
	border: 0px solid #e4e4e4;
}
/*栏目列表*/
.col_list {/* padding:4px 18px; */
}
.col_list .wp_listcolumn {
	border-top: 0px solid #c51a14;
	border-bottom: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a {
	color: #333;
	font-size: 15px;
	font-weight: normal;
	background: none;
	border-top: 0px solid #fff;
	border-bottom: 1px solid #F6EAEA;
}
.col_list .wp_listcolumn .wp_column a .column-name {
	padding: 5px 0px 5px 28px;
	line-height: 32px;
}
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
	color: #c51a14;
	background: #eee;
}
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
	color: #c51a14;
}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
	color: #454545;
	background: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}
.col_list .wp_listcolumn .wp_column.parent > a .column-name {
	font-weight: bold;
	color: #c51a14;
}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
	color: #333;/* background:none; */
	border-top: 1px solid #eee;
	margin-top: -1px;
}
.col_list .wp_listcolumn .sub_list a .column-name {
	display: inline-block;
	line-height: 28px;
	padding: 5px 10px 5px 30px;
	cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a .column-name:before {
	display: inline-block;
	content: '>';
	font-weight: normal;
	margin-right: 5px;
}
.col_list .wp_listcolumn .sub_list a:hover {
	color: #c51a14;
}
.col_list .wp_listcolumn .wp_column a.selected {
	font-weight: bold;
	color: #c51a14;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
	background: none;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
	padding: 5px 10px 5px 51px;
	cursor: pointer;
}
.col_list .wp_listcolumn .sub_list .sub_list a :hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected {
	font-weight: bold;
	color: #066e76;
}
.lists .list a {
	display: block;
	color: #222;
	border-bottom: 1px solid #ba2f34;
}
.lists .list a:hover {
	border-top-color: #999;
}
.lists .list-1 a {
	padding: 0 8px 0 18px;
	line-height: 50px;
	background-color: #fff;
	font-size: 15px;/* background:url('style_res/sub_menu_li.jpg') no-repeat left center; */
}
.lists .list-2 a {
	padding: 0 8px 0 36px;
	line-height: 36px;
	background-color: #fefefe;
	font-size: 13px;
}
.lists .list-3 a {
	padding: 0 8px 0 52px;
	line-height: 32px;
	background-color: #fefefe;
	font-size: 13px;
}
.lists .list a:hover {
	background-color: #eee;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #fff;
	background: #ba2f34;
}
.lists .list-1 a#s_c_id, .lists .list-2 a#s_c_id, .lists .list-3 a#s_c_id {
	background: #ba2f34;
	color: #fff;
}
.col_news {
	width: 100%;
	min-height: 500px;
	float: right;
} /**栏目新闻**/
.col_news .col_news_box {
	margin-left: 264px;
}
.col_news_head {
	border-bottom: 2px solid #ba2f34;
}
.col_metas .col_title {
	display: inline-block;
	float: left;
	height: 48px;
	line-height: 48px;/* padding-left:12px; *//* background:url('style_res/news_tt_b.jpg') no-repeat left center; */
}  /**当前栏目**/
.col_metas .col_title h2 {
	display: inline-block;
	font-size: 20px;
	font-family: "Microsoft yahei";
	font-weight: bold;
	color: #ba2f34;
}   /**当前栏目名称**/
.col_metas .col_path {
	display: inline-block;
	float: right; /* padding-right:20px; */
	white-space: nowrap;
	height: 46px;
	line-height: 46px;
	color: #000;
} /**当前位置**/
.col_metas .col_path a {
	color: #393939;
}
.col_metas .col_path .possplit {
	background-image: none;
	text-indent: 0px;
	width: 15px;
	display: inline-block;
}
.col_metas .col_path .possplit:before {
	display: inline-block;
	margin: 0 5px;
	content: '>';
}
.col_news_con {
	padding: 5px 0px 10px 0px;
	margin: 0 0px;
}
.col_news_list {
	margin-top: 7px;
}
.col_news_list .wp_article_list .list_item {
} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
}  /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.col_news_list .wp_entry p {
	margin-bottom: 10px;
}
.col_news_list .wp_entry table {/* margin-bottom:4px; */
}
.col_news_list .wp_entry img {
	max-width: 680px;
_width:expression(this.width > 680 ? "680px" : this.width);
}   /**列表页文章图片大小限制**/
.col_news_list .wp_entry font {
	font-size: 14px!important;
}
.col_news_list .news-item {
	padding-left: 15px;
	background: url('style_res/li.png') no-repeat left 14px;
}
.col_news_list .news-item td {
	line-height: 36px;
	font-size: 15px;
}
.col_news_list .news-item td.postTime {
	text-align: right
}
.col_news_list #newslist {
	margin-bottom: 5px;
}
/**文章页**/
.infobox {
	width: auto;
	margin: 0 auto;
}
.article {
}
.article h1.arti_title {
	line-height: 26px;
	padding: 10px;
	border-bottom: 1px solid #ececec;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	text-align: center;
	color: #c51a14;
} /**文章标题**/
.article .arti_metas {
	padding: 10px;
	text-align: center;
}
.article .arti_metas span {
	margin: 0 5px;
	font-size: 12px;
	color: #787878;
}/**文章其他属性**/
.article .entry {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
} /**文章内容**/
.article .entry .read, .article .entry .read p {
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}  /**阅读字体**/
.article .entry .read p {
	margin-bottom: 10px;
}
.article .entry .read img {
	
	margin: 0 auto;
	max-width: 940px;
_width:expression(this.width > 940 ? "940px" : this.width);
}   /**文章阅读部分图片大小限制**/
.article .entry .read table {
	margin: 0 auto;
	border: none!important;
}
/**页脚开始**/
#footer {
	background: #ba2f34;
}
#footer .inner {
	padding: 40px 0px;
	background: url('style_res/foot_bg.jpg') no-repeat center center;
	background-size: 100%;
}
#footer .inner .foot-left {
	float: left;
	margin-top: 21px;
}
#footer .inner p {
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	color: #a3bdc0;
}
#footer .inner p span {
	margin: 0 3px;
}
#footer .inner p.copyright {
}
#footer .inner p.copyright span {
	color: #ffffff;
}
#footer .inner p.copyright img {
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
#footer .er_img {
	float: right;
	margin-top: 20px;
}
#footer .er_img li {
	float: left;
	text-align: center;
}
#footer .er_img li img {
	width: 80px;
	height: 80px;
	vertical-align: top;
}
#footer .er_img li span {
	display: block;
	line-height: 28px;
	text-align: center;
	color: #c2c2c2;
}
/**
 * 组件功能
 */
/** 搜索 **/
.search-box {
	width: 100%;
	padding: 0px 0px;
	background: #6b76a4; /* height: 29px; */
	position: relative;
	background: transparent;
	border: 1px solid #fff;
}
.search-box .input-item {
	margin-left: 3px;
	margin-right: 30px;
}
.search-box .input-item input {
	border: 0;
	outline: 0;
	width: 100%;
	height: 16px;
	line-height: 16px;
	padding: 5px 5px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-family: "Microsoft YaHei"
}
.search-box .input-submit {
	display: block;
	width: 30px;
	height: 28px;
	background: url(http://msx.jssnu.edu.cn/page/main379/images/search_btn.png) no-repeat center center;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0px;
	text-align: center;
}
.search-box .input-submit span {
	line-height: 58px;
	font-size: 18px;
	color: #fff;
	display: none;
}
/*点击弹出输入框*/
.searchbtn {
	width: 40px;
	height: 40px;
	border: 0;
	outline: 0;
	background: url(style_res/sous.png) no-repeat center;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.searchbox {
	padding-left: 333px;
	line-height: 1;
	background: url(style_res/by.png) no-repeat 1px -2px;
	width: 40px;
	position: absolute;
	right: 0;
}
.wp-search {
	position: relative;
}
.wp-search form {
	display: block;
}
.wp-search .search-input {
	margin-left: 10px;
	margin-right: 40px;
}
.wp-search .search-input input.search-title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 0;
	outline: 0;
	background: none;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
}
.wp-search .search-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
.wp-search .search-btn input.search-submit {
	width: 100%;
	height: 40px;
	border: 0;
	outline: 0;
	background: url(style_res/sous.png) no-repeat center;
	cursor: pointer;
}
/* 分享二维码 */
.shares {
	float: right;
	text-align: center;
}
.shares li {
	float: left;
	margin: 0 15px;
	position: relative;
	text-align: center;
}
.shares li a {
	float: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding-left: 0px;
	margin: 0 auto;
	border: 0px solid red;
	background: url('style_res/shares.png') no-repeat;
	opacity: .8;
	filter: Alpha(opacity=80);
	vertical-align: top;
}
.shares li a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.shares li.i1 a {
	background-position: -10px -5px;
}
.shares li.i2 a {
	background-position: -57px -5px;
}
.shares li.i3 a {
	background-position: -104px -5px;
}
.shares li.i4 a {
	background-position: -151px -5px;
}
.shares li.i5 a {
	background-position: -198px -5px;
}
.shares li.i6 a {
	background-position: -8px -5px;
}
.shares li span {
	display: block;
	font-size: 13px;
	color: #fff;
}
.shares li .con {
	display: none;
	position: absolute;
	bottom: 70px;
	left: 50%;
	z-index: 100;
	margin-left: -51px;
	width: 100px;
}
.shares li .con img {
	width: 90px;
	height: 90px;
	vertical-align: top;
	background: #fff;
}
.shares li .con span {
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
/**
 * 特殊页面
 */
/*二级页面*/

/*列表页*/
/*banner*/
.mbanner .focus .focus-title-bar {/* bottom:40px; *//* left: 50%; *//* margin-left: -600px; */
}
.mbanner .focus .focus-title-bg {
	width: 100%;
	height: 100%;
	
	opacity: 0.4;
	filter: alpha(opacity=60);
}
.mbanner .focus .focus-pagination {
	position: absolute;
	right: 0;
	left: 0px;
	bottom: 12px;
	z-index: 60;
	text-align: center;
}
.mbanner .focus .focus-page {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #ccc;
	margin: 0 4px;
}
.mbanner .focus .focus-page-active {
	background: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mbanner .focus .focus-navigation {
	width: 38px;
	height: 70px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(style_res/slide_next.png) no-repeat;
	text-indent: -999em;
}
.mbanner .focus .focus-navigation:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mbanner .focus .focus-navigation:active {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mbanner .focus .focus-prev {
	left: 20px;
}
.mbanner .focus .focus-next {
	right: 20px;
	background-position: right top
}
/*组织机构*/
.org .part_xy {
}
.org .part_xy .item {
	display: none;
}
.org .part_xy .item.selected {
	display: block;
}
.org .part_xy .item h3 {
	display: none;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	color: #6fa9a2;
	border-bottom: 1px solid #cecece;
	background: url('http://msx.jssnu.edu.cn/page/main379/images/icon_dott2.gif') no-repeat left center;
}
.org .part_xy .sub-box {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.org .part_xy .sub-list {
	margin-right: 0px;
}
.org .part_xy .sub-list .sub-item {
	float: left;
	width: 25%;
	background: url(style_res/graw_arrow_srw.png) no-repeat left center;
}
.org .part_xy .sub-list .sub-item a {
	line-height: 40px;
	padding-left: 10px;
	font-size: 15px;
}
.org .part_xy .sub-img {
	display: none;
	float: right;
	margin-top: 15px;
	margin-left: -250px;
	width: 240px;
	min-height: 80px;
}
/*角色*/
.role .part_xy {
}
.role .part_xy .item {
	margin-bottom: 10px;
	display: none;
}
.role .part_xy .item.selected {
	display: block;
}
.role .part_xy .item h3 {
	display: none;
	line-height: 46px;
	padding-left: 0px;
	font-size: 20px;
	font-weight: bolder;
	color: #068358;
	border-bottom: 1px solid #f1f1f1;
	background: none;
}
.role .part_xy .sub-list {
	margin-top: 15px;
}
.role .part_xy .sub-list .sub-item {
	padding-top: 10px;
	padding-bottom: 5px;
	width: auto;
	border-bottom: 1px solid #f1f1f1;
	word-wrap: break-word;
	word-break: normal;
}
.role .part_xy .sub-list .sub-item a {
	line-height: 35px;
	font-size: 15px;
	white-space: nowrap;
	font-weight: bolder;/* color: #068358; */
}
.role .part_xy .sub-list .sub-list {
	margin-top: 10px;
	margin-left: 40px;
}
.role .part_xy .sub-list .sub-list .sub-item {
	padding-bottom: 5px;
	padding-top: 0px;
	float: left;
	margin-right: 50px;
	border-bottom: 0px solid #f1f1f1;
}
.role .part_xy .sub-list .sub-list .sub-item a {
	line-height: 35px;
	font-size: 15px;
	white-space: nowrap;
	font-weight: normal;/* color: #333; */
}
.icon_lists {
	width: 100% !important;
}
.icon_lists li {
	float: left;
	width: 90px;
	height: 80px;
	text-align: center;
	list-style: none !important;
}
.icon_lists .icon {
	font-size: 32px;
	line-height: 45px;
	margin: 10px auto;
	color: #333;
	-webkit-transition: font-size 0.25s ease-out 0s;
	-moz-transition: font-size 0.25s ease-out 0s;
	transition: font-size 0.25s ease-out 0s;
}
.icon_lists .icon:hover {
	font-size: 60px;
}
/*移动端*/
.head .menu-switch {
	display: none;
	width: 34px;
	height: 30px;
	background: #c51a14 url(style_res/menu.png) no-repeat 50%;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
	z-index: 400;
}
.head .menu-switch:hover {
	background-color: #c16462;
}
/**aside-menu**/
body.wp-view {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.wp-drawer {
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;/* display:none; */
}
.wp-drawer.wp-drawer-active {
	left: 0;
}
.wp-drawer-inner {
	max-width: 240px;
	height: 100%;
	background: #414141;
	overflow: auto;
	position: fixed;
	margin-left: -100%;
	left: 0;
	right: 80px;
	top: 0;
	bottom: 0;
	-webkit-transition: left 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 10000;
}
.wp-drawer-inner.wp-drawer-active {
	margin-left: 0px;
}
.wp-drawer .drawer-menu h3 {
	padding: 10px;
	font-weight: normal;
	color: #777;
	font-size: 16px;
	margin-top: 0;
	border-top: 1px solid rgba(0,0,0,.3);
	background: #333;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
}
.wp-drawer .drawer-menu ul li {
	position: relative;
}
.wp-drawer .drawer-menu ul li .menu-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 41px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 15px;
	background: url(style_res/menu-arrow.png) no-repeat 22px -21px;
}
.wp-drawer .drawer-menu ul li .menu-arrow-open {
	background-position: 20px 15px;
}
.wp-drawer .drawer-menu ul li a {
	display: block;
	text-decoration: none;
	color: #EAEAEA;
	font-size: 15px;
	height: auto;
	line-height: 20px;
	padding: 10px 30px 10px 15px;
	border-top: 1px solid rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	-webkit-transition: left 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.wp-drawer .drawer-menu ul li a:hover, .wp-drawer .drawer-menu ul li a:focus {
	background-color: #242424;
	color: #fff;
	outline: 0;
}
.wp-drawer .drawer-menu ul li .sub-menu {
	display: none;
	position: relative;
	top: 0px;
	background-color: #2e2e2e;
}
.wp-drawer .drawer-menu ul li .sub-menu li a {
	padding-left: 30px;
}
.wp-drawer .drawer-menu ul li .sub-menu .sub-menu {
	background-color: #333
}
.wp-drawer .drawer-menu ul li .sub-menu .sub-menu li a {
	padding-left: 45px;
}


.selected2,.parent2 {background: #ba2f34 !important;
    color: #fff !important;
}
.selected3,.parent3 {background: #ba2f34 !important;
    color: #fff !important;
}




















