/** 2020-07-27 新增新闻顶部条样式 **/
.tit_warp {
    width: 100%;
    height: 88px;
    padding-top: 22px;
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
}
.tit_warp .warp_1200 {
    width: 660px;
    margin: 0 auto;
}
.tit_warp .warp_1200 h1 {
    float: left;
}
.tit_warp .warp_1200 .timer_box {
    float: right;
    margin-right: 4px;
    width: 116px;
    height: 54px;
    border: 1px solid #f1f0f0;
    border-radius: 5px;
}
.tit_warp .warp_1200 .timer_box .time_date {
    color: #777;
    font-size: 45px;
    line-height: 44px;
    margin: 5px 0 5px;
    width: 68px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #d9d9d9;
    float: left;
}
.tit_warp .warp_1200 .timer_box .time_mouth {
    width: 45px;
    line-height: 15px;
    padding-top: 5px;
    text-align: center;
    font-size: 18px;
    color: #777;
    display: inline-block;
    float: left;
}
.tit_warp .warp_1200 .timer_box .time_year {
    width: 45px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #777;
    display: inline-block;
    float: left;
}
.tit_warp .warp_1200 .timer_box .time_week {
    width: 45px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    color: #777;
    display: inline-block;
    float: left;
}
#sx-view{
  margin-top: 10px;
}
li.beforeNewTime {
  padding: 0px;
  padding-left: 24px;
  height: 35px;
  line-height: 35px;
  background: url(http://s.thsi.cn/css/gundong/img/bg01.png) no-repeat 4px;
  color: #999;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
ul.tab-box {
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    width:100%;
    height:40px;
}
ul.tab-box li.active {
    border-top: 2px solid #cf0f0f;
    margin-top: -1px;
    background: #fff;
    color:#C17A7F;
}
ul.tab-box li {
    border-right: 1px solid #e5e5e5;
    float: left;
    text-align: center;
    width: 16%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
a:hover{text-decoration:underline;} 
.layui-timeline-content {
    padding-right: 25px;
}