.main .xwdt {
    position: relative;
    margin: .5rem auto;
}
.main .xwdt .swiper-xwdt {
    height: 54vw;
    width: 100%;
    border-radius: 0.2rem;
}
.main .xwdt .swiper-xwdt a {
    position: relative;
    display: block;
}
.main .xwdt .swiper-xwdt a img {
    width: 100%;
    height: 54vw;
}
.main .xwdt .swiper-xwdt a .lbtit {
    position: absolute;
    width: 100%;
    height: 2rem;
    box-sizing: border-box;
    padding-right: 0.2rem;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ffffff;
}
.main .xwdt .swiper-xwdt a .lbtit h5 {
    font-size: .45rem;
    text-align: 2em;
    margin: .6rem 0 .1rem .2rem;
}

.main .xwdt .swiper-xwdt a .lbtit span {
    margin-left: 0.2rem;
    font-size: .28rem;
    color: #999999;
}
.main .xwdt .pre{
    width: 31px;
    left: 0;
    top: 1.3rem;
    position: absolute;
    height: 43px;
    z-index: 2;
    background: url("../images/pre_m.png") no-repeat;
}
.main .xwdt  .next{
    width: 31px;
    right: 0;
    top: 1.3rem;
    position: absolute;
    height: 43px;
    z-index: 2;
    background: url("../images/next_m.png") no-repeat;
}

.zxgg .zxggNav li {
    float: left;
    padding: .1rem  .3rem;
    border: 1px solid #297acc;
    border-radius: .5rem;
    margin-right: .3rem;
    color: #297acc;
}

.zxgg .zxggNav li.active {
    background: #297acc;
    color: #fff;
}

.zxgg  .content {
    background: #ffffff;
    border-radius: .2rem;
    margin-top: .3rem;
}

.zxgg .content .newsList {
    position: relative;
    padding-bottom: .4rem;
}

.zxgg .content .newsList .more {
    width: 70%;
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.5rem auto 0;
    background-color: #297acc;
    color: #ffffff;
    clear: both;
    border-radius: 0.2rem;
}
.zxgg .content .newsList .more a{
    display: block;
}
.zxgg .content .newsList li {
    width:95%;
    margin:0 auto;
    line-height: .5rem;
    padding:.2rem 0;
    border-bottom: 1px solid #cccccc;
}
.zxgg .content .newsList li:last-child{
    border:none;
}
.zxgg .content .newsList li span.point {
    float: left;
    width: 5px;
    height: 5px;
    background: #297acc;
    margin: .15rem .15rem 0 0;
    vertical-align: .03rem;
    border-radius:.8rem;
}
.zxgg .content .newsList li span.time{
    display:block;
    color:#cccccc;
    font-size:.3rem;
    padding-left: .2rem;
}

.zxgg .content .newsList li a {
    float: left;
    width: 93%;
}