
.mainbox{padding-left: 30px;padding-right: 30px;}

/** 资讯tab */
#main-tabs {background: #fff; border-bottom: 1px solid #e6eaee;}
#main-tabs ul{padding: 0 50px;}
#main-tabs ul li {position:relative;display:inline-block;font-size: 16px;font-weight: 700;color: #646464;line-height: 28px;padding:10px 0;margin-right:36px;cursor: pointer}
#main-tabs ul li .arrow {display: none;position: absolute;bottom: 0;left: 50%;margin-left: -6px;}
#main-tabs ul li.active {color: #1e6ad6;}
#main-tabs ul li.active .arrow{display: block;}

/** 搜索 */
.search-box{float: left; height: 38px;margin: 10px 15px 20px;background: #f6f6f6;border-radius: 19px;overflow: hidden}
.search-box input{width: 480px;height: 100%;border: none; outline: none;background: #f6f6f6;padding:0 20px}
.search-box button{width: 76px;height: 100%;background: #005ff1;border: none;color: #fff;cursor: pointer}
.search-wrap:after{content: ""; display:block;clear: both}
.search-box form{height: 100%;}

/** 资讯tab */
#new-list-category {border-bottom: 1px solid #e6eaee;}
#new-list-category ul{padding: 0 15px;}
#new-list-category ul li {display:inline-block;font-size: 16px;color: #333333;line-height: 28px;margin-right:36px;cursor: pointer}
#new-list-category ul li a {padding:10px 0;height: 100%;}
#new-list-category ul li.active {color: #005ff1;border-bottom: 3px solid #005ff1;}

/** 资讯列表 */
.new-list li {padding:30px 15px;border-bottom: 1px solid #e6eaee;}
.new-list li h2 {position: relative; font-size: 16px;color: #333333;line-height: 28px;font-weight: 400;word-wrap: break-word;}
.new-list li .date {display: block; font-size: 14px;color: #999999;line-height: 24px;font-weight: 400;margin-top:10px;}
.new-list li i{position: absolute;left: -30px;margin-top: 5px; display:inline-block;width: 20px;height: 20px;text-align:center;font-size: 14px;font-style: normal;color: #ffffff;line-height: 20px;background: linear-gradient(180deg,#b0c4e2, #7a93b1);border-radius: 4px 4px 0px 4px;}
/** 热点问题 */
.hotspot-list-box{ display: none;padding-left: 20px}
.hotspot-list-box .new-list li .date{display: block; text-align: right;}
.hotspot-list-box .search-box {margin-left: -20px}
