﻿.banner {
    background: url("/lib/images/banner.jpg");
    background-size: cover;
    height: 500px;
}

.banner-abs {
}

.banner-info {
    display: flex;
    flex-direction: column;
    height: 500px;
    align-items: flex-start;
    color: #fff;
    justify-content: center;
}

    .banner-info img {
        height: 220px;
        width: auto;
    }

.offset-top {
    margin-top: -50px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    background: #fcfcfc;
}

.content-body {
    margin: 38px 20px 30px 20px;
}

.top-title-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.title-name img {
    height: 38px;
}

.title-tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-split {
    color: #E5E5E5;
    margin: 0 20px 0 20px;
}

.top-tab {
    font-weight: 900;
    font-family: 'Microsoft YaHei';
    color: #7C8382;
    font-size: 12px;
    cursor: pointer;
}

.tab-choose {
    color: #fff;
    background: #4B8AD9;
    border-radius: 16px;
    height: 32px;
    width: 84px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.top-body {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

    .top-body .main {
        width: 480px;
        display: flex;
        flex-direction: column;
    }

        .top-body .main img {
            width: 480px;
            height: 248px;
        }

    .top-body .list {
        width: 640px;
    }

.top-main-text {
    background: #262C3E;
    display: flex;
    padding: 20px 0 40px 0;
    color: #fff;
    font-size: 16px;
    justify-content: center;
    align-items: flex-start;
}

.top-main-date {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: normal;
    font-family: 'Microsoft YaHei';
}

.top-main-date-month {
    font-size: 14px;
}

.top-main-date-day {
    font-size: 48px;
}

.top-main-content {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.split-hr {
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
    margin: 15px 0 15px 0;
}

.top-main-list {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    flex: 1;
}

    .top-main-list a {
        text-decoration: none;
    }

.top-main-item-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-main-item {
    display: flex;
    flex-direction: column;
}

.item-main-news {
    flex-grow: 1;
}

.item-main-news-title {
    font-weight: bold;
}

    .item-main-news-title a {
        color: #495150;
    }

.item-main-news-hr {
    margin: 10px 0 10px 0;
    background: rgba(0,0,0,.1);
    height: 1px;
}

.item-main-news-content {
    color: #7C8382;
    font-size: 14px;
    height: 80px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.item-main-date {
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 20px;
    line-height: normal;
    color: #7C8382;
}

.top-main-item-li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.1);
    height: 71px;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-news-title {
    color: #495150;
    font-weight: bold;
    flex-grow: 1;
}

.item-main-news-date {
    color: #7C8382;
    width: 90px;
    text-align: right;
}

.top-main-item-li:hover {
    background: #fff;
}

    .top-main-item-li:hover .item-main-news-date {
        color: #4B8AD9;
    }

.org-info-bar {
    margin-top: 20px;
    display: flex;
}

    .org-info-bar .org-item {
        background: #fff;
        width: 25%;
        text-align: center;
        border-right: 1px solid #EEEEEE;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .org-info-bar .org-item:last-child {
            border-right: 0;
        }

        .org-info-bar .org-item:hover {
            background: #efefef;
        }

        .org-info-bar .org-item img {
            border: 0;
            height: 50px;
        }

.title-bar {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .title-bar img {
        border: 0;
        height: 38px;
    }

.img-1-4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .img-1-4 .img-1 {
        width: 40%;
        height:430px;
        background-image: url(/lib/images/hlgw.png);
        background-size: cover;
    }

        .img-1-4 .img-1:hover div{
            display: flex;
        }

        .img-1-4 .img-1 .guide {
            display: none;
            border: 0;
            width: 100%;
            height: 100%;
            backdrop-filter: blur(2px);
            background-color: rgba(255, 255, 255, 0.4);
            justify-content: center;
            align-items: center;
        }
            .img-1-4 .img-1 .guide img {
                border: 0;
                height: 50%;
                align-content: center;
            }

            .img-1-4 .img-1 .guide p {
                position: absolute;
                margin-top: 300px;
                color: #ffffff;
                font-size:14px;
            }



    .img-1-4 .img-4 {
        width: 60%;
        display: flex;
        margin-left: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between;
    }
        .img-1-4 .img-4 .img-4-item {
            display: flex;
            width: 49.5%;
            height: 49.3%;
            background-size: cover;
        }
            .img-1-4 .img-4 .img-4-item:hover div {
                display: flex;
            }

            .img-1-4 .img-4 .img-4-item .guide {
                display: none;
                border: 0;
                width: 100%;
                backdrop-filter: blur(2px);
                background-color: rgba(255, 255, 255, 0.4);
                justify-content: center;
                align-items: center;
            }

                .img-1-4 .img-4 .img-4-item .guide img {
                    border: 0;
                    height: 60%;
                    align-content:center;
                }

                .img-1-4 .img-4 .img-4-item .guide p {
                    position: absolute;
                    margin-top: 170px;
                    color: #ffffff;
                    font-size: 12px;
                }

.w-sp-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.video-title {
    background: #262C3E;
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-480 {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.img-480-video {
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-grow: 1;
}

    .img-480-video video {
        border: 1px solid #000;
        width: 100%;
        flex-grow: 1;
    }

.img-1-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-1-2-left {
    width: 45%;
}

    .img-1-2-left img {
        width: 100%;
    }

.img-sp-2-r {
    width: 53%;
}

.img-1-2-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    width: 54%;
}

.img-2-item {
    text-align: right;
    width: 100%;
}

.img-1-2-right img {
    width: 100%;
}

.jqrz {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.jqrz-item {
    width: 155px;
    margin: 0 0 0 10px;
}

    .jqrz-item .img-box {
        border: 1px solid #D8D8D8;
        height: 88px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .jqrz-item .img-box img {
            /* width: 80px;*/
            height: 80px;
        }

    .jqrz-item .title {
        text-align: center;
        color: #7C8382;
        font-size: 14px;
        margin-top: 3px;
    }
