html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    border-color: #ccc;
    border-radius: 3px;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

a:focus {
    text-decoration: none;
}

textarea {
    border-color: #ccc;
    border-radius: 4px;
    width: 100%;
    resize: none;
    padding: 6px 15px;
}

body {
    font-size: 18px;
    background-color: #f7f7f7;
}

/*公关类*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.marTB50 {
    margin: 50px 0;
}

.marTB40 {
    margin: 50px 0;
}

.marTB20 {
    margin: 20px 0;
}

.marR20 {
    margin-right: 20px;
}

.marR0 {
    margin-right: 0;
}

.marR40 {
    margin-right: 40px;
}

.marR100 {
    margin-right: 100px;
}

.marB30 {
    margin-bottom: 30px;
}

.marB20 {
    margin-bottom: 20px;
}

.marB40 {
    margin-bottom: 40px;
}

.marB50 {
    margin-bottom: 50px;
}

.padTB10 {
    padding: 10px 0;
}

.padTB20 {
    padding: 20px 0;
}

.borderBot {
    border-bottom: 5px solid #c9ebb9;
}

header {
    width: 100%;
    display: flex;
    background-color: #f7f7f7;
}

    header .left {
        flex: 1;
    }

    header .top {
        height: 60px;
    }

    header .left .bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    header .bottom {
        height: 68px;
    }

    header .left .bottom span {
        width: 100%;
        height: 8px;
        background-color: #3c7e37;
    }

    header .header-content {
        position: relative;
        width: 1400px;
        height: 100%;
    }

        header .header-content .title-box {
            padding-left: 150px;
            display: flex;
            align-items: center;
        }

            header .header-content .title-box .tab-list {
                display: flex;
                align-items: center;
                margin-left: 30%;
            }

        header .header-content .menu {
            display: flex;
            align-items: flex-end;
            background-color: #f7f7f7;
            position: relative;
        }

            header .header-content .menu .radius.men {
                background: url(/images/logoBGL-1.jpg) no-repeat center / cover;
            }

            header .header-content .menu .radius {
                width: 108px;
                height: 68px;
                position: absolute;
                left: 70px;
                bottom: 0;
            }

            header .header-content .menu .bottom-line {
                width: 70px;
                height: 8px;
                background-color: #3c7e37;
            }

            header .header-content .menu ul.navM-L {
                height: 68px;
                background-color: #3c7e37;
                display: flex;
                flex: 1;
                align-items: center;
                padding-left: 5px;
                margin-left: 108px;
            }

            header .header-content .menu .media-list {
                display: flex;
                align-items: center;
                height: 68px;
                background-color: #f60;
            }

        header .header-content .logo {
            width: 126px;
            height: 92px;
            position: absolute;
            left: 8px;
            top: 20px;
            cursor: pointer;
        }

    header .right {
        flex: 1;
    }

        header .right .bottom {
            background-color: #3c7e37;
        }

.WidOutside {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.logoTopHei {
    height: 115px;
    position: relative;
}

a.logo_1 {
    margin-bottom: 0;
}

    a.logo_1 img {
        width: 70%
    }

a.logoSearch {
    width: 34px;
    height: 34px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 20px;
}

.logo_2 {
}

    .logo_2 a.logoSearch:hover {
        background: #3c7e37;
        color: #fff;
    }

a.logoSearch i {
    text-align: center;
    line-height: 34px;
    color: #999;
    font-size: 15px;
    width: 34px;
    display: block;
    height: 34px;
}
/*a.logoSearch i:hover{color:#fff;}*/
.logo_2 a.logoSearch:hover i {
    color: #fff;
}
/*
.logo_2 .logoBut{display: block;height:40px;border:1px solid #cccccc;border-radius: 20px;margin-right:20px;line-height: 40px;padding: 0 30px;color:#333; letter-spacing: 3px;}
*/
.logo_2 .logoBut {
    margin: 0px 10px;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
}

    .logo_2 .logoBut:hover {
        background: #3c7e37;
        color: #fff;
    }

    .logo_2 .logoBut img {
        display: block;
        width: 80px;
        margin: 0 auto;
    }

    .logo_2 .logoBut span {
        font-size: 22px;
        letter-spacing: 2px;
        margin-top: 10px;
        display: block;
    }

        .logo_2 .logoBut span.iconR1 {
            color: #0f8ef7;
        }

        .logo_2 .logoBut span.iconR2 {
            color: #f08b08;
        }

        .logo_2 .logoBut span.iconR3 {
            color: #18bc78;
        }

.logoTop {
    width: 1260px;
    padding-left: 140px;
}

.navM {
    width: 100%;
    height: 55px;
    background: #3c7e37;
}

.navM-A {
    width: 1300px;
    padding-left: 100px;
    position: relative
}

.navM-L {
}

a.logoLeft {
    position: absolute;
    left: -28px;
    top: -50px;
}

    a.logoLeft img {
        width: 75%;
        display: block;
    }

.logoTopBag {
    height: 112px;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
}

ul.dropdown {
}

    ul.dropdown li {
        font-weight: bold;
        float: left;
        width: 110px;
        position: relative;
    }

    ul.dropdown a:hover {
        color: #000;
    }

    ul.dropdown li a {
        display: block;
        color: #fff;
        /*position: relative;
    z-index: 2000;*/
        text-align: center;
        text-decoration: none;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 3px;
        line-height: 68px;
    }

        ul.dropdown li a:hover, ul.dropdown li a.hover {
            background: #cee7ce;
            position: relative;
            color: #3c7e37;
        }

    ul.dropdown ul {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 175px;
        z-index: 1000;
    }

        ul.dropdown ul li {
            font-weight: normal;
            background: #f6f6f6;
            color: #000;
            font-size: 16px;
            line-height: 50px;
            letter-spacing: 0;
        }

            ul.dropdown ul li a {
                display: block;
                color: #34495e !important;
                background: #eee !important;
                font-size: 16px;
                line-height: 50px;
                letter-spacing: 0;
            }

                ul.dropdown ul li a:hover {
                    display: block;
                    background: #3c7e37 !important;
                    color: #fff !important;
                    font-size: 16px;
                }

i.iconMen {
    font-size: 14px;
}

.backGC {
    background: #fff;
    margin: 30px auto;
}

.newLeft {
    width: 728px;
}

.banner {
    position: relative;
    overflow: hidden;
    width: 728px;
    height: 540px;
}

    .banner ul {
        position: absolute;
        top: 0;
        left: 0;
    }

        .banner ul li {
            float: left;
        }

            .banner ul li a img {
                display: block;
                width: 728px;
                height: 412px;
            }

    .banner .prev,
    .banner .next {
        display: none;
        z-index: 2;
        position: absolute;
        width: 50px;
        height: 35px;
        line-height: 35px;
        border-radius: 17.5px;
        top: 40%;
        background-color: rgba(0, 0, 0, .2);
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }

    .banner .prev {
        left: 0;
        transform: translate(-50%, -50%);
        text-indent: 28px;
    }

    .banner .next {
        right: 0;
        transform: translate(50%, -50%);
        text-indent: 8px;
    }

        .banner .prev:hover,
        .banner .next:hover {
            background-color: rgba(0, 0, 0, .3);
        }

    .banner .gd {
        position: absolute;
        right: 2%;
        top: 390px;
        margin-left: -36.5px;
        display: flex;
        justify-content: space-around;
        width: 105px;
        height: 15px;
        border-radius: 8px;
        background-color: #ffffff4d;
    }

        .banner .gd i {
            display: block;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            margin-top: 2.5px;
            background-color: #dcdcdc;
            border: 1px solid #fff;
        }

.current {
    background-color: #3c7e37 !important;
    width: 15px !important;
    height: 9px !important;
    border-radius: 4.5px !important;
    border: 1px solid #fff;
}

.NewText {
    height: 128px;
    width: 688px;
    background: #fff;
    padding: 20px
}

    .NewText span {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .NewText p {
        font-size: 16px;
        color: #666;
        margin-top: 10px;
        text-indent: 2rem;
        line-height: 25px
    }

.nweRight {
    width: 652px;
}

.exhibition_zhg {
}

    .exhibition_zhg li {
        cursor: pointer;
        float: left;
        width: 326px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        letter-spacing: 5px;
        font-weight: bold;
    }

        .exhibition_zhg li.resume_current {
            float: left;
            background: #3c7e37;
            color: #fff;
        }

        .exhibition_zhg li.resume_normal {
            color: #3c7e37;
            float: left;
            background: #ccc;
        }

.zhengce_fg1 {
    margin: 0 1px;
}

    .zhengce_fg1 .resume_current {
        display: block;
    }

    .zhengce_fg1 .resume_normal {
        display: none;
    }

.newRL {
    height: 490px;
    position: relative;
}

    .newRL a.newRLest {
        display: block;
        border-bottom: 1px dotted #ccc;
        line-height: 70px;
        font-size: 20px;
        color: #333;
        margin: 0 15px;
    }

        .newRL a.newRLest:hover {
            color: #3c7e37;
        }

        .newRL a.newRLest span {
            display: inline-block
        }

        .newRL a.newRLest em {
            display: inline-block;
            float: right;
        }

    .newRL a.newMore {
        position: absolute;
        bottom: 20px;
        right: 15px;
        color: #3c7e37;
        font-size: 16px;
        font-weight: bold;
    }

        .newRL a.newMore:hover {
            color: #f60;
        }

.NotifyLeft {
    width: 930px
}

span.NotifyTitle {
    font-size: 22px;
    display: block;
    letter-spacing: 5px;
}

a.NotifyMore {
    display: block;
    color: #3c7e37;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

    a.NotifyMore:hover {
        color: #f60;
    }

.NotifyCon {
    margin-top: 20px;
}

.NotifyC1 {
    width: 440px;
    margin-right: 30px;
    background: #fff;
    box-shadow: 0px 7px 6px -5px #ccc;
    margin-bottom: 20px;
    display: block;
    padding: 10px;
    padding-right: 0;
}

.NotifyC1-1 {
    border-right: 1px solid #ccc;
    line-height: 20px;
    padding: 18px;
    padding-right: 15px;
}

    .NotifyC1-1 span.NotiTitme1 {
        display: block;
        color: #3c7e37;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin-top: 8px;
    }

    .NotifyC1-1 span.NotiTitme2 {
        display: block;
        color: #333;
        font-size: 12px;
        font-weight: bold
    }

.NotifyC1-2 {
    width: 330px;
    font-size: 20px;
    color: #333;
    margin-left: 15px; 
    margin-top: 10px;
    display: flex;
    align-items: center;
    height: 65px;
}

.NotifyC1:hover {
    background: #ebf6ea;
}

    .NotifyC1:hover .NotifyC1-1 {
        background: #3c7e37;
    }

        .NotifyC1:hover .NotifyC1-1 span {
            color: #fff;
        }

    .NotifyC1:hover .NotifyC1-2 {
        color: #3c7e37;
    }

.NotifyRight {
    width: 420px;
    margin-left: 50px;
}

    .NotifyRight a {
        display: block;
        margin-bottom: 20px;
    }

        .NotifyRight a img {
            display: block;
            width: 100%;
        }

.FCunveil {
    margin: 35px auto;
}

    .FCunveil span {
        font-size: 26px;
        font-weight: bold;
        letter-spacing: 3px;
        color: #333;
        display: block;
        width: 120px;
        border-bottom: 5px solid #3c7e37;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 5px;
    }

.FCunveilDiv {
    width: 1400px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .FCunveilDiv a {
        margin: 20px 12px;
    }

        .FCunveilDiv a img {
            width: 320px;
            height: 216px;
            display: block;
        }

        .FCunveilDiv a p {
            width: 310px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 30px;
            background: #fff;
            color: #333;
            padding: 8px 5px;
        }

.amityLink {
    background: #fff;
}

.LinkAll {
    padding: 0 10px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.LinkWid1 {
    width: 200px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 20px;
}

    .LinkWid1 em {
        width: 5px;
        height: 30px;
        background: #f59851;
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
    }

.LinkWid2, .LinkWid3 {
    width: 1180px
}

    .LinkWid2 a {
        display: block;
        width: 240px;
        height: 90px;
        margin-left: 50px;
        margin-bottom: 15px;
        float: left;
    }

        .LinkWid2 a img {
            display: block;
            width: 80%
        }

        .LinkWid2 a.GDmore {
            line-height: 90px;
            text-align: center;
            color: #3c7e37;
            font-weight: bold;
            border-radius: 10px;
        }

            .LinkWid2 a.GDmore:hover {
                color: #f60
            }

    .LinkWid3 a {
        width: 290px;
        display: inline-block;
        color: #3c7e37;
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        margin: 20px 0;
        vertical-align: text-top;
    }

        .LinkWid3 a:hover {
            color: #f60;
        }

#localityDFZX {
    height: 130px;
    overflow: hidden;
}

.footer {
    background: #e0e3e5;
    padding-top: 30px;
}

.footerAll {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

    .footerAll .footerMou {
        flex: 4
    }

img.footerLogo {
    display: block;
    width: 80%;
    margin-top: 50px;
}

.footerMou span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 23px;
    margin: 10px 0;
}

    .footerMou span.QR-Code {
        display: inline-block;
        width: 100px;
        margin: 0 10px;
    }

        .footerMou span.QR-Code em {
            display: block;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .footerMou span.QR-Code img {
            display: block;
        }


.crumbsC {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

    .crumbsC a {
        display: block;
        color: #333
    }

        .crumbsC a:hover {
            color: #3c7e37
        }

        .crumbsC a em {
            margin-right: 5px;
            font-size: 16px;
        }

    .crumbsC span {
        display: block;
        margin: 0 3px;
    }

.BGbox {
    background: #fff;
    box-shadow: 0px 1px 9px 2px #ccc;
}

.newSearch {
    padding: 30px 10px;
}

.TabNewCon {
    padding: 30px 20px;
}

.newTable {
    border-bottom: 2px solid #ccc;
}

    .newTable li {
        cursor: pointer;
        float: left;
    }

        .newTable li.newCurrent {
            float: left;
        }

        .newTable li.newNormal {
            color: #666;
            float: left;
        }

        .newTable li a {
            line-height: 30px;
            display: block;
            font-size: 16px;
            letter-spacing: 3px;
            padding: 5px 20px;
            padding-bottom: 5px;
        }

        .newTable li.newCurrent a {
            margin-bottom: -2px;
            font-weight: bold;
            color: #3c7e37;
            text-align: center;
            border-bottom: 3px solid #3c7e37;
        }

        .newTable li.newNormal a {
            color: #666;
        }

.listAll {
    margin-top: 20px;
}

    .listAll .newCurrent {
        display: block;
    }

    .listAll .newNormal {
        display: none;
    }

.listConRight {
    width: 1100px;
    margin-left: 30px;
}

    .listConRight span {
        color: #626262;
        font-weight: bold;
        font-size: 20px;
    }

    .listConRight p {
        text-indent: 2rem;
        color: #666;
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

span.RigArrow {
    display: block;
    font-size: 34px;
    color: #d7d7d7;
    margin-top: 20px;
    margin-right: 20px;
}

.ListTime {
    border-right: 1px solid #eaeaea;
    line-height: 20px;
    padding: 20px 15px;
}

    .ListTime span.ListTime-1 {
        display: block;
        color: #3c7e37;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-top: 10px;
    }

    .ListTime span.ListTime-2 {
        display: block;
        color: #9f9f9f;
        font-size: 14px;
        font-weight: bold
    }

ul.ListNew li a {
    border-bottom: 1px dashed #ccc;
    display: block;
    padding: 15px 5px;
}

    ul.ListNew li a:hover {
        background: #ebf6ea;
    }

        ul.ListNew li a:hover .ListTime {
            background: #3c7e37;
        }

            ul.ListNew li a:hover .ListTime span {
                color: #fff;
            }

        ul.ListNew li a:hover .listConRight span {
            color: #3c7e37;
        }

        ul.ListNew li a:hover .RigArrow {
            color: #3c7e37;
        }


.NewConLeft {
    width: 980px;
    margin-right: 40px;
    padding: 30px 60px;
}

    .NewConLeft h3 { /*text-align: center;font-size: 22px;font-weight: bold;*/
        text-align: center;
        font-size: 29px;
        font-family: 方正小标宋简体,sans-serif;
        ;
    }

.nInfo {
    text-align: center;
    color: #9f9f9f;
    font-size: 14px;
    margin: 30px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

    .nInfo span {
        margin: 0 10px;
    }

.content p {
    font-size: 16px;
    line-height: 25px;
    margin: 15px 0;
}
/*;text-indent: 2rem*/

.NewConright {
    width: 380px;
    min-height: 200px;
}

.NewConR {
    width: 380px;
    box-shadow: initial;
    border-bottom: 1px dashed #ccc;
    margin: 0;
}

    .NewConR .NotifyC1-2 {
        width: 270px;
    }

.eventTime .ListTime {
    padding: 5px;
}

.eventTime .listConRight {
    margin-top: 10px;
}

.eventTime .RigArrow {
    margin-top: 10px;
}

.eventTime .ListTime span.ListTime-1 {
    font-size: 14px;
}

.eventTime .ListTime span.ListTime-2 {
    font-size: 12px;
}

.eventTime .listConRight span {
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
}

    .eventTime .listConRight span img {
        display: block;
        height: 90px;
        margin: 15px 0;
    }

.TextBox p {
    line-height: 30px;
}

    .TextBox p span {
        text-indent: 4rem;
        display: block
    }

.eventListN li a .ListTime {
    padding: 10px 15px;
}

.eventListN li a .listConRight {
    margin-top: 15px !important;
}
/*.localityList{width: 680px;}*/
.localityList li {
    width: 650px;
}

.localityList .listConRight {
    width: 520px;
    margin-top: 0;
    margin-left: 15px;
}

    .localityList .listConRight span {
        display: block;
    }

    .localityList .listConRight p {
        text-indent: 0;
    }

ul.localityList li a {
    border: none;
}

.partnerList li {
    width: 440px;
}

ul.partnerList li a {
    padding: 0 5px;
    padding-bottom: 15px;
    border: none;
    height: 120px;
}

.partnerList li .listConRight {
    width: 375px;
    margin: 0
}

    .partnerList li .listConRight span {
        display: block;
    }

ul.partnerList li a span.RigArrow {
    line-height: 100px;
}

.partnerList li .listConRight p {
    margin: 0;
    padding-left: 10px;
    text-indent: 0;
    margin-top: -8px;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
}

.eventPlan h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
    color: #3c7e37;
    font-weight: bold;
    margin: 0 auto;
    width: 140px;
    border-bottom: 4px solid #3c7e37;
    padding-bottom: 5px;
}

span.eventTitle {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 20px 0;
    display: block;
}

.recentlyPlan {
    margin-bottom: 20px;
    position: relative;
}

    .recentlyPlan a {
        width: 300px;
        border: 1px solid #ccc;
        display: block;
        background: #fbfbfb;
        border-radius: 6px;
        padding: 15px;
        color: #333;
        float: left;
    }

        .recentlyPlan a p {
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
        }

        .recentlyPlan a span {
            display: block;
            text-align: center;
            line-height: 30px;
        }

            .recentlyPlan a span.a1 {
                margin-top: 10px;
                background: inherit;
                color: #333;
            }

            .recentlyPlan a span.a2 {
                color: #999;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                text-align: center;
                font-size: 16px;
                line-height: 30px;
            }

.evenList1 {
    margin-top: 50px;
}

.evevTable li {
    cursor: pointer;
    float: left;
    line-height: 30px;
    font-size: 16px;
    margin-right: 30px;
}

    .evevTable li.evenCurrent {
        float: left;
        font-weight: bold;
        color: #fff;
        background: #3c7e37;
        border-radius: 30px;
    }

    .evevTable li.evenNormal {
        color: #666;
        float: left;
    }

    .evevTable li a {
        display: block;
        color: #666;
        width: 100%;
        letter-spacing: 1px;
        /* background: #ccc; */
        padding: 6px 30px;
    }

    .evevTable li.evenCurrent a {
        color: #fff;
    }

.evenListAll {
    margin-top: 30px;
}

    .evenListAll .evenCurrent {
        display: block;
    }

    .evenListAll .evenNormal {
        display: none;
    }


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 40px;
}

.table-hover > tbody > tr:hover {
    background: #e0eadf;
}

table tr th, table tr td {
    text-align: center;
    line-height: 30px;
}

.table > thead > tr > th {
    background: #3c7e37;
    color: #fff; /*height: 55px;line-height: 55px;*/
    vertical-align: middle;
    border: none;
}

.table > tbody > tr > td {
    border: none;
    border-top: 1px solid #e8e8e8;
}

/*  日历 样式 修改 */
#calendar {
    width: 100%
}

.sc-today {
    background-color: #f5fcf4;
    color: #333;
    border: 1px solid #3c7e37;
}

    .sc-today .day {
        color: #333 !important;
    }

#content-wrapper .sc-calendar .a1, #content-wrapper .sc-calendar .a1 .day {
    background: #3c7e37;
    color: #fff !important;
}

.sc-item .day {
    font-size: 16px;
}

.sc-calendar {
    height: 350px;
}

.sc-actions {
    padding: 5px 0
}

.sc-header select {
    padding: 0.2em 0;
}

.sc-week-item {
    background-color: #e0eadf;
    border-color: #e0eadf;
}

.sc-active-day, .sc-selected {
    border: 1px solid #3c7e37;
}

.sc-actions {
    width: 33%
}

    .sc-actions div {
        width: 15px;
    }

/*  赛事  近期赛事  点击按钮左右滚动  */
.rollWrapA:hover .control {
    display: block;
}

.rollWrapA {
    position: relative;
    width: 1320px;
    margin: 0 auto;
    height: 155px;
    overflow: hidden;
    margin-left: 50px;
}

    .rollWrapA .rollList {
        position: absolute;
        left: 0;
        top: 0;
    }

.rollRowA .rollList::before, .rollRowA .rollList::after {
    content: "";
    display: table;
    line-height: 0;
}

.rollRowA .rollList::after {
    clear: both;
}

.rollRowA .rollList {
    width: 9999px;
}

    .rollRowA .rollList li {
        float: left;
        display: block;
        margin-right: 30px;
        width: 303px;
    }

.recentlyPlan a.control {
    position: absolute;
    top: 0;
    display: block;
    color: #999;
    background: #e6e6e6;
    width: 40px;
    height: 143px;
    line-height: 145px;
    border-radius: 0;
    border: none;
    font-size: 22px;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .recentlyPlan a.control:hover {
        background-color: rgba(163, 163, 163, .5);
    }

    .recentlyPlan a.control.pre {
        left: 0;
    }

    .recentlyPlan a.control.next {
        right: 0;
    }

.FCunveilDiv {
    max-height: 604px;
    overflow-y: hidden;
}

.TabContest {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .TabContest a {
        width: 170px;
        space-between: flex
    }

        .TabContest a img {
            display: block;
            width: 170px;
        }

        .TabContest a span {
            display: block;
            text-align: center;
            color: #000;
            font-size: 14px;
            margin-top: 10px;
        }

.BusinZone {
    margin-bottom: 15px;
}

.BusTitle {
    border-bottom: 1px solid #3c7e37;
    padding-bottom: 10px;
}

    .BusTitle span {
        color: #3c7e37;
        font-weight: bold;
    }

    .BusTitle a {
        color: #3c7e37;
        font-size: 14px;
        line-height: 30px;
    }

.BusCont {
    padding: 10px 0;
}

    .BusCont a {
        width: 630px;
        margin: 5px 25px;
        color: #333;
        border-bottom: 1px dotted #ccc;
    }

        .BusCont a span {
            line-height: 30px;
            font-size: 16px;
            padding: 5px 0;
        }

            .BusCont a span img {
                width: 25px;
                vertical-align: middle;
            }

        .BusCont a:hover {
            color: #3c7e37;
        }

.BusVodio {
    width: 1360px;
}

.BusinPicVi {
    margin-top: 30px;
}

    .BusinPicVi a {
        width: 190px;
        margin-left: 0px;
    }

.EventReg {
    position: relative
}

.EventRegBut {
    position: absolute;
    top: -45px;
    right: 0;
}

    .EventRegBut .btn-success {
        background: #3c7e37;
        font-size: 16px;
    }

.TimeTabeYM {
    background: #3c7e37;
    margin: 20px 0;
    color: #fff;
}

.TimeTabe-Y {
    padding: 15px;
    background: #32584a;
}

.TimeTabe-M {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

    .TimeTabe-M a {
        padding: 15px 30px;
        cursor: pointer;
        color: #fff
    }

        .TimeTabe-M a.active {
            background: #346245;
        }

        .TimeTabe-M a:hover {
            background: #346245;
        }

.newNLT .newTable li.newCurrent {
    float: left;
    margin-bottom: -2px;
    font-weight: bold;
    color: #fff;
    border-bottom: 0;
    background: #3c7e37;
}

.newNLT .newTable li {
    line-height: 40px;
    margin-bottom: -2px;
    background: #ccc;
    padding: 5px 50px;
    font-weight: bold;
    font-size: 20px;
}

.control-label {
    line-height: 34px;
    text-align: right
}

.center {
    text-align: center !important;
}

.ns_con_title {
    border-bottom: 1px solid #ccc;
    margin-top: 50px;
    padding-bottom: 20px;
}

    .ns_con_title h3 {
        font-weight: bold;
        color: #000;
    }

.fnt_32 {
    font-size: 32px;
    line-height: 1.3;
}

.ns_con_title .source {
    color: rgba(0, 0, 0, .5);
    padding: 15px 0px;
}

.fnt_16 {
    font-size: 16px;
}

.ns_con_title .source span {
    display: inline-block;
    padding-right: 27px;
}

.viewpoint_list {
    margin-bottom: 50px;
}

    .viewpoint_list .name_title {
        text-align: center;
        margin-bottom: 30px;
        font-weight: bold;
        color: #000;
    }

.viewpointName img {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.viewpointName span {
    display: block;
    text-align: center
}

.viewPTable li {
    font-size: 22px;
    padding: 0 50px;
}

.logo-row {
    margin-top: 50px;
}

.logo-pic {
    display: flex;
}

    .logo-pic .title {
        width: 18%;
        font-size: 18px;
        text-align: right;
        margin-right: 20px;
    }

.img-box {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
}

    .img-box img {
        width: calc(25% - 40px);
        margin-right: 40px;
        margin-bottom: 32px;
        border: 1px solid #ccc;
        width: 15%;
        border-radius: 7px;
    }

.BusinTabZ li {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: normal;
    background: #ebeef0;
    padding: 10px 20px;
    padding-bottom: 0;
    margin: 0 2px;
    margin-left: 0px;
}

    .BusinTabZ li img {
        display: block;
        width: 60px;
        text-align: center;
        margin: 10px auto;
    }

    .BusinTabZ li.newCurrent {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #fff;
        border-bottom: 0;
        font-weight: normal
    }

.BusinTabZ {
    border-bottom: 1px solid #ccc;
    margin-left: 2px;
}

.BusinTabCen {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 0;
    margin-left: 2px;
}

.NListT {
}

    .NListT li {
        cursor: pointer;
        background: #e9f1f1;
        border-radius: 20px;
        float: left;
        font-size: 16px;
        letter-spacing: 3px;
        padding: 10px 25px;
        margin: 20px 10px;
    }

        .NListT li.NLewCur {
            background: #3c7e37;
            float: left;
            font-weight: bold;
            color: #fff;
            border-radius: 20px;
        }

        .NListT li.NLewNor {
            color: #666;
            float: left;
        }

.ListC-A {
    margin-top: 20px;
}

    .ListC-A .NLewCur {
        display: block;
    }

    .ListC-A .NLewNor {
        display: none;
    }

.RPicP {
    margin: 0;
}

    .RPicP table tr td.PicPro {
        width: 100px;
    }

        .RPicP table tr td.PicPro img {
            display: block;
            height: 50px;
            width: 50px;
            background: #fff;
            border-radius: 50%;
        }

.eventListD1 {
    width: 100%;
    height: 340px;
    background: url("../images/eventListD1.jpg") no-repeat
}

    .eventListD1 div {
        width: 70%;
        padding-top: 50px;
    }

        .eventListD1 div span {
            display: block;
            font-size: 26px;
            line-height: 50px;
            margin: 20px 0;
            color: #fff;
            letter-spacing: 3px;
            margin-left: 80px;
        }

ul.unitMem li {
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    float: left;
    border: 1px solid #adadad;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px;
    margin: 0px 5px;
}

    ul.unitMem li.NLewCur {
        background: #337ab7;
        border: 1px solid #2e6da4;
        float: left;
        font-weight: bold;
        color: #fff;
    }

    ul.unitMem li.NLewNor {
        color: #666;
        float: left;
    }


/*  2025.12.13  */
.searchBJ {
    background: #3c7e37;
    height: 195px;
    line-height: 195px;
}

    .searchBJ span {
        text-align: center;
        font-size: 26px;
        color: #e1e1e1;
        letter-spacing: 3px;
        display: block
    }

.searchBK {
    height: 50px;
    margin-top: -21px;
    position: relative;
}

    .searchBK input {
        border: 1px solid #3c7e37;
        border-radius: 30px;
        background: #fff;
        width: 97%;
        outline: 0;
        font-size: 22px;
        text-align: center;
        color: #333;
        display: block;
        height: 46px;
        margin: 0 auto;
        margin-top: 2px;
    }

        .searchBK input::placeholder {
            color: #cdcdcd;
        }

    .searchBK a {
        display: block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 30px;
    }

        .searchBK a i {
            color: #3c7e37;
            font-size: 26px;
        }

.searCK {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .searCK label {
        float: left;
        padding-right: 45px;
        font-size: 16px;
        color: #7b7b7b
    }

.seachTabQH .newTable li {
    background: none;
}

    .seachTabQH .newTable li.newCurrent {
        color: #3c7e37;
        border-bottom: 5px solid #3c7e37;
        background: none;
    }

.media-left a {
    width: 232px;
    display: block;
    height: 177px;
}

    .media-left a img {
        width: 232px;
        display: block;
        height: 177px;
    }

.noticeareaMedia {
    width: 78% !important;
}

.listConRight span.ListTitleSP {
    display: flex;
    align-items: center;
    height: 80px;
}


/*  赛事详情  内容  ipad  自适应  */
@media (max-width: 1920px) {
    .ptiveWid {
        width: 1400px;
    }

        .ptiveWid .NewConLeft {
            width: 1400px;
        }
}

@media (max-width: 1800px) {
    .ptiveWid {
        width: 1200px;
    }

        .ptiveWid .NewConLeft {
            width: 1200px;
        }
}

@media (max-width: 1600px) {
    .ptiveWid {
        width: 1000px;
    }

        .ptiveWid .NewConLeft {
            width: 1000px;
        }
}

@media (max-width: 1425px) {
    .WidOutside, .FCunveilDiv {
        width: 1300px
    }

    ul.dropdown li {
        width: 110px;
    }

    .newLeft, .banner, .banner ul li a img {
        width: 678px;
    }

    .NewText {
        width: 628px;
    }

    .nweRight {
        width: 602px;
    }

    .exhibition_zhg li {
        width: 300px;
    }

    .NotifyLeft {
        width: 880px;
    }

    .NotifyRight {
        width: 370px
    }

    .NotifyC1 {
        width: 415px;
    }

    .NotifyC1-2 {
        width: 315px
    }

    .FCunveilDiv a img {
        width: 300px;
    }

    .FCunveilDiv a p {
        width: 290px;
    }

    .LinkWid2, .LinkWid3 {
        width: 1080px;
    }

        .LinkWid2 a {
            width: 220px;
        }

        .LinkWid3 a {
            width: 265px;
        }

    .partnerList li {
        width: 405px;
    }

        .partnerList li .listConRight {
            width: 300px;
        }

    .localityList li {
        width: 600px;
        height: 120px;
    }

    .localityList .listConRight {
        width: 400px;
    }

    .eventTime .RigArrow {
        margin-top: 30px;
    }

    .listConRight {
        width: 1000px;
    }

    .rollWrapA {
        width: 1200px;
    }

    .rollRowA .rollList li, .recentlyPlan a {
        width: 285px;
    }

    .rollRowA .rollList li {
        margin-right: 18px;
    }

    .NewConLeft {
        width: 850px;
    }

    .ptiveWid, .ptiveWid .NewConLeft {
        width: 800px;
    }

    header .header-content .title-box .tab-list {
        margin-left: 23%;
    }

    .TimeTabe-M {
        width: 1150px;
    }

        .TimeTabe-M a {
            padding: 15px 20px;
        }

    .BusCont a {
        width: 575px;
    }

    .BusVodio {
        width: 1260px;
    }
}

@media (max-width: 1320px) {
    .WidOutside, .FCunveilDiv {
        width: 1200px
    }

    ul.dropdown li {
        width: 100px;
    }

    .newLeft, .banner, .banner ul li a img {
        width: 628px;
    }

    .NewText {
        width: 578px;
    }

    .nweRight {
        width: 552px;
    }

    .exhibition_zhg li {
        width: 275px;
        font-size: 20px;
    }

    .newRL a.newRLest {
        font-size: 18px;
    }

    .NotifyLeft {
        width: 780px;
    }

    .NotifyC1 {
        width: 370px;
    }

    .NotifyC1-2 {
        width: 265px;
        font-size: 18px;
    }

    .FCunveilDiv a img {
        width: 280px;
    }

    .FCunveilDiv a p {
        width: 270px;
    }

    .LinkWid2, .LinkWid3 {
        width: 980px;
    }

        .LinkWid2 a {
            width: 215px;
            margin-left: 30px;
        }

        .LinkWid3 a {
            width: 240px;
        }

    .listConRight {
        width: 850px;
    }

    .NewConLeft {
        width: 800px;
        margin-right: 20px;
        padding: 30px 20px;
    }

    .NotifyC1 {
        width: 365px;
        height: 73px;
    }

    .NotifyC1-1 {
        padding: 5px;
        padding-right: 10px;
    }

    .NewConR .NotifyC1-2 {
        width: 250px;
        font-size: 16px;
        margin-left: 10px;
        margin-top: 3px;
    }

    .rollWrapA {
        width: 1100px;
    }

    .rollRowA .rollList li, .recentlyPlan a {
        width: 345px;
    }

    .rollRowA .rollList li {
        margin-right: 30px;
    }

    .recentlyPlan a p {
        font-size: 18px;
    }

    .ptiveWid, .ptiveWid .NewConLeft {
        width: 600px;
    }

    .partnerList li {
        width: 370px;
    }

        .partnerList li .listConRight {
            width: 230px
        }

    .eventTime .RigArrow {
        margin-top: 20px;
    }

    .localityList li {
        width: 560px;
    }

    .marR100 {
        margin-right: 50px;
    }

    .NotifyRight {
        margin-left: 30px;
    }

    .NewConright .NewConR .NotifyC1-2 {
        width: 275px;
    }

    header .header-content .title-box .tab-list {
        margin-left: 18%;
    }

    .TimeTabe-M {
        width: 1000px;
    }

        .TimeTabe-M a {
            padding: 15px 20px;
        }

    .BusCont a {
        width: 520px;
    }

    .BusVodio {
        width: 1160px;
    }
}

@media (max-width: 1220px) {
    .WidOutside, .FCunveilDiv {
        width: 1100px
    }

    .logo_out a.logo_1 img {
        width: 90%;
    }
    /* a.logoSearch{width: 60px;height: 60px;margin-right: 10px;margin-top: 30px;}
    a.logoSearch i{width: 60px;height: 60px;line-height: 60px;font-size: 30px;}
    .logo_2 .logoBut{padding:10px;}*/
    .logo_2 .logoBut img {
        width: 70px;
    }

    .logo_2 .logoBut span {
        font-size: 20px;
    }

    .iconfont {
        font-size: 14px
    }
    /*ul.dropdown li{width: 95px}*/
    ul.dropdown li {
        margin-right: 20px;
        width: auto;
    }

    .newLeft, .banner, .banner ul li a img {
        width: 578px
    }

    .NewText {
        width: 538px
    }

    .nweRight {
        width: 502px
    }

    .exhibition_zhg li {
        width: 250px;
        font-size: 18px;
    }

    .newRL a.newRLest {
        line-height: normal;
    }

        .newRL a.newRLest span {
            width: 400px;
            line-height: 65px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .newRL a.newRLest em {
            line-height: 65px;
        }

    .NotifyRight {
        width: 320px;
    }

    .NotifyLeft {
        width: 730px
    }

    .NotifyC1 {
        width: 340px;
        height: 68px;
    }

    .NotifyC1-2 {
        width: 255px;
        font-size: 16px;
    }

    .NotifyC1-1 {
        padding: 15px 5px;
        padding-right: 10px;
    }

    .FCunveilDiv a img {
        width: 260px;
    }

    .FCunveilDiv a p {
        width: 250px;
    }

    .LinkWid2, .LinkWid3 {
        width: 880px;
    }

        .LinkWid2 a {
            width: 200px;
            margin-left: 20px;
        }

        .LinkWid3 a {
            width: 215px;
            font-size: 16px;
            margin: 15px 0;
        }

    .partnerList li {
        width: 340px;
        margin-right: 20px;
    }

    .localityList li {
        width: 510px;
    }

    .NewConLeft {
        width: 700px;
    }

    .NewConright .NotifyC1 {
        height: auto;
        width: 380px;
    }

    .NewConright .NewConR .NotifyC1-2 {
        width: 280px;
        margin-top: 13px;
    }

    .ptiveWid, .ptiveWid .NewConLeft {
        width: 600px;
    }

    .rollWrapA {
        width: 1000px;
    }

    .rollRowA .rollList li, .recentlyPlan a {
        width: 310px
    }

        .recentlyPlan a p {
            font-size: 16px;
        }

    header .header-content .title-box .tab-list {
        margin-left: 10%;
    }

    .TimeTabe-M {
        width: 900px;
    }

        .TimeTabe-M a {
            padding: 15px 10px;
        }

    .BusCont a {
        width: 480px;
    }

    .BusVodio {
        width: 1060px;
    }
}

@media (max-width: 1120px) {
    .WidOutside, .FCunveilDiv {
        width: 1000px
    }
    /*ul.dropdown li {width: 85px;}*/
    ul.dropdown li {
        margin-right: 10px;
        width: auto;
    }

    .logo_out a.logo_1 {
        width: 450px
    }

        .logo_out a.logo_1 img {
            width: 100%;
        }

    .newLeft, .banner, .banner ul li a img {
        width: 508px
    }

    .nweRight {
        width: 470px;
    }

    .NewText {
        width: 468px
    }

        .NewText span {
            width: 468px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

    .exhibition_zhg li {
        width: 235px;
    }

    .newRL a.newRLest span {
        width: 370px
    }

    .NotifyLeft {
        width: 650px;
    }

    .NotifyC1 {
        width: 310px;
        margin-right: 10px;
    }

    .NotifyC1-2 {
        width: 230px;
        margin-left: 10px;
    }

    .FCunveilDiv a img {
        width: 240px;
    }

    .FCunveilDiv a p {
        width: 230px;
    }

    .LinkWid2, .LinkWid3 {
        width: 780px;
    }

        .LinkWid2 a {
            width: 175px;
        }

            .LinkWid2 a.GDmore {
                line-height: 60px
            }

        .LinkWid3 a {
            width: 190px;
        }

    img.footerLogo {
        width: 90%
    }

    .footerAll .footerMou {
        flex: 3;
        min-width: 300px;
    }

    .partnerList li {
        width: 310px;
    }

    .localityList li {
        width: 480px;
    }

    .marR100 {
        margin-right: 30px;
    }

    .listConRight {
        width: 700px;
    }

    .NewConLeft {
        width: 600px;
    }

    .rollWrapA {
        width: 900px;
    }

    .rollRowA .rollList li, .recentlyPlan a {
        width: 285px;
    }

    .rollRowA .rollList li {
        margin-right: 20px;
    }

    .eventPlan h2 {
        font-size: 22px;
    }

    .ptiveWid, .ptiveWid .NewConLeft {
        width: 600px;
    }

    .sc-week {
        font-size: 18px;
    }

    header .header-content .title-box .tab-list {
        margin-left: 0;
    }

    .TimeTabe-M {
        width: 800px;
    }

    .BusCont a {
        width: 440px;
        margin: 5px 15px;
    }

        .BusCont a span {
            font-size: 14px;
        }

    .BusVodio {
        width: 960px;
    }

        .BusVodio a img {
            width: 220px;
        }
}

@media (max-width: 1020px) {
    .WidOutside, .FCunveilDiv {
        width: 900px
    }
    /*ul.dropdown li {width: 70px;}*/
    ul.dropdown li a {
        font-size: 16px;
    }

    .iconfont {
        font-size: 12px;
    }

    .logo_out a.logo_1 {
        width: 430px;
    }

    .logo_2 .logoBut img {
        width: 60px;
    }

    .logo_2 .logoBut span {
        font-size: 18px;
    }
    /*a.logoSearch {width: 50px;height: 50px;}
    a.logoSearch i {width: 50px;height: 50px;line-height: 50px;font-size: 22px;}*/
    .logo_2 .logoBut {
        padding: 5px 20px;
        margin: 0px 5px;
    }

    .newLeft, .banner, .banner ul li a img, .nweRight {
        width: 440px;
    }

    .NewText, .NewText span {
        width: 400px
    }

    .exhibition_zhg li {
        width: 220px;
    }

    .newRL a.newRLest {
        font-size: 16px;
    }

        .newRL a.newRLest span {
            width: 340px;
        }

    .NotifyLeft {
        width: 600px;
    }

    .NotifyRight {
        width: 270px;
    }

    .sc-week {
        font-size: 16px;
    }

    .NotifyC1 {
        width: 285px;
    }

    .NotifyC1-2 {
        width: 205px;
    }

    .FCunveilDiv a img {
        width: 290px;
    }

    .FCunveilDiv a p {
        width: 280px;
    }

    .LinkWid1 {
        width: 140px;
        font-size: 22px;
    }

    .LinkWid2, .LinkWid3 {
        width: 740px;
    }

        .LinkWid2 a {
            width: 170px;
            margin-left: 15px;
            height: 65px;
        }

    .lityScroll ul li {
        width: 740px;
        height: 50px;
        overflow-y: hidden;
    }

    .LinkWid3 a {
        width: 240px;
    }

    #localityDFZX {
        height: 100px
    }

    .partnerList li {
        width: 280px;
    }

        .partnerList li .listConRight {
            width: 200px;
        }

    .localityList li {
        width: 430px;
    }

    .localityList .listConRight {
        width: 320px;
    }

    .listConRight {
        width: 630px;
    }

    .NewConLeft {
        width: 550px;
    }

    .NewConright, .NewConright .NotifyC1 {
        width: 330px;
    }

        .NewConright .NewConR .NotifyC1-2 {
            width: 230px;
        }

    .rollWrapA {
        width: 800px;
    }

    .rollRowA .rollList li, .recentlyPlan a {
        width: 260px;
    }

    .rollRowA .rollList li {
        margin-right: 10px;
    }

    .ptiveWid, .ptiveWid .NewConLeft {
        width: 600px;
    }

    a.logo_1 {
        width: 290px;
    }

        a.logo_1 img {
            width: 100%;
        }

    header .header-content .title-box .tab-list {
        margin-left: 5%;
    }

    header .header-content .menu ul.navM-L {
        margin-left: 80px;
    }

    ul.dropdown li a {
        font-size: 14px;
        font-weight: bold;
    }

    .TimeTabe-M {
        width: 750px;
    }

        .TimeTabe-M a {
            padding: 15px 10px;
            font-size: 14px;
        }

    .BusCont a {
        width: 415px;
        margin: 5px 5px;
    }

    .BusVodio {
        max-height: 300px;
        width: 860px;
        overflow-y: hidden;
    }

        .BusVodio a img {
            width: 275px;
        }

        .BusVodio a p {
            width: 275px;
        }
}

@media (max-width: 920px) {
    .WidOutside, .FCunveilDiv {
        width: 800px
    }

    .logo_out a.logo_1 {
        width: 360px;
    }

    ul.dropdown li {
        width: 60px;
    }

    .iconfont {
        font-size: 10px;
    }

    .newLeft, .banner, .banner ul li a img, .nweRight {
        width: 390px;
    }

    .NewText, .NewText span {
        width: 350px;
    }

    .exhibition_zhg li {
        width: 195px;
        font-size: 16px;
    }

    .newRL a.newRLest span {
        width: 300px
    }

    .NotifyLeft {
        width: 450px;
    }

    .NotifyCon {
        margin-top: 20px;
        height: 420px;
        overflow-y: hidden;
    }

    .NotifyC1 {
        width: 430px;
    }

    .NotifyC1-2 {
        width: 350px;
        font-size: 18px;
    }

    .NotifyRight {
        width: 320px;
    }

    .FCunveilDiv a img {
        width: 255px;
    }

    .FCunveilDiv a p {
        width: 255px;
    }

    .FCunveil {
        margin: 20px auto;
    }

    .FCunveilDiv {
        margin-top: 0
    }

    .LinkWid1 {
        letter-spacing: 2px;
        width: 110px;
        font-size: 16px;
    }

        .LinkWid1 em {
            height: 25px;
        }

    .LinkWid2, .LinkWid3 {
        width: 670px;
    }

        .LinkWid2 a {
            width: 150px;
            height: 55px;
        }

            .LinkWid2 a.GDmore {
                line-height: 55px;
            }

    .LinkAll {
        padding-bottom: 15px;
    }

    .LinkWid3 a {
        width: 215px;
        margin: 5px 0;
        font-size: 14px;
    }

    .lityScroll ul li {
        height: 40px;
    }

    #localityDFZX {
        height: 70px;
    }

    .partnerList li {
        width: 245px;
    }

        .partnerList li .listConRight {
            width: 180px;
        }

    .localityList li {
        width: 385px;
    }

    .localityList .listConRight {
        width: 290px;
    }

    .listConRight span {
        font-size: 16px
    }

    .listConRight {
        width: 530px;
    }

    .NewConLeft {
        width: 780px;
    }

    .ptiveWid .NewConLeft {
        width: auto;
    }

    .rollWrapA {
        width: 700px;
    }

    .rollRowA .rollList li, .recentlyPlan a {
        width: 225px;
    }

        .recentlyPlan a p {
            font-size: 14px;
        }

        .recentlyPlan a span.a2 {
            font-size: 14px;
        }
}

@media (max-width: 768px) {
}
