﻿.container{max-width:1200px;}

/*网站公共样式*/
.info-content{line-height:2;}
a{color:#333;text-decoration:none;}                                            
a:hover{color:#e2b13c;}
a:focus{color:#000;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/


/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:100;top: 0;left: 0;}
.mask-bg.active{display:block;}



/*首页模块样式*/
.product-module-box {position:relative;}
.module-title{clear:both;text-align:center;margin:30px 0px 30px 0px;}
.module-title .cn-title{display:block;color:#333;line-height:48px;font-family: SimSun;font-weight: bold;}
.module-title span{font-size: 18px;background:url(24tel.png) no-repeat center left;background-size: 34px;padding: 20px 0 20px 50px;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{animation-duration:0.4s;-webkit-animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{animation-name:navSlide;-webkit-animation-name:navSlide;}
@keyframes navSlide{0%{transform:translateY(100%);-webkit-transform:translateY(100%);-ms-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);opacity:0;visibility:visible;}100%{transform:translateY(0);-webkit-transform:translateY(0);-ms-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);opacity:1;}}



/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.header{height: 100px;line-height: 100px;position: sticky;top: 0;background-color: #fff;z-index: 20;box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.1);}
.header .logo img{max-height:60px;}
.logo-box{text-align:left;}

.nav{width: 100%;}
.nav>ul>li{float:left;text-align:center;width: 16.6%;height: 100px;line-height: 100px;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{font-size:16px;display: block;width: 100%;}
.nav >ul>li.current >a,.nav >ul>li> a:hover{color:#fff;background-color: #e2b03d;}
.nav li:hover> ul{display:block;}
.nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #fff;}
.nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.nav ul li ul li a{display:block;width:100%;text-align:center;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#0a1859;}

.nav ul li ul li,.nav> ul > li > ul::before,.nav ul li ul{display:none!important;}
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#fff;display:none;position:absolute;left:-18%;top:100px;z-index:2;width:150px;border-top: 1px solid #0a1859;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

.nav-toggle{display:none;}

/*bootom*/
footer{text-align:left;margin-top:140px;}
footer .container .row{padding: 40px 0 0;}
.footer-nav ul li{width: 16.5%;text-align:center;}
.footer-right{text-align:right;}
.footer-right p{padding-right:20px;}

.breadcrumb{line-height: 60px;}
.breadcrumb li:first-child{border-left: 1px solid #e1e1e1;border-right: 1px solid #e1e1e1;padding: 0 24px;}
.breadcrumb-bg{line-height: 40px;border-bottom: 1px solid #e1e1e1;background-color: #f5f5f5;}
}

@media (max-width:1000px) /*手机端*/
{
.header .logo-box{height: 70px;padding-right: 70px;line-height: 70px;}
.header .logo-box .logo img{max-height:46px;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:25px;color:#999;min-width:70px;height:70px;line-height:70px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}

.nav{position:fixed;z-index:999;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left;}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}

.sub-nav-box{display:none;}

/*bootom*/
.bot-bg{margin-top: -50px;padding-bottom: 40px;}
footer{text-align: center;margin-top:70px;}
footer .container .row{padding: 20px 0}
.footer-nav ul li a{padding: 0 12px;}
.footer-nav li a{padding: 0px 4px;}
.footer-address{text-align:left;padding-top:20px;}

.breadcrumb{margin-top: 10px;}
.breadcrumb-bg{height: 40px;line-height: 20px;}

}

/*TOP*/
.header-top{line-height:40px;background-color:rgb(34, 34, 34);font-size: 13px;}
.header-top a{color:rgb(149, 149, 149);}
.header-top .float-lg-left,.header-top .float-lg-right{color: rgb(149, 149, 149);}


/*bootom*/
.bot-bg{background-color:#000;}
footer{width:100%;min-height:95px;background:#333;line-height:2.5;padding: 20px 0 30px;}
footer a{color:#fff;}

.footnac-line{border-bottom: 1px solid #595959;}
.footer-nav{padding-bottom:6px;position: relative;}
.footer-nav ul li{display:inline-block;}
.footer-nav ul li a{color:#fff;}
.footer-nav ul li a:hover{color:#e2b13c;}



/*子栏目样式*/
.sub-nav{text-align:center;}
.sub-nav>ul>li{text-align:center;display: inline-block;margin: 0 10px;}
.sub-nav>ul>li>ul{position:absolute;}
.sub-nav>ul>li>a{width: 150px;height: 46px;display: inline-block;line-height: 46px;background-color: #000;color: #fff;}
.sub-nav >ul>li.active >a{background:#e2b03d;color: #fff;}
.sub-nav li:hover> ul{display:block;}
.sub-nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #ed8e82;}
.sub-nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;line-height:50px} 
.sub-nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.sub-nav ul li{position:relative;}
.sub-nav ul li .arrow{display:none}
.sub-nav ul li ul{background-color:#000;display:none;position:absolute;left:0;z-index:2;width:100%;} /*二级ul样式*/
.sub-nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/



/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list .row .item img{display:block;width:100%;height:auto;transition: all 0.3s ease-out 0s;}
.images-list .row .item a:hover img{transform:scale(1.1,1.1);}



/*固定TOP*/
#toTop{position: fixed;bottom: 12px;right: 12px;width: 40px;height: 40px;text-indent: -999em;z-index: 999;background: url(top.png) no-repeat;background-position: 0 -42px;transition: all 0.2s linear;}
#toTop:hover{background-position:0 0;}
@media (max-width:1000px){#toTop{display:none!important;}}


/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}



/*手机端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){footer{margin-bottom:50px;}}


/*在线客服*/
.zaixian{position:fixed;bottom:440px;right:0px;z-index:9;}
.zaixian .zaixian_com{position:relative;width:50px;height:80px;}
.zaixian_com .zxzx_pic1{position:absolute;right:0px;top:0px;}
.zaixian_com .zxzx_pic2{position:absolute;right:-190px;top:-70px;z-index:10;width:170px;height:300px;}
.zaixian_com .zxzx_pic1 p{position: absolute;top: 50px;left: 18px;font-size: 13px;color: #fff;}
.zaixian_com .zxzx_pic2 p{position: absolute;top: 118px;left: 24px;font-size: 13px;color: #fff;}
.kf-lf-lj{position:absolute;width:100px;right:10px;top:70px;}
.kf-lf-lj a{display:block;line-height:30px;padding-left:10px;margin:5px 0;color:#848484;font-size:13px;}
.kf-lf-lj a .fa{padding-right:4px;}
.kf-lf-lj a:hover{background:#a88c48 url(box-kefu2.png) no-repeat 5px center;color:#FFF;border-radius:4px;}
@media(max-width:1000px){.zaixian{display:none;}}


/*内容页公共用*/
/*.html5zoo-arrow-left-0{background:url(left.png) no-repeat scroll left top!important;margin-left:10px;}
.html5zoo-arrow-right-0{background:url(left2.png) no-repeat scroll left top!important;margin-right:10px;}*/

.breadcrumb{padding: 0px 0px;}
.breadcrumb li .fa{color: #e2b03d;}
.breadcrumb > li + li + li::before {content: ">>";padding: 0 5px;color: rgb(102, 102, 102);}
.breadcrumb > li + li::before{content: " ";}
.breadcrumb li:first-child a span:hover,.breadcrumb li:last-child a:hover{text-decoration:underline;}
.pagination > li > a, .pagination > li > span{padding: 4px 10px;}

.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 50px;}
.cards2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 40px;}


.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}
.news-page ul li{color: #0f89dd;}
.news-page ul li a:hover,.news-page ul li:hover{color:#000;}

 .pagedetail{background:#f5f5f5;border:#E5E5E5 1px solid;padding:5px;margin:20px 0;color: #868686;text-indent: 24px;font-size:13px;}




/*内页样式*/
@media(min-width:1000px) {
.headlinebox{margin: 70px 0 40px;}
.headlinebox .title{font-size: 30px;font-weight:bold;}
.sub-nav{margin: -30px 0 50px;}
.processes-line{margin: 50px 0 30px;}

.forus-bg .box .info-content{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;word-break: break-all;height: 286px;}

.civilization .tit{font-size:30px;}
.civilization .left{padding-top: 90px;}
.civilization .right{padding-top: 60px;}

.product-box li .title{text-align: left;}
.news-list .row .title a{font-size:18px;}
.news-list .row .date{width: 80px;height: 70px;}
.news-list .row .date li:first-child{height: 40px;line-height: 44px;}

.processes .tit{font-size: 24px;padding-top:4px;}
.processes .words{font-size: 16px;line-height:2.2;padding-top:14px;}

.address-bg{background-color:#e2b03d;color:#fff;margin:10px 0 0;padding:50px 60px;line-height:2.5;}

}


@media (max-width:1000px) {
.headlinebox{margin: 20px 0;}
.headlinebox .title{font-size: 20px;}
.processes-line{margin: 30px 0 20px;}

.forus-bg .box .info-content{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 9;-webkit-box-orient: vertical;word-break: break-all;height: 260px;}

.civilization .tit{font-size:20px;}
.product-box li .title{text-align: center;}
.news-list .row .date{width: 60px;height: 60px;}
.news-list .row .date li:first-child{height: 38px;line-height: 38px;}

.processes .tit{font-size: 20px;}
.processes .words{padding-top:10px;font-size:13px;line-height:1.8;}

.address-bg{line-height:2;margin:20px 0;}
}

/*内页公共样式*/
.headlinebox{text-align: center;}
.headlinebox .en{color: rgb(102, 102, 102);font-size: 12px;padding: 10px 0;}

/*内页-关于我们*/
.years-bg{background:#e2b13c;}
.years-box ul{text-align:center;color:#dcb861;position: relative;}
.years-box li ul li:first-child{font-weight:bold;color: #fff;}
.years-box li ul li:last-child{color:#fff;}
@media (min-width:1000px){
    .years-bg{padding: 60px 0 70px;margin:80px 0 10px;}
    .years-box li ul li:first-child{font-size: 48px;}
    .years-box li ul li:last-child{font-size: 20px;}
}
@media (max-width:999px) and (min-width:415px)
{ 
    .years-bg{padding: 40px 0;margin:60px 0 30px;}
    .years-box li ul li:first-child{font-size: 40px;}
    .years-box li ul li:last-child{font-size: 16px;}
}
@media (max-width:414px)
{   
    .years-bg{padding: 30px 0;margin:40px 0 20px;}
    .years-box li ul li:first-child{font-size: 20px;}
    .years-box li ul li:last-child{font-size: 10px;}
}

.civilization .tit{font-weight:bold;}
.civilization .words{line-height:2;padding-top:20px;}

/*滚动*/
/*.marqueelefts {height: auto;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueelefts ul{float:left;}
.marqueelefts li{float:left;margin:0 5px;display:inline;width:250px;height:auto;text-align:center;}
.marqueelefts li .pic{display:block;width:250px;height:auto;padding:10px;overflow:hidden;}
.marqueelefts li .pic img{height:100%;width:100%;}
.marqueelefts li .txt{text-align:center;height:auto;line-height:260px;}
.marqueelefts .marquee1_1>li>p{text-align:center;margin: 0 auto;display:inline-block;}


/*内页-产品中心*/
.product-box li{text-align: center;padding-bottom:30px;}
.product-box li .title{line-height: 1.5;font-weight: bold;padding-top: 10px;}
.product-box .introduct{color: #999999;padding:10px 0 0;text-align:left;font-size: 13px;}

.product-box li .item{ position:relative;}
.product-box li .item > img{display:block;width:100%;}
.product-box li .item .mask{width:100%;height:0;background:rgba(242, 194, 104, 0.9);position:absolute;bottom:0;left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center; }
.product-box li .item .mask img{width:40px!important;height:40px!important;}
.product-box li .item:hover .mask{height:100%;}


/*内页-新闻中心*/
.news-list .row{border-bottom: 1px dashed #e3e3e3;overflow: hidden;padding: 10px 0 20px;margin-bottom: 10px;}
.news-list .row .date{background: #f5f5f5;text-align: center;color: #999;margin-top:6px;}
.news-list .row .date li:first-child{font-size: 24px;font-weight: bold;}
.news-list .row .date li:last-child{font-size: 13px;}
.news-list .row .title p{padding-top: 2px;font-size: 13px;color: #5A5A5A;}

/*分页-相关流程*/
.processes .tit{font-weight:bold;}






/*首页样式*/
@media(min-width:1000px) {
.hometitle{margin:0 0 30px;}
.hometitle .tit{font-size: 30px;}

.forus-bg{min-height: 670px;margin-top: 50px;}
.forus-bg .words{color:#fff;font-size: 30px;padding-top: 82px;}
.forus-bg .words .font2{padding-left: 160px;padding-top: 10px;}

.exhibition-bg{padding: 50px 0 40px;}
.exhibition-bg .product-box,.home-recent .product-box{margin-top:20px;}
.exhibition-bg .homemore{margin:30px 0;}

.processeshome-line{margin: 20px 0 50px;}
.home-recent{padding-top: 40px;}
.home-honorlist{margin:0 15px;}
.home-honorlist li{padding-left:0px;padding-right:0px;}

}

@media (max-width:1000px) {
.hometitle{margin:20px 0 40px;text-align:center;}
.hometitle .en{text-align:center;}
.hometitle .en img{display:none;}
.hometitle .tit{font-size: 22px;}
.homemore{text-align:center;padding: 30px 0;}

.forus-bg .words{font-size: 16px;text-align:center;}
.forus-bg .right{padding-bottom:40px;text-align:center;}

.exhibition-bg .homemore{ margin-bottom: 30px;}

.home-recent .product-box li .title{text-align:left;}
.home-honorlist li{ padding-bottom:10px;padding-left:5px;padding-right:5px;}
}
/*首页公共样式*/
.hometitle .en span{text-transform: uppercase;color: rgb(226, 177, 60);font-size: 13px;position: relative;top: 2px;}
.hometitle .tit{font-weight:bold;padding:2px 0 6px;}
.hometitle .cn{color: rgb(102, 102, 102);font-size:13px;}

.homemore a{border:1px solid #000;padding:12px 40px;color:#fff;background-color:#000;}
.homemore a:hover{background-color:#e2b03d;border-color:#e2b03d;}

/*首页-关于我们*/
.forus-bg{background:url(forus-bg.jpg) repeat-x bottom;}

/*首页-展览中心*/
.exhibition-bg{background-color:#000;}
.exhibition-bg .hometitle .tit,.exhibition-bg .hometitle .cn,.exhibition-bg .product-box li .title{color: #fff;}

.homenav{text-align:right;padding-top: 70px;}
.homenav li {display:inline-block;}
.homenav li:first-child a{border:1px solid #e2b03d;background-color:#e2b03d;}
.homenav li a{color:#fff;padding:10px 30px;border:1px solid #000;margin-right:8px;}
.homenav li a:hover{border:1px solid #e2b03d;background-color:#e2b03d;}

.exhibition-bg .homemore{text-align:center;}
.exhibition-bg .homemore a{border: 1px solid #e2b03d;color: #e2b03d;}
.exhibition-bg .homemore a:hover{color:#fff;}

/*首页-新闻动态*/
.home-recent li .date{position:relative;top:5px;color: #929292}
.homenav li a {background-color: #000;}

/*首页-合作客户*/


/*.superiority-bg{background:url(superiority-bg.jpg) no-repeat center;background-size:cover;}
.superiority-bg .headlinebox .title{color: rgb(217, 217, 217);}
.superiority{text-align:center;}
.superiority li{padding-left: 0;padding-right: 0;}
.superiority li img{width:58px;height:58px;}
.superiority li .box .font1{padding: 20px 0;}
.superiority li:nth-child(2n-1) .box{background-color:#e8ebef;transition:0.3s linear;}
.superiority li:nth-child(2n-1) .box:hover{background-color:rgba(255,255,255,1);}
.superiority li:nth-child(2n-1) .box .font1{font-size: 16px;color: rgb(2, 140, 207);}
.superiority li:nth-child(2n-1) .box .font2{font-size: 13px;color: rgb(119, 119, 119);}
.superiority li:nth-child(2n) .box{background-color:#133963;}
.superiority li:nth-child(2n) .box .font1{color:#fff;font-size: 16px;}
.superiority li:nth-child(2n) .box .font2{color:#fff;font-size: 13px;}

.home-weare{background-color:#fafafa;}
.home-honorlist li .box{border: 1px solid #f4f4f4;text-align:center;}
.homenews-bg{background-color:#fafafa;}
.homenews-bg .box{background-color:#fff;}

.newsbox{position:relative;border-bottom:1px solid #ccc;padding-bottom:8px;margin-bottom: 24px;}
.newsbox .right{position:absolute;right:0;top:7px;}
.newsbox .right a{color: rgba(136,136,136,1);padding:5px 12px;background-color:#e9edf2;font-size:13px;border-radius:4px;}
.newsbox .right a:hover{color:#fff;background-color: rgba(47,105,179,1);}

.homenews-list li.tw .content > a{display:block;line-height:30px;font-size: 18px;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.homenews-list li.tw .content > span{color: #7D7D7D;font-size: 13px;}
.homenews-list li.tw .content{border-bottom: 1px dashed #eee;margin-bottom: 10px;padding-bottom: 10px;}
.homenews-list li.tw .content .details > p{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 40px;margin-top: 2px;}
.homenews-list li.tw .content .details a{color: #CF0202;padding-top: 6px;display: block;}

.homenews-list .item{font-size:13px;line-height: 2;position: relative;padding-left: 60px;}
.homenews-list .item .date{color: #9F9F9F;position: absolute;left: 0px;top: 0px;}
.homenews-list .item .title{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.homenews-list .item .title a{font-size:14px;}
.homenews-list .item .title:hover a,.homenews-list .item:hover .date{color:#d00e0f;}

.homenews-bg .newsleft .product-list li .news-box{margin-bottom: 10px;background-color: #fff;}
.homenews-bg .newsleft .product-list li .title a{padding-top: 0;}
.homenews-bg .newsleft .product-list li .xiang{font-size: 13px;color: #CF0202;padding-top:10px!important;}
.homenews-bg .newsleft .product-list li .date{font-size: 13px;color: #acacac;margin-top: -14px;}
.homenews-bg .newsleft .home-answer li .ask{font-size: 14px;}
.homenews-bg .newsleft .home-answer li{border-bottom: 1px solid #fff;line-height: 2.2;}
.homenews-bg .newsleft .home-answer li .date{color: #acacac;font-size: 13px;}
.homenews-bg .newsright .home-answer li .ask{font-size: 14px;}
.homenews-bg .newsright .home-answer li .date{color: #acacac;font-size: 13px;}
.homenews-bg .newsright .home-answer li{line-height: 2.4;border-bottom: 1px dashed #ededed;}*/