a,a:hover{
	text-decoration: none;
}
img,a{
	border: none;
}
ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
body{
	font-family:"微软雅黑","黑体","STHeiti","Microsoft YaHei";
	font-size: 16px;
	color: #000;
	width: 100%;
	overflow-x: hidden; 
}
.clear{
	clear: both;
}
.header{
	width:100%;
	position: fixed;
	background: #fff;
	z-index: 99999;
}
.header>.container{
	padding:15px 0px;
}
/*左侧logo*/
.header .left{
	width: 60%;
	float: left;
}
.header .left a img{
	height: 80px;
}

/*导航*/

.header .menu{
	background: #c39d62;
}


.btn-all{
	text-align: right;
	font-size: 12px;
	opacity: 0.8;
	width: 360px;
	float: right;
}
.en{
	display: block;
	padding-right: 0px;
	line-height: 26px;
	font-size: 16px;
	text-align: right;
	margin-bottom: 10px;
}
.en span{
	width: 86px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
}
.en a{
	color: #4A4A4A;
}
.f-search{
	color: #c39d62;
	padding:5px 5px;
	display: block;
	background: #eeeeee;
}
.f-search input[type="text"]{
    width:310px;
    height:24px;
	display: inline;
	background: none;
	border: 0px;
	transition: all 0.5s;
}
.f-search button{
    width:34px;
    height:24px;
    background:none;
    text-align:center;
    color:#fff;
	line-height: 24px;
	display: inline;
	border: none;
}
.f-search i{
	font-size:14px;
	color: #c39d62;
}


/*轮番图*/


.main{
	width: 100%;
	/* padding:50px 0px; */
	padding-top: 20px;
	padding-bottom: 50px;
}
.lm-title{
	width: 100%;
	line-height: 64px;
	color: #c39d62;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.lm-en{
	color: #d2d2d2;
}
.more{
	width: 20%;
	text-align: right;
	float: right;
	margin-top: -42px;
}
.more a{
	color: #c39d62;
	font-size: 14px;
}

/*学院新闻*/
.news-main{
	margin-top: 30px;
}
.news-item{
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.news-item:hover{
	box-shadow: 0 0 20px #a1a1a1;
	-webkit-box-shadow:0 0 20px #a1a1a1;
	-o-box-shadow:0 0 20px #a1a1a1;
	-moz-box-shadow:0 0 20px #a1a1a1;
}
.news-img{
	overflow: hidden;
}
.news-img,.news-img img{
	width: 100%;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.news-img img:hover{
	/* transform: scale(1.5); */
}
.news-title{
	line-height: 24px;
	height: 48px;
	margin-top: 15px;
	display: block;
	overflow: hidden;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
.news-title a{
	color: #000;
}
.news-title a:hover{
	color: #c39d62;
}
.news-date{
	font-size: 14px;
	width: 100%;
	text-align: left;
	padding: 15px;
	padding-bottom: 0px;
	color: #a6a6a6;
}
.news-date i{
	color: #c39d62;
}
.news-con{
	font-size: 14px;
	color: #a6a6a6;
	line-height: 20px;
	height: 40px;
	margin-top: 15px;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}
.news-more{
	width: 150px;
	position: relative;
	margin-top: 50px;
	border: 1px dotted #c39d62;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	left: 50%;
	margin-left: -75px;
}
.news-more a{
	width: 100%;
	color: #c39d62;
	display: block;
	line-height: 48px;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.news-more:hover{
	background: #c39d62;
}
.news-more:hover  a{
	color: #fff;
}

/*通知公告、信息公开*/
.notice-open{
	background: #f6f6f6;
	margin-top: 60px;
	padding:30px 0px;
}
.notice-open .col-md-6:first-child{
	padding-right: 30px;
}
.notice-open .col-md-6:last-child{
	padding-left: 30px;
}
.notice-open .lm-title{
	text-align: left;
}
.notice,.open{
	width: 100%;
}
.notice-main{
	width: 100%;
	border:1px solid #c39d62;
	background: #fff;
	padding:30px;
	float: left;
}
.notice-item{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	float: left;
	margin-top: 15px;
	padding-bottom: 10px;
}
.notice-item:first-child{
	margin-top: 0px;
}
.notice-item:last-child{
	border-bottom: 0px;
}
.notice-item-title{
	line-height: 24px;
	max-height: 64px;
	padding-top: 8px;
	padding-bottom: 8px;
    overflow: hidden;
	width: 80%;
	float: left;
	text-align: justify;
}
.notice-item-title a{
	color: #000;
}
.notice-item-title a:hover{
	color: #c39d62;
}
.notice-item-date{
	width: 20%;
	float: left;
	text-align: center;
	color: #c39d62;
}
.notice-day{
	font-size: 40px;
	/* font-weight: bold; */
}
.notice-month{
	font-size: 12px;
	margin-top: -10px;
}
.open-item{
	width: 100%;
	line-height: 72px;
	background: #fff;
	float: left;
	margin-bottom: 20px;
	padding:7px 30px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.open-item:hover{
	background: #c39d62;
}
.open-title{
	width: 80%;
	float: left;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.open-title a{
	color: #000;
}
.open-date{
	color: #c39d62;
	width: 20%;
	float: left;
	text-align: right;
}
.open-item:hover .open-title a,.open-item:hover .open-date{
	color: #fff;
}

/*党建思政*/
.djsz{
	width: 100%;
	margin-top: 50px;
}
.djsz-bt,.djsz-img{
	width: 100%;
}
.djsz-img img{
	width: 100%;
}
.djsz-title{
	position: relative;
	left: 30px;
	top: -100px;
	color: #c39d62;
	font-size: 48px;
}
.hasMoreTab{ width:100%; margin-top:30px;}
.hasMoreTab .hd{ line-height:56px; height:56px; position:relative; padding-right:10px;  }
.hasMoreTab .hd .more{ float:right; margin-top: 0px;}
.hasMoreTab .hd .more a{ color: #c39d62;}
.hasMoreTab .hd ul{ z-index:5; position:absolute; height:56px;  overflow:hidden; zoom:1; font-size:18px;}
.hasMoreTab .hd li{ float:left;  padding:0 25px; cursor:pointer; margin-left:5px; background:#c49d62;color:#fff;}
.hasMoreTab .hd li:first-child{ margin-left:0px;}
.hasMoreTab .hd li.on{height:56px; line-height:56px; background:#be0000;color:#fff;  }
.hasMoreTab .bd{  padding:30px; clear:both; position:relative; border:1px solid #c4c1c1;}
.hasMoreTab .bd h2{ font-size:14px; }
.hasMoreTab .bd p{ color:#999;  }
.hasMoreTab .bd p a{ color:#c00;  }
.hasMoreTab .bd ul a{ color:#3E78B3;}
.gzdt-item img{
	width: 100%;
}
.gzdt-item-title{
	width: 100%;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-top: 15px;
	text-align: justify;
}
.gzdt-item-title a{
	color: #000;
}
.gzdt-item-title a:hover{
	color: #be0000;
}
.xxyd,.llxx{
	margin-top: 20px;
}
.xxyd-item{
	height: 72px;
	padding:12px 30px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	float: left;
	border:1px solid #D8D8D8;
	margin-bottom: 15px;
	width: 100%;
}
.xxyd .col-md-6:nth-child(5) .xxyd-item,.xxyd .col-md-6:nth-child(5) .xxyd-item{
	margin-bottom: 0px;
}
.xxyd-item:hover{
	background: #be0000;
}
.xxyd-item-title{
	width: 80%;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	float: left;
	text-align: justify;
}
.xxyd-item-title a{
	color: #000;
}
.xxyd-item:hover .xxyd-item-title a,.xxyd-item:hover .xxyd-item-date{
	color: #fff;
}
.xxyd-item-date{
	width: 20%;
	float: left;
	text-align: right;
	line-height: 42px;
}

/*作品集萃*/
.zpjc{
	width: 100%;
	margin-top: 50px;
	background: url("../images/zp-bg.jpg") no-repeat right;
	background-size: 100% auto;
	padding:50px 0px;
}
.zpjc-main{
	margin-top: 30px;
}
.rvc{			
	max-width: 100.1%;
	position: relative;
	margin: auto;
	margin-top: 30px;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	overflow: hidden;
	position: relative;
}
.rvc .rvc-wrapper ul li{
	float: left;
	overflow: hidden;
}
.rvc .rvc-wrapper ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	background: #ac946e;
	padding:15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	color: #fff;
}
.rvc .rvc-wrapper ul li a .img-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
	overflow: hidden;
	height: 300px;
}
.rvc .rvc-wrapper ul li a .img-wrapper img{
	
}
.rvc .rvc-wrapper .zc{
	color: #fff;
	line-height: 24px;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	width: 100%;
	text-align: center;
	
}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	margin-top: -40px;
}
.rvc-prv{						
	left: 0;			
}
.rvc-next{			
	right: 0;
}
.img-wrapper{
	overflow: hidden;
}
.img-wrapper,.img-wrapper img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.img-wrapper img:hover{
	/* transform: scale(1.5); */
}
.zpjc-item-title{
	width: 100%;
	text-align: center;
	line-height: 42px;
}
.zpjc-item-title a{
	color: #fff;
}

/*展览预告*/
.zlyg{
	margin-top: 50px;
}
.zpmenu{margin-top:20px;display:inline;overflow:hidden;}
.zpmenu dl{width:100%;float:left;}
.zpmenu dt{float:left; width: 19%;background: #c39d62; margin-left: 1%;padding:15px;}
.zpmenu dt img{display:block;float:left;cursor:pointer; width:100%;}
.zpmenu dd{position:relative;width:19.5%;display:block;float:left;overflow:hidden; color: #fff; background: #c39d62;}
div.zpmenu dl#slider2 dd div.zpinfor{padding:20px 20px 20px 20px;display:inline;float:left;overflow:hidden; width: 100%}
.zpmenu .yc-title{width:100%;font-size:20px; margin-top: 30px; line-height: 24px; height: 48px; overflow: hidden;}
.zpmenu .yc-title a{color: #fff; font-weight: bold;}
.zpmenu .yc-con{padding:20px 0px;margin-top: 15px;}
.zpmenu .yc-con div{line-height: 32px}
.zpmenu .ckxq-btn{width: 100px; text-align: center; background: #fff; line-height: 42px; margin-top: 20px;}
.zpmenu .ckxq-btn a{color: #c39d62; width: 100%; display: block;}
.yy,.yy img{width: 100%;margin-top: -20px;}
.mobile{
	display: none;
}

.footer{
	width: 100%;
	background:#4f4f4f;
	padding-top: 50px;
}
.link1,.link2{
	
}
.footer-title{
	font-size: 24px;
	color: #fff;
}
.footer-menu,.footer-menu2,.footer-menu3{
	margin-top: 15px;
}
.link2,.link3{
}
.footer-menu li{
	line-height: 32px;
	width:100%;
	color: #fff;
}
.footer-menu2 li{
	width: 50%;
	float: left;
	text-align: left;
	color: #fff;
	line-height: 32px;
}
.footer-menu2 li div{
	padding-left: 25px;
}
.footer-menu3 li{
	width: 33.3%;
	float: left;
	line-height: 32px;
}
.footer-menu3 li a{
	color: #fff;
}
.bqinfo{
	width: 100%;
	background:#3d3d3d;
	line-height: 32px;
	text-align: center;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
}

@media(min-width:1600px){
	.header .container,.nav>.container,.main>.container,.notice-open>.container,.djsz>.container,.zpjc>.container,.zlyg>.container,.footer>.container{
		width: 80%;
	}
}
@media(max-width:1599px){
	.header .container,.nav>.container,.main>.container,.notice-open>.container,.djsz>.container,.zpjc>.container,.zlyg>.container,.footer>.container{
		width: 95%;
	}
}
@media(max-width:1440px){
	body{
		font-size: 14px;
	}
	
	.header .left a img{
		height: 72px;
	}
	.f-search{
		padding:2px;
	}
	.zpjc{
		background-size:auto 100%;
	}
	.rvc .rvc-wrapper ul li a .img-wrapper{
		height: 240px;
	}
}
@media(max-width:1280px){
	body{
		font-size: 14px;
	}
	.header .left a img{
		height: 56px;
	}
	#slider .banner-title{bottom: 48px;}
	#slider .banner-title a{ font-size: 26px;}
	.lm-title{
		font-size: 18px;
	}
	.notice-main{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.xxyd,.llxx{
		margin-top: 0px;
	}
	.zpjc{
		background-size: auto 100%;
		padding:30px 0px;
		padding-bottom: 50px;
	}
	.zpmenu .yc-title{
		font-size: 18px;
	}
	div.zpmenu dl#slider2 dd div.zpinfor{padding:0px;}
	.zpmenu .yc-con{padding:0px; margin-top: 10px;}
	.zpmenu .ckxq-btn{margin-top: 20px;}
}
@media(max-width:1024px){
	.header .container,.nav>.container,.main>.container,.footer>.container,.bsh-kxyj>.container,.tdcy>.container,.links>.container{
		width: 100%;
	}
	#slider .banner-title{bottom: 28px;}
	#slider .banner-title a{ font-size: 24px;}
	.footer{
		background-size: auto 100%;
	}
	.open-title{
		width: 75%;
	}
	.open-date{
		width: 25%;
	}
	.xxyd-item{
		padding:5px 15px;
		height: 52px;
	}
	.xxyd-item-title{
		width: 75%;
		height: 42px;
		line-height: 42px;
	}
	.xxyd-item-date{
		width: 25%;
		text-align: right;
		line-height: 42px;
	}
	.hasMoreTab .hd{ line-height:42px; height:42px;}
	.hasMoreTab .hd ul{ height:42px;}
	.hasMoreTab .hd li.on{ line-height:42px; height:42px;}
	.zpjc{
		background-size: auto 100%;
		padding:15px 0px;
		padding-bottom: 50px;
	}
	.zpmenu dd{
		padding-top: 0px;
	}
	.zpmenu dt{padding:8px;}
	.zpmenu .yc-title{
		font-size: 14px;
		line-height: 20px;
	}
	.zpmenu .yc-con{
		font-size: 12px;
		margin-top: 0px;
	}
	.zpmenu .ckxq-btn{
		height: 32px;
		line-height: 32px;
	}
	.zpmenu .yc-con div{line-height: 20px}
}
@media screen and (max-width: 992px){
	.header{
		position: absolute;
	}
	.header>.container{
		padding-bottom: 15px;
	}
	.banner{
		margin-top: 42px;
	}
	.btn-all{
		text-align: right;
		font-size: 12px;
		opacity: 0.8;
		width: 300px;
		float: right;
		margin-right: 15px;
	}
	.en{
		display: block;
		padding-right: 0px;
		line-height: 26px;
		font-size: 14px;
		text-align: right;
		margin-bottom: 10px;
	}
	.en span{
		width: 72px;
		line-height: 26px;
		text-align: center;
		display: inline-block;
	}
	.en a{
		color: #4A4A4A;
	}
	.f-search{
		color: #c39d62;
		padding:5px 5px;
		display: block;
		background: #eeeeee;
	}
	.f-search input[type="text"]{
		width:140px;
		height:24px;
		display: inline;
		background: none;
		border: 0px;
		transition: all 0.5s;
	}
	.f-search button{
		width:34px;
		height:24px;
		background:none;
		text-align:center;
		color:#fff;
		line-height: 24px;
		display: inline;
		border: none;
	}
	.notice-open .col-md-6:first-child{
		padding-right: 15px;
	}
	.notice-open .col-md-6:last-child{
		padding-left: 15px;
	}
	.open{
		padding-left: 0px;
		margin-top: 30px;
	}
	.hasMoreTab .hd li{padding:0 15px;}
	.zpmenu dt{width: 49%;}
	.zpmenu dd{width:49.5%;}
	.mobile{
		display: block;
	}
	.pc{
		display: none;
	}
	.yc-img{
		width: 100%;
		float: left;
		background:#ae956f;
		padding: 15px;
	}
	.yc-main{
		width:100%;
		float: left;
		padding: 15px;
		color: #fff;
		background:#ae956f;
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.yc-img img{
		width: 100%;
	}
	.yc-item{
		padding:0px 15px;
		float: left;
		width: 50%;
		margin-top: 15px;
	}
         .main{
	
                margin-top: 200px;
	}
	
}
@media(max-width:767px){
	
	.header .left a img{
		height: 48px;
		margin-left: 10px;
		margin-top: -40px;
		margin-bottom: 15px;
	}
	#slider .banner-title{
		display: none;
	}
	.notice-main{
		padding:15px;
	}
	.notice-item-title{
		width: 70%;
	}
	.notice-item-date{
		width: 30%;
	}
	.open-item{
		padding:15px;
		line-height: 42px;
	}
	.djsz-title{
		top:-24px;
		left: 5px;
		font-size: 16px;
	}
	.hasMoreTab .hd{ line-height:20px; height:48px; position:relative; padding-right:10px;  }
	.hasMoreTab .hd .more{ float:right; margin-top: 0px;}
	.hasMoreTab .hd .more a{ color: #c39d62;}
	.hasMoreTab .hd ul{ z-index:5; position:absolute; height:48px;  overflow:hidden; zoom:1; font-size:14px;}
	.hasMoreTab .hd li{ float:left;  padding:0 5px; width: 56px; cursor:pointer; margin-left:1px; background:#c49d62;color:#fff; text-align: center;}
	.hasMoreTab .hd li:first-child{ margin-left:0px;}
	.hasMoreTab .hd li.on{height:40px; line-height:20px; padding-bottom: 0px;}
	.hasMoreTab .bd{  padding:15px;margin-top: -5px;}
	.xxyd,.llxx{
		padding:15px;
	}
	.xxyd .col-md-6:nth-child(5) .xxyd-item{
		margin-bottom: 15px;
	}
	.xxyd-item-date{
		font-size: 12px;
	}
	.gzdt-item{
		padding:15px 8px;
	}
	.lm-en{
		font-size: 12px;
	}
	.yc-item{
		width: 100%;
		background: #ae956f;
	}
	.yc-img{
		width: 50%;
		float: left;
	}
	.yc-main{
		width:50%;
		float: left;
	}
	.main{
		/* padding-top: 30px; */
		padding-bottom: 30px;
                margin-top: 180px;
	}
	.news-more{
		margin-top: 10px;
	}
	.footer-title{
		font-size: 18px;
		font-weight: bold;
	}
	.link2,.link3{
		margin-top: 30px;
	}
	.footer-menu2 li,.footer-menu li,.footer-menu3 li{
		line-height: 24px;
	}

       .links>.container{
         margin-top: 117px;
         }
  
}
@media(max-width:375px){
	.header .left a img{
		height: 32px;
	}
	.open-title{
		width: 68%;
	}
	.open-date{
		width: 32%;
	}
	.hasMoreTab .hd li{ float:left;  padding:0 5px; width: 52px;}
	.hasMoreTab .bd{  padding:0px;}
	.xxyd-item-title{
		width: 68%;
	}
	.xxyd-item-date{
		width: 32%;
	}
}

/*返回顶部*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0,0,0, 0.6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    z-index: 999999999999;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*banner*/
.banner{
	padding-top:0px;
	width: 100%;
}