@charset "utf-8";
body {}

.topbar {
    position: absolute;
    display: none;
    width: 100%;
    height: 30px;
    background: #CCC;
}

.topbarfix {
    position: fixed;
    top: 0px;
    _position: none;
    top: expression((offsetParent.scrollTop)+0);
    z-index: 1000;
    display: block;
}

.topbar {}

header#header2 {}

#topNav {
    width: 100%;
    border-top: 2px solid #dedede;
    border-bottom: 1px solid #dedede;
    height: 35px;
}

#topNav .topBar {
    width: 1000px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}

#topNav a {
    color: #5C5C5C;
    padding: 3px 8px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#topNav a:hover {
    text-decoration: none;
    background: #8cbbe6;
    color: #fff;
}

#topNav .topColumn {
    float: left;
}

#topNav .topColumn li {
    float: left;
}

#topNav .moreColumn {
    position: relative;
    float: left;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    cursor: pointer;
    background: url(../images/arrow.gif) no-repeat 38px -2px;
    border-style: solid;
    border-color: #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 0px 1px;
}

#topNav .moreColumn:hover {
    background: url(../images/arrow.gif) no-repeat 38px -42px;
    border-color: #E8E8E8;
}

#topNav .moreColumn ul {
    position: absolute;
    display: none;
    border: 1px solid #E8E8E8;
    width: 60px;
    z-index: 100;
    left: -1px;
    background: #fff;
}

#topNav .moreColumn li {
    line-height: 24px;
    text-indent: 0px;
    text-align: center;
}

#topNav .moreColumn li a {
    padding: 5px 17px;
}

#topNav .moreColumn:hover ul {
    display: block;
}

#topNav .login {
    float: right;
}

#topNav .login a {}

#topAD {
    width: 1000px;
    margin: 10px auto;
}

#branding {
    width: 1000px;
    margin: 10px auto;
    height: 60px;
}

#branding .logo {
    float: left;
}


/*ss_nav*/

.ssForm {
    float: right;
    border: 1px solid #dedede;
    height: 26px;
}

.ss_nav_text {
    display: block;
    height: 24px;
    line-height: 22px;
    text-indent: 5px;
    border: 0;
    font-size: 12px;
}

.ss_nav_boxa {
    float: left;
    font-size: 12px;
}

.ss_nav_boxa a.a1 {
    width: 50px;
    border-right: 1px solid #dedede;
    display: block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    background: url(../images/arrow.gif) no-repeat 46px -6px;
    padding-left: 12px;
    color: #575757;
}

.ss_nav_ul {
    position: absolute;
    display: none;
    width: 62px;
    border: 1px solid #dedede;
    margin-left: -1px;
    border-top: none;
    z-index: 1000;
    background: #fff;
    text-align: left;
    text-indent: 12px;
}

.ss_nav_ul a {
    display: block;
    width: 62px;
    height: 30px;
    line-height: 30px;
    color: #575757;
    text-decoration: none;
}

.ss_nav_ul a:hover {
    background: #8cbbe6;
    color: #fff;
}

.ss_nav_boxa:hover .ss_nav_ul {
    display: block;
}

.ss_nav_btn {
    background: url(../images/ss.gif) no-repeat;
    border: none;
    width: 28px;
    height: 34px;
    cursor: pointer;
    margin-top: 0px;
}


/*ss_nav end*/


/*白色导航*/

#nava {
    width: 1000px;
    margin: 10px auto;
    height: 37px;
    border-top: 3px solid #2071af;
    border-bottom: 1px solid #E8E8E8;
    background: url(../images/line1.jpg) no-repeat left;
    overflow: hidden;
}

#nava li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 10%;
    border-bottom: 1px solid #dedede;
    background: url(../images/line1.jpg) no-repeat right #FFF;
}

#nava li a {
    display: block;
    width: 100%;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#nava li a:hover {
    background: #408ed6;
    color: #fff;
    text-decoration: none;
}

#nava .a1 {
    background: #408ed6;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


/*蓝色导航*/

#navb {
    width: 1000px;
    margin: 10px auto;
    height: 37px;
    border-top: 3px solid #2071af;
    border-bottom: 1px solid #E8E8E8;
    background: url(../images/line1.jpg) no-repeat left #408ed6;
    overflow: hidden;
}

#navb li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 10%;
    border-bottom: 1px solid #dedede;
    background: url(../images/line2.jpg) no-repeat right #408ed6;
}

#navb li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#navb li a:hover {
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navb .a1 {
    background-image: none;
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#navb li.li1 {}

#navb li.li1 a {
    background-image: none;
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}


/*顶部固定导航*/

.topbar {
    position: absolute;
    display: none;
    width: 100%;
    height: 40px;
    background: #CCC;
    border-top: 3px solid #2071AF;
    border-bottom: 2px solid #ccc;
    background: #408ED6;
}

.topbarfix {
    position: fixed;
    top: 0px;
    _position: none;
    top: expression((offsetParent.scrollTop)+0);
    z-index: 1000;
    display: block;
}

#navc {
    width: 1000px;
    margin: 0 auto;
    height: 40px;
    background: #408ed6;
    overflow: hidden;
}

#navc li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    width: 68px;
    ;
    background: url(/images/line2.jpg) no-repeat right #408ed6;
}

#navc li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#navc li a:hover {
    background: url(/images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navc li.li1 {}

#navc li.li1 a {
    background-image: none;
    background: url(/images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#navc .tlogo {
    float: left;
    margin-right: 10px;
}

#navc .tlogo img {
    height: 38px;
}

#field {
    width: 1000px;
    margin: 0px auto;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #333;
    border: 1px solid #dedede;
    /*background:#d9e8f7;*/
}

#field a {
    color: #333;
    padding: 3px 8px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#field a:hover {
    text-decoration: none;
    background: #8cbbe6;
    color: #fff;
}

#field span {
    display: inline-block;
    margin: 0px 10px 0px 0;
    white-space: nowrap;
    background: #8cbbe6;
    color: #fff;
    padding: 0px 20px;
    text-align: center;
    font-weight: bold
}

#field .a1 {
    background: #8cbbe6;
    color: #fff;
}

#location {
    width: 1000px;
    margin: 10px auto;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

#location a {
    color: #666;
}

#location a:hover {
    color: #408ed6;
}

#location i {
    color: #CCC;
    margin-right: 3px;
    font-size: 16px;
}

#location a:hover i {
    color: #408ed6;
}

#location span {
    margin: 0 5px;
    font-family: Arial;
    color: #ccc;
}

#mainBody {
    width: 1000px;
    margin: 10px auto;
    /*background:url(../images/line1.jpg) repeat-y 140px ;*/
    overflow: hidden;
    clear: both;
}

#mainM {}

#mainRight {}

#mainLeft {}


/*列表*/

.lists {
    border-top: 3px solid #dedede;
}

.lists ul {}

.lists li {
    position: relative;
    border-bottom: 1px dotted #dedede;
}

.lists li em {}

.lists li em a {
    color: #5d5d5d;
    display: block;
    font-size: 14px;
}

.lists li em a:hover {
    color: #408ed6;
    font-size: 14px
}

.lists li p {
    color: #818181;
    line-height: 22px;
}

.lists li p span {
    margin: 0 20px 0 0;
}

.lists li p .time {
    float: right;
}


/*文字列表*/

.txtList li {
    padding: 5px 15px;
    display: inline-block;
}

.txtList li em {
    display: inline-block;
    font: 16px/30px "微软雅黑", "simhei";
    margin: 8px 0px 8px 0;
}

.txtList li:hover {
    background: #f2f2f2;
}

.i-excel {
    background: url(../images/i-excel.png) no-repeat left center;
    text-indent: 20px;
}

.i-pdf {
    background: url(../images/i-pdf.png) no-repeat left center;
    text-indent: 20px;
}

.i-word {
    background: url(../images/i-word.png) no-repeat left center;
    text-indent: 20px;
}

.i-ppt {
    background: url(../images/i-ppt.png) no-repeat left center;
    text-indent: 20px;
}

.i-flash {
    background: url(../images/i-flash.png) no-repeat left center;
    text-indent: 20px;
}

.i-no {
    background: url(../images/i-no.png) no-repeat left center;
    text-indent: 20px;
}


/*翻页*/

.fany {
    padding: 20px 0 20px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
    // border-bottom:#E7E7EB 1px solid;margin: 2px;
}

.fany a:link,
.pages a:visited,
.pages a:active,
.cur {
    background: #FFFFFF;
    // border:#E7E7EB 1px solid;
    padding: 7px;
    text-decoration: none;
    margin: 2px;
}

.fany a:hover {
    background: #258CFF;
    border: #E7E7EB 1px solid;
    color: #FFFFFF;
    padding: 7px;
    text-decoration: none;
    margin: 2px;
}

.fany strong {
    background: #258CFF;
    padding: 7px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
}

.fany cur {
    background: #258CFF;
    padding: 7px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
}

.cur {
    background: #258CFF;
    padding: 7px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
}

.fany a {
    border: #E7E7EB 1px solid;
}


/*右侧区块*/

.rBlock {
    border-top: 2px solid #999;
}

.rBlock .title {
    line-height: 36px;
    padding: 0 0 0 10px;
}

.rBlock .title h2 {
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.rBlock .title h2 i {
    color: #2071af;
    margin-right: 10px;
    font-size: 16px;
}

.rBlock .title .more {
    float: right;
    display: block;
    width: 24px;
    margin-right: 10px;
}

.rBlock .title .more a {
    display: block;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    width: 30px;
    height: 36px;
    background: url(../images/more.png) no-repeat center;
}

.rBlock .title .more a:hover {
    font-size: 12px;
    line-height: 36px;
    background: none;
}

.rBlock .con {
    padding: 5px 0px;
}

.rBlock .titleClass {
    position: relative;
    line-height: 36px;
    margin-top: 1px;
    padding: 0 0 0 0px;
    background: url(../images/line3.jpg) repeat-x bottom;
}

.rBlock .titleClass h2 {
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
    padding: 0 15px;
    border-right: 1px solid #dedede;
}

.rBlock .titleClass h2 i {
    color: #2071af;
    margin-right: 10px;
    font-size: 16px;
}

.rBlock .titleClass .classify {
    position: absolute;
    float: right;
    display: block;
    width: auto;
    right: 0;
    top: -3px;
}

.rBlock .titleClass .classify a {
    float: left;
    display: block;
    margin: 0 0 0 10px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    font-weight: bold
}

.rBlock .titleClass .classify a:hover {
    border-top: 2px solid #f60;
    color: #333;
}

.rBlock .titleClass .classify .a1 {
    border-top: 2px solid #f60;
    color: #333;
}

.rBlock .titleClass .more {
    float: right;
    display: block;
    width: 24px;
    margin-right: 10px;
}

.rBlock .titleClass .more a {
    display: block;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    width: 30px;
    height: 36px;
    background: url(../images/more.png) no-repeat center;
}

.rBlock .titleClass .more a:hover {
    font-size: 12px;
    line-height: 36px;
    background: none;
}


/*add*/

.rBlock .titleClass .add-classify {
    left: 67px;
}

.classList {
    border-top: 3px solid #2071af;
}

.classList .title {
    border-bottom: 1px solid #dedede;
    background: #8cbbe6;
}

.classList .title h2 {
    color: #2071af;
    font-size: 16px;
    color: #fff;
}

.classList .title h2 i {
    color: #fff;
}

.classList li {
    font-size: 14px;
    padding: 5px 0;
}

.classList li a {
    display: block;
    text-indent: 37px;
    line-height: 30px;
    background: #E9F2FA;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.classList li a:hover {
    background: #8cbbe6;
    color: #fff;
}

.classList li .a1 {
    font-weight: bold;
    color: #fff;
    background: #8cbbe6;
}


/*右侧搜索*/

.rExpertSeach {
    border-top: 3px solid #2071af;
    background: #d9e8f7;
}

.rExpertSeach .title h2 {
    color: #2071af;
}

.rExpertSeach .con {
    padding: 0 10px;
}

.rExpertSeach form {}

.rExpertSeach p {
    font-size: 12px;
    line-height: 40px;
}

.rExpertSeach p span {
    display: block;
    color: #666;
}

.rExpertSeach select {
    font-size: 12px;
    height: 26px;
}

.rExpertSeach .txtKey {
    height: 20px;
    font-size: 12px;
}

.rExpertSeach .sbtn {
    background: #8cbbe6;
    border: none;
    height: 34px;
    line-height: 38px;
    cursor: pointer;
    margin-top: 0px;
    color: #FFF;
    font-size: 18px;
    font: 18px/34px "微软雅黑", "simhei";
    width: 100%;
    margin: 10px 0;
}


/*右侧标签*/

.rTags {
    font-size: 12px;
}

.rTags li {
    float: left;
}

.rTags li a {
    display: block;
    border: 1px solid #c5ddf3;
    padding: 8px 8px;
    margin: 5px 3px;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.rTags li a:hover {
    border: 1px solid #8cbbe6;
    background: #8cbbe6;
    color: #fff;
    padding: 8px 8px;
    margin: 5px 3px;
}


/*右侧文字列表*/

.rTxtList {}

.rTxtList li {
    padding-left: 10px;
}

.rTxtList li a {
    display: inline-block;
    background: url(../images/listdot.gif) no-repeat left;
    text-indent: 15px;
}


/*右侧文字*/

.rTxt {}

.rTxt p {
    padding: 0 10px;
    text-indent: 2em;
}

.rPic {}

.rPic p {
    padding: 10px 0;
}

.rPic p img {
    width: 100%;
}


/*中间推荐文字列表*/

.cTxtList {
    border-top: 3px solid #2071af;
}

.cTxtList li {
    padding-left: 10px;
}

.cTxtList li a {
    display: inline-block;
    /*background:url(../images/listdot.gif) no-repeat left; text-indent:15px;*/
}


/*详情页正文*/

.mainContent {
    border-top: 3px solid #dedede;
    padding: 10px 15px;
}

.mainContent .hd {
    padding: 10px 0;
}

.mainContent .hd h1 {
    padding-bottom: 16px;
    font-family: "微软雅黑";
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5em;
    margin: 10px 0;
}

.mainContent .hd .traits {
    position: relative;
    font-size: 14px;
}

.mainContent .hd .traits td {
    padding: 10px 10px 0 0;
    line-height: 22px;
}

.mainContent .hd .traits td a {
    margin: 0 5px;
}

.mainContent .hd .traits td span {
    display: inline-block;
    margin: 2px 10px 5px 0;
    white-space: nowrap;
    background: #8cbbe6;
    color: #fff;
    padding: 2px 0;
    width: 70px;
    text-align: center;
}

.mainContent .hd .shares {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 120px;
}

.mainContent .hd .dowloads {
    margin-bottom: 10px;
}

.mainContent .btn_orange {
    font-size: 16px;
    width: 90px;
}

.mainContent .hd.zy {
    padding: 10px 0;
    width: 100%;
}

.mainContent .hd .zy p {
    padding: 15px 10px;
}

.mainContent .content {}

.mainContent .share_btn {
    display: block;
    width: 70px;
    float: right;
    margin-right: 0px;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
}

.mainContent .share_btn em {
    display: block;
    float: right;
    margin-left: 5px;
}

.mainContent .share_btn:hover .icons1 {
    background: url(../images/icons.png) no-repeat 0 -16px;
}

.mainContent .share_btn:hover .share {
    display: block;
}


/*图片icon*/

.aIcon {
    display: block;
    position: relative;
}

.vicon {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('../images/playicon3.png') repeat scroll 0% 0% transparent;
    right: 10px;
    bottom: 10px;
}

.aIcon:hover .vicon {
    display: block;
}

div.b-3-b {
    border-top: 3px solid #2071af;
}

div.b-2-b {
    border-top: 2px solid #2071af;
}

div.b-1-b {
    border-top: 2px solid #2071af;
}

div.b-3-g {
    border-top: 3px solid #999;
}

div.b-2-g {
    border-top: 2px solid #999;
}

div.b-1-g {
    border-top: 1px solid #999;
}

#page-number,
#page-number-mobile {
    height: 30px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    outline: none;
    min-width: 55px;
    box-sizing: border-box;
    padding-left: 10px;
    max-width: 64px;
}

#js-pagination-location {
    background: #258CFF;
    padding: 5px;
    border: #258CFF 1px solid;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 5px;
}


/* 手机端隐藏 */

.mIndex {
    display: none;
}

@media screen and (max-width: 768px) and (min-width: 320px) {
    /* pc端隐藏 */
    .pIndex {
        display: none;
    }
    #topNav {
        display: none;
    }
    .footer {
        display: none;
    }
    .mIndex {
        display: block;
        background: #F5F5F5;
        overflow: hidden;
    }
    /* 头部 */
    .content {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 5.5px 0;
        background-color: #3f8dd5;
    }
    .con {
        width: 100%;
        margin: 0;
    }
    .seek {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }
    .seekLeft {}
    .seekLeft a {}
    .seekLeft a img {
        width: 115px;
        vertical-align: middle;
    }
    .seekRight {
        height: 48px;
        line-height: 48px;
        position: relative;
    }
    /* 搜索框 */
    .seekRight input {
        width: 150px;
        border-radius: 20px;
        padding-right: 20px;
        font-size: 14px;
        height: 30px;
        background: #f8f8f8;
        outline: none;
        border: none;
        padding-left: 15px;
        border: 1px solid #cccccc;
    }
    .seekRight a {
        position: absolute;
        top: 13px;
        right: 20px;
    }
    .seekRight a img {
        width: 20px;
    }
    #msubmitBtn {
        width: 20px;
        height: 20px;
        border: none;
        position: absolute;
        top: 6px;
        right: 10px;
        background: url('../images/mobile/magnifying.png') no-repeat center;
        background-size: contain;
        padding: 7px 0;
    }
    /* 导航 */
    .nav {
        height: 50px;
        padding: 0 15px;
        line-height: 50px;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
        background-color: #ffffff;
        /* border-bottom: 1px solid #e1e1e1;
        box-sizing: border-box; */
    }
    .nav li {
        /* float: left; */
    }
    .active {
        color: #2b579e;
        padding-bottom: 8px;
        border-bottom: 2px solid #2b579e;
    }
    /* 手机端轮播图 */
    #swiperFirst {
        width: 100%;
        /* height: 340px; */
        margin-top: -20px;
        border-bottom: 10px solid #e6e9f1;
    }
    #swiperFirst .swiper-container {
        width: 100%;
        height: 100%;
        display: flex;
    }
    #swiperFirst .swiper-wrapper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #swiperFirst .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }
    #swiperFirst .swiper-pagination-bullet-active {
        opacity: 1;
        background: #007aff;
    }
    #swiperFirst ul li a {
        display: block;
        width: 100%;
    }
    #swiperFirst .swiper-container li {
        width: 100%;
    }
    #swiperFirst ul li img {
        width: 100%;
        height: 240px;
    }
    #swiperFirst .swiper-container .swiper-slide a img {
        width: 100%;
        height: 100%;
    }
    #swiperFirst .lunboInfo {
        width: 95%;
        margin: 0 auto;
        font-size: 14px;
        color: #666666;
        margin-top: 6px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding-bottom: 10px;
    }
    /* 手机端轮播图 */
    .picNav {
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
        background: #ffffff;
    }
    .picNav li {
        width: 20%;
        text-align: center;
    }
    .picNav li a {
        display: block;
    }
    .picNav li a img {
        width: 55%;
        margin: 0 auto;
    }
    .picNav li a p {
        text-align: center;
        color: #222222;
        font-size: 15px;
        padding: 6px 0;
    }
    /* 研究 */
    .E20study {
        width: 100%;
        padding-top: 10px;
        display: flex;
        justify-content: center;
    }
    .E20study li {}
    .E20study li a {}
    .E20study li a img {
        width: 100%;
    }
    /*快讯*/
    .flash {
        padding: 10px 0;
        width: 100%;
    }
    .Newsflash {
        width: 100% !important;
        height: 30px !important;
        line-height: 30px;
        /* border: 1px solid #DDD;
        padding: 0 8px; */
        background: #fff;
        border: none;
        padding: 0;
    }
    .flash .Newsflash i {
        position: relative;
        width: 100%;
        line-height: 29px;
        height: 29px;
        display: inline-block;
    }
    .flash .Newsflash i img {
        position: absolute;
        width: 70%;
        height: 18px;
        top: 16%;
        left: 10%;
    }
    #kxtw {
        line-height: 29px;
        height: 29px;
        width: 10%;
    }
    #flyinfo {
        position: relative;
        overflow: hidden;
        width: 90% !important;
        line-height: 29px;
    }
    #flyinfo .str_wrap {
        line-height: 29px;
        background: #fff;
    }
    #flyinfo .str_wrap a {
        margin-right: 10px;
    }
    #flyinfo .str_wrap a:hover {
        color: #408ed6;
    }
    #flyinfo .dowebokBox {
        width: 3000px;
        height: 30px;
        overflow: hidden;
        z-index: 99;
        display: flex;
        flex-wrap: nowrap;
    }
    .dowebok ul li {
        width: 100%;
        z-index: 99;
    }
    /* #flyinfo .dowebokBox {
        width: 5000px;
        height: 30px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }
    .dowebok ul li {
        width: 100%;
        float: left;
    } */
    /* 今日聚焦 */
    .E20focus {
        width: 100%;
        background: #ffffff;
        border-bottom: 10px solid #e6e9f1;
        font-size: 14px;
    }
    .E20forum {
        width: 100%;
        line-height: 37px;
        display: flex;
        justify-content: space-between;
        border-left: 10px solid #408ed6;
    }
    .E20forum h3 {
        font-size: 18px;
        font-weight: bold;
        margin-left: 15px;
    }
    .E20forum a {
        font-size: 14px;
        color: #777777;
        margin-right: 20px;
    }
    .E20focussing {}
    .redactRecommend {
        width: 100%;
        /* padding-top: 2%; */
        padding-top: 30px;
    }
    .redactRecommendFirst {
        /* width: 100%; */
        padding: 0 10px;
    }
    /* .redactRecommendFirst ul li {
        padding: 1% 3% 1% 2%;
    } */
    .redactRecommendSecond {
        width: 100%;
    }
    .redactRecommendSecond li {
        padding: 2% 0;
        margin: 0 2%;
        border-bottom: 1px dashed #d2d2d2;
        text-align: left;
        color: #000000;
    }
    .redactRecommendSecond li:last-child {
        border: none;
    }
    .redactRecommendSecond li a p {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    /* 影响力企业 */
    .influenceCompany {
        width: 100%;
        background: #ffffff;
        border-bottom: 10px solid #e6e9f1;
        font-size: 14px;
    }
    .enterprise {
        width: 100%;
        /* padding-top: 2%; */
        padding-top: 30px;
    }
    .influenceFirst {
        /* width: 100%; */
        padding: 0 10px;
    }
    .enterpriseThirdly {
        width: 100%;
    }
    .enterpriseThirdly li {
        padding: 2% 0;
        margin: 0 2%;
        border-bottom: 1px dashed #d2d2d2;
    }
    .enterpriseThirdly li:last-child {
        border: none;
    }
    .enterpriseThirdly li a p {
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .influenceFirst li h4 {
        text-align: center;
        color: #1373b9;
        line-height: 22px;
        font-size: 16px;
    }
    /* 论坛 */
    .forumImageText {
        width: 100%;
        background: #ffffff;
        border-bottom: 10px solid #e6e9f1;
    }
    .ltlbtBox {
        background: #fff;
        padding: 20px 0;
        border-bottom: 10px solid #e6e9f1;
    }
    .ltlbtBox .swiper-container {
        width: 100%;
        height: 100%;
        display: flex;
    }
    .ltlbtBox .swiper-wrapper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 70% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .ltlbtBox .swiper-container .swiper-slide a {
        /* display: inline-block;
        width: 100%; */
    }
    .ltlbtBox .swiper-container li {
        width: 70%;
        /* margin-right: 10px; */
    }
    .ltlbtBox .swiper-container .swiper-slide a img {
        width: 100%;
        height: 100%;
    }
    .ltlbtBox .swiper-container .swiper-slide h3 {
        font-size: 14px;
        color: #666666;
        margin-top: 6px;
        padding: 0 10px;
        font-weight: 400;
    }
    /* 水业战略 */
    .waterStrategy {
        width: 100%;
        padding: 20px 0 10px;
        display: flex;
        justify-content: space-between;
        border-bottom: 10px solid #e6e9f1;
        background: #ffffff;
    }
    .waterStrategy li {
        width: 20%;
        text-align: center;
    }
    .waterStrategy li a {}
    .waterStrategy li a img {
        width: 55%;
        margin: 0 auto;
    }
    .waterStrategy li p {
        text-align: center;
        color: #222222;
        font-size: 15px;
        padding: 6px 0;
    }
    /* 要闻 */
    .importantNews {
        width: 100%;
        background: #ffffff;
    }
    .importantNews .E20forum {}
    .newsTab {
        display: flex;
        padding-right: 20px;
    }
    .newsTab li {}
    .newsTab li a {
        margin-right: 10px;
        color: #777777;
    }
    .important {
        /* width: 100%; */
        padding: 3% 5% 0;
        background: #fff;
        border-bottom: 10px solid #e6e9f1;
    }
    .listmportant {}
    .listmportant ul {
        border-bottom: 1px dashed #d5d5d5;
    }
    .important ul li {
        list-style: disc;
        color: #1373b9;
        margin-left: 4%;
        /* margin-top: 2%; */
        padding: 10px 0;
        /* padding-right: 35px; */
    }
    .listmportant {
        margin-top: 1.5%;
        font-size: 17px;
        width: 100%;
        line-height: 23px;
        color: #222222;
    }
    .listmportantSJ {
        font-size: 13px;
        width: 100%;
        line-height: 23px;
        color: #c7c7c7;
        text-align: left;
    }
    .listmportantUl {}
    .jzgdHtml {}
    .listmportantRedactMore {}
    .listmportantRedactMore a {
        color: #2faff6;
        font-size: 16px;
        font-weight: inherit;
        text-align: center;
        display: block;
        cursor: pointer;
        margin: 2% 0;
    }
    /* 要闻下方的图片 */
    .E20sow {
        margin: 2% 0;
    }
    .E20sow img {
        width: 100%;
    }
    /* 专栏 */
    .E20Column {
        width: 100%;
        background: #fff;
    }
    .columnList {
        padding: 4% 5% 1%;
        border-bottom: 10px solid #e6e9f1;
    }
    #specialColumnHtml {}
    #specialColumnAddHtml {}
    .importantxian {
        border-bottom: 1px dashed #d5d5d5;
        padding-bottom: 3%;
        margin-top: 3%;
        overflow: hidden;
    }
    .columnList .tupIMG {
        float: left;
        width: 32%;
    }
    .tupIMG img {
        width: 100%;
    }
    .columnList .jssj {
        float: left;
        margin-left: 3%;
        width: 62%;
    }
    .jssj h3 {
        font-size: 16px;
    }
    .btxq {
        margin-top: 2%;
        font-size: 17px;
        width: 100%;
    }
    .fbusj {
        /* margin-top: 4%; */
        color: #c7c7c7;
        font-size: 14px;
    }
    #specialColumnAddHtml .importantxian:last-child {
        border: none;
    }
    /* 专题 */
    .E20Topic {
        width: 100%;
        background: #ffffff;
    }
    /* 轮播图 */
    .ltlbt {
        width: 100%;
        padding: 20px 0;
        border-bottom: 10px solid #e6e9f1;
        background: #ffffff;
    }
    #ztlbt {}
    #ztlbt .swiper-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
    }
    #ztlbt .swiper-wrapper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 70%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #ztlbt .swiper-wrapper li {
        margin-right: 10px;
    }
    #ztlbt .swiper-wrapper li a img {
        width: 100%;
        /* height: 100%; */
        height: 210px;
    }
    #ztlbt .swiper-wrapper li a h3 {
        font-size: 14px;
        color: #666666;
        margin-top: 6px;
        padding: 0 10px;
        font-weight: 400;
    }
    /* 视频 */
    .E20Video {
        width: 100%;
        background: #ffffff;
        font-size: 14px;
    }
    .videoTp {
        width: 100%;
        background: #F5F5F5;
        margin-top: 10px;
    }
    .videoTp ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .videoTp ul li {
        width: 48%;
        margin: 1%;
    }
    .videoTpimg img {
        width: 100%;
    }
    .videoTp ul li a p {
        margin-top: 5px;
        color: #333333;
    }
    /* 底部 */
    .businessCooperation {
        width: 100%;
        padding: 20px 0;
        background: #ffffff;
        font-size: 12px;
    }
    .businessCooperationP1 {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 1%;
    }
    .businessCooperationP1 a {
        margin-right: 20px;
    }
    .businessCooperationP2 {
        width: 100%;
        text-align: center;
        padding-bottom: 1%;
        color: #333333;
    }
}