
@charset "UTF-8";
/* region common */
/* 设备尺寸查询
 ============*/
/* size: mb */
title {
    font-size: 21px;
}
/* size: pb */
@media (min-width: 768px) {
    title {
        font-size: 22px;
    }
}
/* size: sm */
@media (min-width: 1024px) {
    title {
        font-size: 23px;
    }
}
/* size: md */
@media (min-width: 1280px) {
    title {
        font-size: 24px;
    }
}
/* size: lg */
@media (min-width: 1366px) {
    title {
        font-size: 25px;
    }
}
/* size: xg */
@media (min-width: 1680px) {
    title {
        font-size: 26px;
    }
}
#content .wrapper {
    /*max-width: 1920px;*/
    margin-left: auto;
    margin-right: auto;
}
/* region banner */
.banner-content {
    height: 350px;
    background: #E9EDF1 url(../images/banner-pc.jpg) no-repeat center center;
    background-size: cover;
}
.content-null{
    height: 300px;
    color: #ccc;
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
.banner-content-inner {
    text-align: center;
    padding-top: 121px;
}
.banner-title {
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    line-height: 54px;
}
.banner-text {
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    line-height: 54px;
}
/* endregion banner */
.section.section-content{
    overflow:hidden;
    max-width: 1180px;
    margin:0 auto;
}
.article-block{

}
.article-block .page-header{
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-block .page-header .link{
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 21px;
}
.article-block .page-header .link:hover{
    color:#f66f6a;
}
.article-block .text{
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 21px;
}
.article{
    width: 750px;
    float: left;
    background: #FFFFFF;
    margin-bottom:60px;
}
.article .article-title{
    font-size: 22px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 28px;
    border-bottom: 1px solid #dddddd;
    padding-bottom:20px;
}
.article-block{

}
.article-left .article-down{
    align-content:center;
    margin-top: 40px;
    margin-bottom: 40px;
    display:none;
}
.detail12-1,.detail12-2{
    height: 209px;
    width: 300px;
    width: 300px !important;
    margin-bottom: 0px !important;
}
.article-left .article-down .down-btn{
    border: 1px solid #CCCCCC;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 7px 31px;
    display: block;
    width:120px;
}
.article-left .article-down .down-btn:hover{
    border:1px solid #E41F2B;
    color: #E41F2B;
}
.article-left .article-down .down-btn:active{
    background:#FFEDEE;
}
.article-left .key-title{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 700;
}
.article-left .key-lists{
    margin-top:21px;
    margin-bottom:20px;
}
.article-left .key-lists a{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    padding:6px 10px;
    color: #666666;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin-right: 10px;
    float:left;
}

.article-left  .key-lists a:hover{
    color: #E41F2B;
    border: 1px solid #E41F2B;
}
.article-left  .key-lists a:active{
    background:#FFEDEE;
}

.article-page{
     font-size: 14px;
     color: #252B3A;
     letter-spacing: 0;
     line-height: 22px;
     clear: both;
 }
.article-page .page-up{
    margin-bottom: 5px;
}
.article-page a{
    color: #252B3A;
}
.article-page a:hover{
    color: #C7000B;
}
.article-history{
    margin-top:40px;
    display:none !important;/*后期释放*/
}
.content-d{
    margin: 20px 0 40px;
    text-align:center;
    font-size: 0;
}
.content-d .detail_character{
    width:314px;
}
.content-d :nth-child(1){
    padding-top: 0;
}
 .content-d :nth-last-child(1){
    padding-bottom: 0;
}

.article-history .article-history-title {
    font-size: 24px;
    color: #333333;
    letter-spacing: 0;
    line-height: 30px;
    font-weight:bold;
    padding-bottom:18px;
    border-bottom: 1px solid #E2E2E2;
}
.article-history .article-history-lists{
    margin-top:29px;
}
.article-history-lists ul li{
    width:165px;
    height:210px;
    border: 1px solid #CCCCCC;
    float:left;
    cursor: pointer;
}
.article-history-lists ul li+li{
    margin-left:30px;
}
.article-right{
    width:380px;
    float:right;
    margin-top: 20px;
}
/*tab*/
.frame-wrap {
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
.frame-wrap:before, .frame-wrap:after {
    content: " ";
    display: table;
}
.frame-tabs > ul > li {
    width: 190px;
    float: left;
    position: relative;
    cursor: pointer;
    vertical-align:middle;
    background: rgba(221,221,221,0.3);
}
.temporary {
    height: 38px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    background: #F0F0F0;
    line-height: 38px;
}
.frame-tabs > ul > li.active{
    background: #f7f7f7;
}
.frame-tabs > ul > li h2 {
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
}
.frame-tabs > ul > li.active:after {
    left: 0;
    right: 0;
}
.frame-tabs > ul > li.active:after {
    content: "";
    position: absolute;
    top: 0;
    border-bottom: solid 4px #C7000B;;
    -webkit-transition: .35s;
    transition: .35s;
}
.frame-tabs > ul > li.active h2{
    color: #252B3A;
}
.frame-item ,.frame-collapse-head{
    display: none;
    clear: both;
}
.frame-item.active {
    display: block;
    background: #f7f7f7;
}
.frame-collapse-body{
    overflow: hidden;
}
.article-info{
    padding-top: 21px;
}
.thum{
    width:170px;
    height:225px;
    margin-left:30px;
    float: left;
}
.thum img{
    height:100%;
    width:100%;
}
.qr-code{
    float: left;
    margin-left: 20px;
}
.qr-code .frequency-number{
    font-size: 16px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 0px;
    text-align: left;
    font-weight: 700;
}
.qr-code .qr{
    height:130px;
    width:130px;
    margin-top:20px;
}
.qr-code .qr img{
    width:100%;
    height:100%;
}
.article-down {
    border-color: #C7000B;
    background-color: #C7000B;
    color: #fff;
    display: inline-block;
    height: 40px;
    padding: 0 30px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: .2s;
    width: 100%;
}
.qr-code  .article-down {
    margin-top: 15px;
}
.article-down:hover {
    background-color: #d64a52;
    border-color: #d64a52;
    box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.article-down:active{
    box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.article-catalog-lists{
    padding-top: 20px;
    margin-left:30px;
    margin-top: 20px;
    margin-right: 30px;
    border-top: 1px solid #DDDDDD;
}
.article-catalog-lists h2{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 700;
}
.article-catalog-lists  ol{
    margin-top: 20px;
    padding:0 0 20px 0
}
.article-catalog-lists ol > li {
    padding-left: 30px;
    position: relative;
}
.article-catalog-lists  ol li a{
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
 }
.article-catalog-lists  ol  > li + li{
    margin-top: 5px;
}
.article-catalog-lists  ol > li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666A75;
}
.article-catalog-lists  ol>li:hover a{
    color: #C7000B;
}
.article-catalog-lists  ol > li:hover:before{
    background-color: #f66f6a;
}

.article-hr{
    border: 1px solid #E2E2E2;
}
.frame-collapse-body .key-word{
    margin-top:28px;
    margin-left:29px;
    width:332px;
    padding-bottom: 36px;
    overflow: hidden;
    display: none;/*后期释放*/
}
.key-word,.frame-collapse-body hr{
    display: none !important;/*后期释放*/
}
.frame-collapse-body .key-word .key-title{
    font-size: 16px;
    color: #333333;
    width:332px;
    font-weight: 700;
}
.frame-collapse-body .key-word .key-lists{
    margin-top: 10px;
}
.frame-collapse-body  .key-word   .key-lists a{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    padding: 6px 7px;
    color: #666666;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    float: left;
    margin-right: 10px;
}

.frame-collapse-body .key-word .key-lists a:hover{
    color: #E41F2B;
    border: 1px solid #E41F2B;
}
.frame-collapse-body .key-word .key-lists a:active{
    background:#FFEDEE;
}

.frequency-lists {
    padding: 20px;
}
.frequency-lists ul li{
    float: left;
    width: 170px;
    padding:10px;
    position: relative;
    font-size: 0;
}
.frequency-lists ul li img{
    height: 100%;
    width: 100%;
}
.frequency-lists ul li .article-down{
    margin-top: 10px;
}
.frequency-page{
    clear:both;
    padding:0px 30px 30px;

}
.frequency-page div:hover{
    color: #2D56B1;
    text-decoration: underline;
}
.frequency-page .pageup{
    font-size: 14px;
    float:left;
    cursor:pointer;
}
.frequency-page .pagedown{
    font-size: 14px;
    float:right;
    cursor:pointer;
}
.frequency-number {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    margin-top:63px;
    text-align:center;
}
.article-content-title{
    font-size: 21px;
    color: #333333;
    letter-spacing: 0;
    line-height: 26px;
}
.article-content .article-content-title {
    font-size: 22px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 28px;
    text-align:center;
    margin-top:30px;
}
.article-content .article-tag{
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 22px;
    text-align:center;
    margin-top:10px;
}

.article-content img{
    width: 80%;
}
.article-content .auth{
    text-align:center;
    font-size: 14px;
    color: #999999;
    line-height: 21px;
    margin-top: -15px;
}
.article-content .keyword{
    font-weight: 700;
}
.article-content .no-indent{
    text-indent: 0px;
}
.article-content  .floatleft{
    float:left;

}
.text-center{
    text-align:center !important;
}
.article-content .rw{
    margin-top: 0px;
    margin-right: 10px;
    width: 200px;
}
.clear{
    clear:both;
}
.article-sub-title{
    margin-top:20px;
}
.text-right{
    text-align: right !important;
}
.article-content img.full{
    width:100%;
    margin-top:5px;
}
.article-content p{
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 22px;
    text-indent:0px;
    text-align: justify;
    padding: 15px 0;
}
/*.article-content p + p{
    padding: 15px 0;
}*/
.article-content p.title{
    font-weight: 700;
    text-indent: 0px;
}
.article-content p.desc-t{
    text-align: center;
}
.article-content p.title.red{
    color:red;
}
table
{
    border-collapse:collapse;
    margin:20px 0px;
}
table,th, td {
    border: 1px solid black;
}
.article-content ul{
    margin:20px 0px;
}
.article-content ul li{
    position: relative;
    padding-left: 20px;
    color:#333;
    margin-top:20px;
    text-align:center;
}
.article-content ul li p{
    text-align:left;
}
.article-content ul li:before{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #666666;
}
/*.article-content p + p
{
    margin-top: 20px;
}*/
.device-mb{
    display:none;
}
.device-pc{
    display:block;
}
.article-history-lists ul li img {
    width: 100%;
}
.trend-wrap {
    width: 100%;
    overflow-y: auto;
}
table.zhactivity{
    width: 100%;
    background: #fff;
    word-wrap: break-word;
    word-break: break-all;
}
table.zhactivity th {
    width: 25%;
}
table.zhactivity td {
    width: 25%;
}
.article-content p.title.text-center{
    margin-top:0px;
}
.fre-text{
    font-size: 14px;
    color: #252B3A;
    text-align: center;
    line-height: 18px;
    margin-top: 20px;
}
.fre-text:hover{
    color: #C7000B;
}
@media only screen and (max-width:1024px ) {
    .banner-content{
        height: 300px;
        background-image: url(../images/banner-pad.jpg);
    }
    .section.section-content{
        padding: 0 15px;
    }
    .article-block .page-header {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .article-info{
        padding-bottom: 20px;
    }
    .article-content .article-content-title {
        font-size: 18px;
        color: #333333;
        letter-spacing: 0;
        line-height: 22px;
    }
    .article-content .article-tag{
        font-size: 12px;
        color: #999999;
        letter-spacing: 0;
        line-height: 18px;
        margin-top:10px;
    }
    .content-d{
        margin: 30px 0 20px;
        padding: 0 15px;
    }
    .article-right{
        width: 100%;
        margin-bottom: 30px;
    }
    .frame-tabs > ul > li{
        width: 50%;
    }
    .article-catalog-lists ul{
        margin-top: 0px;
        padding-right: 20px;
        padding-bottom: 0;
    }
    .thum{
        margin-left: 20px;
    }
    .article-lists li:nth-child(8),.article-lists li:nth-child(9),
    .article-lists li:nth-child(10),.article-lists li:nth-child(11),.article-lists li:nth-child(12),.article-lists li:nth-child(13),
    .article-lists li:nth-child(14),.article-lists li:nth-child(15),.article-lists li:nth-child(16),.article-lists li:nth-child(17)
    {
        display: none;
    }
    .aui-bar-nav{
        font-size: 14px;
        height:50px;
        line-height:50px;
        background: #C6D0DC;
        position:relative;
    }
    .aui-bar-nav .aui-title {
        font-size: 15px;
        color: #666666;
        line-height: 50px;
        min-height: 50px;
        position: absolute;
        margin: 0;
        text-align: left;
        white-space: nowrap;
        right: 5rem;
        left: 3.5rem;
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        z-index: 2;
    }
    .article{
        width:100%;
        margin-bottom: 30px;
    }
    .article-img {
        overflow: hidden;
        float: left;
    }
    .article-catalog-lists {
        width: 50%;
        float: left;
        padding-top: 0;
        margin: 0;
        border: none;
        padding-left: 20px;
    }
    .article-catalog-lists h2{
        display: none;
    }
    .article-cover {
        margin-top: 20px;
        background: #E9EDF1;
        overflow: hidden;
    }
    .article-cover .article-img{
        width:100%;
        margin-top:14px;
        background: #fff;
        overflow: hidden;
        padding-bottom: 30px;
    }
    .article-cover .article-img .thum{
        width:150px;
        height:227px;
        margin-left: 0px;
    }
    .article-cover .article-img .thum img{
        width:100%;
        height:100%;
    }
    .article-cover .article--title {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 20px;
        color: #333333;
        font-weight: 700;
        border-bottom: 1px solid #F0F0F0;
    }
    .article-cover .article-block{
        margin-top: 30px;
        margin-left:15px;
        margin-right:15px;
        background: #ffffff;
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .article-cover{
        padding: 0;
    }
    .article-history {
        background: #E9EDF1;
        margin: 0px;
        overflow: hidden;
    }
    .article-history .article-history-title {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .article-history .article-history-lists {
        margin:14px 0px;
        padding: 0 15px;
        overflow: hidden;
    }
    .article-history .article-history-title {
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
        background:#ffffff;
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 30px;
    }
    .article-history .article-history-lists {
        margin:0px 15px 30px 15px;
        padding: 14px 15px;
        overflow: hidden;
        background: #ffffff;
    }
    .article-history-lists ul li {
        width: 150px;
        height: 227px;
        border: 1px solid #CCCCCC;
        cursor: pointer;
        margin-bottom:16px;
    }
    .qr-code {
        margin-left: 15px;
    }
    .frequency-lists{
        text-align: center;
    }
    .frequency-lists ul{
        display: inline-block;
    }
    .frequency-lists ul li{
        padding-bottom: 0;
        padding-top: 0;
        width:160px;
    }
    .article-page{
        padding:0 15px;
    }
}
@media only screen and (max-width:767px ) {
    .device-mb{
        display:block;
    }
    .device-pc{
        display:none;
    }
    .content-d {
        margin: 10px 0 20px;
        padding: 0;
    }
    .article-down{
        padding: 0px 30px;
        width: 100%;
    }
    .article-catalog-lists{
        display: none;
    }
    .article-left .article-down .down-btn {
        border: 1px solid #CCCCCC;
        font-size: 14px;
        color: #333333;
        letter-spacing: 0;
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: center;
    }
    .article-img{
        width: 100%;
    }
    .thum{
        margin-left: 15px;
        width: 160px;
    }
    .frequency-lists {
        padding: 10px 5px;
    }
    .article-info {
        padding-top: 0;
    }
    .article-left .article-down {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .article-page{
        padding: 10px 0px 0;
    }
    .article-history-lists ul li+li {
        margin-left: 0px;
    }
    .article-history-lists ul li:nth-child(2n){
        float: left;
    }
    .article-history-lists ul li:nth-child(2n){
        float: right;
    }
    .article {
        margin-bottom: 30px;
    }
    .article-cover .article--title {
        font-weight: 400;
    }
    .article-content img {
        width: 100%;
    }
    .content-d img.detail_character {
        width: 100%;
    }
    .article-sub-title {
        padding: 0px 30px;
    }
    .article-content .article-tag {
        padding: 0px 30px;
    }

    .article-info{
        padding-top: 15px;
    }
    .qr-code {
        margin-left: 10px;
    }
}
@media only screen and (max-width:350px ) {
    .frequency-lists ul li{
        width: 50%;
    }
    .thum {
        width: 50%;
        height: auto;
    }
    .qr-code .qr {
        margin-top: 5px;
    }
    .qr-code .qr {
        height: 100px;
        margin-top: 5px;
        width: 100px;
    }
    .qr-code .article-down {
        margin-top: 5px;
    }
}
@media only screen and (max-width:320px ) {
    .banner-content-inner .mb-content {
        padding: 0px 38px;
    }
    .article-cover .article-img .thum {
        width: 120px;
        height: 180px;
    }
    .qr-code {
        margin-left: 20px;
    }
    .qr-code .qr {
        height: 96px;
        width: 96px;
        margin-top: 18px;
    }
    .qr-code .article-down {
        margin-top: 15px;
    }
    .article-history-lists ul li {
        width: 120px;
        height: 180px;
    }
    .article-rank .new-item .new-pic {
        height: 160px;
    }
    .article-rank .new-item .new-pic img {
        height: 160px;
    }
}