
/**/

.banner img {
    width: 100%;
    display: block;
}

.container-w {
    width: 100%;
    background: #f4f4f4;
    padding: 30px 0;
}

.container {
    margin: 0 200px auto 150px;
    padding: 0 25px;
}
.box-content{
    width: 100%;
    float: left;
}
.container-w .box{
    position: relative;
}


.top-title {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.top-title .top-img {
    width: 170px;
    height: 130px;
}

.top-title .top-img img {
    width: 100%;
    height: 100%;
}

.top-title .top-cont {
    /*width: 880px;*/
    text-align: left;
}

.top-title .top-cont h3 {
    color: #004b97;
    font-size: 22px;
}

.top-title .top-cont p {
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
}

.list {
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.list .list-left {
    width: 97%;
}

.list .list-li {
    display: flex;
    margin-bottom: 40px;
}

/* .list .list-right {
    width: 25%;
} */

.list .list-img {
    width: 262px;
    height: 190px;
}

.list .list-img img {
    width: 100%;
    height: 100%;
}

.list .list-title {
    width: 458px;
    height: 190px;
    text-align: left;
    margin-left: 20px;
}
.list .list-li.no-pic .list-title{
    width: auto;
    margin-left: 0;
}

.list .list-title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.list .list-title .da {
    display: flex;
    align-items: center;
    color: #2673c5;
    margin: 12px 0;
}

.list .list-title .p {
    font-size: 14px;
    color: #7d7d7d;
    line-height: 30px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list .ad-img img {
    width: 100%;
}

.list .list-lr {
    text-align: left;
}

.list .list-lr img {
    width: 64px;
    height: 47px;
    margin-right: 10px;
}

.list .list-lr a {
    display: flex;
    align-items: center;
    margin-top: 18px;
    font-size: 16px;
    color: #000000;
}
.list .list-lr a.pic- img{
    display: none;
}

.list .list-lr a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list .list-lr span {
    color: #004b97;
    border-bottom: 2px solid #004b97;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
    padding-top: 38px;
    display: inline-block;
}

.line {
    width: 100%;
    border-top: 1px solid #eeeeee;
}

.list .ad-img-2 img {
    width: 100%;
    margin-top: 60px;
}

.list .list-lr-2 img {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}

.list .list-lr-2 a p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list .page {
    padding: 20px 0;
}

.list .page a {
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.list .page .cpb {
    background: #004b97;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
}

/* 详情页 */
.act-show {
    text-align: left;
}

.top-nav a {
    font-size: 16px;
    color: #000000;
}

.act-show h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 22px 0;
    color: #000000;
}

.act-show .dat {
    display: flex;
    align-items: center;
    color: #727272;
}

.act-show .sum {
    padding: 20px;
    border-radius: 10px;
    border: 1px dashed #004b97;
    font-size: 16px;
    color: #484848;
    line-height: 26px;
    margin: 30px 0;
}

.act-show .sum a {
    color: #004b97;
}

.atc-m {
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
}
.atc-m img{
    max-width: 100%;
}

.act-show .line {
    margin-top: 70px;
}

.atc-ne {
    margin-top: 32px;
    margin-bottom: 80px;
}

.atc-ne a {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}

.foot-li ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-li li {
    width: 32.5%;
    text-align: left;
}

.foot-li li a {
    font-size: 16px;
    line-height: 37px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot-li h3 {
    text-align: left;
    font-size: 18px
}

.foot-li {
    background: #fff;
    padding: 20px;
}

.site-map dl{
    margin-bottom: 20px;
}
.site-map dl dt{
    font-size: 16px;
}
.site-map dd{
    padding-left: 35px;
}
.site-map-list{
    overflow: hidden;
    margin-top: 20px;
}
.site-map-list li{
    width: 33%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
}
@media screen and (max-width: 1024px) {
    .container {
        margin: 0;
        padding: 0;
    }
    .list{
        padding: 10px;
    }
    .list .list-left{
        width: 100%;
    }
    .list .list-right{
        display: none;
    }
    .list .list-title h3{
        font-size: 16px;
    }
    .list .list-title .p{
        line-height: 20px;
        font-size: 12px;
        margin-top: 5px;
    }
    .list .list-img{
        width: 100%;
        height: auto;
    }
    .list .list-img img{
        width: 100%;
        height: auto;
        display: block;
    }
    .list .list-title .da{
        margin: 5px 0;
    }
    .list .list-title{
        height: auto;
        width: auto;
        margin-left: 0;
    }
    .list .list-li{
        margin-bottom: 20px;
        display: block;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;

    }
    .act-show .sum{
        padding: 10px;
        font-size: 14px;
    }
    .act-show h4{
        font-size: 16px;
        margin: 10px 0;
    }
    .container-w{
        padding: 15px 0;
    }
    .atc-ne{
        margin-bottom: 30px;
    }
    .foot-li li{
        width: 100%;
    }
    .top-title{
        padding: 5px;
    }
}