.news-box {
    width:100%;
}
.yw {
    float: left;
    width: 48%;
    height: 395px;
}
.yw .swiper-slide {
    position: relative;
    z-index: 1;
    font-size: 18px;
}
.swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 395px;
    color: #FFFFFF;
}
.swiper-slide a img {
    width: 100%;
    height: 100%;
}
.slide img {
    width: 100%;
    height: auto;
}
.yw .swiper-slide span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 100px;
    height: 50px;
    line-height: 45px;
    /*padding-left: 2%;*/
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 15px;
}
.yw .pagination {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 9;
    width: auto;
    left: auto;
}
.yw .pagination span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
    margin: 0 4px;
    cursor: pointer;
    border-radius: 50%;
}
.yw .pagination .swiper-active-switch {
  background-color: #ffffff;
  opacity: 1;
}
.szyw {
    float: left;
    width: 50%;
    height: 395px;
    margin-left: 20px;
    background-color: #fff;
    padding: 20px 15px;
}
#szywList .szyw-head li {float: left;margin-right: 10px;}
.szyw > ul li a {
    font-size: 18px;
    font-weight: bold;
}
.szyw > ul li {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.szyw > ul li.active {
    border-radius: 4px;
    background-color: #0b5db1;
}
.szyw > ul li.active a {
    color: #fff;
}
.szyw-lists {
    display: none;
    margin-top: 25px;
}
.szyw-lists li {
    height: 37px;
    line-height: 37px;
    margin-top: 3px;
}
.szyw-lists li img {
    margin-top: -25px;
    margin-right:5px;
}
.szyw-lists li a {
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
}
.szyw-lists li .time {
    float: right;
    color: #999;
}
.add-more {
    display: none;
    width: 98%;
    border-radius: 8px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    color: #333;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 5px;
    padding: 0;
}
/* 列表样式 */
.list-group {
    margin-top: 20px;
}
.lists {
    float: left;
    width: 32.15%;
    min-height: 333px;
    padding: 22px 20px 21px;
    background-color: #fff;
}
.lists.second {
    margin: 0 20px;
}
.tab-head li {
    float: left;
    height: 30px;
}
.tab-head li.active a {
    color: #0b5db1;
}
.tab-head li a {
    font-size: 18px;
    font-weight: bold;
}
.tab-head li {
    width: 100%;
    height: 38px;
    background: url(../images/jggk/br.png) left bottom no-repeat;
}
.tab-list{margin-top: 12px;}
.tab-list li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.tab-list li a {
    display: inline-block;
    width: 58%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.tab-list li span:first-child {
    /*color: #0b5db1;*/
}
.tab-list li .time {
    float: right;
    color: #999;
}
@media screen and (max-width: 1200px) {
.lists.second{margin: 0 15px;}
}
@media screen and (max-width: 991px) {
    .yw,
    .szyw {
        width: 100%;
        height: auto;
    }
    .lists {
        width: 100%;
    }
    .szyw {
        margin-left: 0;
    }
    .lists.second {
        margin: 20px 0;
    }
    .add-more {
        display: block;
    }
    .tab-list li a {width: 51%;}
}
@media screen and (max-width: 320px) {
    .yw .pagination {bottom: 15px;}
}