﻿a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, 
dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, 
legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table,
 tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline }
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;outline:none}
input[type=submit]{-webkit-appearance:none;outline:none}
*, :after, :before{ box-sizing: inherit }
body{background-color: #fff; font-family: "Microsoft Yahei", Tahoma, Arial, sans-serif; font-size: 14px; color: #333; width: 100% }
embed, img, object{ max-width: 100% }
ul{ list-style: none }
a{ text-decoration: none; color: #333; -webkit-tap-highlight-color: transparent; z-index: 1 }
img{ vertical-align: middle }
.clearfix:after, .clearfix:before { content: "\0020"; display: block; height: 0; overflow: hidden }
.clearfix:after { clear: both }
.clearfix { zoom: 1 }
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.topTell{
	position:absolute; left:10px;top:8px;width:20px; height:40px;box-sizing:border-box;
}

.headerNav h1{width:100%;height:100%;}
.headerNav h1 a{display:block;line-height:40px; color:#E4BF88; font-size:15px; font-family: microsoft yahei;}
.headerNav h1 > a > img{display:inline-block;height:90px;}
.headerNav {
  position: relative;
  width: 100%;
  min-width:320px;
  height:90px;
  z-index:10;
  /*display: inline-block;*/
  border: none;  
  background: url(../picture/topbg.png);;
}

.btn-nav {
  display:block;
  position: absolute;
  top: 30px;
  right: 5px;
  background: transparent;
  border: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  z-index: 99999;
  box-sizing:border-box;
}

.btn-nav:focus {
  outline: 0;
}

.icon-bar {
  display: block;
  margin: 8px 0;
  width: 28px;
  height: 2px;
  background-color: #E4BF88;
}

.btn-nav:hover .icon-bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #E4BF88;
}

.nav-content {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4b204d;
  display: block;
  height: 100%;
  z-index: 9;
}

.nav-list {
  list-style: none;
  padding: 0;
  position: relative;
  top: 12%;
}

.item-anchor:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: transparent;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor {
  color: #e4bf88;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding: 10px;
  font-family:microsoft yahei;
}

.item-anchor:hover,
.item-anchor:focus {
  color: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.item-anchor:hover:after,
.item-anchor:focus:after{
  width: 100%;
  background: #FCA311;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.nav-item {
  margin: 0 auto 10px;
  padding-bottom: 10px;  
  text-align: center;
  border-bottom: 1px solid #79505F;
}

.animated {
  display: block;
  margin: 0 auto;
}

.animated:hover .icon-bar,
.animated:focus .icon-bar{
  background-color: #FCA311;
}

.animated:focus {
  cursor: pointer;
  z-index: 9999;
}

.middle {
  margin: 0 auto;
}

.icon-bar {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  z-index: 999999;
}

.animated .icon-bar {
  z-index: 999999;
  background-color: #FCA311;
}

.animated .top {
  -webkit-transform: translateY(10px) rotateZ(45deg);
  -moz-transform: translateY(10px) rotateZ(45deg);
  -ms-transform: translateY(10px) rotateZ(45deg);
  -o-transform: translateY(10px) rotateZ(45deg);
  transform: translateY(10px) rotateZ(45deg);
}

.animated .bottom {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -moz-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotateZ(-45deg);
  -o-transform: translateY(-11px) rotateZ(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.animated .middle {
  width: 0;
}

@keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-moz-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@-o-keyframes showNav {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.showNav {
  -webkit-animation: showNav 1s ease forwards;
  -moz-animation: showNav 1s ease forwards;
  -o-animation: showNav 1s ease forwards;
  animation: showNav 1s ease forwards;
}

@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100%;
  }
}

.hideNav {
  -webkit-animation: hideNav 1s ease forwards;
  -moz-animation: hideNav 1s ease forwards;
  -o-animation: hideNav 1s ease forwards;
  animation: hideNav 1s ease forwards;
}

.hidden {
  display: none;
}

.index-page{min-width:320px;max-width: 640px;margin: auto;position: relative;}

.environm h1,.service h1,.stars h1,.tips h1,.fast-box h1{font-size: 16px;color: #232323;font-family:microsoft yahei;}
.service h1,.tips h1,.fast-box h1{padding: 0 10px;font-family:microsoft yahei;}
.environm h1,.service h1,.stars h1,.content h1,.tips h1,.fast-box h1{font-size: 16px;color: #232323;font-family:microsoft yahei;}
/*猜你喜欢*/
.bottom-half-pixel {
    border-bottom: 0 !important;
    background-position: bottom;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #d9d9d9 50%, #d9d9d9 100%);
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    background-repeat: repeat-x !important; 
    }
.environm,.service,.stars,.area{margin: 12px 0;background: #FFFFFF;}
.area .area-hd{
	height: 45px;
	line-height: 42px;
	/*border-top: 2px solid #fe8864;*/
	border-bottom: #d9d9d9;}

.area .area-hd h1{
	font-size: 1.0rem;
	color: #232323;
	font-family: "microsoft yahei";
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	}
.area-bd-pd{margin: 0 3.125%;}
.cnxh-items{overflow: hidden;}
.cnxh-item{
	width: 100%;
	float: left;
	box-sizing: border-box;
	display: inline-block;
	height: 69px;
	position: relative;
	border-bottom: 0 !important;
	background-position:bottom;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #d9d9d9 50%, #d9d9d9 100%);
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    background-repeat: repeat-x !important;		
	}
	
.cnxh-item p{color: #3d3d3d;line-height: 69px;font-family: microsoft yahei;}
.cnxh-item img{ 
	width: 53px;
    height: 53px;
    position: absolute;
    right: 0;
    bottom: 8px;    
}
.area{padding: 12px 0 0 0;} 
/*温馨提示*/
.tip{padding: 12px 0;margin: 12px 0;background: #FFFFFF;}
.tips{width:95%;height:auto;margin:0 auto;padding:5px 0;background-color:#f8ddb7;border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;-webkit-border-radius:10px;}
.tips-t{font-size:16px;font-family:microsoft yahei;color:#7e4780;font-weight:bold;margin:4px 2.3%;}
.tips p{font-size:14px;font-family:microsoft yahei;text-align:center;margin:0 auto;line-height:1.5em;color:#454545;}
.tips p.p-end{color:#f13779;}
/*快速预约通道*/
.fast-box{width:100%;height:340px;margin:12px auto 0;padding: 12px 0;background: #FFFFFF;border-bottom:0;}
/*.fast-t{padding:15px 2.3%;margin:0 auto;font-size:1.4em;font-weight: bold;color:#7e4780;}*/
.fast-frombox{width:100%;height:auto;margin:0 auto;}
.fast-f1{height:50px;line-height:50px;vertical-align:middle;margin:0 auto;padding:0;border-top: 1px solid #D9D9D9;border-bottom:1px solid #D9D9D9;}
.fast-f1 label{width:49.5%;display:inline-block;float:left;text-align:center;color:#747474;padding:0;font-family: microsoft yahei;}
input:checked~span{color:#ef920a;}
.fast-f1 label.f1-left{border-right:1px solid #D9D9D9;}
.fast-f2{margin:10px auto;padding:0 2.3%;}
.f2-left{width:21%;display:inline-block;font-size:1em;font-family: microsoft yahei;color:#464646;margin-bottom:10px;height:20px;line-height:20px;vertical-align:middle;}
.f2-padding{padding-left:15px;}
.f2-right{width:79%;display:inline-block;margin-bottom:10px;}
.f2-right input{width:100%;padding:0;font-size:1em;color:#464646;background-color:transparent;border:none;border-bottom:1px dashed #ccc;text-align:left;height:20px;line-height:20px;vertical-align:middle;}
.fast-button{width:95%;margin:0 auto 20px auto;}
.fast-button input{width:99%;height:36px;margin:0 auto;padding:0;font-size:1.2em;font-family: microsoft yahei;color:#fff;text-align:center;background-color:#ef920a;border:1px solid #ef920a;border-radius:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:15px;-o-border-radius:8px;}
.fast-act{color:#ef920a;}

#ind-footer{background: #F5F5F5;padding: 30px 0;text-align: center; font-size:14px; color:#333; font-family:microsoft yahei;}
#ind-footer .terminal-nav{margin-bottom: 11px;}
#ind-footer .terminal-nav li{display: inline;font-size:16px;}
#ind-footer .terminal-nav li a.active,#footer p span{color: #e28600;}
#ind-footer .terminal-nav li a{color: #232323;display: inline-block;padding: 0 6px;width:inherit;line-height: 100%;font-family: microsoft yahei;}
#ind-footer .i-sep{border-left: 1px solid #c4c4c4;margin: 0 8px;display: inline-block;width: 1px;height: 14px;position: relative;bottom: -1px;}
#adg-footer li:nth-child(1) .i-sep{border-left:0;}
#ind-footer li:nth-child(1) .i-sep{border-left:0;}
#ind-footer p{text-align: center;margin-bottom: 4px;font-family: microsoft yahei;}
#ind-footer p span a{display: inline;color: #f79200;}
/* 底部浮动 */

.flex-box{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-moz-justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;-moz-flex-wrap:wrap;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.flex-box a{-webkit-flex:1;-moz-flex:1;flex:1;box-flex:1;-ms-flex:1}

.more-setbox{position:fixed;bottom:0;width:100%;max-width:640px;height:44px;background:#4D4D4D;border-top:solid #262626 1px;padding-top:1px;z-index:250;opacity:.92;filter:alpha(opacity=92)}

.m-nav-list{height:44px;font-size:0;background:#262626}
.form-fixed-box{position:fixed;top:0;bottom:0;width:100%;overflow-y:scroll}
.m-nav-list a{position:relative;display:block;font-size:14px;width:33%;text-indent:20px;line-height:44px;text-align:center;color:#ffffff;text-shadow:0 0 1px #0A0A0A;background: #89C048;}
.m-nav-list a:before{content:'';position:absolute;top:6px;left:43%;margin-left:-35px;width:27px;height:44px;background:url(../images/more-set.png) no-repeat;background-size:27px 110px;-webkit-background-size:27px 110px}
.m-nav-list a:nth-child(2)::before{top:8px;margin-left:-35px;background-position:0 -47px}
.m-nav-list a:nth-child(3)::before{width:33.3%;margin-left:-21px;top:11px;background-position:0 -89px}
.m-nav-list .m-ten{text-indent:26px;background: #89C048;}
.m-nav-list .m-ten2{width:34%;text-indent:18px;background:#89C048;}
.xiz-info{position:fixed;bottom:59px;right:30%;width:245px;background:#2B2B2B;border-radius:5px;z-index:999;-moz-opacity:.95;opacity:.95;display:none}
.arrow-outer{position:absolute;height:24px;width:60px;overflow:hidden;bottom:-15px;right:25px}
.arrow-shadow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);background:#2B2B2B;height:40px;left:15px;position:absolute;top:-31px;width:40px}
.flex-box{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-moz-justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;-moz-flex-wrap:wrap;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.flex-box a{-webkit-flex:1;-moz-flex:1;flex:1;box-flex:1;-ms-flex:1}	
.bot-flobox{padding:11px 3px;}
.shez-del-btn{margin-right:5px;width:17%;height:30px;font:34px/22px tomas;color:#4F4F4F;border:solid #aeaeae 1px;border-radius:4px;background:#7D7D7D}
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;outline:none}
#shortcuts_self_list li{float:left;width:33%;line-height:43px;color:#232323;text-decoration:none;/*display: inline-block;*/ text-align:center}
#shortcuts_self_list li img{width:40px;}
#shortcuts_self_list li p{margin: 0;padding: 0;line-height: 32px; color:#ffffff;font-family: microsoft yahei}
/* 底部浮动 */
/*弹窗*/
#online{width:300px;text-align:center;position:fixed;z-index:999;left:50%;top:40%;display:none;margin:-75px 0 0 -150px;}
#online img{width:100%;vertical-align: middle;}
.line_colse{width:25px;height:25px;background:url(../images/line_colse.png) no-repeat;background-size: 100% 100%;position: absolute;top:0;right:0;cursor: pointer}

/*20160502news文件夹*/
.mainlistsbox .nav_content_list .nav_content_item .wenz h2{padding:10px 0 5px 0;}
.mainlistsbox .nav_content_list .nav_content_item .wenz h3{padding:2px 0;}
.mainlistsbox .nav_content_list .nav_content_item .wenz{padding:10px; background:#fff;}
.wenz p,.news-left2 li{ line-height:1.9;}
.news-key,.news-left2{margin:10px 0;}
.news-left2{margin-top:0 !important;} 
.news-key > strong{ font-weight:bold;}
.mainlistsbox h2{font-size:16px}

.nav_content_list .nav_content_item .content .new-list dl dt{ float:left; width:15%;}
.nav_content_list .nav_content_item .content .new-list dl dd{ float:left; width:80%; padding-left:10px;line-height:1.9;}
.nav_content_list .nav_content_item .content .new-list dl dd h5{ padding-bottom:3px;}
.nav_content_list .nav_content_item .content .new-list dl dd h5 a{color:#000}
.nav_content_list .nav_content_item .content .new-list dl dd p{ color:#999;}

.news-key{ padding:15px 10px; background:#fff;}
.news-left2,.news-left2{ padding:10px; background:#fff;}

.mainlistsbox .nav_content_list .nav_content_item .content{padding:0 0 10px 0;}
.mainlistsbox .nav_content_list .nav_content_item .nav_p{ padding:10px; margin-bottom:10px;background:#fff;}
.mainlistsbox .nav_content_list .nav_content_item .content dl{ padding:10px; margin-bottom:10px; background:#fff;}
.mainlistsbox strong{font-weight:bold;}

/*分页*/
#pages{ padding:14px 10px; font-family:宋体; background:#fff;}
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px; margin:5px 0;}
#pages a.a1 { background:url(../images/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../images/titlebg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }


@media screen and (max-width: 639px) and (min-width: 320px){
		/*.headerNav{height:48px;}	*/
		/*.headerNav .logo.hlogo{width:20%;}*/
		/*.headerNav h1{left:39%;width:37%;}*/
		/*.headerNav .topTell{ width: 24px; height: 24px;top: 21%;}*/
		/*.btn-nav{padding: 0;right: 3%;top:3%;padding: 5px;}*/
		/*.icon-bar{width:36px;height: 3px;}*/
		.environm, .stars{padding: 12px 10px;}
		#ind-footer .terminal-nav li a{padding:0;}
		.xiz-info{right:2%;}
	}
@media (min-width: 375px) and (max-width: 719px) {	
	
}
@media (min-width:400px) and  (max-width:479px){
	
}
@media (min-width:480px) and  (max-width:640px){
	
}
@media screen and (min-width:640px){
	.xiz-info{right: 30%;}
	.headerNav .topTell{top: 20%;}
}

/*2017-01-20右下角新年小红包*/
@-webkit-keyframes pulse {0%,2%,4%,6% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
1%,3%,5% {
-webkit-transform:scale3d(1.07, 1.07, 1.07);
transform:scale3d(1.07, 1.07, 1.07)
}
}
@keyframes pulse { 0%,2%,4%,6% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
1%,3%,5% {
-webkit-transform:scale3d(1.07, 1.07, 1.07);
transform:scale3d(1.07, 1.07, 1.07)
}


}
.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 102;
}
.pulse { -webkit-animation: pulse 30s infinite ease-out ; animation:pulse 30s infinite ease-out;  }
.newyearLogo {width:18%;right:0;bottom:12%;position:fixed;z-index:10;-moz-transition:transform .3s ease 0s;-webkit-transition:transform .3s ease 0s; transition:transform .3s ease 0s; -moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0); }
.newyearLogo.active {-moz-transform:translate3d(100%,0,0);-webkit-transform:translate3d(80%,0,0);transform:translate3d(80%,0,0);}

.tran{-moz-transition: all .3s linear 0s;-webkit-transition: all .3s linear 0s;transition: all .3s linear 0s;}
.popBox {
	width:70%;padding-bottom:6%; background:url(../images/popboxbg.png) no-repeat;
	position:fixed;left:50%;top:50%;z-index:10;text-align:center;-moz-transform:translate3d(-50%,-250%,0);
	-webkit-transform:translate3d(-50%,-250%,0);transform:translate3d(-50%,-250%,0);
	-moz-background-size:100% 100%;-webkit-background-size:100% 100%;background-size:100% 100%;
	/*display:none;*/}
.popBox.active {-moz-transform:translate3d(-50%,-50%,0);-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);}
.popBox .closeBtn {display:block;width:10%;position:absolute;right:-4%;top:3%;z-index:4;}
.popBox h6 {font-size:1.2rem;color:#fff;line-height:0;margin-top:2%;opacity:0;filter: alpha(opacity=0);}
.popBox h4 {font-size:1.6rem;color:#fff;line-height:0;opacity:0;filter: alpha(opacity=0);}
/*.popBox h5 {font-size:2.6rem;color:#fff;line-height:1.2;}*/
.newyearFormBox {width:73.1%;margin:58% auto 0; box-sizing:border-box;}
.newyearFormBox input[type='text'] {width:100%;font-size:14px;color:#999;line-height:48px;border-radius:24px; background-color:#fff;border:1px solid #cfd1d7;margin-top:6%;padding-left:11%; outline:none;}
.newyearFormBox .submitBox {width:100%;text-align:center;margin-top:5%;}
.newyearFormBox .submitBox a {display:inline-block;width:70.2%;font-size:16px;color:#fff;text-align:center;line-height:34px;border-radius:24px; background-color:#ffc42a;}
.newyearFormBox .button.purple{
	background:-webkit-gradient(linear, left top, left bottom, from(#F157A3), to(#D8457E));
	background:-moz-linear-gradient(top, #F157A3, #D8457E)
	background:#D8457E;
	-webkit-box-shadow:rgba(255,0,100,.3);
	box-shadow:rgba(255,0,100,.3);
}
.submitBox input{display:inline-block;width:63.2%;font-size:16px;color:#423100;text-align:center;line-height:32px;border-radius:24px;border:none; background-color:#FCC52A; font-family:"microsoft yahei"; -webkit-box-shadow:1px 2px 3px #9b9b9b;box-shadow:1px 2px 3px #9b9b9b;}
@media screen and (min-width:320px) and (max-width:359px){
		/*  0.5    */

.newyearFormBox input[type='text']{line-height:26px; }
}
@media screen and (min-width:360px) and (max-width:409px){
		/*   0.56    */

.newyearFormBox input[type='text']{line-height:28px; }

}
@media screen and (min-width:410px) and (max-width:479px){
		/*  0.64    */

.newyearFormBox input[type='text']{line-height:32px;}

}
@media screen and (min-width:480px) and (max-width:639px){
		/*  0.75    */

.newyearFormBox input[type='text'] ,.newyearFormBox .submitBox a {line-height:34px;}

}
.index-page .navListBox ul{list-style:none;padding:0;margin:0;}
.index-page .navListBox:after{content:"";display:table;clear:both;}
.index-page .navListBox .clear:after{content:"";display:table;clear:both;}
.index-page .navListBox .clear{height:auto;overflow:auto;}
.index-page .navListBox .navTop{height:40px;line-height:40px;font-size:20px;}
.index-page .navListBox .box{box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;}
.index-page .navListBox .navTopIcon{width:30px;height:40px;background:url(../images/getback.png) no-repeat center;background-size:80%;margin-right:5px;}
.index-page .navListBox .navTopTitle{color:#895C8C;margin-left:1.5%;}
.index-page .navListBox{position:fixed;width:100%;left:0;top:0;bottom:0;background-color:#000;z-index:10000000000;transition:left 0.3s linear;-moz-transition:left 0.3s linear;-ms-transition:left 0.3s linear;-webkit-transition:left 0.3s linear;-o-transition:left 0.3s linear;}
.index-page .navListBoxFixed{left:100%;}
.index-page .navListBox .lf{float:left;}
.index-page .navListBox .rt{float:right;}
.index-page .navListBox .parentList{width:30%;font-size:16px;line-height:35px;}
.index-page .navListBox .parentList li{background-color:#000;color:#fff; border-bottom:#CCC solid 1px; margin:0 2%;}
.index-page .navListBox .parentList li a {color:#FFF;}
.index-page .navListBox .parentList li a:hover{color:#CCC;}
.index-page .navListBox .parentList li.active{background-color:#CCC;}
.index-page .navListBox .childList{width:70%;background-color:#000;font-size:15px;padding:10px;height:100%;margin-top:10px;}
.index-page .navListBox .childList>li{display:none;}
.index-page .navListBox .childList>li.active{display:block;}
.index-page .navListBox .cChildList>li{padding:5px;border:1px solid #fff;margin:5px;border-radius:5px;height: 30px;line-height: 19px;font-size: 16px;}
.index-page .navListBox .childList a{color:#fff}
.index-page .navListBox .cChildList>li:active{background-color:#E4BF88;}
.index-page .navListBox .cChildList>li:active a{color:#51264F;}
/*20170817*/
#LRdiv0 img{width:46px;}

span.time {
    float: right;color:#999999;
    font-size: 13px;margin-top:8px;
}

.jies{border-bottom:1px #e5e5e5 solid;float:left;width:100%;}
.jies span{color:#333;font-size:14px;}
.jies .author,.source,.time{color:#333;font-size:12px;margin-right:10px;}

.prolineind{width:100%;overflow: hidden;margin-bottom:10px;}

.prolineind li A{color:#000000}
.prolineind li:hover a{color:#fff}
.prolineind li:nth-child(4n){margin-right:0;float:right}
.prolineind li:hover,.prolineind li.prosel{background:#000000;color:#fff}
ul.prolineind.newsindlist {
    width: 95%;
    margin: 0 auto;
}
.newsindlist li{width:48% !important;}



.prolineind li {
    width: 24.4%;
    float: left;
    line-height: 30px;
    font-size: 16px;
    background-color: #0f52c5;
    margin-right: 0.8%;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}