@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,
table,
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;
}
video{width:100%}
/* 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,


a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #a50905;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1400px;
	margin: 0 auto;
}


/*学院新闻*/

/*头部*/
.het img{width: 100%;}
#header {
	width: 100%;
	/* height: 175px; */
	position: relative;
}
.logo {
	position: relative;	
}

.logo-l {
	float: left;
	margin: 10px 0px;
}

.logo img {
	max-width: 100%;
	height: auto;
}
.logo-r{
	float: right;
	width: 67%;
	margin-top: 15px;
}

.ss {
    width: 250px;
    height: 40px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    border:1px solid #E7E7E7;
    margin-top: 17px;
    float: right;
    /* margin-right:20px; */
}

.ss .inp {
	border: none;
	height: 40px;
	outline: none;
	color: #666;
	text-indent: 10px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 40px;
	height: 38px;
	outline: none;
	border-radius: 6px;
	background:  url(../img/search.png) no-repeat center ;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {

	color: #666;
}

input:-moz-placeholder {
	
	color: #666;
}

input:-ms-input-placeholder {

	color: #666;
}




/*导航*/
.nav {width: 100%;background: #a50905;}


.navList>li {
	float: left;
	width: 11.1%;
	position: relative;
}

.navList li a {
	display: block;
	text-align: center;
	height: 100%;
	font-size: 18px;
	line-height:50px;
	/* font-family: 思源宋体; */
	font-weight: bold;
	color: #fff;
	}

.navList li>a {
	
}

.navList li a:hover {
	
	/* background: rgba(0,104,183,0.6); */
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	width: 100%;
}

.navList .subnav li {
	background: rgba(0,104,183,0.6);
}

.navList .subnav a {
	background: none;
	line-height: 42px;
	font-size: 15px;
	color: #FFFFFF;
}
.navList li:hover .subnav{display: block;}



/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {
	position: fixed;
}

.navi-aside-toggle {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../img/menu-button-bg.png) no-repeat center center;
	background-size: 60% 60%;
	display: none;
}

.wp-navi-aside {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
	display: block;
}

.wp-navi-aside .aside-inner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -216px;
	z-index: 1002;
	width: 216px;
	max-width: 100%;
	background: #252525;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	background: rgba(0, 0, 0, .6);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
	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-navi-aside .navi-aside-head .navi-aside-title {
	padding: 7px 10px;
	font-weight: normal;
	color: #777;
	font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
	color: #aaa;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
	position: relative;
}

.wp-navi-aside .navi-aside-wrap li span {
	display: none;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #f6f6f6;
	font-size: 14px;
	background: url(../img/nav_li_bg.png) no-repeat center center;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}

.wp-navi-aside .navi-aside-wrap li a {
	display: block;
	text-decoration: none;
	color: #c7c7c7;
	font-size: 14px;
	line-height: 20px;
	padding: 8px 30px 8px 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);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
	background-color: #404040;
	color: #fff;
	outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
	display: none;
	background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
	padding-left: 20px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
	background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
	padding-left: 30px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
	background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
	padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
	background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
	padding-left: 50px;
}

/*大图*/
#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;
	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;
}

#dt .dtxt {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 999;
}

#dt .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: 0;
	
}

.slide_nav.next {
	right: 0;
	
}

.slide1_tabs {
	position: absolute;
	bottom: 15px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	bottom: 16px;
	z-index: 100;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	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: transparent;
}

.slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #FFFFFF;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	text-indent: 10px;
	height: 50px;
}


/* 公共样式 */
.gg{
	width: 32%;
	float: left;
}
.post .banner {
	padding-bottom: 5px;
	border-bottom: 1px solid #d6d2d2;
	text-indent: 45px;
	margin-bottom: 25px;
}
.post .banner .title {
	font-size: 27px;
	float: left;
	line-height: 40px;
	font-family: 思源宋体;
	font-weight: bold;
	color: #a50905;
	}
.post .more-btn {
	float: right;
	margin-top: 8px;
}
.tz .post .banner .title{
	background: url(../img/icon1.png) no-repeat 0px center;
}
.gh .post .banner .title{
	background: url(../img/icon2.png) no-repeat 0px center;
}
.jc .post .banner .title{
	background: url(../img/icon3.png) no-repeat 0px center;
}
.zh .post .banner .title{
	background: url(../img/icon4.png) no-repeat 0px center;
}
.fc .post .banner .title{
	background: url(../img/icon5.png) no-repeat 0px center;
}
.jg .post .banner .title{
	background: url(../img/icon6.png) no-repeat 0px center;
}
.gh,.fc{
	margin: 0px 2%;
}

/* 省略号 */
.yc{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 100%;
	display: block;
}
.yc1{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 78%;
	display: block;
	float: left;
}
/*中间*/
/* mod1 */
#mod1{
	padding: 30px 0px;
}
.newtop{
	width: 100%;
	background: url(../img/titbg.png) no-repeat  center;
	position: relative;
	margin-bottom: 30px;
}
.newbt{
	font-size: 30px;
	text-align: center;
font-family: "思源宋体";font-weight: bold;}
.newtop a{
	position: absolute;
	right: 0px;
	top: 5px;
}
.articleList01 ul {
	margin: 0 -15px;
}

.articleList01 ul li {
	width: 25%;
	float: left;
	
}
.newbox{
	background-color: #f9f9f9;
	padding: 20px 15px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	border: 1px solid #f1f1f1;
}
.articleList01 ul li a {
	display: block;
	margin: 0 15px;
	position: relative;
}

.articleList01 ul li .art-Img {
	display: block;
	height: 0;
	padding-bottom: 65%;
	overflow: hidden;
}

.articleList01 ul li .art-Img img {
	width: 100%;
	transition: all 0.3s ease;
	min-height: 240px;
}


.articleList01 ul li .art-Txt {
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
}

.articleList01 ul li .art-Txt p {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}

.articleList01 ul li a:hover .newbox {
	margin-top: -10px;
}

.articleList01 ul li .art-Date {
	font-size: 14px;
	color: #bfa3a3;
	font-weight: normal;
	background: url(../img/rl.png) no-repeat 0px center;
	text-indent: 20px;
	display: block;
	padding: 20px 0px;
}

.articleList01 ul li .art-Date span {
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
}
.articleList01 ul li .zy{
	font-size: 14px;
	color: #888888;
	height: 66px;
	line-height: 22px;
	overflow: hidden;
}
/* #mod2 */
#mod2{
	background: #f8f4f4;
	padding: 30px 0px;
}
/* tz */
.tz ul li{
	border-bottom: 1px dashed #c9c2c2;
	overflow: hidden;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.rq{
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 20px;
	color: #a50905;
	font-size: 22px;
	text-align: center;
	background:#fff;
	border-radius: 3px;
	border: 1px solid #a50905;
	padding-top: 5px;
	box-sizing: border-box;
}
.rq span{
	font-size: 12px;
	display: block;
	font-weight: normal;
	background: #a50905;
	color: #fff;
	line-height: 26px;
	margin-top: 5px;
}
.tz ul li .bt{
	line-height: 23px;
	padding-top: 5px;
}
/* gh */
.gh ul li{
	overflow: hidden;
	padding-bottom: 16px;
	/* border-bottom: 1px dashed #c9c2c2; */
}
.gh ul li img{
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 20px;
}
.g2{
	margin: 11px 0px;
}
.gh ul li .tit{
	line-height: 23px;
	padding-top: 5px;
}
.gh ul li span{
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
	display: block;
}
.tylist li{
	border-bottom: 1px dashed #c9c2c2;
	height: 62px;
	line-height: 62px;
	text-indent: 12px;
	background: url(../img/dian.png) no-repeat 0px center;
}
.tylist li span{
	font-size: 14px;
	color: #888888;
	float: right;
}
.tylist{
	margin-top: -20px;
}
/* #mod3 */
#mod3{
	padding: 30px 0px;
	background: url(../img/m3bg.png) no-repeat center;
}
.zh ul {
	margin: 0px -15px;
}
.zh ul li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.zh ul li a{
	display: block;
	margin: 0px 15px;
	position: relative;
}
.zh .z7{
	width: 100%;
}
.zh .z7 img{
	width: 100%;
}
.zh ul li img{width: 100%;}
/* footer */
#footer{
	width: 100%;
	background: #a50905;
	color: #FFFFFF;
}
.foots{
	padding: 35px 0px;
}
.yq ul li a{
	color: #FFFFFF;
}
.yq ul li{
	float: left;
	margin-top: 10px;
	width: 25%;
	text-align: left;
	margin-bottom: 10px;
	/* background: url(../img/yqsx.png) no-repeat right center; */
}
.yq{
	float: left;
	/* width: 50%; */
}
.yqbt{
	margin-bottom: 10px;
}
.lx{
	float: left;
	line-height: 25px;
	margin: 0px 11%;
}
.rwm{
	float: right;
}
.rwm span{
	display: block;
	text-align: center;
	margin-top: 5px;
}
/* .bq{
	font-size: 14px;
	text-align: center;
	padding: 20px 0px;
	box-sizing: border-box;
	border-top: 1px solid #226fcc;
} */

/*list*/
.listcon {
	margin-top: 20px;
	overflow: hidden;
}

.conleft {
	width: 300px;
	float: left;
}

.conleft .yj {
	height: 80px;
	font-size: 22px;
	color: #FFFFFF;
	text-indent: 35px;
	line-height: 80px;
	letter-spacing: 2px;
	background: #a50905  url(../img/lmbg.png) no-repeat right center;
	font-weight: bold;
}

.conleft ul {
	background: #e9edf4;
	overflow: hidden;
	border-left: 5px solid #a50905 ;
}

.conleft ul li {
	height: 60px;
	line-height: 60px;
	background: #e9edf4;
	text-indent: 35px;
	border-bottom: 1px solid #ffffff;
}

.conleft ul li a {
	color: #333333;
	font-size: 16px;
}

.conleft .active {
	background: #a50905 ;
}

.conleft .active a {
	color: #FFFFFF;
}

.conright {
	float: right;
	width: 1050px;
	margin: 29px 0px 30px;
	/* padding: 43px 20px; */
	/* box-sizing: border-box; */
}

.ritop {
	margin-bottom: 10px;
	/* overflow: hidden; */
	height: 50px;
	border-bottom: 2px solid #a50905;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 26px;
	color: #a50905;
	font-weight: bold;
	float: left;
	line-height: 40px;
	/* text-indent: 25px; */
	
}

.dq {
	float: right;
	/* color: #666666; */
	line-height: 45px;
	text-indent: 20px;
	
}

.dq a {
	font-size: 15px;
	/* color: #666666; */
}

.dq a:hover {
	color: #a50905;
}

.conright .listul li {
	height: 60px;
	text-indent: 15px;
	color: #333333;
	line-height: 60px;
	border-bottom: 1px dashed #c1b4b4;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright .listul li a {
	float: left;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	background: url(../img/dian.png) no-repeat 0px center;
}

.conright .listul li .sj {
	float: right;
	color: #888888;
	font-size: 16px;
}

.conright .listul li .bt {
	font-size: 16px;
}

.conright .listul li:hover a {
	color: #a50905;
}

.conright .listul li:hover .sj {
	color: #a50905;
}


.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}

/* .nybox{
	
} */
/*文章页*/
/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	margin-top: 30px;
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #e8e3e3;
}

.article .arti_metas span {
	color: #999999;
	font-size: 16px;
	text-indent: 22px;
	display: inline-block;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #a50905;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 800px;
	_width: expression(this.width > 800 ? "800px" : this.width);
}


.xf{
	position: fixed;
	top: 50%;
	left: 35%;
	z-index: 999;
}
.xf a{
	display: block;
	text-align: right;
	color: red;
	margin-bottom: 10px;
}


.bb{text-align: right;font-size: 15px;}
.bb a{font-size:15px;}