@charset "utf-8";
/* CSS Document */
.header{background-size: cover !important;background-position: top center !important;height: 450px}
.logo{padding:15px 0 20px;}
.logo_01{margin-top: 4px;}
.logo_02{width: 57%;margin-top: 33px;margin-bottom: 29px;}
.bread{width:auto;height:auto; line-height:20px; color:#787878;padding:15px 0;overflow:hidden;border-bottom:1px solid #10b0f2}
.bread span{float:left;font-weight:normal;color:#11b0f2;}
.bread span a{color:#11b0f2;}
.bread a:hover{color:#ffe118;}
/*学院概况*/
.subPage{width: 1000px;margin:20px auto 20px;*margin-top: 0;}
/*分页*/
.pages{ text-align:center; height:28px;*height:29px; font-size:14px; line-height:28px; margin:35px 0; overflow: hidden;}
.pages img{vertical-align: middle;width: auto;}
.pages span{ color:#fff; padding:0 20px 0 0px; font-size:16PX;}
.pages a{ display: inline-block; *display:inline; *zoom:1; *vertical-align: middle;width:27px; height: 28px;*height:29px;line-height: 29px; font-size:16px; text-align:center; color:#636363;border-radius: 50%;margin:0 6px;color:#fff;}
.pages a img{*display:block; *margin-top: 8px;}
.pages a:hover{ color:#fff; background-color:#11b0f2;}
.pages a.prev,.pages a.start,.pages a.next,.pages a.end{width: auto;}
.pages a.prev:hover,.pages a.start:hover,.pages a.next:hover,.pages a.end:hover{background:none;color:#11b0f2;}
.pages a.on_pages{ background-color:#11b0f2;color:#fff;}
.pages_min{ margin:25px 0; overflow: hidden; display: none;font-size:14px;}
.pages_min a.prev_min,.pages_min a.next_min{ display: block; width:100px; height: 30px; float:left; background: #eaeef5; border-radius: 3px; color:#003c7f; line-height: 30px; text-align: center;}
.pages_min a.next_min{ float:right;}
.pages_min a:hover{ background:#11b0f2; color:#fff; transition:0.5s;}

/*文章页*/
.pageArticle{width:100%;overflow:hidden;position: relative;}
.articleList03{padding-top:15px;}
.articleTitle h3{font-size:28px;line-height:49px;text-align:center;font-weight: normal;color:#fff}
.articleAuthor{padding:10px 0;text-align: center;color:#fff;font-size:13px;border-bottom: 1px solid #25358a;margin-bottom: 25px;}
.articleAuthor span{display: inline-block;height: 22px;line-height: 22px;margin:2px 10px;}
.articleTitle{line-height:26px;}
.article{line-height: 28px;font-size: 15px;padding: 0 0 25px;}
.article img{padding:5px 0;}
.article i{font-style: italic;}
.article strong{font-weight: bold;}
.sub_share{float:right;}
.Annex {padding:20px 0; overflow:hidden;clear: both;}
.Annex h3 { font-size: 18px;color:#11b0f2;border-bottom: 1px solid #25358a;padding-bottom: 15px;}
.Annex ul{overflow: hidden;padding-top:20px;}
.Annex ul li { padding-left:15px;margin-bottom: 10px;position: relative;}
.Annex li:before{position: absolute;left: 0;top:8px;content: '';clear: both;width: 6px;height: 6px;background: #ffe118;}
.Annex ul li a { font-size: 14px;color:#fff;}
.Annex ul li a:hover{color:#11b0f2;}
/*列表*/
.articleTitle03{width: 100%;overflow: hidden;}
.articleTitle03 h3{padding:15px 0;font-size:24px;color:#fff;}
.newsList03{width: 100%;overflow: hidden;}
.newsList03 li{height: 55px;position: relative; line-height: 55px;overflow: hidden;font-size: 16px;border-bottom:1px solid #0f5f8a}
.newsList03 li:before{position: absolute;left: 0;top:25px;content: '';clear: both;width: 6px;height: 6px;background: #ffe118;}
.newsList03 li a{padding-left: 20px;color:#fff;}
.rightMore01{float: right;color:#fff;margin-left: 8px;}
.newsList03 li a:hover{color:#11b0f2;}
@media screen  and (max-width:1000px) {
  .subPage{width: 90%;margin-top: 0;}
  .header{height: auto;}
  .logo_02{margin-bottom: 0;}
 
}


@media screen  and (max-width:768px) {
	
	.articleTitle h3{font-size: 18px;line-height: 30px;}
	.subPage{padding: 0 15px;}
	.article img{width: auto !important;height: auto !important;display: inline-block !important;}
	.article{font-size: 14px;line-height: 27px;}
	.article table{width: auto !important;}
	.articleTitle03 h3{font-size: 16px;}
	.newsList03 li{font-size: 14px;}
	.pages{display: none;}
	.pages_min{display: block;}
	.Annex h3{font-size: 16px;}
	.logo_02{width: 85%;}
}



@media screen and (max-width:480px) {
	.rightMore01{float: none;display: block;padding-left: 12px;margin-left: 0;font-size: 12px;}
	.newsList03 li{height: auto;line-height: 20px;padding-bottom: 10px;margin-bottom: 10px;}
	.newsList03 li a{display: block;padding-left: 12px;margin-top: 4px;}
	.newsList03 li:before{top:32px;}
}

