.list_l{
    background: #fafafa; 
    width: 73.5%;
}
.list_l h5{
    font-size: 22px; 
    border-bottom: 1px solid #ddd;
}
.s_tit{
    text-align: center;
}
.s_tit p{
    font-size: 20px;
    font-weight: 600;
}
.s_tit span{
    color: #756f6f;
}
.right_1{
    border: 1px solid #ddd;
    border-top: 2px solid #0a58ca;
}
.nav-tabs li,.list_img img,.tab_show ul li img{
    width: 100%;
}
.nav-tabs li{
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.nav-tabs .nav-link.active{
    background-color: #0a58ca !important;
    color: #fff;
} 
.lists .current{
    color: blue;
    font-weight: 600;
}

.list_img{
    width: 28%;
}
.list_show{
    width: 70%;
}
.list_tit>a{
    font-size: 20px;
}
.list_tit p{
    height: 88px;
}
.list_date a{
    color: #756f6f;
}
.list_date span{
    color: #333;
}
.list ul li .list_tit p{
    line-height: 35px;
    overflow: hidden; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lists{
    border-bottom: 1px solid #eee;
}
.lists ul li{
    width: 12%;
    padding: 8px 16px;
    float: left;
}

.nav-item {
    background-color: #fafafa;
    text-align: center;
}


.page_nav {
    position: relative;
    clear: both;
    height: 100px;
}
.page_nav .more {
    margin: auto;
    text-align: center;
    padding-top: 20px;
}
#pages {
    padding: 14px 0 10px;
    font-family: 宋体;
}
#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
}
#pages a.a1 {
    background: url(https://www.eetop.cn/statics/images/drivers/pages.png) no-repeat 0 5px;
    width: 60px;
    padding: 0;
}
#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-weight: 600;
}

@media screen and (max-width: 768px){
    .content .list{
        width: 100% !important;
        padding: 10px !important;
    }
}