@charset "utf-8";

/* Base Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

.db {
	display: block !important;
}

.dn {
	display: none !important;
}

/******************************************************************************************************************************************/

/**布局开始**/

body {
	background: #fff;
}

body,
p {
	font: 15px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #3c3c3c;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
}

/*新闻列表*/
.post {}

.post .banner {
	margin: 0 auto;
	line-height: 46px;
}

.post .banner .title {
	float: left;
	display: block;
	padding-left: 15px;
	border-left: 3px solid #ba0308;
}

.post .banner .title h5 {
	line-height: 23px;
	font-size: 18px;
	font-weight: bold;
	color: #ba0308;
}

.post .banner .title h6 {
	line-height: 23px;
}

.post .more-btn {
	float: right;
	display: block;
	text-align: center;
	color: #aaaaaa;
}

.post .con {
	margin: 0 auto;
	padding-top: 20px;
}

.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 40px;
	padding-left: 15px;
	background: url(images/li_dian.png) left center no-repeat;
	border-bottom: 1px #d1d1d1 dotted;
}

.post .news-list .news .news-title {
	display: block;
	float: left;
	width: calc(100% - 50px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}

.post .news-list .news .news-date {
	display: block;
	float: right;
	font-size: 14px;
	width: 40px;
	text-align: right;
	color: #aaaaaa;
}

.post01 .con {
	overflow: hidden;
}

.post01 .con .news-list {
	width: 370px;
	float: right;
}




.post5 ul li {
	width: 224px;
	float: left;
	background: #FFFFFF;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.post5 ul li * {
	display: block;
}

.post5 ul li img:hover {
	transform: scale(1.1);
	transition: all .4s;
}

.post5 .list .li5 {
	margin-right: 0;
}

/*学院新闻*/

/*头部*/



#header {
	background: #ba0308;
	/* border-bottom: 1px solid #005197; */
}

#header .inner {
	position: relative;
}

.logo {
	position: relative;
	padding: 28px 0;
	overflow: hidden;
}

.logo img {
	max-width: 100%;
	height: auto;
	float: left;
}

.logo-r {
	float: right;
	margin: 20px 0;
}


.js {
	float: left;
	line-height: 24px;
}

.js a {
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 10px;
}

.ss {
	height: 24px;
	float: right;
}

.ssk {
	float: left;
	width: 0px;
	height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #FFFFFF;
	transition: all 1s ease .1s;
	-webkit-transition: all 1s ease .1s;
	-moz-transition: all 1s ease .1s;
	-ms-transition: all 1s ease .1s;
	-o-transition: all 1s ease .1s;
}

.ss_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/ss_btn.png) center center no-repeat;
}

.ss .active {
	width: 150px;
}

/*导航*/
#nav {
	background: #950307;
	/* border-top: 1px solid #0089ff; */
}

.nav {
	height: 42px;
}

.navList {
	width: 100%;
	overflow: hidden;
}

.navList>li {
	float: left;
	width: 11.1%;
	height: 100%;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
}

.navList li a {
	display: block;
	text-align: center;
	color: #FFFFFF;
}

.navList li a:hover {
	background: #ba0308;
	color: #FFFFFF;
}

.navList .subnav {
	z-index: 100;
	position: relative;
	display: none;
}

.navList .subnav li {
	background: rgba(149, 3, 7, 0.5);
}

.navList .subnav a {
	background: none;
	line-height: 36px;
	font-size: 14px;
	color: #FFFFFF;
}

/*汉堡包样式*/
.navBtns {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(images/menu-button-bg.png) no-repeat center center;
	background-size: 60% 60%;
	display: none;
}

/*--------------------------- welcome ----------------------------*/
.welcome {
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 200;
}

.welBox {}

.welList a {
	font: 20px/1em "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	padding: 15px 0;
}

.welList a:hover {
	color: #EF3333;
	background: #ccc;
}

.comeList {
	width: 100%;
	display: none;
}

.comeList a {
	font: 16px/1em "微软雅黑";
	display: block;
	padding: 10px 0;
}



/*大图*/
#dt .inner {
	width: 100%;
	overflow: hidden;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.slide_container {
	position: relative;
	float: left;
	width: 100%;
}

.slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}

#mod0 .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#mod0 .dtxt a {
	background: rgba(0, 33, 76, 0.8);
	color: #FFFFFF;
	font-size: 20px;
	padding: 0 30px;
	line-height: 36px;
	display: block;
	float: left;
}

.slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 65px;
	width: 34px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: 19%;
	background: url(images/datu_l.png) no-repeat center center;
}

.slide_nav.next {
	right: 19%;
	background: url(images/datu_r.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 30px;
	right: 20%;
	z-index: 100;
	text-align: center;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	border-radius: 10px;
	border: 1px solid #FFF;
	position: relative;
}

.slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #0574d0;
}


/*小图切换*/
.slideBox {
	overflow: hidden;
	position: relative;
	float: left;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -22.5px;
	bottom: 50px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.slideBox .hd ul li.on {
	background: #0077d7;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd li a {
	display: block;
}

.slideBox .bd li .qhbt {
	color: #000;
	line-height: 43px;
	font-size: 16px;
	width: 100%;
	font-weight: bold;
	text-align: center;
	background: #f2f2f2;
}

.slideBox .bd img {
	width: 550px;
	height: 367px;
	display: block;
}

/*中间*/
#mod0 .inner {
	width: 100%;
}

#mod1 {}

.mod1 {
	padding: 20px 0;
}

.mod1l {
	width: 78%;
	float: left;
	position: relative;
}

.mod1r {
	width: 20%;
	float: right;
}

.yxlj {
	font-size: 0;
	margin-top: 20px;
}

.yxlj li {
	width: 12.5%;
	display: inline-block;
	text-align: center;
}

#mod2 {
	background: #f2f2f2;
}

.mod2 {
	padding: 20px 0;
}

.mod2l {
	width: 30%;
	float: left;
}

.mod2m {
	width: 30.83%;
	float: left;
	margin-left: 38px;
}

.mod2r {
	width: 32%;
	float: right;
}

.post4 ul{ overflow: hidden;}
.post4 ul li{width: 99%;border: 1px solid #dddddd;margin-top:12px;position: relative;}
.post4 ul .l1{margin:0;}
.post4 ul li a{display: block;font-size: 16px;text-indent: 80px;line-height: 46px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}


.mod3 {
	padding: 20px 0;
}


#mod4{ background:#ba0308 ;}
.mod4{padding: 20px 0;}
.mod4 .lmbt{ line-height: 50px; color: #FFFFFF; font-size: 20px; display: block;}
.mod4 .mod4l{ overflow: hidden;}
.mod4 .mod4l a{ display: block; float: left; color: #fff; font-size: 16px; width:25%; text-indent: 60px; line-height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}


/*页脚*/
#footer {
	background: #950307;
}

#footer .inner {
	overflow: hidden;
	padding: 16px 0;
}

.foot {
	/* width: 53%; */
	/* float: left; */
	text-align: center;
}

.copyright {
	line-height: 24px;
	color: #fff;
	font-size: 14px;
}

/*列表页*/
.col {
	/* padding-top: 30px; */
	padding-bottom: 40px;
    margin-top: -53px;
    z-index: 2;
    position: relative;
}

.col-menu {
	/**列表页左侧栏目**/
	width: 20.8%;
	float: left;
	background: #FFFFFF;
}

.col-menu-head {
	/*列表头部*/
	width: 100%;
	margin: 0 auto;
}

.col-menu-head .col-name {
	/**位置栏目字体栏目名称图标**/
	color: #FFFFFF;
	background: #0066be;
	display: block;
	line-height: 70px;
	text-align: center;
	font-size: 24px;
}




/*多级栏目列表*/
#container {background: #f8f8f8; }

#listdt .inner{width: 100%;}
#listdt img {
	width: 100%;
}

.col-menu-con {
	width: 100%;
	float: right;
	background: url(images/col-menu-con-bg.png) right bottom no-repeat #eeeeee;
	min-height: 585px;
}

.col-list {}

.col-list li {}

.col-list .column-1 a {
	margin: 10px 15px 0;
	font-weight: 100;
	color: #000000;
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: url(images/list-l-li-bg.png) 80% center no-repeat rgba(246, 246, 246, 0.7);
	text-indent: 20px;
}

/**一级子栏目及图标**/

.col-list .column-1 a:hover,
.col-list .column-1 a.selected {
	color: #0064c9;
	background: url(images/list-l-li-bg-h.png) 80% center no-repeat #f6f6f6;
}

/**鼠标经过或选中一级子栏目**/
.col-list .column-1 .wp_subcolumn .column-1-1 a {
	height: 26px;
	line-height: 26px;
	font-size: 16px;
}


.col-news {
	/**列表页右侧新闻**/
	/* width: 100%; */
	background: #FFFFFF;
	min-height: 790px;
	padding: 0px 30px;
}

.col-news-head {
	margin: 0px;
	border-bottom: 1px solid #DDDDDD;
}

.col-path {
	/**当前位置**/
	display: inline-block;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	text-align: right;
	float: right;
}

.col-path a {
	color: #999999;
	font-size: 14px;
}

.col-title {
    display: inline-block;
    white-space: nowrap;
    height: 47px;
    line-height: 50px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #ba0308;
    border-bottom: 3px solid #ba0308;
    padding: 0 10px;
}

.col-news-con {
	margin: 0px;
	padding: 0;
}

.col-news-list {}

/**栏目新闻列表**/
.col-news-list .list_item {
	display: block;
	overflow: hidden;
	padding: 0 0 0 15px;
	background: url(images/li_dian.png) left center no-repeat;
	border-bottom: 1px #d1d1d1 dotted;
}

.col-news-list .list_item * {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}

.col-news-list .list_item .news-title {
	float: left;
	width: calc(100% - 80px);
}

.col-news-list .list_item .news-date {
	float: right;
	width: 80px;
}

.fenye,
.fenye table {
	margin: 0 auto;
	text-align: center;
}

/*英文列表*/


/*单片标题*/
.dpbt {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}



/*文章页*/
.infobox {
	margin: 0px auto;
	background-color: #FFF;
}

.article {
	padding: 0 20px;
}

.article h1.arti_title {
	/**文章标题**/
	font-family: Microsoft YaHei;
	text-align: center;
	/* font-weight: bold; */
	font-size: 24px;
	color: #333333;
	line-height: 50px;
}

.article .arti_metas {
	padding: 10px 0;
	text-align: center;
	background: #f4f4f4;
	font-size: 12px;
}

.article .arti_metas span {
	/**文章其他属性**/
	margin: 0 5px;
	color: #787878;
}

.article .read {
	padding-top: 20px;
}

.article .read p {
	line-height: 2;
	font-size: 14px;
	color: #333;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 940px;
	_width: expression(this.width > 940 ? "940px": this.width);
/* width: 100%; */}
.article table {
max-width:100%;
}
.mod1 a:hover,
.mod2 a:hover,
.mod3 a:hover {
	color: #FF0000 !important;
}


/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media only screen and (max-width: 1199px) {
	.wrapper .inner {
		width: 99%;
	}


	.slideBox {
		display: none;
	}
.post01 .con .news-list{width: auto;float: none;}

	.mod1l,
	.mod1r {
		width: 49%;
	}

	.yxlj li {
		width: 24.5%;
		margin-bottom: 20px;
	}

	.post5 ul li {
		width: 19.2%;
		margin-right: 1%;
	}

	.post5 ul li img {
		width: 100%;
	}

	.txt {
		bottom: 0;
		left: 0;
		width: 100%;
		line-height: 35px;
	}
}

@media only screen and (max-width: 1024px) {
	.logo-r {
		display: none;
	}
}

/* 小屏幕（平板，小于等于 768px） */
@media only screen and (max-width: 768px) {

	.navBtns {
		display: block;
	}

	.navList {}

	#nav {
		display: none;
	}

	.mod1l,
	.mod1r {
		width: 100%;
		float: none;
	}

	.mod2l,
	.mod2m,
	.mod2r {
		width: 100%;
		float: none;
	}

	.mod2m {
		margin-left: 0;
	}

	.mod3l,
	.mod3m,
	.mod3r {
		width: 100%;
		float: none;
	}

	.mod3m {
		margin-left: 0;
	}
.post5 ul li{width: 31.2%;}

	/*列表页*/
	.col-menu {
		display: none;
	}

.article .read img {width:100%; max-width: 100%; display: block !important;}

	/*文章页*/
	.read #vsb_content_2 IMG {
height: auto;
		width: 95% !important;
	}
}

@media only screen and (max-width: 700px) {}

@media only screen and (max-width: 600px) {
	.post5 ul li{width: 49%;}
	.mod4 .mod4l a{width: 33%;}
}

@media only screen and (max-width: 500px) {}

@media only screen and (max-width: 400px) {
	.mod4 .mod4l a{width: 50%;}
}

@media only screen and (max-width: 350px) {}

img.himg {
    position: absolute;
    bottom: 50px;
    left: 0px;
    display: none;
}
.post4 ul li:hover .himg{display:block;}