

@charset "UTF-8";
/* region common */
/* 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 */
.section-banner {
    padding-bottom: 0;
}
.device-pc{
    display:block;
}
.device-mb{
    display:none;
}
.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;
}
.banner-content-inner .mb-content{
    display:none;
}
/* endregion banner */
.section.section-content{
    overflow:hidden;
    max-width: 1180px;
    margin:0 auto;
}

.article-block .page-header .link{
    font-size: 22px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 30px;
}
.article-box{
    margin-top:20px;
}
.vertical-line{
    font-size: 16px;
    color: #130000;
    line-height: 30px;
}
.article-block .text{
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 30px;
}
.article{
    width: 750px;
    float: left;
    background: #FFFFFF;
    margin-bottom: 60px;
    margin-top: 20px;
}


.article-left .article-down{
    align-content:center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.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;
}
.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: #333333;
    letter-spacing: 0;
    line-height: 21px;
    clear: both;
    padding-top: 20px;
}
.article-page a:hover{
    color: #2D56B1;
}
.link-f .text:hover{
    color:#f66f6a;
}
.article-history{
    margin-top:40px;
    clear: both;
    display:none !important;
}
.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 img{
    width:100%;
}
.article-history-lists ul li+li{
    margin-left:30px;
}
.article-right{
    width:380px;
    float:right;
    margin-top: 20px;
}
.qr-code .qr img {
    width: 100%;
    height: 100%;
}

.article-rank .new-item:first-child{
    border-top: 1px solid #dddddd;
}
.article-rank.two .new-item:first-child{
    border-top: none;
}

.article-rank .new-item{
    position:relative;
    border-bottom: 1px solid #dddddd;
    padding:20px 0px;
    overflow: hidden;
    font-size: 0;
    float:left;
    width:100%;
}
.article-rank .new-item .new-pic{
    float:left;
    width:355px;
    height:200px;
}
.article-rank  .new-item .new-pic img{
    width:355px;
    height:200px;
}
.article-rank  .new-item .new-detail{
    float:left;
    width: 355px;
    margin-left: 40px;
}
.new-item.double .new-detail .new-title h2{
	height:56px;
}
.new-item .new-detail .new-title h2{
    font-size: 22px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 28px;
}
.new-item .new-detail .new-title h2:hover{
    color: #C7000B;
}
.new-item .new-detail .new-tag {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    margin-top:5px;
}
.new-descrip{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    height:66px;
    margin-top:10px;
}

.article-portrait li{
    width: 750px;
    overflow: hidden;
    padding: 20px 0px;
    border-bottom: 1px solid #dddddd;
}
.article-portrait li > div{
    width:355px;
    float: left;
}
.article-portrait li > .new-left{
    margin-right:40px;
}
.article-portrait  .new-pic{
    width:355px;
    height:200px;
}
.article-portrait  .new-pic img{
    width:355px;
    height:200px;
}
.article-portrait .new-item .new-detail{
    width: 355px;
    margin-left: 40px;
}
.article-portrait .new-detail .new-title h2{
    font-size: 22px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.article-portrait .new-detail .new-title h2:hover{
    color: #f66f6a;
}
.article-portrait .new-detail .new-tag{
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    margin-top:5px;
}




/*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 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{
    background: #f7f7f7;
}
.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: 20px 30px 30px;
}
.article-portrait .new-title{
    margin-top:20px;
}
.article-catalog-lists h2{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 16px;
    display:none
}
.article-catalog-lists  ol{
    counter-reset:sectioncounter;
    list-style-type:none;
    padding-left: 0px;
    font-size: 0;
}
.article-catalog-lists  ol  > li {
    padding-left: 45px;
    position: relative;
    margin-top: 15px;
}
.article-catalog-lists  ol  > li:first-child{
    margin-top: 0;
}
.article-catalog-lists  ol li .article-item{

}
.article-catalog-lists  ol li a{
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article-catalog-lists  ol li a:hover{
    color: #C7000B;
}

.article-catalog-lists  ol  > li + li{

}
.article-catalog-lists  ol > li:before {
    content: counter(sectioncounter);
    position: absolute;
    left: 0;
    counter-increment: sectioncounter;
    font-size: 36px;
    color: #dddddd;
    letter-spacing: 0;
    line-height: 36px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 19px;
    height: 36px;
}
.article-catalog-lists  ul li > a:hover{
    color: #2D56B1;
    text-decoration: underline;
}
.article-hr{
    border: 1px solid #E2E2E2;
    display:none;
}
.frame-collapse-body .key-word{
    margin-top:28px;
    margin-left:29px;
    width:332px;
    padding-bottom: 36px;
    overflow: hidden;
    display:none;
}

.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;
}
.frequency-more-btn{
    background: #E41F2B;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-top: 20px;
    cursor:pointer;
}
.article-rank.three .new-item{
    border:none;
}
.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 ) {
    body,#content{
        background: #E9EDF1;
    }
    .banner-content{
        height: 300px;
        background-image: url(../images/banner-pad.jpg);
    }
    .device-pc{
        display:none;
    }
    .device-mb{
        display:block;
    }
    .section.section-content {
        padding-left: 15px;
        padding-right: 15px;
        background: #fff;
    }
    .article-rank .new-item{
        padding: 15px 0;
    width:100%!important
    }
    .new-descrip{
        margin-top: 5px;
    }
    .article {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .article-right{
        width: 100%;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .frame-tabs > ul > li{
        width: 50%;
    }
    .article-info{
        padding-bottom: 20px;
    }
    .article-catalog-lists ul{
        margin-top: 0px;
        padding-right: 20px;
    }
    .article-img {
        overflow: hidden;
        float: left;
    }
    .thum{
        margin-left: 20px;
    }
    .article-catalog-lists {
        width: calc( 100% - 340px);
        float: left;
        margin: 0;
        border: none;
        padding:0 20px;
    }
    .article-catalog-lists ol > li:before{
        font-size: 30px;
        height: 30px;
    }
    .article-rank .new-item .new-detail {
        float: left;
        width: calc(100% - 400px);
        margin-left: 20px!important;
    }
    .article-portrait li {
        width: 100%;
        text-align: center;
    }

    .article-cover {
        margin-top: 20px;
        margin-left:15px;
        margin-right:15px;
        background:#ffffff;
    }
    .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-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-catalog-lists ol > li:nth-child(7),
    .article-catalog-lists ol > li:nth-child(8),
    .article-catalog-lists ol > li:nth-child(9){
        display: none;
    }
    .frequency-lists {
        text-align: center;
        padding: 15px 5px;
    }
    .frequency-lists ul {
        display: inline-block;
    }
    .frequency-lists ul li {
        padding-bottom: 0;
        padding-top: 0;
        width:160px;
    }
    .qr-code {
        margin-left: 15px;
    }
    .article-history {
        background: #ffffff;
        margin: 30px 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;
    }
    .article-history .article-history-lists {
        margin:14px 0px;
        padding: 0 15px;
        overflow: hidden;
    }

    .article-portrait li {
        width: 100%;
        overflow: hidden;
        padding:0px;
        /*border-bottom:unset;*/
        text-align: left;
    }
    .article-portrait li > div {
       /* width: 100%;
        float: unset;
        border-bottom: 1px solid #F0F0F0;*/
        padding: 20px 0px;
        overflow: hidden;
    }
    .article-portrait li > .new-left {
        margin-right: 20px;
        width: calc(50% - 10px);
    }
    .article-portrait li > .new-right {
        width: calc(50% - 10px);
    }
    .article-portrait .new-pic {
        width: 100%;
        height: 200px;
        float: left;
    }
    .article-portrait .new-detail{
        float:left;
        /*width: calc(100% - 400px);
        margin-left: 40px;*/
    }

    .article-portrait .new-pic img {
        width: 355px;
        height: 200px;
    }

    .article-portrait li:last-child > div:last-child{
        /*border-bottom: unset;*/
    }

    .device-mb .article-block {
        padding: 0px 15px;
    }

}

@media only screen and (max-width:767px ) {
    .article-right {
        margin-top: 15px;
    }
    .article-portrait .new-title{
        margin-top:0px;
    }
    .banner-content-inner {
        text-align: center;
        padding-top: 48px;
    }
    .banner-content-inner .pc-content{
        display:none;
    }
    .banner-content-inner .mb-content{
        display: block;
        font-size: 24px;
        padding: 0px 55px;
        line-height: 30px;
    }
    .banner-content {
        height: 300px;
        background: #E9EDF1 url(../images/banner-mb.jpg) no-repeat center top;
        background-size: cover;
    }
    .article-catalog-lists {
        display: none;
    }
    .article-block{
        padding:0 15px;
    }
    .article {
        width:100%;
        float:unset;
        margin-bottom: 0px;
    }
    .article-rank .new-item .new-pic {
        float: unset;
        height: 177px;
        width: 100%;
    }
    .article-rank .new-item .new-pic img {
        width: 100%;
        height: 177px;
    }
    .article-block .page-header {
        margin-bottom: 10px;
    }
    .article-rank .new-item .new-detail ,.article-portrait .new-detail {
        float: unset;
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .new-item .new-detail .new-tag,.article-portrait .new-tag{
        margin-top: 5px;
    }
    .new-item .new-detail .new-title h2 ,.article-portrait .new-detail .new-title h2{
        font-size: 18px;
    }
    .article-portrait li {
        width: 100%;
        overflow: hidden;
        padding:0px;
        border-bottom:unset;
        text-align: left;
    }
    .article-portrait li > div {
        width: 100%;
        float: unset;
        border-bottom: 1px solid #F0F0F0;
        padding: 20px 0px;
    }
    .article-portrait li > .new-left {
        margin-right: 0px;
        width:100%;
        border-bottom: 1px solid #ddd;
    }
    .article-portrait li > .new-right {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .article-portrait .new-pic {
        width: 100%;
        height: 177px;
        float:unset;
    }
    .article-portrait .new-pic img {
        width: 100%;
        height: 177px;
    }
    .article-portrait li:last-child > div:last-child{
        /*border-bottom: unset;*/
    }
    .article-cover {
        margin-top:30px;
        margin-left:15px;
        margin-right:15px;
        background:#ffffff;
        margin-bottom: 30px;
    }
    .article-cover .article--title{
        padding-top:20px;
        padding-bottom:10px;
        text-align:center;
        font-size: 20px;
        color: #333333;
        font-weight:400;
        border-bottom: 1px solid #F0F0F0;
    }
    .article-cover .article-img{
        width:100%;
        margin-top:14px;
        background: #fff;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .thum{
        margin-left: 15px;
        width: 160px;
    }
    .article-cover .article-img .thum{
        width:150px;
        height:227px;
        margin-left: 0px;
    }
    .article-cover .article-img .thum img{
        width: 100%;
        height: 100%;
    }
    .article-history {
        background: #ffffff;
        margin: 30px 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;
    }
    .article-history .article-history-lists {
        margin:14px 0px;
        padding: 0 15px;
        overflow: hidden;
    }
    .article-history-lists ul li {
        width: 150px;
        height: 227px;
        border: 1px solid #CCCCCC;
        cursor: pointer;
        margin-bottom:16px;
    }

    .article-history-lists ul li:nth-child(2n){
        float: left;
    }
    .article-history-lists ul li:nth-child(2n){
        float: right;
    }
    .article-history-lists ul li+li {
        margin-left: 0px;
    }
    .section.section-content {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@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;
    }
}