@charset "utf-8";
/* CSS Document */
.banner{ width:100%; overflow: hidden; position: relative;}
#main{width:100%;overflow:hidden;}
.banner_wrap{width: 100%;margin:0 auto 30px;}
body{overflow-x:hidden;}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flexslider .til_slides { width: 100%;height: 40px;position: absolute; bottom: 0;background: url(../images/banner_bg.png) repeat;font-weight: bold;line-height: 40px;font-size: 16px;color: #fff;padding-left: 10px;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li a{display: block;}
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block;height:100%;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: #fff; position: relative;zoom:1;overflow: hidden; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: -50px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em }
.flex-direction-nav .flex-prev { left: -50px; background:url(../images/lf.png) no-repeat center center; }
.flex-direction-nav .flex-next { right: -50px;  background:url(../images/rt.png) no-repeat center center;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 0px;}
.flexslider:hover .flex-next { opacity: 0.7; right: 0px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 4px; *bottom:13px; right:8px; text-align: center; z-index:889; }
.flex-control-nav li { margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a { width: 12px; height: 12px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; }
.flex-control-paging li a:hover {background: #882e26;}
.flex-control-paging li a.flex-active { background: #882e26;}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

.content{width:100%;overflow:hidden;margin:0 auto;}
.mode01{max-width:1200px;margin:0px auto 30px;overflow:hidden;}
.articleList01{overflow: hidden;}
.title01{margin-bottom:30px;position: relative;}
.title01 h2{color:#882e26;width:100px;font-size:20px;font-weight:normal;position: relative;/*padding-left:40px;background: url(../images/title01.png) no-repeat center left;*/}

.title01 .more{float:right;position: absolute;right:0px;width: 80px;height: 40px;line-height: 40px;text-align:right;}
.title01 .more a {display: block;color:#666666;font-size: 0.8em;}
.title01 .more a:hover{color:#882e26;}


/*学院新闻*/
.NewsList{overflow: hidden;}
.NewsList .news_lf{width: 69.66%;overflow: hidden;float: left;}
.NewsList .news_rt{width: 27.25%;overflow: hidden;float: right;}
.newsLfList{overflow: hidden;}
.newsLfList li{width: 31.3%;float: left;margin-right: 3%;*margin-right: 16px;}
.newsLfList li:last-child{margin-right: 0;}
.newsLfList li a{display: block;}

.newsLfList li .newsImg{padding-bottom: 58%;overflow: hidden;height: 0;background: #ccc;}
.newsLfList li img{display: block;transition: all 1s ease 0s;width:100%;}
.newsLfList li a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.newsLfList li h2{font-size: 16px;color:#333;font-weight: normal;height: 20px;overflow: hidden;margin:15px 0;}
.newsLfList li p{font-size: 13px;color:#999999;height: 40px;overflow: hidden;}
.newsLfList li a:hover h2{color:#882e26;}

.newsRtList{overflow: hidden;}
.newsRtList li{margin-bottom: 20px;}
.newsRtList li a{display: block;font-size: 14px;height: 20px;overflow: hidden;margin-top:5px;}
.newsRtList li .leftDate{padding-left: 20px;display: block;background: url(../images/time.png) no-repeat center left;font-size: 14px;color:#8a8a8a;}

/*通知公告*/
.wrap_mode02{background: #f9f1f0;width: 100%;overflow: hidden;padding:50px 0;}
.mode02{max-width:1200px;margin:0 auto;overflow:hidden;}
.title02 h2{/*background: url(../images/title02.png) no-repeat center left;*/}

.noticeList{overflow: hidden;}
.noticeList li{float: left;width:21%;position: relative;margin-right: 2.4%;*margin-right: 22px;margin-left: 2.1%;margin-right:1.9%\0;}
.noticeList li:last-child{margin-right: 0;}
.noticeList li .notice01{padding:27px 22px 27px 40px;background: #fff;}
.noticeDate{display: block;position: absolute;left: -23px;top:50%;margin-top:-23px;width: 46px;height: 46px;background: #cd070e;text-align: center;color:#fff;}
.noticeDate strong{color:#fff;font-size: 20px;display: block;font-family: 'Cambria';}
.noticeDate i{font-style:normal; color:#fff;font-size: 12px;display: block;}
.noticeList li .notice01 a{display: block;}
.noticeList li .notice01 h2{font-size: 16px;font-weight: normal;height: 42px;overflow: hidden;}
.noticeList li .notice01 p{font-size: 13px;overflow: hidden;color: #999999;height: 57px;margin-top: 10px;}
.noticeList li .notice01 a:hover h2{color:#882e26;}
.noticeList li:nth-child(2n){margin-top:30px;}

/*专题展示*/
.mode03{max-width:1200px;margin:30px auto;overflow:hidden;}
.mode03 .lf{width: 54.83%;float: left;overflow: hidden;}
.mode03 .rt{width: 40.83%;float: right;overflow: hidden;}
.title03 h2{margin:0 auto;/*background: url(../images/title03.png) no-repeat center left;*/}

.topicList{overflow: hidden;}
.topicTop{overflow: hidden;margin-bottom: 7px;}
.topicTop li{float: left;width: 50%;}
.topicTop li a{display: block;height: 0;overflow: hidden;background: #ccc;padding-bottom:57%;width: 97%;}
.topicTop li a img{display: block;border:1px solid #ddd;}
.topicList img{transition: all 1s ease 0s;width:100%;}
.topicList img:hover{filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.topicBottom{overflow: hidden;}
.topicBottom ul{width: 75%;float: left; overflow: hidden;}
.topicBottom ul li{float: left;width: 50%;overflow: hidden;}
.topicBottom ul li a{display: block;overflow: hidden;height: 0;padding-bottom: 46%;width: 97%;background: #ccc;}
.topicBottom ul li a img{display: block;border:1px solid #ddd;}

.title04 h2{margin:0 auto;/*background: url(../images/title04.png) no-repeat center left;*/}
.topicMore{float: left;width: 23.5%;text-align: center;vertical-align: middle;}
.topicMore a{vertical-align: middle;color: #fff;display: block;font-size: 14px;background: #cda04a;height: 0;padding-bottom: 43%;overflow: hidden;padding-top:30%;}
.topicMore a:hover{background: #882e26;}

.topicList ul li a{position: relative;}
.topicList ul li a .topicLink{display: none; position: absolute;left: 0;bottom: 0;background: url(../images/gd_photo_bg.png) repeat;width: 100%;height: 40px;overflow: hidden;line-height: 24px;}
.topicList ul li a .topicLink i{font-style: normal;color:#fff;font-size: 14px;padding:10px;display: block;}
.topicList ul li a:hover .topicLink{display: block;}

/*快速通道*/
.aisleList{overflow: hidden;}
.aisleList li{float: left;width: 32%;text-align: center;background: #f9f1f0;border:1px solid #fff;}
.aisleList li img.blue { display:none;  }
.aisleList li a{padding:15px 0;width: 100%;display: block;}
.aisleList li a p{margin-top:4px;font-size: 14px;}
.aisleList li:hover{background: #fffaf0;}
@media screen  and (max-width:1200px) {
	
	
	.list01 li{width:25%;}
	.content{width:100%;margin:0px auto;}
	.wrap_mode02{padding:20px 0;}
	.mode01,.mode02,.mode03{width:92%;margin:0 auto;}
	.mode03{margin:30px auto 0;}
	.banner01 .flexslider .slides{margin-bottom: 20px;}
	.mode03 .lf{width: 100%;margin:0 auto;}
	.mode03 .rt{width: 100%;margin:30px auto;}
	
}
@media screen and (max-width:1000px){
	.NewsList .news_lf{width: 100%;margin:0 auto;}
	.NewsList .news_rt{width: 100%;margin:30px auto;}
	.newsRtList li{float: left;width: 50%;}
	.newsRtList li a{padding-right: 10px;}
	.noticeList li{width: 40%;margin-bottom: 20px;margin-left: 6%;}
	.noticeList li:nth-child(2n){margin-top:0;}
.topicList ul li a .topicLink{display: block;}
	

}

@media screen and (max-width: 800px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 0px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 0px;}
  .flex-direction-nav a{top:65%;}
  .title01{margin-bottom: 20px;}
  .banner_wrap{margin-bottom: 20px;}
  .topicMore a{font-size: 12px;}

}
@media screen  and (max-width:640px) {
	
	.flexslider .til_slides{display: none;}
	.newsLfList li{width: 100%;float: none;margin-bottom: 20px;display: none;}
	.newsLfList li:first-child{display: block;}
	.newsRtList li{float: none;width: 100%;}
	.NewsList .news_rt{margin-top:0px;}
	.noticeList li{float: none;width: 100%;}
	.noticeList li .notice01 h2{height: auto;}
	.noticeList li .notice01 p{height: auto;}

}

@media screen and (max-width:480px){
.aisleList li a p{font-size: 12px;}
.aisleList li a{height: 80px;}
	
}


@media screen /*and (min-width:320px)*/ and (max-width:360px) {
	
}

