
html,
body {
    background-color: #999;
}

html.noscroll {
    height: 100%;
    overflow: hidden;
}

html.noscroll .container {
    height: 0;
    overflow: visible;
}

.container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    background: #eee;
}


/*---------- #page-header ----------*/

.container>header {
    height: 2rem;
    background: red;
}

.container>header span {
    height: 2rem;
    text-indent: -200%;
    overflow: hidden;
    float: left;
}

.container>header span a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 首页样式改动，注释掉原有样式
.container>header .logo {
    width: 3.5rem;
    height: 0.8rem;
    margin-top: 0.35rem;
    background: url('http://www.chisa.edu.cn/images/i_01.png') no-repeat left center;
    background-size: auto 100%;
}

.container>header .pagename {
    height: 0.8rem;
    margin-top: 0.33rem;
    text-indent: 0;
    line-height: 0.8rem;
    color: #fff;
    padding-left: 0.1rem;
    font-size: 0.4rem;
}
*/


.new_logo{
    width: 3.5rem;
    height: 2rem;
    float: left;
}

.new_logo img{
    vertical-align: middle;
    width: 3.5rem;
    height: 0.8rem;
}

.new_logo p{
    font-size: 0.35rem;
    color: #fff;
    height: 1.5vw;
    width: 4rem;
}

.container>header .weixindoor {
    float: right;
    width: 1.3rem;
    background: url('http://www.chisa.edu.cn/images/sico_05.png') no-repeat center;
    background-size: 50% auto;
}

.container>header .sinadoor {
    float: right;
    width: 1.3rem;
    background: url('http://www.chisa.edu.cn/images/sico_04.png') no-repeat center;
    background-size: 50% auto;
}


.weixin_hidecode.show{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.weixin_hidecode{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: auto;
    background-color: #eee;
    -webkit-transform: scale(0, 0.1);
    transform: scale(0, 0.1);
    -webkit-transition: all 0.2s;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform-origin: 100% 10%;
    transform-origin: 100% 10%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.weixin_hidecode img{
    width: 5rem;
    height: 5rem;
    padding-left: 2rem;
}

.weixin_hidecode p{
    font-size: 0.5rem;
    width: 6rem;
    padding-left: 2rem;
    display: -webkit-inline-box;
}



.weixin_hidecode .close_btn_div{
    position: relative;
    height: 1.2rem;
    z-index: 1;
    background: #eee;
    box-shadow: 0 10px 10px #eee;
    margin-bottom: 0.2rem;
}

.weixin_hidecode.show .close_btn{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.close_btn{
    position: absolute;
    top: 0.25rem;
    right: 0.4rem;
    height: 1.0rem;
    width: 1.0rem;
    z-index: 2;
    text-indent: 100%;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s 0.4s;
    transition: all 0.3s 0.4s;
    overflow: hidden;
}

.mainnav {
    height: 1.0rem;
}

.nav-container {
    position: relative;
    height: 1.0rem;
    width: 10.0rem;
    font-size: 0.5rem;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.nav-wrapper {
    float: left;
    height: 1.0rem;
    width: 9.0rem;
    overflow: hidden;
}

.nav-content {
    height: 2.0rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nav-list {
    width: 1000px;
    min-width: 9.0rem;
    height: 1.0rem;
    background-color: #eee;
}

.nav-item {
    float: left;
}

.nav-link {
    display: block;
    font-size: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    line-height: 1.0rem;
    text-decoration: none;
    color: #333 !important;
}

.nav-item-active {
    color: #187dd0 !important;
}

.nav-more-btn {
    position: relative;
    float: right;
    width: 1.0rem;
    height: 1.0rem;
    background: #fff;
    text-align: center;
}

.nav-more-btn.fixdup {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
}

.nav-more-btn a {
    display: block;
    width: 1.0rem;
    height: 1.0rem;
    background: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-more-content {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: auto;
    background-color: #eee;
    -webkit-transform: scale(0, 0.1);
    transform: scale(0, 0.1);
    -webkit-transition: all 0.2s;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform-origin: 100% 10%;
    transform-origin: 100% 10%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.nav-more-content.show {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.nav-list-head {
    position: relative;
    height: 1.2rem;
    z-index: 1;
    background: #eee;
    box-shadow: 0 10px 10px #eee;
}

.nav-list-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: auto;
}

.nav-more-content h2 {
    font-size: 0.4rem;
    margin-left: 0.8rem;
    margin-bottom: 0.5rem;
}

.nav-more-content h2:first-of-type {
    margin-top: 1.4rem;
    font-size: 0.5rem;
}

.nav-more-content ul {
    width: 8.5rem;
    margin-bottom: 0.4rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.4rem;
}

.nav-more-content .nav-close {
    position: absolute;
    top: 0.25rem;
    right: 0.4rem;
    height: 1.0rem;
    width: 1.0rem;
    z-index: 2;
    text-indent: 100%;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s 0.4s;
    transition: all 0.3s 0.4s;
    overflow: hidden;
}

.nav-close:after,
.nav-close:before {
    border-color: #333 !important;
}

.nav-more-content.show .nav-close {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav-more-content ul:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}



.nav-more-content li {
    float: left;
    width: 2.0rem;
    line-height: 0.8rem;
    text-align: center;
    margin-right: 0.11rem;
    margin-bottom: 0.11rem;
    background-color: #fff;
}

.topic-list li:first-child {
    font-size: 0.35rem;
    text-align: center;
    margin-right: 0.11rem;
    margin-bottom: 0.11rem;
    background-color: #fff;
}

.language-list li:last-child {
    width: 4.11rem;
}

.nav-more-content a {
    display: block;
    color: #333 !important;
}



.top-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 0.42rem;
    color: #fff;
    line-height: 1.2;
}

.top-swiper img {
    display: block;
    width: 100%;
    height: 5.6rem;
    background: #eee url('http://www.chisa.edu.cn/images/defaultImg.jpg') no-repeat center center;
}

.top-swiper .swiper-pagination-fraction {
    position: absolute;
    bottom: 0.2rem !important;
    right: 0.2rem !important;
    left: auto;
    width: auto;
}

.top-swiper .swiper-container {
    height: 100%;
    overflow: hidden;
}

.top-swiper .swiper-slide {
    position: relative;
    height: 100%;
}

.top-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.top-swiper .swiper-slide a:after {
    top: 0;
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    box-shadow: 0 -1.0rem 0.5rem #333 inset;
}

.top-swiper .swiper-slide h3 {
    position: absolute;
    z-index: 1000;
    width: 85%;
    left: 0.2rem;
    bottom: 0.2rem;
    color: #fff;
    line-height: 1.2;
    font-size: 0.42rem;
}

.top-swiper .swiper-pagination-current {
    color: #2D8BDE;
    font-style: italic;
    font-size: 0.55rem;
}

.top-swiper .swiper-pagination-total {
    font-size: 0.35rem;
}



.column-header {
    border-top: 2px solid #333;
}

.column-red {
    border-top-color: #f95a54;
}

.column-red .column-tit,
.column-red .column-subtits a {
    color: #f95a54;
}

.column-yellow {
    border-top-color: #ffad1f;
}

.column-yellow .column-tit,
.column-yellow .column-subtits a {
    color: #ffad1f;
}

.column-green {
    border-top-color: #078d00;
}

.column-green .column-tit,
.column-green .column-subtits a {
    color: #078d00;
}

.column-blue {
    border-top-color: #148eeb;
}

.column-blue .column-tit,
.column-blue .column-subtits a {
    color: #148eeb;
}

.column-purple {
    border-top-color: #a031f6;
}

.column-purple .column-tit,
.column-purple .column-subtits a {
    color: #a031f6;
}

.column-header .column-tit span:last-child {
    font-size: 0.3rem;
    color: #ccc111;
    color: #787d82;
    float: right;
}



#column-hotnews {
    background: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

#column-hotnews .pack {
    font-size: 0.43rem;
    height: 1.0rem;
    overflow: hidden;
    line-height: 2.3;
    position: relative;
}

#column-hotnews .pack:before {
    content: '滚动';
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 0.1rem;
    color: #ffffff;
    font-size: 0.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: -webkit-linear-gradient( red 0%, red 100%);
    background: linear-gradient( red 0%, red 100%);
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

#column-hotnews ul li {
    text-indent: 1.2rem;
    height: 1.0rem;
    overflow: hidden;
}

#column-hotnews ul {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/*---------- column-top -------------*/

#column-hardnews .thumb {
    border-top-color: transparent;
}

.red-btn {
    float: left;
    color: #f00;
    border: 1px solid #f00;
    font-style: normal;
    padding: 0 0.1rem;
    border-radius: 0.1rem;
    font-size: 0.3rem;
}



.topic-swiper {
    margin-bottom: 12px;
    position: relative;
    background: #eee;
}

.topic-swiper img {
    display: block;
    width: 100%;
    min-height: 2.5rem;
    height: 2.5rem;
}

.topic-swiper .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
    line-height: 1;
    text-align: right;
    right: 0.1rem;
}

.topic-swiper .swiper-pagination-bullet {
    margin: 2px;
}



.column {
    background-color: #fff;
    margin-bottom: 15px;
}

.column-header {
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
    position: relative;
    padding: 12px 0;
}

.column-tit {
    width: 100%;
    float: left;
    font-size: 0.5rem;
}

.column-subtits {
    float: right;
    font-size: 0.4rem;
}

.column-subtits li {
    float: left;
    margin-left: 0.5rem;
}

.pack {
    width: 9.4rem;
    margin: 0 auto;
    overflow: hidden;
}

.thumb {
    border-top: 1px solid #c8cfd5;
}

.thumb-item {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px solid #c8cfd5;
}

.thumb-item:last-child {
    border-bottom-color: transparent;
}

.thumb-item:after {
    content: '.';
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}

.thumb-img {
    float: left;
    width: 2.8rem;
    height: 1.9rem;
    background: #eee url('http://www.chisa.edu.cn/images/defaultImg.jpg') no-repeat center center;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
    font-size: 0.2rem;
    overflow: hidden;
    text-indent: -10000px;
}

.thumb-img img {
    display: block;
    width: 2.8rem;
    height: 1.9rem;
}

.thumb-info {
    float: right;
    position: relative;
    width: 6.3rem;
    height: 1.9rem;
}

.thumb-tit {
    font-size: 0.43rem;
    line-height: 1.4;
    height: 1.9rem;
    padding-top: 10px;
    overflow: hidden;
}


.thumb-text-extra .keyword,
.thumb-extra .keyword,
.thumb-extra .hot-news {
    border: 1px solid #187dd0;
    border-radius: 0.1rem;
    padding: 0 0.1rem;
    font-size: 0.3rem;
    color: #187dd0;
    float: left;
}

.thumb-text-extra .source,
.thumb-extra .source {
    float: right;
    margin-top: 0.02rem;
    font-size: 0.3rem;
    color: #aaa;
}

.thumb-text-tit {
    font-size: 0.43rem;
    line-height: 1.5;
}




.thumb-text-extra {
    display: none;
}

.thumb-text-item {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.more-show {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 4px 0;
}

.more-show a:after {
    content: '';
    #display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    margin-left: 0.1rem;
}

.no-more a:after {
    background: none;
    width: 0;
}

.more-show a {
    text-align: center;
    color: #999 !important;
    display: block;
    padding-bottom: 0.2rem;
    font-size: 0.4rem;
    padding-top: 0.2rem;
    text-indent: 0.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.more-show a:hover {
    background-color: #eee;
    color: #333 !important;
}



.thumb-p3 {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.thumb-p3:after {
    content: '.';
    visibility: hidden;
    height: 0;
    display: block;
    clear: both;
}

.thumb-p3-tit {
    line-height: 1.5;
    font-size: 0.43rem;
    padding-bottom: 12px;
}

.thumb-p3-imgs img {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 2.05rem;
}

.thumb-p3-imgs img:last-child {
    margin-right: 0;
}

.thumb-p3+.thumb {
    margin-top: -1px;
}



.topicbar {
    height: 2.35rem;
    overflow: hidden;
    position: relative;
    background: #eee;
}



.topicbar-tit {
    position: absolute;
    width: 6.8rem;
    font-size: 0.45rem;
    line-height: 1.5;
    height: 1.5rem;
    right: 0.2rem;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    text-shadow: 0 0 1px #ccc;
}

.topicbar-tit a {
    color: #fff;
}

.container>footer {
    background: #1E90FF;
    padding: 0 10px 0.4rem;
    color: #F2F2F2;
    font-size: 0.4rem;
    text-align: center;
    line-height: 1.5;
}


a:visited {
    #color: #999;
}

a.getmore {
    color: #333 !important;
}

a.getmore:after {
    content: ' >';
}

.topicbar a {
    color: #fff !important;
}

.ico-add:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-top: auto;
    margin-bottom: auto;
    height: 40%;
    top: 0;
    bottom: 0;
    border-left: 3px solid #187dd0;
    -webkit-transform: translateX(-1.5px);
    transform: translateX(-1.5px);
}

.ico-add:before {
    content: '';
    position: absolute;
    width: 40%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-top: 3px solid #187dd0;
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
}

.keyword {
    display: none;
}

.home .keyword {
    display: block;
}


body, td, th {
    font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "???è??é?…é?‘", STHeitiSC-Light, simsun, "?“", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}
.m-title {
    padding: 4px;
    margin-top: 12px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
}
.m-info {
    padding: 12px 20px;
    font-size: 16px;
    text-align: center;
    color: #acacac;
}
.m-info:after {
    content: "";
    display: block;
    width: 98%;
    margin: 12px auto 0;
    border-bottom: 1px solid #ccc;
}
.m-detail {
    padding: 12px;
    font-size: 20px;
    line-height: 36px;
}
.m-detail img{
    width: 100%;
}
.m-copyright{
    padding: 12px;
    font-size: 15px;
    line-height: 20px;
    color: #acacac;
}

.m-copyright p{
    color: black;
    text-align: right;
    line-height: 10vw;
}
.m-cutpage{
    padding: 12px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

