.conBox {
    padding: 30px 15% 0px ;
    background-color: #fff;
}
.tab {
    width: 100%;
    overflow: hidden;
}
.tabLi {
    float: left;
    width: 200px;
    text-align: center;
    border: none;
}
.tabLi a {
    padding: 0 15px;
    line-height: 43px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #bebebe;
    float: none;
}
.tabLi a.active {
    background-color: #1D6BBF;
    color: #FFFFFF;
}
.tabConBox {
    float: left;
    width: 70%;
    margin-left: 40px;
}

.newsList>li {
    padding: 20px 25px 10px;
    height: 100px;
}

.newsList>li>a {
    margin: 0 0 18px 0;
}

.newsList .zl, .newsList .zl-name {
    font-size: 12px;
    text-align: center;
    height: 20px;
    padding: 2px 0;
}

.newsList .zl {
    background-color: #035AB8;
    text-color: #fff;
    width: 45px;
    color: #fff;
}
.newsList .zl-name {
    background-color: #EEEEEE;
    width: 110px;
}

.title {
    border-bottom: #E9E9E9 5px solid;
    position: relative;
    padding-bottom: 5px;
}

.line {
    width: 100px;
    background-color: #1D6BBF;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.noData {
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
}
.toTop {
    width: 50px;
    height: 80px;
    border: #1D6BBF 1px solid;
    padding: 10px 5px 5px;
    float: right;
    position: fixed;
    right: 10px;
    bottom: 180px;
    cursor: pointer;
    text-align: center;
}
.toTop p {
    margin-top: 15px;
}