﻿.imgnews-list-main {
    width: 1220px;
    margin: 0 auto;
    min-height: calc(100vh - 410px);
    background: white;
}

.imgnews-list {
    width: 1220px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.img-list ul li img {
    width: 185px;
    height: 140px;
    float: left;
}

.imgnews-list-title {
    height: 120px;
}

    .imgnews-list-title h4 {
        height: 120px;
        line-height: 120px;
        text-align: center;
        font-size: 42px;
        border-bottom: 1px solid #b6b0b0;
        color: #1f55b1;
        font-weight: normal
    }

.img-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin: 23px auto 0 auto;
}

.img-list-nav {
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #E8E8E8;
}

    .img-list-nav p {
        color: #9C9C9C;
        font-size: 16px;
    }

    .img-list-nav a {
        color: #333333;
        font-size: 16px;
    }

    .img-list-nav span {
        color: #1F55B1;
    }

.img-list-left {
    float: left;
    width: 19%;
}


.dwwd_tabs_act {
    display: inherit;
    background: #1F55B1;
    color: white;
    font-size: 16px;
}


.dwwd_tabs {
    color: white;
    font-size: 16px;
    color: #1F55B1;
    font-weight: bold;
}

/*.img-list-left ul li a:hover {
                color: white;
            }*/

.img-right-list {
    width: 930px;
    float: right;
}



    .img-right-list > ul > li {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .img-right-list h4 {
        color: #333333;
        float: left;
        width: 75%;
        margin-left: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }

.lista {
    font-size: 14px;
    color: #707070;
    display: inherit;
    height: 70px;
    float: left;
    width: 75%;
    margin: 2px 0px 8px 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

.source span {
    color: #707070;
}


.img-right-list p {
    font-size: 12px;
    float: left;
    width: 75%;
    margin-left: 1%;
    text-indent: 0;
}

.layui-flow-more {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: gray;
}

.dwwd_tabs_act:hover {
    color: white;
}
/*文字列表页*/
.news-list-main {
    width: 1220px;
    overflow: hidden;
    margin: 0 auto;
    background: white;
    min-height: calc(100vh - 410px);
}

.news-list-count > ul > li {
    height: 85px;
}

.newlist_one {
    background: url(/Images/list_dian.png) no-repeat left center;
    padding-left: 28px;
    margin-left: 0 !important;
    height: 42px;
    line-height: 42px;
    font-size: 16px !important;
    font-weight: bold;
}

.newlist_span {
    display: inherit;
    height: 42px;
    line-height: 42px;
}

.newlist_two {
    margin-left: 28px !important;
    width: 96% !important;
    color: gray !important;
}

.news-list-count ul li a {
    display: inherit;
    width: 80%;
    float: left;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-left: 32px;
}

.news-list-count .img-list-left ul li span {
    float: right;
    font-size: 14px;
    color: #989898;
    width: 10%;
}

.news-list-count {
    width: 78%;
    float: right;
}




@media only screen and (max-width: 800px) {
    .main {
        padding: 0;
    }

    .imgnews-list-main {
        width: 100vw;
        margin: 0 auto;
        background: white;
    }

    .imgnews-list-title {
        display: none;
    }

    .img-right-list {
        width: 96vw;
        margin: 20% auto;
        float: inherit;
    }

        .img-right-list ul li {
            width: 100%;
            position: relative;
        }



    .img-list ul li img {
        width: 30%;
        float: left;
        height: 80px;
    }

    .img-right-list h4 {
        width: 67%;
        margin-left: 0;
        height: 45px;
        font-size: 16px;
        float: right;
    }

    .lista {
        display: none;
    }

    .img-right-list > p {
        float: right;
        display: initial;
        width: 66%;
        position: absolute;
        bottom: 0;
        margin-left: 3%;
    }

    .source span {
        font-size: 12px;
    }

    .img-list-left {
        width: 100%;
        /*position: fixed;*/
        width: 100%;
        left: 0;
        top: 80px;
        background-color: #1F55B1;
        z-index: 100;
        height: 66px;
    }

        .img-list-left ul {
            width: 100%;
            margin: 0 auto;
            height: 66px;
            overflow: hidden;
            list-style-type: none;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            overflow: auto;
        }

            .img-list-left ul li {
                width: 24%;
                float: left;
                text-align: center;
                height: 66px;
                -webkit-box-flex: 1;
                -webkit-flex: 1 0 auto;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
                color: white;
                padding: 0.1px;
            }

    .dwwd_tabs {
        background-image: url(/Images/list_sx.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: center;
    }

    .dwwd_tabs_act {
        background: none;
    }

    .img-list-left ul li a {
        font-size: 16px;
        display: inherit;
        color: white;
        font-weight: normal !important;
        width: 100%;
        height: 66px;
        line-height: 66px;
    }

    .img-list-nav {
        display: none;
    }

    .dwwd_tabs_act {
        background: #3f80ed;
        color: white;
    }
    /*文字列表页*/
    .news-list-main {
        width: 100vw;
        min-height: calc(100vw - 240px);
    }

    .news-list-count {
        width: 100%;
        margin: 0 auto;
    }

        .news-list-count ul {
            width: 95%;
            margin: 17px auto 0 auto;
        }

            .news-list-count ul li a {
                width: 65%;
                font-size: 14px;
            }

            .news-list-count ul li span {
                font-size: 14px;
                width: 21%;
            }

    #newsList {
        width: 90%;
        margin: 20px auto 0 auto;
        height: auto;
        overflow: hidden;
    }

        #newsList li {
            width: 47%;
            height: auto;
            overflow: hidden;
            float: left;
        }

            #newsList li:nth-child(2n) {
                margin-left: 4.5%;
            }

            #newsList li img {
                width: 100%;
                float: left;
                height: auto;
            }

        #newsList h4 {
            width: 100%;
            height: 45px;
            font-size: 16px;
            float: right;
            text-align: center;
            line-height: 45px;
        }

    .list-content .img-list-left p {
        float: right;
        display: initial;
        width: 70%;
        text-indent: 1em;
        bottom: 0;
        position: absolute;
    }
    /*文字加简介列表 TextList*/
    .text-list-all {
        width: 100%;
        margin: 0 auto;
        min-height: calc(100vw - 240px);
        background: white;
    }

    #textList {
        width: 95%;
        margin: 0 auto;
        padding-top: 17px;
    }

        #textList li {
            height: 42px;
            line-height: 42px;
            background: url(/Images/list_dian.png) no-repeat left center;
        }

    .textlist_one {
        display: inherit;
        height: 42px;
        line-height: 42px;
    }

        .textlist_one h4 {
            margin-left: 32px;
            width: 65%;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .textlist_one span {
            float: right;
            width: 21%;
            color: #989898;
        }

    .textlist_two, .newlist_two {
        display: none !important;
    }
}

@media only screen and (min-width: 800px) and (max-width: 2000px) {
    .list-content {
        width: 96%;
        margin: 0 auto;
    }

    #newsList {
        width: 84%;
        margin: 30px auto 0 auto;
    }

        #newsList li {
            width: 26.6%;
            height: auto;
            overflow: hidden;
            margin-bottom: 25px;
            float: left;
        }
            /*.list-content ul li + li {
            margin-left: 100px;
        }*/
            #newsList li:nth-child(3n-1) {
                margin-left: 99px;
                margin-right: 99px;
            }

            #newsList li img {
                width: 261px;
                height: 162px;
                float: left;
            }

        #newsList h4 {
            color: #333333;
            float: left;
            width: 100%;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            height: 50px;
            font-size: 22px;
            text-align: center;
            line-height: 62px;
        }

    .lista {
        font-size: 16px;
        color: #707070;
        display: inherit;
        height: 52px;
        float: left;
        width: 78%;
        margin: 0 0 0 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.5;
    }

    #lsit_a {
        width: 92% !important;
    }

    .img-right-list > ul > li {
        position: relative;
    }

        .img-right-list > ul > li > p {
            text-indent: 16em;
            position: absolute;
            bottom: 0;
        }

    .list-content p {
        font-size: 12px;
        float: left;
        width: 75%;
        margin-left: 1%;
        text-indent: 0;
    }

    .img-list-left ul li {
        height: 56px;
        line-height: 56px;
        text-align: center;
        margin-bottom: 10px;
    }
    /*文字加简介列表 TextList*/
    .text-list-all {
        width: 1220px;
        overflow: hidden;
        margin: 0 auto;
        background: white;
        min-height: calc(100vh - 410px);
    }

    .text-list-main ul {
        width: 96%;
        margin: 0 auto;
    }

    #textList li {
        margin-bottom: 20px;
    }

    .textlist_one {
        background: url(/Images/list_dian.png) no-repeat left center;
        display: inherit;
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding-left: 28px;
        font-size: 16px;
    }

        .textlist_one h4 {
            float: left;
            width: 80%;
            font-weight: bold;
        }

        .textlist_one span {
            float: right;
            width: 10%;
            color: gray;
        }

    .textlist_two {
        color: gray;
        text-indent: 2em;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}
