* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans SC", sans-serif;
}

body {
    font-size: 14px
}

a {
    text-decoration: none;
    cursor: pointer;
}

.bannerbox {
    width: 1240px;
    height: auto;
    margin:auto;
    padding:0 10px;
}

    .bannerbox img {
        width: 100%;
        margin-bottom: -5px
    }

.navigationBox {
    width: 1240px;
    padding: 0 10px;
    margin: auto;
}
.navigation {
    width:100%;
    background-color: #0178BC;
    text-align: center;
    line-height: 60px;
}

    .navigation ul {
        text-decoration: none;
        margin: 0 auto;
        display: flex;
        width: 1220px;
    }

        .navigation ul li {
            text-decoration: none;
            list-style-type: none;
            display: inline-block;
            height: 100%;
            width: 100%;
            cursor: pointer;
        }

        .navigation ul a {
            text-decoration: none;
            color: white;
            font-size: 18px;
            font-weight: bold;
            padding: 20px;
        }

    .navigation .ul_active {
        background-color: #14579E;
    }

.main-top {
    display: flex;
    margin: 20px auto;
    width: 1240px;
    padding:0 10px;
}

.item-box-back {
    margin: 0px 0 12px;
    background-color: white;
    border: 1px solid #ededed;
    border-radius: 2px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 10px;
    margin-right: 0px;
}

.d-title {
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.d-title-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.d-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 20px;
}

.d-content-left {
    display: flex;
    align-items: center;
}

.d-content-state {
    width: 160px;
    display: flex;
    justify-content: flex-end;
    margin-top: 4px;
}

.d-content-number {
    background: #afc6da;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    color: white;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 3px;
}

.item-title div {
    height: 100%;
    display: inline-block;
    height: 40px;
    padding: 10px 20px;
    margin-left: 0;
    font-weight: bold;
    font-size:18px;
    border-radius: 1px;
}
    .item-title div:hover {
        background-color: #a2d5f3;
    }
.item-title .n_title1 {
    cursor: pointer;
    padding: 6px 0px;
    text-align: center;
    width: 120px;
}
.item-title .n_title2 {
    cursor: pointer;
    padding: 6px 0px;
    text-align: center;
    width: 120px;
}

.title_active {
    background-color: #0178bc !important;
    color: white;
}

.Icon-title {
    width: 570px;
}

.icon-item {
    display: block;
    background-color: #F5F5F5;
    padding: 0px;
    margin: 0 10px 10px 0;
    text-align: center;
    cursor: pointer;
    width: 200px;
    color: #333;
    border: 1px solid #eee;
    padding: 18px;
}
    .icon-item span {
        font-size: 18px;
        margin-left: 40px;
    }


    .icon-item:hover {
        background-color: #8ed7fb;
        /*color: white;*/
    }

    .icon-item img {
        position: absolute;
        margin-left: -10px;
        margin-top: -10px;
        width:47px;
    }
.gr_jianjie{
    height:38px;
}
.d-title-box a span {
    color: #999;
}
    .d-title-box a span:hover {
        text-decoration: underline;
    }

.d-content .d-content-title span, .d-content .d-content-state span {
    color: #333;
}

.d-content-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 500px;
}

    /*.d-content-title span:hover {
        color: #0178BC;
    }*/

    .d-content-title span a:hover {
        color: #0178BC;
    }
    .d-content-title.colorred span a {
        color: #F00;
    }
    .d-content-title.colorred span a:hover {
        color: #F00;
    }

.center-banner {
    margin: 0 auto;
    width: 1240px;
    padding:0 10px;
}

    .center-banner img {
        width: 100%;
    }

.glorybox {
    border-bottom: dashed 2px #ccc;
    margin: 10px 30px;
}

    .glorybox p {
        font-size: 14px;
        color: #333;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.glory-title {
    color: #0178bc;
    margin-bottom: 5px;
    font-size:16px;
}

.glory-time {
    font-size: 14px;
    color: #666;
    margin: 4px 0;
}

.d-content-time {
    border-radius: 2px;
    background: #0178bc;
    width: 56px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    line-height: 20px;
    white-space: nowrap;
    margin-right: 15px;
    font-size: 12px;
    background-image: linear-gradient(to bottom right, #0178bc, #92b3ce);
}

    .d-content-time span {
        font-size: 16px;
    }

.d-dynamic-title, .d-dynamic-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}

    .d-dynamic-title p {
        max-width: 100%;
    }

    .d-dynamic-title span {
        font-size: 14px;
        color: #333;
        display: block;
        margin-bottom: 6px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

        .d-dynamic-title span:hover {
            color: #0178BC;
        }

    .d-dynamic-title p {
        font-size: 14px;
        color: #999;
    }

.d-dynamic {
    margin: 5px 20px;
}

.Member_list li { margin: 0px 10px 10px 30px; }

    .Member_list a {
        color: #333;
        width: 70%;
        display: inline-block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        color: #333;
        margin-bottom:-5px;
    }

        .Member_list a:hover {
            color: #0178bc;
        }

    .Member_list li {
        margin-bottom: 10px;
    }

        .Member_list li::marker {
            color: #0178bc;
        }

.partytop li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
}

    .partytop li span {
        position: absolute;
        right: 0;
    }

.p_title {
    color: #0178BC;
    margin: 10px;
    font-size: 17px;
    text-decoration: none;
}

    .p_title a {
        color: #e82618;
        font-weight: bold;
    }
        .p_title a:hover {
            text-decoration:underline;
        }

        .partytop {
            height: 160px;
            border-bottom: dashed 2px #eee
        }

.box-title a {
    padding: 29px;
    background-color: #8BC34A;
    width: 250px;
    margin: 0 0 20px 20px;
    text-align: center;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.boxtitle1 {
    background-image: url(6_guanggaowei1@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.boxtitle2 {
    background-image: url(6_guanggaowei2@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.boxtitle3 {
    background-image: url(6_guanggaowei3@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.boxtitle4 {
    background-image: url(6_guanggaowei4@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.guide {
    width: 1220px;
    padding: 15px;
    border: 1px solid #999;
    margin: 15px auto;
    font-size: 16px;
}

.s_content {
    width: 1240px;
    display: flex;
    margin: 0 auto;
    padding:0 10px;
}

.s_guide {
    border: 1px solid #999;
    height: 470px;
}


.s_guide_a a {
    font-size: 16px;
    display: block;
    border-left: 3px solid;
    padding-left: 20px;
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
}

.s_guide_a {
    background-color: #eee;
    margin: 20px;
    padding: 15px 68px;
    color: #0178bc;
    cursor: pointer;
}

    .s_guide_a:hover {
        background-color: #ceeaf9;
    }

.s_guide_title {
    background-color: #0178bc;
    color: white;
    padding: 12px 100px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.s_main {
    margin: 0 20px;
    border: 1px solid #999;
    margin-right: 0;
    padding: 20px;
    width: 100%;
    position: relative;
    padding-bottom: 50px;
}

    .s_main img {
        max-width: 100% !important;
    }

.guide_active {
    background-color: #b2e4ff;
}

.nav_li:hover {
    background-color: #155fad;
}

.serial_number {
    background-color: #0178bc;
    color: white;
    padding: 20px;
}

.company_box {
    display: flex;
    width: 400px;
    float: left;
    margin: 10px;
}

.serial_content {
    background-color: #eee;
    padding: 10px;
}

    .serial_content .p_title {
        margin: unset;
        text-decoration: none;
    }

    .serial_content p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        width: 300px;
    }

.turn_pages {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

    .turn_pages button {
        padding: 4px 14px;
        background-color: #0178bc;
        border: none;
        color: white;
        border-radius: 4px;
        cursor:pointer;
    }

.LatestNews_title {
    color: #0178bc;
    margin: 10px 15px;
    font-size: 17px;
}

.LatestNews_ul {
    margin: 10px;
    padding: 0;
}

.LatestNews_ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 223px;
    margin: 12px 5px;
}

.LatestNews_ul li a {
    color: #333;
}

.LatestNews_ul li a:hover {
    color: #0178bc;
}

    .LatestNews_ul li.colorred a {
        color: #F00;
    }

        .LatestNews_ul li.colorred a:hover {
            color: #F00;
        }

.s_main table td {
    border: 1px dotted #AAA;
}
.s_main td, th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}

/*ÓÑÇéÁ´½Ó*/
.year_box .year_select {
    float: left;
    width: 250px;
}
.year_box .year_select {
    position: relative;
    z-index: 99;
    margin:0 20px;
}
    .year_box .year_select dt {
        background: url(sjiao.png) right 10px center no-repeat;
        cursor: pointer;
        border: 1px solid #02a0f1;
        color: #fff;
        border-radius: 2px;
        color: #111;
        height: 38px;
        line-height: 35px;
        text-align: center;
    }
    .year_box .year_select dd {
        border: 1px solid #fff;
        box-sizing: border-box;
        z-index: 99;
        position: absolute;
        max-height: 150px;
        overflow-y: auto;
        overflow-x: hidden;
        background: #0873b1;
        width: 250px;
        left: 0px;
        top: 38px;
        display: none;
    }
    .year_box .year_select dd {
        position: absolute;
    }
        .year_box .year_select dd a {
            display: block;
            line-height: 30px;
            color: #fff;
            white-space: normal;
            padding: 0 12px;
        }
            .year_box .year_select dd a:hover {
                background-color: #efefef;
                color: #0873b1;
            }
        .fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before {
            content: '';
            display: table;
        }

.lianjie {
    background-color: #0178bc;
    display: inline-block;
    color: white;
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.colorred {
    color: red;
}

    .colorred .d-content-number {
        background-color: #ef2525;
    }

    .colorred .d-content-title span, .colorred .d-content-state span {
        color: #ef2525;
    }

.swiper-text {
    position: absolute;
    background-color: #00000091;
    z-index: 999;
    bottom: 4px;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    color: #f7f5f5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.a_btn {
    display: inline-block;
    padding: 4px 12px;
    color: white !important;
    margin: 0 5px;
    border-radius: 4px;
}
.btn_details {
    background-color: #5fb162;
}
.btn_download {
    background-color: #2389c3;
}

