body {
    min-width: 1350px;
}

.content {
    margin: auto;
    width: 1200px;
}

.line {
    display: inline-block;
    height: 20px;
    width: 2px;
    background-color: rgba(42, 137, 58, 0.6);
}

.left {
    float: left;
}

.right {
    float: right;
}

.more {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* for IE */
.clearfix {
    *zoom: 1;
}

/* 头部代码 */
#head {
    position: relative;
}

#head .top {
    padding: 20px 0;
    height: 106px;
}

.top .topLeft {
    overflow: hidden;
    float: left;
}

.top .topLeft a {
    float: left;
}

.top .topLeft #logo {
    height: 66px;
}

.top .topLeft .line {
    float: left;
    margin: 26px 20px 0 20px;
}

.top .topLeft .text {
    float: left;
    margin-top: 14px;
    font-size: 28px;
    font-weight: 400;
    color: #2A893A;
}

.top .topRight {
    /* display: none; */
    position: relative;
    float: right;
    font-size: 16px;
    font-weight: 500;
    color: rgba(34, 34, 34, 0.8);
}

.top .topRight .appDown {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.top .topRight .appDown .appDownIcon {
    width: 24px;
}

.top .topRight .appDown:hover .downEwms {
    display: block;
}

.top .topRight .appDown .downEwms {
    display: none;
    position: absolute;
}

.top .topRight .appDown .downEwms .ewm {
    display: inline-block;
}

.top .topRight .appDown .downEwms .ewm img {
    width: 100px;
}

.top .topRight .topDown {
    display: inline-block;
    margin-left: 19px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #2A893B;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.top .topRight .topDown:hover{
    padding: 0 23px;
    border: 1px solid #2A893B;
}

.top .topRight .topDown:hover .text{
    display: inline-block;
}

.top .topRight .topDown:hover .Active{
    display: inline-block;
}

.top .topRight .topDown:hover .noActive{
    display: none;
}

.top .topRight .topDown:hover img{
    margin-right: 8px;
}

.top .topRight .topDown .Active {
    display: none;
}

.top .topRight .topDown>.text {
    display: none;
}

.top .topRight .topDown>img{
    height: 29px;
    margin-top: -5px;
    vertical-align: middle;
}

#nav {
    min-height: 48px;
    background-color: #777777;
}

#nav .links {
    float: left;
}

#nav a {
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

#nav .links .link {
    position: relative;
    float: left;
    height: 48px;
    min-width: 100px;
}

#nav .links .link>a {
    display: block;
    padding: 0 18px;
    height: 100%;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

#nav .links .link:hover>a {
    color: #777777;
    background-color: #ffffff;
}

#nav .links .link:hover .twoLink {
    height: auto;
}

#nav .links .link.active>a {
    color: #777777;
    background-color: #ffffff;
}

#nav .links .link .twoLink {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    z-index: 5;
    background-color: rgba(242, 242, 242);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

#nav .links .link .twoLink a {
    display: block;
    padding: 0 18px;
    height: 48px;
    line-height: 48px;
    color: #777777;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

#nav .links .link .twoLink a.active {
    background-color: #fff;
}

#nav .links .link .twoLink a:hover {
    background-color: #fff;
}

.language {
    float: right;
}

.language span {
    margin-top: -2px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.mobileAppDown {
    display: none;
    position: absolute;
    right: 60px;
    top: 40px;
    z-index: 2;
}

.mobileAppDown .appDownIcon {
    width: 28px;
}

/* 移动端导航栏 */
.menuOpen.menuTggle {
    box-shadow: none;
}

.menuOpen.menuTggle .icon {
    width: 0
}

.menuOpen.menuTggle .icon:before {
    width: 26px;
    height: 3px;
    border-radius: 2px;
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg)
}

.menuOpen.menuTggle .icon:after {
    width: 26px;
    height: 3px;
    border-radius: 2px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg)
}

.menuTggle {
    display: none;
    position: absolute;
    right: 16px;
    top: 44px;
    width: 30px;
    height: 24px;
    z-index: 2;
    cursor: pointer;
    -webkit-transition-duration: .66s;
    transition-duration: .66s;
}

.menuTggle .icon {
    width: 30px;
    height: 4px;
    background-color: #2A893A;
    position: absolute;
    top: 10px;
    left: 0px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.menuTggle .icon:before,
.menuTggle .icon:after {
    width: 30px;
    height: 4px;
    background-color: #2A893A;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing
}

.menuTggle .icon:before {
    top: -10px
}

.menuTggle .icon:after {
    top: 10px
}

.mobileNav {
    display: none;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
}

.mobileLinks {
    position: absolute;
    top: 0;
    right: 0;
    overflow-y: scroll;
    width: 40%;
    height: 100%;
    background-color: #fff;
}

.mobileLinks .mobileLinkItem {
    color: rgb(43, 42, 42);
    background-color: #fff;
}

.mobileLinks .mobileLinkItem .linkArrow {
    position: relative;
    padding: 0 16px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f1eaea;
}

.mobileLinks .mobileLinkItem .linkArrow a {
    float: left;
    color: rgb(43, 42, 42);
}

.mobileLinks .mobileLinkItem .linkArrow .mobileNavArrow {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    height: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.mobileLinks .mobileLinkItem .linkArrow .mobileNavArrow.active {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
}

.mobileLinks .mobileLinkItem .mobileTwoLink {
    display: none;
    line-height: 50px;
}

.mobileLinks .mobileLinkItem .mobileTwoLink a {
    color: rgb(43, 42, 42);
}

.mobileLinks .mobileLinkItem .mobileTwoLink .mobileTwoLinkItem {
    padding-left: 30px;
    border-bottom: 1px solid #cccccc;
}


/* 公共栏目名称 */
.columnName {
    overflow: hidden;
    padding: 0 16px;
    margin-bottom: 24px;
    min-height: 48px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 48px;
    color: #000000;
    background: linear-gradient(226deg, rgba(163, 215, 255, 0.3) 0%, rgba(154, 211, 255, 0.12) 100%);
    border-radius: 4px;
}

.columnName a {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 48px;
    color: #000000;
}

.columnName .more {
    font-size: 20px;
    font-weight: 400;
    color: #777777;
}

/* 副标题栏目 */
.subTitleColumn {
    text-align: center;
}

.subTitleColumn .column {
    margin: auto;
    display: inline-block;
}

.subTitleColumn .column .name {
    position: relative;
    padding: 0 16px;
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.subTitleColumn .column .nameline {
    margin-top: -10px;
    width: 100%;
    height: 14px;
    background-color: rgba(131, 199, 253, 0.4);
}

.subTitleColumn .sub {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #999999;
}

.subTitleColumn .lable-title {
    display: none;
    color: #2A893A;
    font-weight: bold;
    align-items: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.lable-title::before {
    content: "";
    display: block;
    width: 5px;
    height: 20px;
    background-color: #2A893A;
    margin-right: 10px;
    border-radius: 5px;
}

/* 图片文字横向 */
.imgMsg {
    overflow: hidden;
    height: 104px;
    border-radius: 4px;
    background-color: #F6F7F7;
}

.imgMsg a img {
    width: 180px;
    height: 104px;
}

.imgMsg .title {
    padding: 10px 16px 0 16px;
    /* margin-bottom: 20px; */
    width: calc(100% - 180px);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(34, 34, 34, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background-color: #F6F7F7;
}

/* 蓝点信息标题 */
.dotMsgList {
    margin-top: 24px;
}

.dotMsgList .item {
    padding-left: 17px;
    position: relative;
    margin-bottom: 16px;
    height: 21px;
}

.dotMsgList .item::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: rgba(0, 144, 255, 0.3);
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.dotMsgList .item a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
}

.dotMsgList .item a:hover {
    text-decoration: underline;
}

.newSourceImgList{
    display: none;
    margin-top: 30px;
}

.sourceImgList{
    display: none;
}

.sourceImgList .sourceImgItem{
    padding-bottom: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #DFDFDF;
}

.sourceImgList .sourceImgItem .sourceImgMsg{
    flex: 1;
    overflow: hidden;
    
}

.sourceImgList .sourceImgItem .sourceImgMsg .sourceImgTitle{
    font-weight: bolder;
}

.sourceImgList .sourceImgItem .sourceImgMsg .sourceImgSubTitle{
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #888;
}

.sourceImgList .sourceImgItem .sourceImgMsg .sourceDateBox{
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.sourceImgList .sourceImgItem .sourceImgMsg .sourceDateBox>div{
    font-size: 10px;
    color: #999;
}

.sourceImgList .sourceImgItem .sourceImgMsg .sourceDateBox .sourceBox{
    margin-right: 5px;
}

.sourceImgList .sourceImgItem .ImgDate{
    margin-left: 5px;
    width: 30vw;
    height: calc(30vw * 0.56);
} 

/* 合作商户 */
.teamwork {
    margin-top: 30px;
    padding: 10px 32px 10px 32px;
    /* background: rgba(0, 144, 255, 0.06); */
    border-radius: 4px;
}

.teamwork .title {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: rgba(34, 34, 34, 0.9);
    text-align: center;
}

/* .teamwork .title::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 200px;
    height: 5px;
    background-color: rgba(131, 199, 253, 0.4);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
} */

.teamwork .teamworkBox {
    overflow: hidden;
    position: relative;
    padding: 0 64px;
    margin-top: 40px;
    height: 100px;
}

.teamwork .teamworkBox .tempWrap {
    margin: 10px auto 0 auto;
}

.teamwork .teamworkBox .prev,
.teamwork .teamworkBox .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
}

.teamwork .teamworkBox .prev {
    left: 0;
}

.teamwork .teamworkBox .next {
    right: 0;
}

.teamwork .teamworkBox .lists {
    overflow: hidden;
}

.teamwork .teamworkBox .lists .item {
    margin-right: 27px;
    margin-bottom: 5px;
    float: left;
    width: 180px;
    height: 80px;
    box-shadow: 0px 5px 15px rgba(119, 119, 119, 0.08);
}

.teamwork .teamworkBox .lists .item img {
    width: 100%;
    height: 80px;
}


/* 分页代码 */
#page_div {
    margin-top: 20px;
    text-align: center;
    /* color: #03004D; */
}

.pagination_index {
    display: inline-block;
}

#page_div a {
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    background-color: #999999;
}

#page_div #pagination_input {
    margin: 0 5px;
    padding: 6px;
    width: 30px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #999999;
}

#page_div #goPage {
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    background-color: #999999;
}

/* 底部代码 */
#footer {
    margin-top: 30px;
    padding-bottom: 10px;
    color: #888;
    text-align: center;
}

#footer .footerBox {
    overflow: hidden;
}

#footer .footerBox .fwMsg {
    float: left;
    margin-bottom: 20px;
    margin: 0 70px 20px 70px;
    width: 150px;
    /* margin-top: 25px; */
    text-align: center;
}

#footer .footerBox .fwMsg .title {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

#footer .footerBox .fwMsg .content {
    width: 100%;
    margin-top: 22px;
    margin: 22px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

#footer .footerBox .lineC {
    /* margin-top: 13px; */
    margin-right: 58px;
    width: 1px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, 0.1216);
}

#footer .footerBox .linkList {
    margin-right: 56px;
}

#footer .footerBox .linkList:last-child {
    margin-right: 0;
}

#footer .footerBox .linkList .linkName {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

#footer .footerBox .linkList .linkBox {
    margin-bottom: 24px;
}

#footer .footerBox .linkList .link {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

#footer .cbdw {
    /* padding-top: 32px; */
    padding: 10px;
    /* height: 136px; */
    text-align: center;
    border-top: 1px solid #cccccc;
}


#footer .cbdw .fgx {
    padding: 0 20px;
}

#footer .cbdw .bah {
    margin-top: 24px;
}

#footer .mobileFirstLink {
    display: none;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

#footer .mobileFirstLink a {
    margin: 5px;
    font-size: 12px;
    color: #000000;
    white-space: nowrap;
}

.mobileAppDownMedeia {
    display: none;
}
.link-enter{
    width: 200px;
}
.cursor_poin{
    cursor: pointer;
}
.cursor_poin:hover{
    color: #27AC3F;
}

#footer .footerOneLink{
    margin-bottom: 40px;
    padding: 10px 0;
    text-align: center;
    background-color: #f8f8f8;
}

#footer a{
    color: #888;
}
#footer .footerOneLink a{
    margin: 0 10px;
}

#footer .footerBottom>div{
    margin-top: 15px;
    font-size: 12px;
}

#footer .fgx{
    margin-top: -2px;
}

@media screen and (max-width:768px) {
    .subTitleColumn .lable-title {
        display: flex;
    }

    body {
        min-width: 100%;
    }

    .content {
        padding: 0 16px;
        width: 100%;
    }

    .top .topRight {
        display: none;
        width: 100%;
        text-align: right;
    }

    .menuTggle {
        display: block;
    }

    #head {
        padding-bottom: 10px;
        border-bottom: 1px solid #DFDFDF;
    }

    #head .top {
        /* overflow: hidden; */
        padding: 16px 16px 0 16px;
        height: auto;
    }

    #nav {
        display: none;
        width: 100%;
    }

    #nav .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    #nav .links .link {
        width: 30%;
    }

    #nav .links .link>a {
        padding: 0 6px;
    }

    #nav .links .link .twoLink {
        width: 100%;
    }

    .mobileAppDown {
        display: block;
    }

    .subTitleColumn .column {
        display: none;
    }

    .subTitleColumn .column .name {
        display: none;
        font-size: 20px;
        font-weight: bolder;
    }

    .teamworkBox .tempWrap {
        margin: auto;
    }

    .teamwork .teamworkBox .lists .item {
        margin-right: 0;
    }

    .newSourceImgList{
        display: block;
    }

    .sourceImgList{
        display: block;
    }

    #footer {
        padding-top: 8px;
        font-size: 12px;
        background-color: #fff;
        box-shadow: 0px 0px 13px 0px rgba(215, 215, 215, 0.5);
    }

    #footer .footerBox{
        display: none;
    }

    #footer .footerBox .left:first-child {
        width: 100%;
    }

    #footer .footerBox .lineC {
        display: none;
    }

    #footer .footerBox .linkList {
        display: none;
        width: 100%;
    }

    #footer .footerBox .linkList .linkBox {
        position: relative;
        display: inline-block;
        width: 100%;
        padding-left: 16px;
    }

    #footer .footerBox .fwMsg {
        float: left;
        margin: 0;
        width: 50%;
        text-align: center;
    }

    /* #footer .footerBox .fwMsg .content::before,
    #footer .footerBox .linkList .linkBox::before {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #cccccc;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    } */

    #footer .footerBox .fwMsg .title {
        color: #666666;
    }

    #footer .footerBox .fwMsg .content {
        margin-top: 5px;
        position: relative;
        color: #27AC3F;
        font-size: 18px;
        font-weight: bolder;
        width: auto;
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
    }

    #footer .footerBox .fwMsg .title,
    #footer .footerBox .linkList .linkName {
        display: inline-block;
        font-size: 12px;
        width: 100%;
        font-weight: bolder;
        text-align: center;
    }

    /* #footer .footerBox .fwMsg .title::after,
    #footer .footerBox .linkList .linkName::after {
        content: '';
        display: block;
        margin-left: calc(50% - 22%);
        margin-top: 5px;
        border-top: rgba(131, 199, 253) solid 3px;
        width: 45%;
    } */

    #footer .mobileFirstLink {
        display: block;
    }

    #footer .cbdw {
        overflow: hidden;
        padding: 0 0 20px 0;
        width: 100%;
        border: none;
    }

    #footer .cbdw .fgx {
        display: none;
    }

    #footer .cbdw span {
        display: block;
        line-height: 25px;
        color: #999;
    }

    #footer .mobileFirstLink {
        padding: 15px 0;
        display: none;
        align-items: center;
        justify-content: space-around;
    }

    #footer .mobileFirstLink a {
        color: #666666;
        font-weight: bolder;
        font-size: 13px;
    }

    #footer .footerOneLink{
        display: none;
    }

    #footer .footerBottom .msg span{
        margin-top: 5px;
        display: block;
    }

    #footer .footerBottom>div{
        margin-top: 0;
    }
    #footer .footerBottom .msg.cbOrg .fgx{
        display: none;
    }

    #footer .footerOther{
        padding-bottom: 15px;
    }

    #footer .footerBottom .msg:last-of-type span:first-of-type{
        margin-bottom: 15px;
    }

    .mobileAppDownMedeia {
        display: block;
        background-color: #27AC3F;
        /* width: 180px; */
        padding: 5px 12px;
        border-radius: 40px;
        white-space: nowrap;
        font-family: MicrosoftYaHei;
        font-size: 10px;
        color: #FFFFFF;
        margin-left: 20px;
        margin-top: 25px;
    }

    .mobileAppDown {
        display: none;
    }
}

@media screen and (max-width:540px) {
    .top .topLeft {
        display: flex;
        align-items: center;
    }

    .top .topLeft a {}

    .top .topLeft .line {
        margin: 0 10px;
    }

    .top .topLeft .text {
        margin-top: 0;
        font-size: 14px;
    }

    /* .top .topLeft #logo {
        width: 100%;
        height: auto;
    } */

    .mobileAppDown {
        right: 45px;
        font-size: 12px;
    }

    .mobileAppDown .appDownIcon {
        width: 20px;
    }

    .menuTggle {
        top: 26px;
    }

    .menuTggle {
        width: 20px;
    }

    .menuTggle .icon {
        width: 20px;
    }

    .menuTggle .icon:before,
    .menuTggle .icon:after {
        width: 20px;
    }

    .menuTggle .icon:before {
        top: -6px;
    }

    .menuTggle .icon:after {
        top: 6px;
    }

    #footer .footerBox.left:nth-child(1) {
        width: 100%;
    }

    .pagination_index:last-child {
        display: none;
    }

    #page_div {
        font-size: 12px;
    }

    #page_div a {
        color: #000000;
        padding: 0;
        background-color: #fff;
        text-decoration: underline;
    }

    .top .topLeft #logo {
        height: 42px;
    }

    .mobileAppDownMedeia {
        margin-top: 0;
    }
}