a {
    color: #333;
    text-decoration: none;
}

a:focus,
a:hover {
    cursor: pointer;
    color: #136eb9;
    text-decoration: none;
}

body {
    min-width: 1140px;
    background-color: #eff1f2;
}

.clearBoth {
    display: block;
    clear: both;
}

/*头*/
.common-top,
.top {
    background: url(../images/custom/top_bg.png) repeat-x top center;
}

.common-top .top-inner,
.top .top-inner {
    position: relative;
    margin: 0 auto;
    width: 1140px;
    height: 146px;
    overflow: hidden;
}

.common-top .top-left,
.top .top-left {
    height: 100%;
    width: 50%;
    padding-top: 42px;
    padding-left: 42px;
}

.common-top .top-right,
.top .top-right {
    width: 50%;
    height: 100%;
}

.common-top .top-right ul,
.top .top-right ul {
    margin-top: 50px;
    padding-left: 34px;
}

html[lang="en"] .common-top .top-right ul,
html[lang="en"] .top .top-right ul {
    margin-top: 16px;
    padding-left: 75px;
}

.common-top .top-right ul li,
.top .top-right ul li {
    display: inline-block;
    margin-bottom: 8px;
    color: #000;
}

html[lang="en"] .common-top .top-right ul li,
html[lang="en"] .top .top-right ul li {
    display: block;
    margin-bottom: 4px;
}

.common-top .top-right ul li.lang,
.top .top-right ul li.lang {
    width: 290px;
}

.common-top .top-right ul li span,
.top .top-right ul li span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/custom/top_checked.png) no-repeat;
    vertical-align: text-top;
}

.common-top .top-inner .top-icon,
.top .top-inner .top-icon {
    position: absolute;
    right: 12px;
    top: 46px;
}

html[lang="en"] .common-top .top-inner .top-icon,
html[lang="en"] .top .top-inner .top-icon {
    position: absolute;
    right: 66px;
    top: 46px;
}


.common-top .nav-wrapper,
.top .nav-wrapper {
    background-color: #c62632;
    height: 50px;
    box-shadow: 0px 4px 20px -4px #555 inset;
}

.common-top .nav-wrapper>div,
.top .nav-wrapper>div {
    width: 1140px;
    margin: 0 auto;
    height: 100%;
}

.common-nav {
    height: 100%;
}

.common-nav>li {
    float: left;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}

.common-nav>li>a {
    display: block;
    padding: 0 20px;
    color: #fff;
}

.header-nav-en .common-nav>li>a {
    padding: 0 8px;
}

.common-nav>li ul {
    display: none;
    position: absolute;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    text-align: center;
    background-color: #c62632;
    z-index: 100;
}

.common-nav>li ul a {
    color: #fff;
    display: block;
    height: 50px;
    padding: 0 10px;
}

.common-nav>li.active,
.common-nav>li:hover,
.common-nav>li ul>li:hover {
    background-color: #9e0f1a;
}

.common-nav>li:hover ul {
    display: block;
}

.common-nav>li:hover ul a {
    color: #fff;
}

.search-wrapper {
    padding: 10px 20px 9px 20px;
    width: 318px;
    height: 100%;
    overflow: hidden;
}

.search-wrapper .search {
    position: relative;
    width: 201px;
    height: 31px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-wrapper .search input[type=text] {
    width: 100%;
    padding: 6px 44px 6px 12px;
    border: none;
}

.search-wrapper .search input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 44px;
    border: none;
    background: url(../images/custom/search.png) no-repeat center;
}

.search-wrapper .advanced-search {
    line-height: 31px;
    height: 31px;
    width: 71px;
    margin-left: 6px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
}

.search-wrapper .advanced-search:hover {
    color: #c62632;
}



/*内容*/
.content,
.main {
    width: 1140px;
    margin: 0 auto;
    padding: 35px 19px 50px;
    border-left: 1px solid #e8e9ea;
    border-right: 1px solid #e8e9ea;
    background-color: #fff;
}

.common-left {
    width: 276px;
}

.border-gray {
    border: 1px solid #dedede !important;
}

.common-left .book-wrapper {
    position: relative;
    height: 372px;
    padding: 11px 12px;
}

.common-left .book-wrapper div {
    position: relative;
    width: 240px;
    height: 337px;
    z-index: 2;
}

.common-left .book-wrapper div img {
    width: 240px;
    height: 337px;
}

.common-left .book-wrapper li {
    position: absolute;
    width: 240px;
    height: 337px;
    background-color: #f3f3f3;
    border: 1px solid #d3d3d3;
}

.common-left .book-wrapper .book {
    width: 100%;
    height: 100%;
}

.common-left .book-wrapper li.first {
    top: 16px;
    left: 17px;
    z-index: 1;
}

.common-left .book-wrapper li.second {
    top: 21px;
    left: 22px;
    z-index: 0;
}


.common-left .book-text {
    margin-top: 15px;
    padding: 11px 13px;
    font-size: 12px;
    color: #666;
    background: url(../images/custom/box_bg.png) repeat-x;
}

.common-left .book-text li {
    overflow: hidden;
    line-height: 22px;
}

.common-left .book-text li>span {
    width: 60px;
}

.common-left .book-text.book-text-en li>span {
    width: 72px;
}

.common-left .book-text li>p {
    width: 185px;
}

.common-left .book-text li>p span {
    display: inline-block;
}



.common-left .ranking {
    margin-top: 15px;
}

.common-left .ranking-title {
    position: relative;
    height: 42px;
    background: url(../images/custom/ranking_bg.png) repeat-x;
    overflow: hidden;
}

.common-left .ranking-title li {
    float: left;
    font-size: 16px;
    line-height: 42px;
    padding: 0 20px;
}

.common-left .ranking-title li.active {
    background: #fff;
}

.common-left .ranking-title li.active a {
    color: #136eb9;
}

.common-left .ranking-title li a {
    display: block;
    color: #666;
}

.common-left .ranking-content {
    padding: 0 13px 22px;
    height: 252px;
}

.common-left .ranking-content ul li {
    position: relative;
    height: 20px;
    width: 240px;
    padding-left: 28px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}

.common-left .ranking-content ul li a {
    color: #666;
}

.common-left .ranking-content ul li:hover a {
    color: #136eb9;
    text-decoration: underline;
}

.common-left .ranking-content ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: #999;
}

.common-left .ranking-content ul li.high span {
    background-color: #c62632;
}


.common-left .links {
    margin-top: 15px;
}

.common-left .links-title {
    position: relative;
    height: 42px;
    background: url(../images/custom/ranking_bg.png) repeat-x;
    overflow: hidden;
}

.common-left .links-title span {
    float: left;
    font-size: 16px;
    line-height: 42px;
    padding-left: 14px;
    color: #136eb9;
}

.common-left .links-content {
    padding-left: 24px;
    padding-bottom: 22px;
}

.common-left .links-content li {
    position: relative;
    height: 20px;
    margin-top: 10px;
    line-height: 20px;
}

.common-left .links-content li a {
    color: #666;
}

.common-left .links-content li a:hover {
    color: #136eb9;
    text-decoration: underline;
}

.common-left a.more {
    position: absolute;
    font-size: 12px;
    color: #8a8989;
    right: 6px;
    top: 14px;
}

.common-left a.more:hover {
    color: #136eb9;
}



.content-center {
    padding-left: 30px;
    width: 575px;
}

.content-center .news-box {
    margin-bottom: 24px;
    overflow: hidden;
}

.content-center .news-box h3 {
    height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 4px 0 8px 0;
    line-height: 18px;
    font-size: 16px;
    overflow: hidden;
    color: #000;
}

.content-center .news-box h3 span {
    width: 9px;
    height: 17px;
    background-color: #c62632;
    margin-right: 11px;
}

.content-center .news-box h3 a {
    font-size: 12px;
    color: #8a8989;
    line-height: 24px;
    padding-right: 7px;
}

.content-center .news-box h3 a:hover {
    color: #136eb9;
}

.content-center .news-box .news-content {
    /* width: 410px; */
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
}

.content-center .news-box .news-title {
    margin-bottom: 5px;
    text-align: center;
}

html[lang="en"] .content-center .news-box .news-title {
    text-align: center;
}


.content-center .news-box .news-title a {
    color: #3c3c3c;
    font-weight: bold;
}

.content-center .news-box .news-title a:hover {
    color: #136eb9;
}

.content-center .news-box .news-img {
    margin-top: 20px;
    width: 135px;
}

.content-center .news-box .news-img img {
    width: 93px;
    height: 78px;
}

.content-center .news-box ul {
    margin-top: 17px;
}

.content-center .news-box li {
    position: relative;
    overflow: hidden;
    padding-left: 38px;
    margin-bottom: 13px;
    /*line-height: 14px;*/
}

.content-center .news-box li p {
    display: inline-block;
    max-width: 400px;
}

.content-center .news-box li .list-icon {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 24px;
    top: 5px;
    background: #ccc;
    border-radius: 50%;
}

.content-center .news-box li .new {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.content-center .news-box li .news-time {
    font-size: 12px;
    color: #999;
}

.content-center .news-box li a:hover {
    color: #136eb9;
}

.content-center .news-box li a:hover p {
    text-decoration: underline;
}

.content-center .news-box li a:hover .news-time {
    color: #136eb9;
}

.content-center .indexTab {
    padding-top: 12px;
    margin-bottom: 20px;
}

.content-center .indexTab ul {
    height: 50px;
    line-height: 48px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    overflow: hidden;
    background: url(../images/custom/tab_bg.png) repeat-x;
}

.content-center .indexTab ul li {
    float: left;
    width: 33.33%;
    padding-left: 3px;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-size: 18px;
    text-align: center;
}

.content-center .indexTab ul li a {
    display: block;
    color: #000;
}

.content-center .indexTab ul li.active {
    padding-left: 0;
    border-left: 4px solid #c62632;
    border-bottom: none;
    background: #fff;
    font-weight: bold;
}

.content-center .indexTab ul li.active a {
    color: #c62632;
}


.contentArea-right {
    width: 219px;
}

.common-box {
    border-bottom: 1px solid #dedede;
}

.common-box.no-border {
    border-bottom: none;
}

.common-box h3 {
    border-top: 2px solid #c62632;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: url(../images/custom/common_box_bg.png) repeat-x;
    height: 45px;
    line-height: 45px;
    color: #136eb9;
    font-size: 16px;
    text-align: center;
}

.common-box ul {}

.common-box li {
    position: relative;
    line-height: 40px;
    height: 41px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px dashed #dedede;
}

.common-box li:last-child {
    border-bottom: none;
}

.common-box li a {
    display: block;
    padding-left: 35px;
    color: #323232;
}

.common-box li a span {
    position: absolute;
    right: 24px;
    top: 14px;
    width: 13px;
    height: 13px;
    vertical-align: text-bottom;
    background-image: url(../images/custom/tsg_icon.png);
}

.common-box li a:hover {
    color: #136eb9;
}

.common-box li a:hover span {
    background-image: url(../images/custom/tsg_icon_active.png);
}


/*xml入口*/
.xml-wrapper {
    margin: 15px 0;
}

.xml-wrapper img {
    width: 100%;
}



/*rss和email*/
.common-box.rss {
    margin-bottom: 12px;
}

.common-box.rss .rss-email {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    height: 102px;
}

.common-box.rss .rss-email a>div {
    width: 50%;
    padding-top: 6px;
    height: 100%;
    text-align: center;
}

.common-box.rss .email-icon {
    position: relative;
    display: inline-block;
    width: 45px;
}

.common-box.rss .email-icon span.last {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    bottom: 15px;
    right: 0;
}

.common-box.rss .email-icon span.last i {
    font-size: 10px;
    position: absolute;
    top: -3px;
    left: -1px;
    font-weight: bold;
}

.common-box.rss .email-text {
    margin-top: -3px;
}





/*微信二维码*/
.weChat-box {
    overflow: hidden;
    margin-bottom: 6px;
}

.weChat-box .weChat-img {
    position: relative;
    width: 148px;
    height: 133px;
}

.weChat-box .weChat-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 117px;
    height: 117px;
}

.weChat-box .weChat-text {
    width: 65px;
    margin-top: 40px;
}

.weChat-box .weChat-text p:first-child {
    color: #444;
}

.weChat-box .weChat-text p:last-child {
    margin-top: 4px;
}

.weChat-box img {
    display: inline-block;
}



/*公共尾部*/
.common-bottom,
.footer {
    height: 161px;
}

.common-bottom .bottom-top,
.footer .bottom-top {
    height: 121px;
    background-color: #999;
}

.common-bottom .bottom-top div,
.footer .bottom-top div {
    width: 1140px;
    margin: 0 auto;
}

.common-bottom .bottom-top div img,
.footer .bottom-top div img {
    margin-top: 31px;
    margin-left: 35px;
}

.common-bottom .bottom-top div ul,
.footer .bottom-top div ul {
    width: 600px;
    margin-left: 130px;
    margin-top: 23px;
    overflow: hidden;
    color: #fff;
    line-height: 22px;
}

.bottom-en.common-bottom .bottom-top div ul {
    margin-top: 18px;
}

.common-bottom .bottom-top div ul a,
.footer .bottom-top div ul a {
    color: #fff;
}

.common-bottom .bottom-bottom,
.footer .bottom-bottom {
    height: 40px;
    border-top: 1px solid #222;
    background-color: #333;
}

.common-bottom .bottom-bottom p,
.footer .bottom-bottom p {
    width: 1140px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    color: #ccc;
}

.common-bottom .bottom-bottom p a,
.footer .bottom-bottom p a {
    color: #ccc;
}

.common-bottom .bottom-bottom p a:hover,
.footer .bottom-bottom p a:hover {
    color: #fff;
}

.common-bottom .bottom-bottom p img,
.footer.bottom-bottom p img {
    display: inline-block;
    margin-left: 15px;
}

.common-nav .last {
    display: none;
}

@font-face {
    font-family: fzssjw;
    src: url(../web/css/fangzhengshusongZZ.ttf)
}

body * {
    font-family: fzssjw, Times New Roman, Arial, Microsoft Yahei, "微软雅黑";
}

li.document-box>p>span {
    position: unset;
    left: unset;
    top: unset;
}

li.article-author-address>p {
    height: auto !important;
}

/*留言板*****/
.monitor {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(10, 10, 10, 0.6);
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.messageBoardWrap {
    position: fixed;
    left: 50%;
    right: 0;
    top: 50%;
    z-index: 1001;
    width: 65%;
    height: 600px;
    overflow-y: auto;
    max-width: 1170px;
    padding: 2em;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    display: none;
}

.messageBoardWrap h2 {
    text-align: center;
    font-size: 2em;
    margin: 20px 0;
}

.messageBoardWrap p {
    text-indent: 2em;
    margin: 16px 0;
}

.messageBoard table {
    width: 90%;
    border-collapse: separate;
    border-spacing: 10px;
}

.messageBoard table tr {
    line-height: 1.8;
}

.messageBoard table tr input {
    width: 100%;
    border: solid 1px #a9a9a9;
}

.messageBoard table tr input.authNum {
    width: auto;
    margin: 0 5px 8px 0;
}

.messageBoard table tr th {
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    padding-right: 1%;
    width: 17%;
}

.messageBoard table tr td {
    width: 77%;
}

.messageBoard table tr th.message {
    vertical-align: text-top;
}

.messageBoard table textarea {
    width: 100%;
    height: 100px;
    margin-top: 0;
    border: solid 1px #a9a9a9;
}

.messageBoard .tj {
    width: 90px;
    height: 26px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin-left: 133px;
}

.messageBoard tr td img {
    display: inline;
    position: relative;
    top: -4px;
}

.messageClose {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

@media screen and (min-width: 1170px) {
    .messageBoard table tr th {
        width: 11%;
    }

    .messageBoard table tr td {
        width: 88%;
    }
}

@media screen and (max-width: 767px) {
    .messageBoardWrap {
        width: 90%;
        top: 10px;
        padding: 10px;
        transform: translate(-50%, 0);
    }

    .messageBoardWrap h2 {
        margin: 10px 0;
        font-size: 22px;
    }
}

@media screen and (max-width: 529px) {
    .messageBoard table tr th {
        width: 27%;
    }
}

@media screen and (max-width: 410px) {
    .messageBoard table tr th {
        width: 37%;
    }
}

@media screen and (max-width : 1200px) {
    .phone-nav {
        display: block;
    }

    .nav-wrapper {
        display: none;
    }

}

.messageBoard .tj,
.btn-primary {
    background-color: #4973ca;
}

@font-face {
    font-family: "rssFont";
    src: url('../rss-font/iconfont.eot?t=1515228174241');
    /* IE9*/
    src: url('../rss-font/iconfont.eot?t=1515228174241#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
        url('../rss-font/iconfont.ttf?t=1515228174241') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
        url('../rss-font/iconfont.svg?t=1515228174241#iconfont') format('svg');
    /* iOS 4.1- */
}

.rssFont {
    font-family: "rssFont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rssFont-email:before {
    content: "\e7a0";
}

.rssFont-addBold:before {
    content: "\e6df";
}

.rssFont-add:before {
    content: "\e60a";
}

.rssFont-rss:before {
    content: "\e839";
}

.shareTool {
    float: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1100px;
    }

    .contentArea-left {
        width: 881px;
        padding-right: 30px;
    }

    .box-article-content {
        margin: 0 50px 20px;
    }

    .list-text .topicContent,
    .list-text .articleListBox,
    .list-text .topicRemark {
        margin: 0 0 20px;
    }
}

.pageTagsUl li.current {
    background-color: #c62632;
}

.pageTagsUl li.clickpage:hover {
    color: #000;
}

.reference-tab .td2 p {
    margin-top: 0;
}

div.content .article .download .btns {
    width: 160px;
}

div.content .article .download .btns .xml-btn.littleBtn,
div.content .article .download .btns .li-excel.littleBtn {
    width: 74px;
}

.archcon .arc-listit dd.active {
    background: #136eb9;
}

.archcon .arc-listit .arctpoint {
    background-color: #136eb9;
}

.article-list-title a {
    color: #333;
}

.article-list-time font,
.article-list-time font a {
    color: #999;
}

.article-list-time a:hover {
    color: #136eb9;
}

.article-list-author a:hover {
    color: #136eb9;
}

.article-list-author a {
    font-size: 12px;
    color: #666;
}

.article-list-zy a {
    color: #777;
}

.article-list-zy .font1 {
    padding-left: 0;
    border-left: none;
}

.article-list-zy font {
    border-left: 1px solid #01527f;
    padding: 0 10px;
}

.article-list-journalg {
    background-color: #00519c;
}

.column-list li a:hover {
    color: #c62632;
}

.article-list .article-list-zy a {
    line-height: 20px;
}

.box-article h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.article-list-title a:hover,
.article-list-author a:hover,
.article-list-time a:hover,
.article-list-zy font a:hover {
    color: #136eb9;
}

div.rh-edit-news-detail a {
    text-decoration: none;
}

.news-details-body.box-body .box-article-content p {
    margin-bottom: 10px;
    min-height: 18px;
}

.journalIssue {
    font-size: 20px;
}

.newsListWrap .listp>a:hover {
    color: #136eb9;
}

.mainColor {
    color: #0178d6;
}

.content .article .article-left .articleCn ul.article-author li>a,
.content .article .article-left .articleEn ul.article-author li>a {
    color: #666;
}

.content .article .article-left .article-nav .nav-wrapper ul li a {
    display: block;
    color: #2fa0e6;
    padding-left: 15px;
}

.content .article .article-left .articleCn div.abstract-cn ul.article-keyword li,
.content .article .article-left .articleEn div.abstract-en ul.article-keyword li {
    font-size: 13px;
    display: inline;
}

a.underHigh {
    color: #1193e4 !important;
    text-decoration: underline !important;
}

.bottom-fixed {
    position: fixed;
    bottom: 200px;
    right: 30px;
    z-index: 150;
}

.bottom-fixed .bottom-backTop {
    background: url(../images/custom/back_top.png) no-repeat center center #136eb9;
}

.bottom-fixed div {
    width: 50px;
    height: 50px;
    background: #2871b1;
    margin-top: 5px;
    cursor: pointer;
}

#onlineFirstAllList .article-list-left span,
#latestAllList .article-list-left span {
    display: inline-block;
    width: 16px;
    height: 17px;
    background: url(../images/custom/list.png) no-repeat;
    position: relative;
    bottom: 4px;
}

#onlineFirstAllList .article-list-left,
#latestAllList .article-list-left {
    top: 16px;
}

.toolBoxBorder .toolBox1 .text_header {
    padding: 1px 13px;
    border: 1px solid #c62632;
    border-radius: 2px;
    margin-right: 15px;
    position: relative;
    height: 26px;
}

.toolBoxBorder .toolBox1 .column {
    margin-right: 15px;
}

.toolBoxBorder .toolBox1 .text_header a {
    line-height: 24px;
}

.content .article .article-left .stateReference h2 {
    margin: 25px 0;
    font-weight: bold;
    color: #333;
    line-height: 32px;
    font-size: 20px;
}

.content .article .article-left .articleCn div.abstract-cn b,
.content .article .article-left .articleEn div.abstract-en b {
    font-size: 16px;
}





.phone-nav .search-app-wrap select option {
    background: #c62632;
}

.phone-nav .search-app-wrap,
.smallUl {
    background: #c62632;
}

.smallUl {
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    display: none;
}

.smallUl a {
    color: #fff;
    display: block;
    line-height: 24px;
}

.smallUl>li {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.smallUl li>a {
    padding: 0 4%;
    font-size: 16px;
    line-height: 42px;
    position: relative;
    display: block;
}

.smallUl>li>a span {
    margin: 0 0 0 10px;
}

.smallUl>li>a span img {
    vertical-align: middle;
    margin: -3px 0 0;
    transition: all 0.2s;
}

.smallUl>li>a span.active img {
    transform: rotate(90deg);
}

.smallUl>li>ol {
    display: none;
}

.smallUl>li>ol a {
    padding: 0 8%;
}

.navList {
    width: 30px;
    height: 34px;
    cursor: pointer;
}

.navList span {
    height: 3px;
    background-color: #fff;
    margin: 0 0 8px 0;
    display: block;
    transition: all 0.5s;
}

.navList span:last-child {
    margin: 0;
}

.navList {
    display: block;
    padding-top: 6px;
}

.navList span:last-child {
    margin: 0;
}

.phone-nav input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.phone-nav .text {
    background: #fff;
}

.phone-nav .text {
    line-height: 19px;
    padding: 3px 10px;
    color: #fff;
    margin: 0 0 0 15px;
    border-radius: 4px 0 0 4px;
}

.phone-nav .sub {
    width: 35px;
    height: 25px;
    background: #fff url(../../../../style/images/public/search2.png) no-repeat center center;
    background-size: 16px 16px;
    border-radius: 0 4px 4px 0;
}

.phone-nav .en {
    line-height: 25px;
    color: #fff;
}

.phone-nav .search-app-wrap {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    z-index: 2000;
    padding: 8px 0;
}

.phone-nav .search-app-wrap select {
    width: 23%;
    border: none;
    height: 30px;
    border-radius: 4px;
    padding: 0 0 0 5px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.phone-nav .search-app-wrap .text {
    width: 75%;
    margin: 0 0 0 2%;
    border-radius: 4px;
    height: 30px;
}

.phone-nav .search-app-wrap .sub {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2) url("../../../../style/images/public/search2.png") no-repeat center center;
    background-size: 22px;
    position: absolute;
    right: 15px;
    top: 8px;
}

.phone-nav {
    padding: 8px 0;
    position: relative;
    background: #c62632;
}

.phone-nav .container {
    background: #c62632;
}

.phone-nav .en {
    line-height: 25px;
    color: #fff;
}

.phone-nav .text,
.phone-nav .sub {
    background: rgba(255, 255, 255, .2);
}

.phone-nav .text {
    line-height: 19px;
    padding: 3px 10px;
    color: #fff;
    margin: 0 0 0 15px;
    border-radius: 4px 0 0 4px;
}

.phone-nav .sub {
    width: 35px;
    height: 25px;
    background: rgba(255, 255, 255, .2) url(../../../../style/images/public/search2.png) no-repeat center center;
    background-size: 16px 16px;
    border-radius: 0 4px 4px 0;
}

.phone-nav .container .logo {
    display: block;
    padding: 2px 0 0 0;
    position: relative;
}

.phone-nav .container .logo img {
    max-width: 170px;
    max-height: 34px;
}

.phone-nav .container .search-app {
    display: block;
    background: url("../../../../style/images/public/search2.png") no-repeat center center;
    width: 34px;
    height: 34px;
    background-size: 30px;
    color: #fff;
}

.phone-nav .container .search-app.active {
    background: url("../../../../style/images/public/close-app.png") no-repeat center center;
    background-size: 32px;
}

#References {
    list-style: none;
}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) {
    .smallUl {
        padding-top: 12px;
    }

    .top-inner,
    .nav-wrapper {
        display: none;
    }

    body {
        min-width: auto;
    }

    body,
    .content,
    .main,
    .common-top .top-inner,
    .top .top-inner,
    .common-top .nav-wrapper>div,
    .top .nav-wrapper>div,
    .content-center .news-box .news-content,
    .common-bottom .bottom-top div {
        width: 100%;
    }

    .common-bottom .bottom-bottom p,
    .footer .bottom-bottom p,
    .footer .bottom-top div {
        width: 100%;
    }

    .common-bottom .bottom-top div ul,
    .footer .bottom-top div ul {
        width: 100%;
        margin: 0;
    }

    .content-center,
    .common-left {
        padding-left: 0;
    }

    .content {
        padding: 15px 15px;
    }

    .contentArea-left {
        width: 100%;
        float: none;
    }

    .content-center,
    .common-left {
        margin-top: 20px;
    }

    .contentArea-right,
    .content-center,
    .common-left {
        width: 100%;
        float: none;
    }

    .common-left .book-wrapper {
        width: 100%;
    }

    .common-bottom,
    .footer {
        height: auto;
    }

    .content-center .news-box .news-content,
    .article-list {
        padding-left: 0;
        padding-right: 0;
    }

    .news-box {
        height: auto !important;
    }

    .common-bottom .bottom-top div img,
    .footer .bottom-top div img {
        margin: 15px;
    }

    .footer .bottom-top div {
        text-align: center;
    }

    .common-bottom .bottom-bottom,
    .footer .bottom-bottom,
    .common-bottom .bottom-top,
    .footer .bottom-top {
        height: auto;
    }

    .footer {
        font-size: 13px;
    }

    .phone-nav .container .search-app {
        margin-left: 5px;
    }

    .contentArea-left {
        display: flex;
        flex-direction: column;
    }

    .contentArea-left .content-center {
        order: 1;
    }

    .contentArea-left .common-left {
        order: 2;
    }

    .content-center .news-box li p {
        display: block;
    }
}

@media only screen and (max-width: 560px) {
    .footer ul li>span {
        display: block;
    }
}

.topic-articles-page .list-text .articleListBox .article-list-right .article-list-title a {
    color: #990000;
}

.index-body .content .content-center .news-box .news-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    float: unset;
}

.article-list-title span.topicDate {
    float: right;
}

.topicContent h3,
.topicRemark h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

inline-formula .MathJax_SVG+script+alternatives {
    display: none;
}

.articleListBox .toolBox2 {
    margin-top: 10px;
}

.articleListBox .toolBox1 .neighborCatalog a {
    border-radius: 2px;
    border: 1px solid #c62632;
    padding: 4px 10px;
}

.neighborCatalog {
    box-shadow: none;
}

.pdf-downloadPdf {
    margin-top: 10px;
}

.news-details-body .box-article .weixinBox {
    left: 50%;
    margin-left: -35px;
}

.latest_update_span span {
    font-style: italic;
}

.article-abstract b {
    margin-right: 2px;
}

.commontit {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#topicArticles {
    padding: 0 50px 20px;
}

.columimg.activein {
    width: 561px;
}