a:hover,a:active{
    text-decoration: none;
}

.news-banner{
}

.news-wrap li:last-child{
    margin-bottom: 0;
}

#tab{
    text-align: center;
    padding: 120px 0 50px;
    display: flex;
    justify-content: center;

}

#tab a{
    display: inline-block;
    text-align: center;
    cursor: pointer;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
}

#tab .line{
    margin: 0 32px;
    width: 1px;
    height: 24px;
    background-color: #999999;
    display: inline-block;
}

#tab a.active,#tab a:hover{
    color:#f08519;
}

.news-wrap{

}

.news-wrap li{
    display: flex;
    border: 1px solid #d6d4d4a3;
    margin-bottom: 30px;
    height: 245px;
    padding: 30px;

    background: #fff;
    transition: all .3s ease;
    cursor: pointer;

}

.news-wrap li:hover{
    -ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

.news-wrap li.active{
}

.news-list-img{
    float: left;
    width: 280px;
    height: 180px;
    margin-top: 25px;
}

.news-list-info {
    margin-left: 32px;
    font-weight: normal;
    margin-top: 24px;
}

.news-list-info h4{
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 10px;

}

.news-list-info span{
    font-size: 14px;
    color: #999;
}

.news-list-info .p-wrap{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
    margin-top: 10px;
    color: #666666;
    width: 635px;
    text-align: justify;
    line-height: 22px;
}

.news-list-info a.news-btn{
    display: inline-block;
    font-size: 15px;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    background-color: #999;
    color: #fff;
}

.news-list-info a:hover{
    background-color: #f08519;
    color: #fff;
}

#news-page{
    text-align: center;
    position: relative;
    margin: 30px 0 120px;
}

.page-info{
    position: absolute;
    left: 35px;
    letter-spacing: 1px;
    color: #999;
    font-size: 12px;
    line-height: 36px;
}

.page-list a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #969696;
    letter-spacing: 1px;
    text-align: center;
    background-color: #f0f0f0;
    width: 32px;
    font-size: 12px;
    margin-right: 8px;
}

.page-list a.active{
    color: #fff;
    background-color: #f08519;
}

.page-list .control{
    width: 84px;
}