html {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f9fc;
}
/*body *{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, form, div, ul, li, p, dl, dt, dd, figure, figcaption, ol {
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #939598;
}

video {
    width: 100%;
}

body {
    font: menu;
    font-size: 0.14rem;
    color: #333;
    max-width: 720px;
    min-width: 320px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    font-size: 0.26rem;
    color: #000
}

a img, input, button, textarea, a {
    border: none;
}

input, button, textarea {
    display: inline-block;
    font: menu;
    outline: none;
}

input[type="submit"], input[type="button"] {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

img {
    max-width: 100%;
    display: block;
    width: 100%;
}

/* Link Style */

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

em {
    font-style: normal;
}

.rgintBox, .pcNav {
    display: none;
}

/*******导航*******/

.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-main-content {
    min-height: 100%;
    position: relative;
    background-color: #f4f9fc;
    z-index: 4;
    background: #fff;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin-top: 1.15rem;
}

.cd-main-content.lateral-menu-is-open {
    -webkit-transform: translateX(-5rem);
    -moz-transform: translateX(-5rem);
    -ms-transform: translateX(-5rem);
    -o-transform: translateX(-5rem);
    transform: translateX(-5rem);
}

.header {
    width: 100%;
    height: 1.15rem;
    z-index: 10;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    background: #fff;
    position: sticky;
    min-width: 320px;
    max-width: 720px;
    top: 0;
    box-shadow: #d1e0ee 0 1px 5px 0px;
}

.header.lateral-menu-is-open, .fottBox.lateral-menu-is-open {
    -webkit-transform: translateX(-5rem);
    -moz-transform: translateX(-5rem);
    -ms-transform: translateX(-5rem);
    -o-transform: translateX(-5rem);
    transform: translateX(-5rem);
}

.header .logo {
    padding-top: 0.2rem;
    padding-left: 0.3rem;
}

.header img {
    width: 82%;
}

.header.is-fixed {
    position: fixed;
}

.login {
    width: 34%;
    margin: 0.5rem auto;
}

.login a {
    display: block;
    width: 100%;
    padding: 0 !important;
}

.login a img {
    width: 100%;
    border-radius: 100%;
}

.login b {
    font-size: 0.3rem;
    display: block;
    text-align: center;
    margin-top: 0.2rem;
}

.sous {
    width: 86%;
    background: #eee url(../images/icon_sou.svg) 94% center no-repeat;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    background-size: 13%;
    padding: 0.2rem 0.3rem 0.15rem 0.3rem;
    color: #999;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-top: 1.3rem;
}

.wapLogo {
    width: 39%;
    display: block;
    float: left;
    margin: 0.2rem 0 0 0.3rem;
}

@media only screen and (min-width: 768px) {
    #cd-logo {
        margin: 22px 0 0 30px;
    }
}

#cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
}

#cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
}

#cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
}

#cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}

#cd-top-nav a.current {
    background-color: #242e30;
}

.no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 768px) {
    #cd-top-nav {
        display: block;
    }
}

#cd-menu-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0.85rem;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: none;
}

#cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 32%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 0.36rem;
    height: 2px;
    background-color: #333;
}

#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}

#cd-menu-trigger .cd-menu-icon::before {
    bottom: 0.13rem;
}

#cd-menu-trigger .cd-menu-icon::after {
    top: 0.15rem;
}

#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: #333;
}

#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 70px;
    }
    #cd-menu-trigger .cd-menu-icon {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 3;
    width: 5rem;
    background-color: #fff;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s 0s, visibility 0s .1s;
    -moz-transition: -moz-transform .1s 0s, visibility 0s .1s;
    transition: transform .1s 0s, visibility 0s .1s;
    -webkit-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}

#cd-lateral-nav .cd-navigation {
    margin: 10px 0 16px;
}

#cd-lateral-nav .sub-menu {
    padding: 10px 10px 10px 15px;
    display: none;
}

#cd-lateral-nav ul li a {
    display: block;
    line-height: 1rem;
    padding: 0 16px 0 32px;
    color: #333;
    font-size: 0.3rem;
}

#cd-lateral-nav ul li a.current {
    background-color: #3a4a4d;
    color: #FFF;
}

.no-touch #cd-lateral-nav a:hover {
    color: #FFF;
}

@media only screen and (min-width: 768px) {
    #cd-lateral-nav .cd-navigation {
        margin: 20px 0;
    }
}

#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .1s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .1s 0s, visibility 0s 0s;
    transition: transform .1s 0s, visibility 0s 0s;
    -webkit-overflow-scrolling: touch;
    box-shadow: #d1e0ee 0 1px 5px 0px;
    z-index: 12;
}

#cd-lateral-nav .item-has-children>a {
    position: relative;
    text-transform: uppercase;
}

.submenu-open {
    background: #eee;
}

#cd-lateral-nav .item-has-children>a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.6em;
    background: url("../images/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

#cd-lateral-nav .item-has-children>a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
    padding: 0 32px;
}

#cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
}

#cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url("../images/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #FFF;
    margin-right: .5em;
    border-radius: 0.25em;
}

#cd-lateral-nav .socials a.cd-twitter {
    background-position: 0 0;
}

#cd-lateral-nav .socials a.cd-github {
    background-position: -32px 0;
}

#cd-lateral-nav .socials a.cd-facebook {
    background-position: -64px 0;
}

#cd-lateral-nav .socials a.cd-google {
    background-position: -96px 0;
}

.no-touch #cd-lateral-nav .socials a:hover {
    background-color: #4e6361;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-twitter {
    background-position: 0 -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-github {
    background-position: -32px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-facebook {
    background-position: -64px -32px;
}

.no-touch #cd-lateral-nav .socials a:hover.cd-google {
    background-position: -96px -32px;
}

/*******搜索*******/

.nav_header {
    position: relative;
    height: 1rem;
    background-color: #006fbb;
}

.nav_header .homepage {
    position: absolute;
    width: 0.92rem;
    height: 100%;
}

.nav_header .homepage a {
    display: block;
    background: url(../images/return.svg) no-repeat;
    background-size: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    left: 0.1rem;
    top: 0.2rem;
}

.nav_header .title {
    width: 100%;
    height: 100%;
    font-size: 0.4rem;
    color: #fff;
    line-height: 1rem;
    text-align: center;
}

.nav_header .title a {
    color: #fff;
    font-weight: bold;
}

.ind_search.top-search {
    border-top: 0px;
    padding: 0.48rem 0.2rem 0.33rem;
    position: relative;
    z-index: 100;
    background: #fff;
}

.ind_search .search_area {
    position: relative;
    width: 100%;
    padding-bottom: 0.24rem;
    overflow: hidden;
}

.ind_search .search_area input {
    border-radius: 0px;
    float: left;
    width: 86%;
    height: 0.72rem;
    padding: 0.18rem 0.68rem 0.18rem 0.12rem;
    border: 1px solid #006fbb;
    font-size: 0.28rem;
    color: #333;
}

.ind_search .search_area .search_btn_box {
    float: left;
    width: 14%;
    height: 0.72rem;
    background-color: #006fbb;
}

.ind_search .search_area .search_btn {
    display: block;
    width: 100%;
    height: 0.72rem;
    background-color: #006fbb;
    background: url(../images/sou.svg) no-repeat center center;
    background-size: 0.5rem 0.5rem;
}

.mainTop {
    background: url(../images/bannerimgdc.jpg) no-repeat;
    background-size: 100%;
}

.nitceBox {
    padding: 0 4%;
}

.nitceBox p {
    font-size: 0.28rem;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    line-height: 0.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    display: none;
    -webkit-box-orient: vertical;
}

.nitceBox h4 img, .nitceBox .imgBox {
    display: none;
}

.nitceBox h4 {
    color: #c41c23;
    text-align: center;
    width: 78%;
    margin: 0 auto;
    font-size: 0.34rem;
    font-weight: bold;
    padding: 10% 0 0.4rem 0;
    line-height: 0.6rem;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

.swiper-container, .swiper-wrapper {
    width: 100%;
}

.swiper-button-next, .swiper-button-prev {
    display: none!important;
}

.swiper-slide {
    position: relative;
}

.swiper-slide a {
    display: block;
}

.bookBoxList .swiper-slide {
    margin-top: 0.3rem
}

.bookBoxList .swiper-slide img {
    width: 86%;
    border: #0045ad solid 5px;
    margin: 0 auto;
}

.swiper-slide img {
    width: 100%;
}

.ftRight {
    display: none;
}

.swiper-slide div {
    position: absolute;
    padding: 0.2rem 0;
    background: url(../images/lineBg.png);
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.26rem;
    padding-bottom: 0.6rem;
}

.swiper-slide h4 {
    width: 80%;
    text-overflow: -o-ellipsis-lastline;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.3rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #ff8a00;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0.1rem;
    left: auto;
}

/**tabs**/

.focusNews {
    margin-top: 0.2rem;
    border-bottom: #eee solid 0.24rem;
    padding-bottom: 0.9rem;
    position: relative;
}

.focusNews .tabsAbox .more {
    position: absolute;
    bottom: 0.22rem;
    width: 92%;
    height: 0.7rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    left: 4%;
    color: #000;
}

.focusNews .tabsAbox ul {
    overflow: hidden;
}

.focusNews .tabsAbox ul li {
    float: left;
    font-size: 0.32rem;
    padding-top: 0.26rem;
    width: 50%;
    text-align: center;
    cursor: pointer;
    background: #fff;
}

.tabPanel ul li i {
    margin-top: 0.3rem !important;
}

.tabPanel ul li i img, .childBanner, .tab_tit {
    display: none;
}

.focusNews .tabPanel .hit {
    cursor: pointer;
    color: #1975cc;
}

.focusNews .tabPanel .hit i {
    border-bottom: #1975cc solid 2px;
    display: block;
    width: 20%;
    margin: 0 auto;
}

.panes .pane {
    display: none;
}

.pane ul li {
    font-size: 0.28rem;
    background: url(../images/arrow1.png) left center no-repeat;
    padding: 0.3rem 0;
    padding-left: 0.2rem;
    background-size: 1%;
    border-bottom: #dfdfdf dashed 1px;
}

.pane ul li:last-child {
    border-bottom: none
}

.focusNews .pane ul li a {
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.focusNews .pane ul li span {
    display: none;
}

.focusNews .hotBox {
    background: #e9f0f6;
    padding: 4%;
    text-align: center;
}

.focusNews .hotBox h4 {
    color: #1975cc;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}

.focusNews .hotBox p {
    text-align: left;
    font-size: 0.26rem;
    color: #333;
    line-height: 0.4rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.panes {
    font-size: 0.26rem;
    padding: 0 4%;
}

.centerFont {
    padding: 6% 3%;
    text-align: center;
}

.centerFont h3 {
    font-size: 0.32rem;
    color: #1975cc;
}

.centerFont p {
    font-size: 0.26rem;
    padding: 0 2%;
    margin-top: 0.2rem;
    line-height: 0.45rem;
}

.centerFont p:last-child {
    display: none;
}

.tabBox .tabPanel {
    border-bottom: #eee solid 0.24rem;
    padding-bottom: 0.9rem;
    position: relative;
}

.tabBox .tabsAbox .more {
    position: absolute;
    bottom: 0.22rem;
    width: 92%;
    height: 0.7rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.7rem;
    left: 4%;
    color: #000;
}

.tabBox .tabsAbox ul {
    text-align: center;
}

.tabBox .tabsAbox ul li {
    width: 30%;
    background: #eee;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.26rem;
    display: inline-block;
}

.tabBox .tabsAbox ul li.hit {
    background: #ff9a0a;
    color: #fff;
}

.tabBox .hotBox {
    margin-top: 3%;
    overflow: hidden;
}

.tabBox .hotBox a {
    width: 33.3%;
    display: block;
    float: left;
}

.tabBox .pane ul li img, .tabBox .pane ul li span {
    display: none;
}

.tabBox .pane ul li a {
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rightBox .tit {
    overflow: hidden;
    padding: 0.4rem 0;
}

.rightBox .tit h4 {
    font-size: 0.32rem;
    border-left: #1975cc solid 4px;
    height: 0.28rem;
    line-height: 0.32rem;
    padding-left: 0.2rem;
    float: left;
}

.rightBox .tit a {
    float: right;
    font-size: 0.26rem;
    color: #666;
    padding-right: 0.4rem;
}

.rightBox ul {
    padding: 0 3%;
    border-bottom: #eee solid 0.24rem;
    padding-bottom: 0.1rem;
}

.rightBox ul li {
    font-size: 0.28rem;
    background: url(../images/arrow1.png) left center no-repeat;
    padding: 0.3rem 0;
    padding-left: 0.2rem;
    background-size: 1%;
    border-top: #dfdfdf dashed 1px;
}

.rightBox ul li a {
    text-overflow: -o-ellipsis-lastline;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.loginBox {
    margin: -0.3rem;
    margin-top: 0.4rem;
    border-top: #f4f9fc solid 0.3rem;
    padding-bottom: 0.6rem;
}

.loginBox>h4 {
    padding: 0.3rem 0;
    font-size: 0.34rem;
    text-align: center;
}

.loginBox>div {
    display: flex;
    align-items: center;
    width: 80%;
    border: #ddd solid 1px;
    border-radius: 4px;
    padding: 0.2rem 0.3rem;
    margin: 0.3rem auto;
}

.loginBox>div img {
    width: 5%;
}

.loginBox button {
    width: 80%;
    margin: 0 auto;
    background: #1975cc;
    padding: 0.2rem 0;
    color: #fff;
    border-radius: 4px;
    display: block;
}

.loginBox dl, .tabBox .leftBox, .bannerImg {
    display: none;
}

.loginBox dl:last-child {
    display: block !important;
    background: #ff9a0a;
    padding: 5% 3%;
    text-align: center;
    line-height: 0.3rem;
    overflow: hidden;
    background-image: linear-gradient(#ff9a0a, #f2a639);
}

.loginBox dl dt {
    width: 8%;
    float: left;
    margin-left: 30%;
    margin-right: 5%;
}

.loginBox dl dd {
    font-size: 0.36rem;
    float: left;
    color: #fff;
    margin-top: 0.15rem;
    font-weight: bold;
}

.footer {
    background: #1975cc;
    font-size: 0.24rem;
    color: #fff;
    text-align: left;
    line-height: 0.4rem;
    padding: 0.3rem;
}

.footer * {
    color: #fff;
}

.footer img {
    width: 50%;
    margin: 0 auto
}

.footerBox div {
    display: none;
    line-height: 0.42rem;
}

.footerBox div:nth-child(1) {
    display: block;
}

.ftto {
    background: #2e3d54;
    padding: 0.3rem 0;
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
}

.ftto span {
    display: none;
}

.ftto a {
    color: #fff;
}

/**新闻**/

.pageAddress {
    font-size: 0.26rem;
    padding: 5% 3%;
    border-bottom: #eee solid 0.2rem;
}

.pageAddress p {
    background: url(../images/home.png) no-repeat;
    padding-left: 0.5rem;
    background-size: 4.5%;
}

.pageAddress p a {
    color: #333;
}

.tab_content .signupBox {
    display: block;
    padding: 0 3%;
    margin-top: 20px;
}

.tab_content .signupBox a {
    padding: 4% 0;
    display: block;
    text-align: center;
    border: #d8effa solid 1px;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
    color: #1975cc;
}

.tab_content .newsList {
    padding: 0 4%
}

.tab_content .newsList li {
    padding: 0.4rem 0;
    border-bottom: #ededed dashed 1px;
    overflow: hidden;
}

.tab_content .newsList li h4 {
    font-size: 0.28rem;
    color: #000;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab_content .newsList li b {
    font-weight: normal;
    font-size: 0.24rem;
    color: #888;
    display: block;
    margin: 0.2rem 0;
}

.tab_content .newsList li p {
    font-size: 0.26rem;
    text-overflow: -o-ellipsis-lastline;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
}

.tab_content .newsList li span {
    display: block;
    width: 1.6rem;
    padding: 0.1rem 0;
    border: #848483 solid 1px;
    text-align: center;
    font-size: 0.22rem;
    float: right;
    margin-top: 0.3rem;
    color: #333;
}

.downBox {
    padding: 0 3%;
}

.downBox li {
    padding: 0.3rem 0;
    border-bottom: #dfdfdf dashed 1px;
}

.downBox li .downTit {
    overflow: hidden;
}

.downBox li .downTit h4 {
    width: 80%;
    float: left;
    font-size: 0.28rem;
    color: #1975cc;
    background: url(../images/down.svg) left 0.1rem no-repeat;
    padding-left: 25px;
    background-size: 5%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.downBox li .downTit span {
    float: right;
    color: #3c74c7;
    font-size: 0.26rem;
    margin-top: 0.08rem;
}

.downBox li .describe {
    background: #f8f8f8;
    padding: 15px;
    font-size: 0.24rem;
    color: #7d7d7d;
    margin-top: 0.2rem;
}

.downBox li .describe p {
    text-overflow: -o-ellipsis-lastline;
    line-height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.childBannera {
    position: relative;
}

.childBannera .buttonBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.childBannera .buttonBox a {
    width: 40%;
    height: 0.8rem;
    line-height: 0.85rem;
    border-radius: 5px;
    background: #ff9a0a;
    color: #fff;
    text-align: center;
    font-size: 0.28rem;
    display: inline-block;
    margin: 0 2%;
    margin-top: 15%;
}

.childBannera .buttonBox .blue {
    background: #1975cc !important;
}

.aboutBox .erwBox {
    width: 50%;
    margin: 0 auto;
    font-size: 0.26rem;
    color: #1975cc;
    text-align: center;
}

.aboutBox .erwBox img {
    width: 80%;
    margin: 0 auto;
}

.addressBox {
    padding: 0 4%;
    margin: 0 3%;
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

.addressBox h5 {
    font-size: 0.28rem;
}

.addressBox p {
    font-size: 0.26rem;
    line-height: 0.52rem;
}

.tab_content .inTitle {
    text-align: center;
    font-size: 0.34rem;
    padding-top: 6%;
    font-weight: bold;
}

.tab_content .date {
    font-size: 0.26rem;
    padding-bottom: 0.3rem;
    border-bottom: #dfdfdf dashed 1px;
    display: block;
    margin-bottom: 0.2rem;
    text-align: center;
    margin-top: 0.3rem;
}

.tab_content .date span {
    margin: 0 0.2rem;
    color: #666;
}

.tab_content .conBox {
    padding: 3% 4%;
    font-size: 0.28rem;
    line-height: 0.5rem;
    padding-bottom: 0.5rem;
}

.tab_content .conBox p {
    font-size: 0.3rem;
}

.baranTitle {
    padding: 5% 3%;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
}

.baranchBox {
    padding: 0 3%;
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 0.6rem;
}

.baranchBox li {
    width: 50%;
    float: left;
    text-align: center;
    border: #dfdfdf solid 1px;
    margin-left: -1px;
    margin-top: -1px;
    padding: 4% 3%;
}

.baranchBox li a {
    text-overflow: -o-ellipsis-lastline;
    font-size: 0.26rem;
    color: #333;
    overflow: hidden;
    min-height: 0.34rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.memberBox {
    width: 100%;
    padding: 2% 3%;
    border-bottom: #dfdfdf dashed 1px;
}

.memberBox h4 {
    text-align: center;
    color: #1975cc;
    margin: 0.4rem 0;
    font-size: 0.32rem;
    font-weight: bold;
}

.memberBox p {
    font-size: 0.26rem;
    line-height: 0.4rem;
}

.memberBox .loginButton {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #ff9a0a;
    text-align: center;
    display: block;
    margin: 0.4rem auto;
    color: #fff;
    border-radius: 5px;
    font-size: 0.26rem;
}

.memberBox ul {
    overflow: hidden;
    margin-top: 0.2rem;
}

.memberBox ul li {
    width: 46%;
    float: left;
    margin: 0.2rem 0rem 0.2rem 0.2rem;
    text-align: center;
}

.memberBox ul li span {
    display: block;
    margin-bottom: 0.24rem;
}

.memberBox ul li span img {
    width: 100%;
}

.memberBox ul li p {
    overflow: hidden;
    font-size: 0.26rem;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.leaderBox, .childLeader {
    padding: 6% 3%;
}

.leaderBox .imgBox {
    width: 30%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.3rem;
}

.leaderBox .fontBox h4 {
    text-align: center;
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
}

.leaderBox .fontBox p {
    font-size: 0.26rem;
    line-height: 0.5rem;
}

.childLeader ul li {
    padding: 3% 0;
    border-bottom: #dfdfdf solid 1px;
}

.childLeader ul li h4 {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    text-align: center;
}

.childLeader ul li div {
    overflow: hidden;
}

.childLeader ul li div dl {
    width: 30%;
    float: left;
    margin-left: 0.2rem;
    text-align: center;
    margin-bottom: 0.3rem
}

.childLeader ul li div dt {
    display: block;
    margin-bottom: 0.2rem;
}

.childLeader ul li div dt img {
    height: 2.86rem;
}

.childLeader ul li div dt dd {
    text-align: center;
    font-size: 0.26rem;
}

.pagination {
    margin-top: 0.4rem;
    text-align: center;
    padding-bottom: 0.4rem;
}

.derd {
    display: inline-block;
}

.derd a {
    width: 1.8rem;
    height: 0.8rem;
    font-size: 0.3rem;
    float: left;
    background: #eee;
    line-height: 0.8rem;
    text-align: center;
    margin: 0 0.2rem;
    border-radius: 5px;
    color: #000;
    margin-bottom: 0.2rem;
}

.derd>div * {
    font-style: normal;
    font-size: 0.24rem;
}

@media only screen and (min-width: 750px) {
    .nitceBox {
        top: 4.1rem;
    }
}

.headerNav, .serch {
    display: none!important;
}

.titH5 {
    display: flex;
    padding-bottom: 0.3rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: #1975cc solid 2px;
}

.titH5>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.32rem
}

.titH5>div>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titH5>div img {
    width: 20%;
    margin-right: 0.2rem
}

.newDiv, .association, .bookBoxList, .firedDivBox, .videoBoxList, .meeBox>div {
    background: #fff;
    margin: 0.3rem 0;
    padding: 0.3rem;
}

.firedDivBox, .firstNew {
    padding-top: 0;
}

.titleBox ul {
    display: flex;
    justify-content: space-evenly;
}

.titleBox ul li {
    font-size: 0.3rem;
    padding: 0.3rem 0;
    border-bottom: 2px solid #fff
}

.titleBox ul li.active {
    border-color: #1975cc;
    color: #1975cc
}

.conBoxNewDiv li {
    display: flex;
    padding: 0.15rem 0;
    align-items: center;
    justify-content: space-between;
}

.conBoxNewDiv li a {
    width: 75%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conBoxNewDiv li a b {
    font-weight: normal
}

.conBoxNewDiv li a::before {
    content: '•';
    margin-right: 0.2rem
}

.conBoxNewDiv>ul, .conBoxNewDiv>div {
    display: none;
    padding: 0.2rem 0 0.4rem 0;
}

.conBoxNewDiv>ul.conBoxNew0, .conBoxNewDiv>ul.conBoxNew3, .conBoxNewDiv>div.conBoxNew0 {
    display: block
}

.conBoxNewDiv>div.conBoxNew1 {
    overflow: hidden;
}

.conBoxNewDiv>div.conBoxNew1>div {
    width: 16.6%;
    float: left;
}

.conBoxNewDiv>ul>a {
    width: 100%;
    background: #eee;
    border-radius: 5px;
    text-align: center;
    padding: 0.2rem 0;
    display: block;
    margin-top: 0.2rem
}

.titAssbox {
    overflow: hidden;
}

.videoBoxList {
    width: 100%!important;
}

.titAssbox a {
    width: 47%;
    border: #ddd solid 1px;
    border-radius: 3px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.titAssbox a:nth-child(even) {
    margin-right: 0;
}

.titAssbox a span {
    display: flex;
    margin: 13px 0;
    background-repeat: no-repeat;
    align-items: center;
    padding-left: 15px;
    font-size: 15px;
    color: #000;
}

.titAssbox a span::before {
    content: '';
    width: 24px;
    height: 26px;
    display: block;
    background-image: url('../images/icon/agora_RT.png');
    margin-top: 4px;
    margin-right: 5px;
}

.titAssbox a span.bg2::before {
    background-position: -55px 0;
}

.titAssbox a span.bg3::before {
    background-position: -119px 0;
}

.titAssbox a span.bg4::before {
    background-position: -177px 0;
}

.titAssbox a span.bg5::before {
    background-position: -230px 0;
}

.titAssbox a span.bg6::before {
    background-position: -290px 0;
}

.firedDivBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    overflow: hidden;
    margin-top: 0.2rem!important;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: initial!important;
}

.fontBox>a, .fontBox>p {
    display: none;
}

.meetIng {
    overflow: hidden;
    margin: 0.3rem 0;
}

.meetIng span {
    width: 38%;
    height: 2rem;
    display: flex;
    background: #0154ba;
    align-items: center;
    overflow: hidden;
    float: left;
}

.meetIng>div.fontBox {
    width: 60%;
    float: right;
    padding: 20px;
    padding: 0 0.2rem;
}

.meetIng>div.fontBox h4 {
    font-size: 0.28rem;
    text-align: justify;
}

.fontBox>div {
    margin-top: 0.3rem
}

.fontBox>div>a {
    background: #1975cc;
    color: #fff;
    padding: 0.05rem 0.2rem;
    border-radius: 2px;
    display: inline-block;
}

.friend {
    display: flex;
    background: #fff;
    padding: 0.2rem 0;
}

.styled-select {
    display: flex!important;
    /* width: 30%; */
    margin-left: 0.1rem;
    height: 0.5rem;
}

.styled-select>div, .contentLeft, .derd .noPage {
    display: none;
}

.styled-select select {
    display: block!important;
    width: 30%;
    margin-left: 0.15rem;
}

.current {
    padding: 0.2rem 0.3rem;
}

.contentDetail {
    padding: 0.3rem;
    background: #fff;
}

.contentRight {
    background: #fff;
}
.contentDetail .tit{ margin-bottom:0.3rem}
.contentDetail .tit>h4 {
    font-size: 0.34rem;
    text-align: center;
    margin: 0.3rem 0;
    font-weight: bold;
}
.detailBox{     font-size: 0.26rem!important;
    line-height: 0.45rem;
    text-align: justify!important;
    font-family: '微软雅黑'!important;}
.detailBox img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-left: -2em!important;
}

.detailBox *, .detailBoxCent * {
    font-size: 0.26rem!important;
    line-height: 0.45rem;
    text-align: justify!important;
    font-family: '微软雅黑'!important;
}

.detailBox p, .detailBoxCent p {
    text-indent: 2em!important;
    margin-top: 0.24rem
}

.detailBoxCent br, .detailBox br {
    display: none;
}

.detailBox table *, .detailBoxCent table * {
    text-indent: 0em!important;
}

.detailBox table p, .detailBoxCent table p {
    padding: 0.2rem 0.1rem;
    margin-top: 0;
}

.listRight {
    text-align: center;
    padding: 0.5rem 0 0.3rem 0;
}

.listRight>h4, .listRightDetail>h4 {
    font-size: 0.34rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.listRight>p {
    font-size: 0.26rem;
    color: #666;
}

.textFzList {
    overflow: hidden;
    margin-top: 0.2rem;
}

.textFzList li {
    /*background: url('../images/fzIcon.png') 20px center no-repeat;*/
    border: #ddd solid 1px;
    padding-left: 0.3rem;
    width: 45%;
    float: left;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
    border-radius: 3px;
}

.textFzList li a {
    display: block;
    padding: 0.2rem;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.listRightDetail {
    text-align: center;
    padding-top: 0.3rem
}

.listRightDetail .titleBoxAbox {
    margin: 0.4rem 0
}

.listRightDetail .titleBoxAbox a {
    background: #fff;
    padding: 0 0.2rem;
}

.listRightDetail .titleBoxAbox .on {
    background: #1975cc;
    color: #fff
}

.aboutListNew>h4 {
    border-bottom: #0045ad solid 2px;
}

.aboutListNew>h4 span {
    background: #0045ad;
    display: block;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 0.1rem;
    width: 100px;
    text-align: center;
}

.aboutListNew>.textNews {
    overflow: hidden;
    margin-top: 0.2rem;
}

.aboutListNew>.textNews li {
    padding: 10px 0;
}

.aboutListNew>.textNews li p {
    width: 72%;
}

.contentRight>.textNews {
    padding-top: 0.4rem;
}

.textNews li a:hover {
    color: #0045ad;
}

.textNews li {
    overflow: hidden;
    padding: 0.18rem 0.2rem
}

.textNews li p::before {
    content: '•';
    font-size: 12px;
    margin-right: 10px;
}

/* .textNews li:nth-child(even) {
  background: #f2f6fa;
} */

.textNews li a {
    display: flex;
    color: #444;
    font-size: 0.26rem;
    justify-content: space-between;
}

.textNews li p {
    width: 71%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.textNews li span {
    display: block;
    float: right;
    color: #666;
}

.contactDiv table p {
    padding: 0.1rem;
}

.listRightDetail p,.contentDetail .tit p {
    text-align: center;
}
.listRightDetail p span:nth-child(1),.contentDetail .tit p span:nth-child(1){display:none;}
.listRightDetail p span,.contentDetail .tit p span {
    margin: 0.1rem 0.2rem;
    display: inline-block;
}

.contactDiv p {
    text-align: left;
    line-height: 0.5rem;
}

#allmap {
    width: 100%;
    height: 4em;
}


.meetList li {
    border-bottom: #ddd dashed 1px;
    padding: 0.3rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.meetList li>div {
    width: 100%;
    display: flex;
    padding: 0 0.3rem;
}

.meetList li .imgBox {
    width: 34%;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    float: left;
    margin-right: 0.2rem;
    background: #0045ad;
}

.meetList li img.chmia {
    min-height: initial;
    width: 100%;
}

.meetList li img {
height: 130px;
    width: auto;
    max-width: initial;
}

.meetList li .fontBox {
line-height: 0.45rem;
    width: 64%;
}

.meetList li .fontBox h4 {
    font-size: 0.2rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.meetList li .fontBox>a{ display:block}
.meetList li .fontBox p {
      color: #666;
    font-size: 0.24rem;
    display: block;
}

.meetList li .fontBox i {
    color: red;
    font-style: normal;
}

.meetList li>a {
    border: #0e66bf solid 1px;
    color: #0e66bf;
    display: none;
     padding: 10px 30px;
}


.spList {
  width: 335px;
  height: 205px;
  position: relative;
  margin-top: 25px;
}
.spList a img{ width:auto;}
.spList>div {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.spList>div a {
  color: #fff;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.spList>img {
  width: 335px;
  height: 205px;
  display: block;
}

.spList>a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.photoList {
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.photoList li {
width: 42%;
    margin: 0.3rem 0.2rem 0 0.3rem;
    float: left;
    position: relative;
    text-align: center;
}
.photoList li b img{ width:auto;}
.photoList li a>div {
  position: relative;
  height: 2rem;
  overflow: hidden;
}

.photoList li a>div>img {
  width: 100%;
  display: block;
  height: 100%;
}

.photoList li b {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.photoList li p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1px;
  font-size: 0.24rem;
  color: #000;
  line-height: 0.3rem;
  text-align: left;
}

.bookList {
  margin-right: -0.3rem;
  overflow: hidden;
}

.bookList li {
    width: 27%;
    float: left;
    margin-left: 0.3rem;
    text-align: center;
    margin-top: 0.4rem;
}

.bookList li div {
  margin-bottom: 0.1rem;
}

.bookList li img {
  border: #ddd solid 3px;
  width: 100%;
}

.portraitList {
  overflow: hidden;
  padding:0.3rem;
}

.portraitList>h3 {
  position: relative;
  padding-left: 0.2rem;
	font-size:0.3rem
  color: #0045ad;
  margin-bottom: 0.2rem;
}

.portraitList>h3::before {
  content: '';
  width: 4px;
  height: 80%;
  position: absolute;
  left: 0;
  background: #0045ad;
  top: 10%;
}

.portraitList dl {
  text-align: left;
  display: flex;
  padding: 0.2rem 0;
}

.portraitList dl dt {
  width: 29%;
  height: 2rem;
  float: left;
  margin-right: 20px;
}

.portraitList dl img {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}

.portraitList dl dd {
  border-bottom: #ddd dashed 1px;
  padding-bottom: 0.3rem;
	width:100%;
}

.portraitList dl dd h4 {
  font-size: 0.26rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 0.1rem;
}

.portraitList dl dd span {
  font-size: 0.24rem;
  color: red;
  margin-left: 0.1rem;
}

.portraitList dl dd p {
  font-size: 0.24rem;
  color: #333;
  text-align: justify;
  line-height: 0.4rem;
	text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}

