﻿@import"Global.css";

body {
    /*background: url("images/body_bg.gif") repeat-x scroll center top #F6F6F6;*/
    max-width: 1980px;
    min-width: 1200px;
    margin: 0 auto;
}

* {
    font-size: 16px;
}


.topbar {
    height: 30px;
    line-height: 30px;
}

#MainPage {
    position: relative;
    z-index: 0;
}

#MainMenu {
    background-color: #2861d5;
    height: 60px;
    width: 1200px;
    margin: 0 auto 20px;
}

    #MainMenu ul {
        margin: 0 auto;
        height: 60px;
        z-index: 2;
    }

        #MainMenu ul li {
            line-height: 60px;
            width: 130px;
            height: 60px;
            position: relative;
            display: flex;
            align-items: center;
        }

            #MainMenu ul li .li-line {
                width: 1px;
                height: 50px;
                margin-bottom: 5px;
                background-image: linear-gradient(#17336d,#2458c1);
            }

            #MainMenu ul li a {
                width: 100%;
                font-size: 1em;
                color: white;
                display: flex;
                justify-content: center;
                padding: 0px 10px !important;
            }

                #MainMenu ul li a img {
                    margin: 7px 8px;
                }

            #MainMenu ul li .sub_menu {
                position: absolute;
                left: 10px;
                top: 60px;
                z-index: 0;
                padding-bottom: 16px;
                filter: drop-shadow(2px 4px 6px black);
                background: rgba(0,0,0,.5);
            }

                #MainMenu ul li .sub_menu .sub_menu_bg {
                    position: absolute;
                    height: 100%;
                    background-color: black;
                    opacity: 0.6;
                    z-index: -1;
                }

                #MainMenu ul li .sub_menu div {
                    height: 34px;
                    line-height: 30px;
                    color: white;
                    font-size: 14px;
                }

                    #MainMenu ul li .sub_menu div a {
                        display: inline-block;
                        padding: 0;
                    }

                        #MainMenu ul li .sub_menu div a span {
                            border-bottom: 1px solid #585858;
                            line-height: 30px;
                            padding: 6px 8px;
                            color: white;
                        }

                    #MainMenu ul li .sub_menu div:last-child a span {
                        border-bottom: none;
                    }

            #MainMenu ul li:last-child {
                float: right;
                width: 274px;
            }

            #MainMenu ul li.margin_img img {
            }

            #MainMenu ul li.margin_img input::-webkit-input-placeholder {
                color: white;
            }

            #MainMenu ul li.margin_img input::-moz-placeholder {
                color: white;
            }

            #MainMenu ul li.margin_img input:-ms-input-placeholder {
                color: white;
            }

            #MainMenu ul li input {
                border: none;
                height: 34px;
                width: 180px;
                background-color: #3D99E2;
                color: white;
                line-height: 35px;
            }

.banana {
    text-align: center;
}

.ddsmoothmenu-v ul li {
    font-size: 0.875em;
}

.copyright {
    /*background: url(images/copyright_bg.gif) repeat-x top;*/
    text-align: center;
    line-height: 2em;
    font-size: 14px;
}

.index { /*background:url("images/v_line.gif") no-repeat scroll 655px top transparent;*/
    width: 1200px;
}

    .index #SlidBox a {
        display: block;
    }

.top-news {
    height: 120px;
    background: white;
}

.top-news-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 120px;
}

.top-title {
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 30px;
    font-family: 黑体;
    color: #1a498e;
}

.top-subtitle {
    width: 754px;
    text-indent: 2em;
    font-size: 18px;
    font-family: 微软雅黑;
    color: #1a498e;
}

.more {
    float: right !important;
    margin: 15px 10px 0 0;
    border: 0px !important;
}

.index > .left {
    width: 1090px;
}

.index > .right {
    width: 290px;
}

.index .newsbox {
    width: 420px;
    padding-left: 10px; /*background: url("images/v_line2.gif") no-repeat scroll 429px top transparent;*/
    padding: 0 6px;
}

.index .aboutbox {
    width: 640px;
    border-right: 1px solid #CCCCCC;
}

h2 {
    background-image: url("images/site_title.png");
    background-repeat: no-repeat;
    height: 34px;
    line-height: 1.5em;
}

.index .newsbox h2 {
    background-position: 0 -34px;
    margin: 0 5px 0 0;
}

.index .newsbox li {
    font-size: 1em;
    padding: 5px 0;
    height: 36px;
    overflow: hidden;
}

.index .newsbox .newstime {
    color: #0C62D7;
    font-size: 0.625em;
    line-height: 14px;
    height: 14px;
}

.index .newsbox .newsitem a {
    color: #0C1428;
}



.aboutbox {
}

    .aboutbox h2 {
        background-position: 0 -68px;
        border-bottom: 1px solid #ccc;
    }

    .aboutbox p {
        font-size: 0.875em;
        padding: 0 10px 0 0;
        line-height: 1.75em;
        color: #5F5D5E;
        text-indent: 2em;
    }

.index .right > div {
    padding-right: 10px;
}

.searchbox h2 {
    background-position: 0 -135px;
}

.searchbox p {
    padding: 5px 0 5px 10px;
}

.searchbox select {
    padding: 2px;
    line-height: 20px;
}

.searchbox input {
    background: url("images/searchinp.gif") repeat-x scroll 0 0 transparent;
    border: 1px solid #E6E6E6;
    height: 20px;
    line-height: 20px;
    padding: 2px;
    width: 200px;
}

    .searchbox input[type="submit"] {
        background: url("images/searchbut.gif") repeat scroll 0 0 transparent;
        border: medium none;
        cursor: pointer;
        height: 21px;
        width: 64px;
    }

.index .jobbox h2 {
    background-position: 0 -170px;
}

.index .jobbox ul li, .contactbox ul li {
    font-size: 0.875em;
    line-height: 2em;
}

.contactbox h2 {
    background-position: 0 -204px;
}

.contactbox ul li span {
    font-weight: bold;
}

.index .culturebox {
    padding-right: 10px;
}

    .index .culturebox h2 {
        background-position: 0 -100px;
        border-bottom: 1px solid #ccc;
        margin: 0 10px;
    }

    .index .culturebox ul li {
        padding: 5px 12px 5px 12px;
        float: left;
    }

        .index .culturebox ul li img {
            float: none;
            max-width: 176px;
            max-height: 126px;
        }

        .index .culturebox ul li span {
            display: block;
            text-align: center;
            font-size: 0.875em;
            padding-top: 10px;
        }

/*description*/

.description {
    /*background: url("images/v_line.gif") no-repeat scroll 240px top transparent;*/
}

    .description .left {
        width: 240px;
    }

    .description .aboutbox ul li {
        font-size: 0.875em;
    }

    .description .right {
        width: 888px;
        margin-left: 40px;
        margin-bottom: 60px;
    }

        .description .right .sitenav {
            border-bottom: 1px solid #CCCCCC;
            height: 2em;
            line-height: 2em;
            margin-bottom: 10px;
            text-align: right;
            margin-right: 10px;
            font-size: 0.875em;
        }

            .description .right .sitenav ul li {
                float: left;
                padding-right: 20px;
                background: url(images/nav_next.png) no-repeat right;
            }

                .description .right .sitenav ul li:last-child {
                    background: none;
                }

        .description .right .body {
            margin: 10px 30px 0 10px;
            line-height: 2em;
            text-indent: 2em;
            font-size: 14px;
            min-height:400px;
        }

/*structure*/
.structurebox h2 {
    background-position: 0 -238px;
}

/*bussiness*/
.bussinessbox h2 {
    background-position: 0 -272px;
}

/*news*/
.newslist {
    background: url("images/v_line.gif") no-repeat scroll 240px top transparent;
}

.news .left {
    width: 240px;
}

.news .right {
    width: 888px;
    margin-left: 40px;
}

.newsbox h2 {
    background-position: 0 -34px;
    border-bottom: 1px solid #ccc;
}

.news #newsListCT h1 a {
    color: #0060A6;
    font-size: 1em;
    line-height: 1.935em;
}

.news #newsListCT p {
    font-size: 0.875em;
    line-height: 1.5em;
    text-indent: 2em;
}

.news #newsListCT li {
    border-top: 4px solid #009AD9;
    margin: 0 10px 10px 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

    .news #newsListCT li .itembody {
        padding: 0 10px;
    }

        .news #newsListCT li .itembody img {
            max-height: 120px;
            max-width: 120px;
            border: 1px solid #999;
            padding: 2px;
            float: left;
            margin: 8px;
        }

    .news #newsListCT li .stater {
        background: none repeat scroll 0 0 #EBEAEA;
        bottom: 1px;
        height: 2em;
        line-height: 2em;
        padding: 0 22px;
        font-size: 0.75em;
        color: #666;
        margin: 2px;
    }

.news .newstitle {
    white-space: pre-wrap;
    text-align: center;
    font-size: 2em;
    line-height: 2em;
    font-weight: bold;
    color: #0060A6;
}

.news .body {
    padding: 14px 50px 0px;
    font-size: 1em;
    line-height: 1.875em;
}

.body > .video {
    display: flex;
    justify-content: center;
}
.news .body > h2 {
    background: none !important;
}

.news .body p {
    text-indent: 2em;
}
/*hr*/
.hrbox h2 {
    background-position: 0 -170px;
}

/*GuestBook*/
.gb .left {
    width: 240px;
    padding: 0 5px 0 5px;
}

.gb .right {
    width: 850px;
}

    .gb .right .bt {
        text-align: right;
        margin-right: 10px;
    }

    .gb .right .AddLink {
        padding: 5px 10px;
        box-shadow: 0 1px 2px #97B4D2;
        font-size: 1em;
        font-weight: bold;
        height: 29px;
        text-shadow: 0 1px 0 white;
        width: 87px;
        background: -moz-linear-gradient(center top, #FEFEFE 0%, #F5F6F9 50%, #EEF1F5 100%) repeat scroll 0 0 transparent;
        border: 1px solid #6796C5;
        border-radius: 2px 2px 2px 2px;
        color: #427CB8;
    }

.gb #gbListCt li {
    border: 1px solid #ddd;
    margin: 0 10px 10px 0;
}

    .gb #gbListCt li img.head {
        float: left;
        padding: 3px;
        border: 1px solid #aaa;
        margin: 10px;
        max-height: 100px;
        max-width: 100px;
    }

    .gb #gbListCt li h1 {
        font-size: 1.25em;
        color: #1F376D;
    }

    .gb #gbListCt li p {
        text-indent: 2em;
    }

    .gb #gbListCt li .stater {
        text-align: right;
        font-size: 0.75em;
        line-height: 2em;
        background-color: #509AD8;
        color: White;
        margin: 1px;
        padding-right: 10px;
    }

/*
Album
*/
.albumcategory ul li {
    padding: 5px 15px 5px 15px;
    float: left;
    vertical-align: middle;
    height: 171px;
}

    .albumcategory ul li img {
        float: none;
        max-width: 198px;
        max-height: 125px;
        border: 1px solid #999;
        padding: 3px;
    }

    .albumcategory ul li span {
        display: block;
        text-align: center;
        font-size: 0.875em;
        padding-top: 10px;
        overflow: hidden;
        width: 178px;
    }

/*
Albumlist
*/
.album {
    text-align: center;
    width: 1200px !important;
    background: white;
}

    .album .detail {
        text-align: center;
        margin: 0px auto;
        padding: 10px 0;
    }

        .album .detail .imgct {
            height: 568px;
            overflow: hidden;
            position: relative;
            width: 800px;
            margin-top: 60px;
        }

        .album .detail img {
            border: 1px solid #aaa;
            padding: 3px;
            max-width: 800px;
            max-height: 520px;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .album .detail span {
            top: 50%;
            cursor: pointer;
            position: absolute;
            display: none;
            background: url('/Content/Images/arrows.png') no-repeat scroll 0 0 transparent;
            height: 30px;
            width: 30px;
        }

        .album .detail:hover span {
            display: block;
        }

        .album .detail span.pre {
            left: 20px;
        }

        .album .detail span.next {
            right: 20px;
            background-position: right;
        }

    .album .list {
        width: 1180px;
        overflow: hidden;
        height: 133px;
        text-align: center;
    }

        .album .list ul { /*border:1px solid #000;*/
            position: relative;
            display: inline-block;
        }

        .album .list li {
            float: left;
            margin: 0 3px 0 3px;
            width: 175px;
            height: 126px;
            cursor: pointer;
            border: 1px solid #999;
        }

            .album .list li img {
                float: none;
                max-width: 169px;
                max-height: 120px;
                padding: 3px;
            }

/*只有从新写了*/
.pagew {
    width: 100%;
    background-color: white;
}

    .pagew .log {
        width: 1180px;
        height: 95px;
        margin: 24px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .pagew .log a img {
            width: 695px;
            height: 119px;
            margin-top: 20px;
        }

        .pagew .log .log_left {
            float: left;
        }

        .pagew .log .log_right {
            float: right;
            color: #747474;
            font-size: 12px;
            margin-top: 26px;
        }

            .pagew .log .log_right a {
                margin: 0 8px;
                color: #747474;
            }

.home-info {
    width: 1150px;
    display: flex;
    margin: 40px auto 20px;
    justify-content: flex-end;
    color: #4f6895;
}

.home_link a, .home_link {
    color: #4f6895;
}

.pagew .log .home_link {
    text-align: right;
    height: 20px;
    width: 290px;
}

.home-info div img {
    margin-top: 4px;
}

.pagew .log home-info div {
    margin: 8px 0 0 8px;
}



.body-content {
    min-width: 1200px;
    background: url(Images/background-img.jpg) no-repeat !important;
}

.index .banana-2 {
    filter: grayscale(1%) !important;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

    .index .banana-2 img {
        border: none;
        width: 590px;
        height:120px;
        margin: 0 0 10px 0;
        padding: 0;
    }


    .index .banana-2 .index_float_img {
        position: absolute;
        height: 120px;
        width: 210px;
        left: -220px;
        overflow: hidden;
    }

        .index .banana-2 .index_float_img img {
            height: 120px;
            width: 210px;
        }

.index .row {
    width: 1200px;
    margin: 0 auto;
}

    .index .row .col {
        float: left;
    }

.index .row_1 {
    padding-top: 20px;
}

    .index .row_1 .col_1 {
        width: 644px;
        height: 426px;
    }

        .index .row_1 .col_1 .slider {
            width: 644px !important;
            height: 426px !important;
            overflow: hidden;
        }

        .index .row_1 .col_1 .slider-wrapper {
            width: 644px !important;
            height: 426px !important;
            overflow: hidden;
            float: left;
            border: none;
            position: relative;
        }

        .index .row_1 .col_1 .theme-default .nivo-controlNav {
            bottom: 0 !important;
        }

    .index .row_1 .col_2 {
        width: 522px;
        height: 426px;
        margin-left: 34px;
        position: relative;
        z-index: 0;
    }



.index .row_2 {
    background: #f6f9f9;
}

    .index .row_2 img {
        border: none;
    }

    .index .row_2 .special_img {
        padding: 20px 0;
    }

.index .row_3 {
    height: 302px;
}

    .index .row_3 .col_1, .index .row_3 .col_2 {
        height: 290px;
        width: 400px;
        float: left;
        margin-right: 19px;
    }

    .index .row_3 .col_3 {
        width: 342px;
    }

    .index .row_3 dl dt {
        height: 38px;
        position: relative;
        border-bottom: 4px solid #1E4C8D;
    }

        .index .row_3 dl dt img {
            border: none;
            position: absolute;
            left: 14px;
        }

        .index .row_3 dl dt .title_image {
            display: inline-block;
            border: 2px solid #8DA3BD;
            width: 12px;
            height: 12px;
            position: absolute;
            left: 14px;
            top: 5px;
        }

        .index .row_3 dl dt .title_content {
            color: #1B4887;
            font-size: 16px;
            font-weight: bold;
            position: absolute;
            left: 40px;
        }

        .index .row_3 dl dt .more_content {
            position: absolute;
            right: 10px;
            margin-top: 8px;
            font-size: 12px;
        }

            .index .row_3 dl dt .more_content a {
                color: #A9BBD0;
            }

                .index .row_3 dl dt .more_content a:hover {
                    color: #ECAE5E;
                }

    .index .row_3 dl.col_3 dt .title_content {
        left: 60px;
    }

    .index .row_3 dl dd {
        height: 240px;
        margin-top: 20px;
    }

        .index .row_3 dl dd ul li {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

            .index .row_3 dl dd ul li a:hover {
                color: #ECAE5E;
            }

    .index .row_3 .col_3 dd .subcol_1 img {
        width: 338px;
        height: 228px;
        border: none;
    }

.index .row_4 {
    height: 252px;
    width: 1180px;
    border-bottom: 4px solid #19488C;
}

    .index .row_4 dt {
        height: 36px;
        background-color: #19488C;
        position: relative;
    }

        .index .row_4 dt img {
            border: none;
            position: absolute;
            left: 14px;
            top: 1px;
        }

        .index .row_4 dt .title_content {
            position: absolute;
            left: 52px;
            top: 8px;
            color: white;
            font-weight: bold;
            font-size: 16px;
        }

        .index .row_4 dt .more_content {
            position: absolute;
            right: 12px;
            font-size: 12px;
            top: 10px;
        }

        .index .row_4 dt a .more_content {
            color: white;
        }

            .index .row_4 dt a .more_content:hover {
                color: #ECAE5E;
            }

    .index .row_4 dd {
        height: 200px;
        margin: 8px 0 8px 8px;
    }

        .index .row_4 dd ul li {
            width: 279px;
            height: 198px;
            border: none;
            margin-right: 9px;
            display: inline;
        }

            .index .row_4 dd ul li a {
                background-size: cover;
                display: inline-block;
                width: 279px;
                height: 198px;
            }


.row_5 {
    height: 60px;
    width: 100%;
    background-color: #DCE3ED;
}

    .row_5 .link_content {
        width: 1180px;
        margin: 0 auto;
        line-height: 60px;
        color: #7D7F83;
        font-size: 14px;
    }

        .row_5 .link_content span {
            font-weight: bold;
        }

        .row_5 .link_content a {
            color: #7D7F83;
            margin: 0 12px;
        }

.description {
    width: 1200px;
    margin: 0 auto;
}

    .description #categorylist {
        width: 252px;
        margin-left:12px;
    }

        .description #categorylist .menuclass {
            height: 52px;
            background-color: #1C4B91;
            border-radius: 16px 16px 0 0;
        }

            .description #categorylist .menuclass span {
                line-height: 52px;
                color: white;
                font-size: 20px;
                margin-left: 28px;
            }

.ddsmoothmenu-v {
    width: 236px;
    background-color: #E8ECF5;
    padding: 20px 8px;
    border-radius: 0 0 16px 16px;
}

    .ddsmoothmenu-v ul li {
        min-height: 36px;
        border-bottom: 1px solid #DDE1EA;
        margin: 0 20px;
        font-size: 16px;
    }

        .ddsmoothmenu-v ul li a span {
            font-size: 16px;
            line-height: 36px;
        }

        .ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited {
            background: none;
        }

        .ddsmoothmenu-v ul li a:hover span {
            color: #EE9A0B;
        }

.sitenav {
    height: 50px;
    padding: 0 0 0 28px;
}

    .sitenav span {
        font-size: 14px;
        line-height: 50px;
    }

.lastclassname {
    line-height: 48px;
    height: 48px;
    color: #1C4C8F;
    font-size: 20px;
    border-bottom: 4px solid #1C4C8F;
    font-weight: bold;
}

.description .body {
    margin-top: 20px;
}

.news {
    width: 1200px;
    margin: 0 auto;
}

    .news .newsbox {
        width: 252px;
        margin-left: 12px;
    }

        .news .newsbox .menuclass {
            height: 52px;
            background-color: #1C4B91;
            border: none;
            border-radius: 16px 16px 0 0;
        }

            .news .newsbox .menuclass span {
                line-height: 52px;
                color: white;
                font-size: 20px;
                margin-left: 28px;
            }

    .news .right .body .news_list li {
        height: 48px;
        position: relative;
        border-bottom: 1px dashed #DDDDDD;
        color: #9D9D9D;
        list-style: square inside url("Images/news_List.jpg");
        padding-left: 8px;
    }

        .news .right .body .news_list li:last-child {
            border-bottom: none;
        }

        .news .right .body .news_list li:hover, .news .right .body .news_list li a:hover {
            color: #33599D;
            list-style: square inside url("Images/news_list_hover.jpg");
        }

        .news .right .body .news_list li a {
            line-height: 48px;
            color: #666666;
            margin-left: 10px;
        }

        .news .right .body .news_list li span {
            position: absolute;
            right: 6px;
            top: 8px;
        }

    .news .right .paginate_bar, .news .searchcontent .paginate_bar {
        height: 60px;
        font-size: 14px;
        padding: 10px 5px;
    }

        .news .right .paginate_bar .action_bts, .news .searchcontent .paginate_bar .action_bts {
            color: #053474;
            width: 888px;
            text-align: center;
            display: inline-block;
        }

            .news .right .paginate_bar .action_bts li, .news .searchcontent .paginate_bar .action_bts li {
                display: inherit;
                margin: 0 4px;
                border: 1px solid #eee;
            }

                .news .right .paginate_bar .action_bts li.current, .news .searchcontent .paginate_bar .action_bts li.current {
                    /*background: #1360c8;
                    border: 1px solid #053474;*/
                    color: #fff;
                    border: none;
                    font-weight: bold;
                }

                .news .right .paginate_bar .action_bts li a, .news .searchcontent .paginate_bar .action_bts li a {
                    display: block;
                    padding: 2px 6px;
                }

        .news .right .paginate_bar .infos, .news .searchcontent .paginate_bar .infos {
            float: right;
        }

            .news .right .paginate_bar .infos span, .news .searchcontent .paginate_bar .infos span {
                background: #1360c8;
                border: 1px solid #053474;
                color: #fff;
                padding: 0 5px;
            }

    .news .newstitle {
        color: #15498F;
        padding: 0 20px;
    }

    .news .info {
        height: 40px;
        background-color: #E4E4E4;
        padding: 0 10px;
    }

        .news .info li {
            line-height: 40px;
        }

        .news .info .left_part {
            float: left;
            font-size: 12px;
        }

            .news .info .left_part li {
                float: left;
            }

        .news .info .right_part {
            float: right;
            font-size: 12px;
        }

    .news .body {
        padding-bottom: 20px;
        min-height: 340px;
    }

    .news .pre_next_navigation ul li {
        float: left;
    }

        .news .pre_next_navigation ul li:last-child {
            float: right;
        }

.lastnull {
    height: 80px;
}

.copyright {
    min-width: 1200px;
    display: flex;
    justify-content: center;
    background-color: #2861d5;
    color: #AFB2C7;
}

    .copyright > footer {
        display: flex;
        width: 1200px;
        justify-content: space-around;
        margin: 40px auto 0px;
    }

    .copyright a {
        color: #AFB2C7;
    }



.box {
    overflow: hidden;
    position: relative;
}

#roll {
    width: 200%;
}

    #roll dd {
        width: 276px;
        position: relative;
        float: left;
        margin-right: 8px;
    }

        #roll dd img {
            width: 276px;
            height: 126px;
            border-radius: 10px 10px 0 0;
        }

        #roll dd:last-child {
            margin-right: 0;
        }

.box span {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 90;
    color: #fff;
}

.box .roll-img-title {
    font-size: 24px;
    /* top: 48px; */
    /* left: 75px; */
    width: 100%;
    height: 45%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box span.prev {
    left: 0;
    z-index:100;
}

    .box span.prev > img, .box span.next > img {
        height: 82px;
    }

.box span.next {
    right: 0;
    margin-right: 0;
    padding-right: 0;
}

    .box span.next img {
        margin-right: 0;
        padding-right: 0;
    }


.show {
    display: inline-block;
}

.hidden {
    display: none;
}


.nivo-caption {
    height: 50px;
}

    .nivo-caption p {
        display: inline-block;
        padding: 6px 16px;
    }

    .nivo-caption .pp_title {
        font-weight: bold;
        height: 34px;
        line-height: 34px;
    }

/*    .nivo-caption .pp_content {
        width: 40%;
        height: 30px;
        margin-top:20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #BEB7B0;
    }*/

.ddsmoothmenu-v ul li ul.second_ul {
    border-top: 1px solid #DDE1EA;
}

    .ddsmoothmenu-v ul li ul.second_ul li {
        border: none;
        list-style: disc inside none;
        line-height: 38px;
        min-width:175px;
    }

        .ddsmoothmenu-v ul li ul.second_ul li a {
            display: inline-block;
            margin-top: -5px;
            margin-left: -2px;
        }

            .ddsmoothmenu-v ul li ul.second_ul li a span {
                font-size: 15px;
            }

.news .searchcontent .news_list li {
    height: 80px;
    position: relative;
    color: #666666;
}

    .news .searchcontent .news_list li a {
        color: #1b4a8e;
    }

        .news .searchcontent .news_list li a:hover {
            color: #ECAE5E;
            text-decoration: underline;
        }

    .news .searchcontent .news_list li div {
        height: 14px;
        line-height: 14px;
        font-size: 14px;
    }

.tab-list {
    display: flex;
    height: 50px;
    align-items: center;
    background: #e6f5ff;
    justify-content: flex-start;
}

    .tab-list li {
        width: 170px;
        height: 100%;
        display: flex;
        position: relative;
    }

    .tab-list > .active > a {
        color: #004593;
        font-weight: bold;
    }

    /*.tab-list > .active > .list-bg {
        background: #2660d8;
    }*/

    /*   .tab-list li > .list-bg {
        width: 15px;
        height: 98%;
        margin-left: 5px;
    }*/

    .tab-list li::before {
        content: " ";
        margin-top: 6px;
        height: calc(100% - 12px);
        width: 2px;
        position: absolute;
        display: inline-block;
        left: 1px;
        background: #A5ADC3;
        transition:all .3s;
    }

    .tab-list li.active::before {
        width: 5px;
        background: #2660d8;
    }

    .tab-list li a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #959595;
        transition: width 1s;
    }

.common-list {
    background: #f6f9f9 !important;
    border-bottom: 1px solid #265293;
    width: 48%;
}

    .common-list li::after {
        color: #a5a6a6 !important;
    }

    .common-list > li > .list-bg {
        margin-left: 0px !important;
    }

.content-list {
    position: relative;
    overflow: hidden;
    height: 364px;
    margin-top: 10px;
    background: white;
}

    .content-list .noticenews {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

        .content-list .noticenews > li {
            width: 90%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }

            .content-list .noticenews > li > a {
                margin-left: 10px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                width: 75%;
            }

            .content-list .noticenews > li > span {
                font-size: 12px;
                color: #bfbfbf;
                margin-top: 4px;
            }

            .content-list .noticenews > li:before {
                content: "●";
                position: absolute;
                left: 16px;
                margin-top: 3px;
                font-size: 12px;
            }

    .content-list > .active {
        display: flex !important;
        flex-direction: column;
        /* padding: 50px 0px; */
        justify-content: space-between;
        /* align-content: space-around; */
        height: 90%;
        margin: 18px auto;
    }

    .content-list > .top-noticenews {
        height: 86% !important;
        margin: 24px 6px 0 5px !important;
    }

.news .content-list ul.active {
    display: inherit;
}

.row-new-list {
    background: #f6f9f9;
    display: flex;
    justify-content: space-between;
}

.new-list-right {
    width: 55%;
}

    .new-list-right > .content-list {
        background: none !important;
    }

.new-row-content > li::before {
    content: "▶" !important;
}

.new-common-list {
    width: 100%;
}

.new-list-left {
    width: 36%;
    background: #f6f9f9 !important;
}

.special-list {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
}

    .special-list > a {
        margin-top: 10px;
    }

        .special-list > a > img {
            width: 415px;
            height: 110px;
        }

.img-link {
    display: flex;
    justify-content: space-between;
    padding: 40px 10px;
}

    .img-link > a > img {
        width: 360px;
        height: 80px;
        border-radius: 10px;
    }

.row_3 {
    display: flex;
    background: #f6f9f9 !important;
    justify-content: space-between;
}

.row_3_right {
    width: 34%;
}

.subcol_1 {
    display: flex;
    justify-content: center;
}

.row_3_right > .subcol_1 > a > img {
    width: 380px;
    height: 190px;
    margin: 32px auto;
}

.row_3_center {
    width: 38%;
}

.row_3_left {
    width: 26%;
}

    .row_3_left > .subcol_1 > a > img {
        width: 280px;
        height: 190px;
        margin: 32px auto;
    }

.row_3_center > .content-list {
    height: 216px;
    background: none;
}

    .row_3_center > .content-list > ul > li > a {
        width: 80%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

.foot-content {
    margin-top: 5px;
}

.foot-ewm {
    display: flex;
}

.official-common {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}

.foot-ewm img {
    width: 85px;
    height: 88px;
}

.float-menu {
    position: fixed;
    top: 250px;
    left: calc(50% + 710px);
    width: 135px;
    overflow-x: hidden;
    transition: .5s;
  }

.leader-info {
    width: 790px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.leader-name {
    width: 100px;
    display: flex;
    justify-content: space-between;
    white-space: pre-wrap;
    height: 75px;
    margin: 10px 30px 10px 55px;
    font-size: 24px;
    font-weight: bold;
    color: #115bf6;
}
.leader-position {
    margin-top: 10px;
}


.leader-position, .leader-duties {
    color: #636e72;
    font-size: 16px;
    font-weight: bold;
    margin: 14px 0;
    display: flex;
}
.job, .duties {
    width: 100px;
    height: 30px;
    margin-left: 30px;
    text-align: justify;
    text-align-last: justify\0;
    text-justify: distribute-all-lines\0;
    position: relative;
}
    .job > span, .duties > span {
        width: 36px;
        display: inline-block;
    }
    .job::after, .duties::after {
        content: "：";
        position: absolute;
        top: 0;
        right: -14px;
    }
.job-name, .duties-name {
    width: 600px;
    text-align: justify;
    margin-left: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #4c4b4b;
}
