﻿.main > .container {
    height: 714px;
    background: url(../images/icon/bookbg.png) no-repeat;
    padding: 20px 20px 30px 310px;
    overflow: auto;
}
.news {
    width: 100%;
    min-height: 100px;
    position: relative;
}
.news-more li,
.news-lists ul {
    display: none;
}
.news-more .dis,
.news-lists .dis {
    display: block;
}
.news-nav {
    overflow: auto;
    font-size: 20px;
    padding-left: 20px;
    background: url(../images/icon/pdf.png) no-repeat 2px 6px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}
.news-nav li {
    float: left;
    margin-right: 20px;
}
.news-nav .gwyxx {
    padding-right: 20px;
    border-right: 2px solid #0b4a8a;
}
.news-nav li a {
    color: #0b4a8a;
    font-weight: 600;
}
.gwy-lz .dis a,
.news-nav li a:hover {
    color: #cc0606;
}
.news-more {
    position: absolute;
    right: 0;
    top: 6px;
}
.news-more li a {
    color: #b2b2b2;
}
.news-more li a:hover {
    color: red;
}
.news-lists {
    font-size: 16px;
    margin-top: 10px;
}
.news-lists li {
    margin-bottom: 15px;
    padding-left: 16px;
    background: url(../images/icon/dian.png) no-repeat 2px 10px;
}
.news-lists li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-lists li span {
    float: right;
    font-size: 14px;
    color: #999;
}
.ywwh {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-top: 20px;
}
.ywwh li {
    width: 50%;
    text-align: center;
}
.ywwh li img {
    display: block;
    margin: 0 auto 20px;
}
.ywwh li a {
    color: #000;
}
/* 移动端 */
@media screen and (max-width: 768px) {
    .main > .container {
        background: #fff;
        padding: 10px 10px 0;
        height: auto;
    }
    .news-lists li p {
        width: 60%;
    }
    .ywwh {
        margin-bottom: 15px;
    }
    .ywwh li {
        width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}