@charset "utf-8";
.helpbanner{width:100%;min-width:1024px;height:300px;background:url(../images/help/bg.jpg) no-repeat;background-size: cover; margin-bottom:-140px; padding-top: 40px;}
.helpbanner .search { margin:30px auto 20px auto; background: #FFFFFF; height:50px; border-radius:30px; width:700px; }
.helpbanner .search .input{width:560px;line-height: 48px;box-sizing: border-box;margin-left: 28px;height: 100%;border: none;outline: none;font-size: 15px; color: #333333;background-image: url(/images/indexso.png);background-position: 12px;background-repeat: no-repeat; display:block; float:left; }
.helpbanner .search .search_btn{width: 84px;height: 100%;border-radius: 25px;overflow: hidden;cursor: pointer;background: url(../images/help/searchico.png) no-repeat center; background-size:20px;display:block; float:right;}
.helpbanner .search .search_btn:hover{ background-color: #eeeeff;}
.helpbanner .key{width:650px;height:40px;overflow: hidden; color: #FFFFFF;margin: 0px auto; font-size:13px;}
.helpbanner .key span{ background: rgba(0,0,0,0.3);line-height: 30px; padding: 5px 10px; border-radius:30px; margin: 0px 5px;}
.helpbanner .key span a{ color:#FFFFFF; text-decoration: none;}.helpbanner .key span:hover{ text-decoration: underline;}


.qa-cont{ width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 16px;}
.qa-cont span{ color: #ff6600; font-weight:bold;}

.newsbody{ width:1022px; padding-top:20px; padding-bottom:50px;   background-color:#FFFFFF;border-radius:4px; margin-bottom:30px; margin:0 auto;border-radius:4px; border:1px #EAEAEA solid; margin-bottom:50px;}
.newsbody .lnav{ float:left; width:180px;}
.newsbody .lnav .anav{ width:180px; background-color:#FFFFFF;border-right:1px  #EFEFEF solid;min-height:500px;}
.newsbody .lnav .anav a{ width:130px;margin:0 auto; margin-bottom:15px; line-height:40px; height:40px; background-color:#F5F5F5; font-size:14px; color:#666666; text-align:center; display:block; text-decoration:none;border-radius:3px;}
.newsbody .lnav .anav a:hover{ color:#333333; background-color:#EAEAEA;}
.newsbody .lnav .anav a.select{color:#FFFFFF; background-color:#0DD491;}
.newsbody .rlist{ float:left; width:820px;}
.newsbody .rlist .ntit{ padding-left:30px; padding-top:0px; height:50px; color:#000000; font-size:26px;}
.newsbody .rlist .nlist{ margin-left:30px; padding-bottom:15px; padding-top:15px; border-bottom:1px #E4E4E4 dashed}
.newsbody .rlist .nlist .h1s{ font-size:16px; font-weight:bold; height:30px;}
.newsbody .rlist .nlist .h2s{ font-size:14px; line-height:160%; color:#999999}

.newsbody .rlist .nshowtit{ padding-top:0px; text-align:center; padding-bottom:20px;  color: #000; font-size:32px;line-height:160%;}
.newsbody .rlist .nshowtime{ width:500px; border-bottom:1px #EAEAEA solid; border-top:1px #EAEAEA solid; height:36px; line-height:36px;   font-size:12px; color:#333333;margin:0 auto; text-align:center;}
.newsbody .rlist .nshowbody{padding:30px; padding-top:20px; font-size:18px; line-height:200%; color:#333333}

  /*新闻，行业东东相关推荐*/
.self_recommend_wrapper {
    width: 800px; background-color: #ebf7fd; padding-top: 6px; margin-top: 25px;
}
.self_recommend_wrapper .rec_title {
    padding: 13px 0 13px 27px; color: #333333; font-weight: bold; font-size: 14px;
}
.self_recommend_wrapper .rec_content {
    padding-bottom: 16px;
}
.self_recommend_wrapper .rec_content .for {
    display: block; float: left; color: #666666; padding: 0 17px 0 32px; width: 350px; height: 18px; line-height: 18px; font-size: 13px;
    text-decoration: none; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; margin-bottom: 6px;
}
.self_recommend_wrapper .rec_content .for_a {
    color: #666666;text-decoration: none;
}
.self_recommend_wrapper .rec_content .for_a:hover {
    text-decoration: underline;
}