a,a:hover{
	text-decoration: none;
}
img,a{
	border: none;
}
ul,li{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.clear{
	clear: both;
}
.header{
	width:100%;
	
	background-color:#f2f2f21f;
	
	z-index: 99999;
}
.header>.container{
	padding:15px 0px;
}
/*左侧logo*/
.header .left{
	width: 60%;
	float: left;
}
.header .left a img{
	height: 110px;

}

/*导航*/

.header .menu{
	background-color:#85808059;
}


.btn-all{
	text-align: right;
	font-size: 12px;
	opacity: 0.8;
	width: 360px;
	float: right;
}
.en{
	display: block;
	padding-right: 0px;
	line-height: 56px;
	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: #b10000;
	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: #b10000;
}


/*轮番图*/


.main{
	width: 100%;
	/* padding:50px 0px; */
	padding-top: 20px;
	/* padding-bottom: 50px; */
	
}
.lm-title{
	width: 100%;
	line-height: 64px;
	color: #b10000;
	font-size: 32px;
	text-align: center;
	font-weight: bold;
}
.lm-en{
	color: #686161;
}
.more{
	width: 20%;
	text-align: right;
	float: right;
	margin-top: -42px;
}
.more a{
	color: #b10000;
	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: #b10000;
}
.news-date{
	font-size: 14px;
	width: 100%;
	text-align: left;
	padding: 15px;
	padding-bottom: 0px;
	color: #a6a6a6;
}
.news-date i{
	color: #b10000;
}
.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 #b10000;
	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: #b10000;
	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: #b10000;
}
.news-more:hover  a{
	color: #fff;
}

/*通知公告、信息公开*/
.notice-open{
	background: #f6f6f6;
	margin-top: 0px;
	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%;
	background: #fff;
	padding:15px 30px;
	float: left;
}

.notice-main_notice {
    width: 100%;
    background: #fff;
    padding: 20px;
    float: left;
}

.notice-item-news{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	float: left;
	padding-bottom: 10px;
}

.notice-item{
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	float: left;
	margin-top: 10px;
	/* padding-bottom: 10px; */
	padding: 15px 0;
}
.notice-open .notice-item{
	padding: 0 0 5px;
}
.notice-item:first-child{
	margin-top: 0px;
}
.notice-item:last-child{
	border-bottom: 0px;
}

.notice-item-title-main{
	
	max-height: 134px;
	padding-left: 10px;
	padding-bottom: 8px;
    overflow: hidden;
	width: 77%;
	float: left;
	text-align: justify;
}
.notice-item-title-main-desc{
	margin-top:18px;
	font-size:14px
	}

.notice-item-title-main a{
	color: #b10000;
	font-size: 18px;
	font-weight: 700;
}
.notice-item-title-main a:hover{
	color: #b10000;
}
.notice .notice-main .notice-item-title{
	width: 100%;
	margin-top: 15px;
}
.notice-1 .notice-main .notice-item-title{
	line-height: 24px;
	
	padding-top: 8px;
	padding-bottom: 8px;
    overflow: hidden;
	width: 100%;
	float: left;
	text-align: justify;
	margin-top: 0;
}
.notice-item-title a{
	color: #000;
}
.notice-item-title span{
	float: right;
	color: #8b8e8b;
}
.notice-item-title a:hover{
	color: #b10000;
}
.notice-day{
	font-size: 40px;
	/* font-weight: bold; */
}
.notice-month{
	font-size: 12px;
	margin-top: -10px;
}


.notice-item-date{
	width: 20%;
	float: left;
	text-align: center;
	color: #b10000;
	background-color: #f5f5f5;
	margin-right: 10px;
}

.notice-item-date .notice-day{
	font-size: 40px;
	/* font-weight: bold; */
	line-height:1.4
}
.notice-item-date .notice-month{
	font-size: 12px;
	margin-top: -10px;
	line-height:2.8
}

.notice-item-date img{
	width: 100%;
	float: left;
	text-align: center;
	color: #b10000;
}

.open-item {
	width: 100%;
	line-height: 72px;
	background: #fff;
	float: left;
	margin-bottom: 20px;
	padding:7px 18px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.item2{
	background: #f2f2f2;
}

.open-item  .open-item-a{
	width: 100%;
	display: flex;
	
}
.open-item:hover{
	background: #b10000;
}

.open-item .open-item-a:hover{
	background: #b10000;
}
.open-title{
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	
	line-height: 26px;
    text-align: justify;
	margin-top: 10px;
	
}
.open-title a{
	color: #000;
}
 a .open-title{
	color: #000;
}
.open-date{
	color: #b10000;
	width: 30%;
	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: #b10000;
	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: #b10000;}
.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: 10px;
	background: url("style_res/zp-bg1.png") no-repeat right bottom;
	background-size: 100% auto;
	padding:0px 0px;
}
.zpjc .lm-title{
	color: #b10000;
}
.zpjc-main{
	margin-top: 30px;
}
.rvc{			
	max-width: 100.1%;
	position: relative;
	margin: auto;
	margin-top: 30px;
	max-height: 400px;
}
.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:0px 10px;
	-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;
}
.height300{
	max-height:200px;
	}
.rvc .rvc-wrapper ul li a .img-wrapper2{
	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: 140px;
}

.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: 1.1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	padding: 10px;
}
.zpjc-item-title a{
	color: #fff;
}

/*展览预告*/
.zlyg{
	padding: 50px 0;
	/* margin-top: 50px; */
}
.zpmenu{margin-top:20px;display:inline;overflow:hidden;}
.zpmenu dl{width:100%;float:left;}
.zpmenu dt{float:left; width: 19%;background: #b10000; 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: #b10000;}
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: #b10000; 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: 102px;
	}
	.f-search{
		padding:2px;
	}
	.zpjc{
		background-size:auto 100%;
	}
	.rvc .rvc-wrapper ul li a .img-wrapper{
		height: 240px;
	}
	.rvc .rvc-wrapper ul li a .img-wrapper2{
		height: 100px;
	}
	.rvc .rvc-wrapper ul li a .img-wrapper2 img{
		width: 100%;
	}
	.height300{
		max-height:160px;}
}
@media(max-width:1280px){
	body{
		font-size: 14px;
	}
	.header .left a img{
		height: 96px;
	}
	#slider .banner-title{bottom: 48px;}
	#slider .banner-title a{ font-size: 26px;}
	.lm-title{
		font-size: 18px;
	}
	.notice-main{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.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}
}
/*首页样式*/
.common-dot-style{
	position: relative;
  }
  .common-dot-style .common-slider-words{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px;
  }
  .common-dot-style .am-control-paging{
	width: 30%;
	right: 0;
	bottom: 10px;
  }
  .common-dot-style .am-control-nav li a.am-active{
	/* background-color: #ff4019; */
	background-color: #1c64c4
  }
  .common-dot-style .am-control-nav li a{
	width: 10px;
	height: 10px;
	background-color: #999;
  }
  .common-dot-style .am-control-nav li a:hover{
	/* background-color: #ff4019; */
	background-color: #1c64c4;;
  }
  .common-title-style{
	text-align: left;
	height: 85px;
	position: relative;
	font-size: 16px;
	/* color: #963d3d; */
	color: #1c64c4;
	font-family: "Microsoft YaHei";
  }
  .common-color-red{
	color: #a80014;
  }
  .common-title-white{
	color: #fff;
  }
  .common-title-style .suffix-bg{
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 4px;
	background-size: cover;
	vertical-align: -2px;
  }
  .common-title-style .jcsp-bg{
	background: url('http://video.test1668.com/static/image/icon_jcsp.png') no-repeat;
  }
  .common-title-style .xyxw-bg{
	background: url('http://video.test1668.com/static/image/icon_xyxw.png') no-repeat;
  }
  .common-title-style .tzgg-bg{
	background: url('http://video.test1668.com/pc/images/icon_tzgg.png') no-repeat;
  }
  .common-title-style .jxdt-bg{
	background: url('http://video.test1668.com/pc/images/icon_jxdt.png') no-repeat;
  }
  .common-title-style .zsjy-bg{
	background: url('http://video.test1668.com/pc/images/icon_zsjy.png') no-repeat;
  }
  .common-title-style .hbq-bg{
	background: url('http://video.test1668.com/pc/images/icon_hbq.png') no-repeat;
  }
  .common-title-style .xsgz-bg{
	background: url('http://video.test1668.com/pc/images/icon_xsgz.png') no-repeat;
  }
  .common-title-style .mtny-bg{
	background: url('http://video.test1668.com/pc/images/icon_mtny.png') no-repeat center;
  }
  .common-title-style .rmt-bg{
	background: url('http://video.test1668.com/pc/images/icon_rmt.png') no-repeat center;
  }
  .common-title-style .more-st{
	position: absolute;
	right: 0;
	top: 6px;
	font-size: 12px;
	color: rgb(177, 0, 0);
	cursor: pointer;
  }
  .common-title-white .more-st{
	color: rgb(177, 0, 0);
  }
  .news-det-area{
	width: 100%;
	height: 245px;
	padding: 0 20px;
  }
  .news-det-area .news-det{
	height: 36px;
	line-height: 36px;
	cursor: pointer;
  }
  .news-det-line .news-det{
	height: 40px;
	line-height: 40px;
  }
  .news-det-area .news-det-title:hover{
	/* color: #cd0200; */
	color: #fff;
	text-decoration: underline;
  }
  .news-det-area .news-det-title{
	float: left;
	width: 70%;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #353535;
	font-size: 12px;
  }
  .news-det-area .news-det-time{
	float: right;
	width: 30%;
	text-align: right;
	color: #adadad;
	font-size: 12px;
  }
  .white-area .news-det-title{
	color: #fff;
  }
  .white-area .news-det-time{
	color: #fff;
  }
  .mt-10{
	margin-top: 10px;
  }
  .grey-bg{
	background-color: #f1f1f1;
  }
  .grey-bg .x-mess{
	background-color: #f1f1f1;
  }
  
  .poster-area{
	width: 100%;
  }
  .poster-area::after{
	content: '';
	display: block;
	clear: both;
  }
  .poster-area .poster-img{
	width: 159px;
	height: 239px;
	float: left;
	object-fit: cover;
	margin-right: 30px;
  }
  .poster-area .poster-img:last-child{
	margin-right: 0;
  }
  .pb-50{
	padding-bottom: 50px;
  }
  
  .job-det-area{
	width: 100%;
  }
  .job-det-area .job-det{
	padding: 0 10px;
  }
  .job-det-area .job-det .job-img{
	width: 100%;
	height: 160px;
  }
  
  .job-det-area .job-det .job-title{
	display: block;
	width: 100%;
	margin: 10px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	color: #353535;
  }
  .job-det-area .job-det .job-title:hover{
	/* color: #cd0200; */
	color: #1c64c4;
  }
  .job-det-area [class*="am-u-"]:last-child{
	float: left;
  }
  .student-job-img{
	width: 90%;
	height: 200px;
  }
  .student-job-title{
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  }
  .student-job-area{
	width: 100%;
  }
  .left-content-area{
	width: 100%;
	overflow: hidden;
  }
  .img-area{
	padding: 0 10px;
  }
  .left-content-det{
	float: left;
	width: 50%;
	padding: 10px;
	height: 232px;
	background-color: transparent;
	transition: all 0.5s;
  }
  .left-content-det:hover{
	transform: rotateY(60deg);
	transition: all 0.5s;
  }
  .left-content-body{
	height: 100%;
	padding: 32px;
	border-bottom: 3px solid #b10000;
  }
  .left-content-body .news-title-1{
	width: 32%;
	height: 85px;
	vertical-align: 4px;
  }
  .left-content-body .img-content{
	float: right;
	width: 65%;
  }
  .img-title{
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	cursor: pointer;
	color: #333;
  }
  .img-title:hover{
	color: #a80014;
  }
  .img-time{
	margin-top: 4px;
	color: #333;
  }
  .imgs-det{
	position: relative;
	overflow: hidden;
	width: 100%;
	transition: all 0.5s;
  }
  .imgs-det:hover img{
	transform: scale(1.2);
	transition: all 0.5s;
  }
  .imgs-det img{
	width: 100%;
  }
  .right-first-part{
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
  }
  .right-rotate:hover{
	transform: rotateY(60deg);
	transition: all 0.5s;
  }
  .right-first-part:hover img{
	transform: scale(1.2);
	transition: all 0.5s;
  }
  .right-first-part .news-title-2{
	width: 100%;
  }
  .common-p-title{
	display: block;
	position: absolute;
	width: 100%;
	height: 80px;
	padding-left: 30px;
	left: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	z-index: 10;
	cursor: pointer;
  }
  .common-p-title:hover{
	color: #a80014;
  }
  .common-p-title div{
	position: relative;
	z-index: 11;
  }
  .common-p-title div{
	margin-bottom: 10px;
  }
  .common-p-title::after{
	content: '';
	width: 100%;
	height: 70%;
	left: 0;
	bottom: 0;
	position: absolute;
	background: url('http://video.test1668.com/pc/images/black-gr.png') repeat-x top;
	z-index: 9;
  }
  .padding-around{
	padding: 0 3px;
  }
  .common-color-absolute{
	  position: absolute;
	height: auto;
	  left: 16%;
	  top: 50%;
	  color: #fff;
	font-size: 22px;
	  transform: translateY(-50%);
	text-align: center;
  }
  .common-color-absolute .suffix-bg{
	margin-bottom: 12px;
	width: 54px;
	height: 54px;
  }
  .common-color-absolute .more-st{
	  position: static;
	display: inline-block;
	color: rgb(177, 0, 0);
	margin-top: 13px;
  }
  .bg-grey{
	background-color: #fff;
  }
@media screen and (max-width: 992px){
	.header{
		
	}
	.header>.container{
		padding-bottom: 0px;
	}
	.banner{
		margin-top: 0px;
	}
	.btn-all{
		text-align: right;
		font-size: 12px;
		opacity: 0.8;
		width: 130px;
		float: right;
		margin-right: 15px;
	}
	.en{
		display: block;
		padding-right: 0px;
		line-height: 46px;
		font-size: 14px;
		text-align: right;
		margin-bottom: 10px;
	}
	.en span{
		width: 72px;
		line-height: 26px;
		text-align: center;
		display: inline-block;
		display:none
	}
	.notice-item-title-main-desc {
		display:none
	}
	.en a{
		color: #4A4A4A;
	}
	.f-search{
		color: #b10000;
		padding:5px 5px;
		display: block;
		background: #eeeeee;
		margin-top: 15px;
	}
	.f-search input[type="text"]{
		width:92px;
		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: 0px;
	}
	
}
.common-color-white{
	color: #fff;
}
@media(max-width:767px){
	
	.header .left a img{
		height: 48px;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	#slider .banner-title{
		display: none;
	}
	.notice-main{
		padding:15px;
	}
	.notice-item-title{
		width: 100%;
	}
	.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: #b10000;}
	.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: 0px;
	}
	.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: 48px;
	}
	.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(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: 0px;
	width:100%;
	position:relative;
	background-image:url(style_res/banner_video.png);
	background-size: 100% 100%;
	
}
.video_banner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image:url(style_res/banner_video.png);
	background-size: 100% 100%;
	z-index:2;
	}
.video_pic{
	
	background-image:url(style_res/banner_video.png);
	background-size: 100% 100%;
	z-index:2;
	}
.news_gif{
	width:50px;
	margin-left:10px
}
