@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;
}

/* 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;
}

.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,


a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #b6903b;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.inner {
	/**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
}






/*学院新闻*/

/*头部*/
#header {
	width: 100%;
	height: 170px;
	background: url(img/topbg.png) no-repeat 0px 0px;
}

#header .inner {
	position: relative;
}

.logo {
	float: left;
	margin-top: 11px;
}

.logo-l {
	margin: 14px 0;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.logo-rt {
	float: right;
	margin-top: 33px;
}

.logo-rt .sf {
	color: #666666;
	padding-left: 7px;
}


.logo-rt .sf a {
	color: #666666;
	display: inline-block;
	font-size: 14px;
}
.ss {
	width: 220px;
	height: 32px;
	cursor: pointer;
	position: relative;
	float: left;
	/* background: url(img/sebox.png) no-repeat 0px 0px; */
	border-radius: 25px;
	margin: 13px 0px;
	border: 1px solid #b5a37d;
}

.ss .inp {
	border: none;
	height: 32px;
	outline: none;
	color: #666;
	text-indent: 15px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 6px;
	right: 10px;
	width: 20px;
	height: 20px;
	outline: none;
	background: url(img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #666;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #666;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #666;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #666;
}




/*导航*/
#nav {
	background-color: #b6903b;
}
.navList>li {
	float: left;
	width: 9.09%;
	position: relative;
	line-height: 50px;
}

.navList li a {
	display: block;
	text-align: center;
	height: 100%;
	font-size: 18px;
	color: #fff;
}

.navList li>a {
	/* background: url(images/nav_li_bg.png) 90% center no-repeat; */
}

.navList li a:hover {
	/* background: url(images/nav_li_bgh.png) 90% center no-repeat #1C6EB8; */
	/* color: #FFFFFF; */
}

.navList .subnav {
	z-index: 100;
	position: absolute;
	display: none;
	top: 50px;
	width: 100%;
}

.li6 .subnav {
	width: 100%;
	margin-left: 0;
}

.navList .subnav li {
	background: rgb(182,144,56,0.7);
}

.navList .subnav a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
}
.navList li:hover .subnav{
	display: block;
}
.navList .subnav:hover li a{
	
}
.navList .subnav li:hover  a{
	color: #FFFFFF;
	background: #b6903b;
}



/* gg */

/*大图*/
#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: 100%;
	position: absolute;
	/* left: 50%; */
	/* margin-left: -600px; */
	bottom: 65px;
	z-index: 999;
	text-align: center;
}

#dt .dtxt a {
	/* background: rgba(0, 33, 76, 0.8); */
	color: #b6903b;
	font-size: 36px;
	/* padding: 0 30px; */
	/* line-height: 36px; */
	/* display: block; */
	/* float: left; */
	letter-spacing: 3px;
	font-weight: bold;
	-webkit-text-stroke: 1px #fff;
}

.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%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 50px;
	width:50px;
	margin-top: -30px;
}

.slide_nav:active {
	opacity: 1.0;
}

.slide_nav.prev {
	left: 0;
	background: url(img/ban_l.png) no-repeat center center;
}

.slide_nav.next {
	right: 0;
	background: url(img/ban_r.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 15px;
	/* right: 50%; */
	z-index: 100;
	text-align: center;
	width: 100%;
}

.slide2_tabs {
	position: absolute;
	right: 10px;
	bottom: 15px;
	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;
	background: #FFFFFF;
	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:#b6903b;
}

.slide li .bt {
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	/* font-weight: bold; */
	line-height: 45px;
	background: url(img/newbg.png) no-repeat 0px 0px;
	width: 100%;
	text-indent: 10px;
	height: 45px;
}


/*公共*/
.banner {
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccd0d2;
}

.banner .title {
	float: left;
	width: 130px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	background: url(img/lmbg.png) no-repeat center;
}

.more-btn {
	float: right;
	display: block;
	text-align: center;
}

.news-list .news {
	overflow: hidden;
	display: block;
	line-height: 39px;
	font-size: 14px;
	margin-bottom: 10px;
	background: url(img/dian.png) left center no-repeat;
	border-bottom: 1px dashed   #bfbfbf;
	text-indent: 10px;
}

.news-title {
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	font-size: 14px;

}

.news-date {
	display: none;
	float: right;
	font-size: 16px;
	text-align: right;
	color: #888;
}
.gg{
	float: left;
	width: 290px;
}
/*中间*/
#mod1,#mod2,#mod3,#mod4{
	margin-top: 30px;
}
#mod1 .mod12{
	width: 590px;
	margin: 0px 15px;
}
#mod1 .mod12 .slide img{height: 337px;}
#mod1 .mod13 .news-title{width: 77%;}
#mod1 .mod13 .tzdate{
	font-size: 14px;
	color: #9a7219;
	display: inline-block;
	float: left;
}
#mod2{margin-top: 20px;}
/* mod3 */
.kyan{
	margin: 0px 13px;
}
.jxue{
	margin-left: 13px;
}
/* mod4 */
.ksbox{
	width: 590px;
	margin: 0px 15px;
}
.kstit{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;
	background: url(img/ks.png) no-repeat center;
}
.ksbg{
	background: url(img/ksbg.png) no-repeat 0px 0px;background-size: cover;
}
.ksbox ul{
	margin: 0px -5px;
	padding: 10px 10px 0px 10px;
	box-sizing: border-box;
	
}
.ksbox ul li{
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.ksbox ul li img{width: 100%;}
.ksbox ul li a{
	display: block;
	margin: 0px 5px;
}

/* foot */
#foot{
	border-top: 5px solid #b6903b;
	background: #eeeeee;
	margin-top: 40px;
	text-align: center;
	padding: 25px 0px;
}
.yqlj{
	display: inline-block;
}
.yqlj .yqbt{
	float: left;
	line-height: 35px;
}
.yqlj select{
	float: left;
	width: 180px;
	height: 35px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0px 10px;
	outline: none;
	border: none;
	display: block;
	font-size: 14px;
	margin-left: 20px;
	border: 1px solid #b6903b;
	background: url(img/jx.png) no-repeat right 10px center;
}
.bq{
	font-size: 14px;
	line-height: 30px;
}
/*list*/
.listcon {
	/* overflow: hidden; */
	margin-top: 30px;
}

.conleft {
	width: 250px;
	float: left;
	position: relative;
	/* z-index: 999; */
}

.conleft .yj {
	height: 80px;
	font-size: 23px;
	color: #FFFFFF;
	text-align: center;
	line-height: 80px;
	letter-spacing: 2px;
	background: #b6903b url(img/lmbg2.jpg) no-repeat right center;
}
.conleft ul{
 background: #f0f0f0;
 overflow: hidden;
}
.conleft ul li{
 height: 55px;
 line-height: 55px;
 text-align: center;
 border-bottom: 1px solid #dddddd;
}
.conleft ul li a{
 color: #333333;
 font-size: 16px;
}
.conleft .active{
 background: #b08a39;
}
.conleft .active a{
 color: #FFFFFF;
}
.conright {
	float: right;
	width: 920px;
	margin: 13px 0px 30px;
}

.ritop {
	/* margin-bottom: 30px; */
	/* overflow: hidden; */
	height: 45px;
	border-bottom: 2px solid #dde8ee;
}

.ritop .ggtop {
	float: left;
	border-bottom: none
}

.ritop .lm {
	font-size: 18px;
	color: #b6903b;
	font-weight: bold;
	float: left;
	line-height: 40px;
}

.dq {
	float: right;
	color: #888888;
	line-height: 35px;
	text-indent: 20px;
	background: url(img/dq.png) no-repeat 0px center;
	font-size: 14px;
}

.dq a {
	font-size: 14px;
	color: #888888;
}

.dq a:hover {
	color: #b6903b;
}

.conright .listul li {
	height: 50px;
	text-indent: 15px;
	color: #333333;
	line-height: 50px;
	border-bottom: 1px dashed #c1b4b4;
}

.conright .listul {
	/* padding: 0px 10px; */
	/* box-sizing: border-box; */
}

.conright .listul li a {
	font-size: 16px;
	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: 15px;
}

.conright .listul li .bt {
	font-size: 15px;
}

.conright .listul li:hover a {
	color: #b6903b;
}

.conright .listul li:hover .sj {
	color: #b6903b;
}


.fan {
	margin: 30px 0px 0px 0px;
	text-align: center;
}

.nt img {
	width: 100%;
}

/*文章页*/
/* 内容页 */

.article {
	/* padding: 0px 15px; */
}

.article .arti-title {
	text-align: center;
	font-size: 24px;
	line-height: 35px;
	margin-top: 30px;
	/* color: #006db8; */
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #b6c9e5;
}

.article .arti_metas span {
	color: #999999;
	font-size: 14px;
	text-indent: 10px;
	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: #b6903b;
}

.article .read img {
	/**文章阅读部分图片大小限制**/
	max-width: 800px;
	_width: expression(this.width > 800 ? "800px" : this.width);
	max-width: 100%;
	display: block;
	margin: 0px auto;
	height: auto;
}
