.cms-section {
    background-color: #F7F8FB;
}
.banner1{
    width: 100%;
    height: 220px;
    background-image: url(../images/cms-banner1.png);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #5a6df0;
}
.banner2-1{
    width: 100%;
    height: 104px;
    background-image: url(../images/cms-banner2-1.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #5a6df0;
}
.banner2-2{
    width: 100%;
    height: 104px;
    background-image: url(../images/cms-banner2-2.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #5a6df0;
}
.banner2-3{
    width: 100%;
    height: 104px;
    background-image: url(../images/cms-banner2-3.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #5a6df0;
}
.banner2-4{
    width: 100%;
    height: 104px;
    background-image: url(../images/cms-banner2-4.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #5a6df0;
}
.banner3{
    width: 100%;
    height: 104px;
    background-image: url(../images/cms-banner3.jpg);
    background-position: center center;
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-color: #5a6df0;
}
.banner-title {
    width: 1200px;
    font-size: 42px;
    font-weight: 600;
    font-style: oblique;
    color: #fff;
    letter-spacing: 4px;
    padding: 18px 0 0 308px;
    margin: 0 auto;
}
.cms-container{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.cms-container .left{
    width: 860px;
    margin-right: 20px;
}
.cms-container .left nav{
    width:860px;
    height:47px;
    background:rgba(255,255,255,1);
    padding: 0 20px;
}
.cms-container .left nav li{
    height: 47px;
    line-height: 47px;
    font-size:18px;
    font-family:Source Han Sans CN;
    color:rgba(0,0,0,1);
    margin-right: 54px;
}
.cms-container .left nav li.active{
    color: #3578F7;
    /* border-bottom: 2px solid #3578F7; */
    position: relative;
}
.cms-container .left nav li.active::before{
    content: '';
    width: 80%;
    height: 2px;
    background: #3578F7;
    position: absolute;
    display: block;
    bottom: 0;
    left: 10%;
}
.cms-container .left .article-container{
    width:860px;
    background:rgba(255,255,255,1);
    margin-top: 16px;
    padding: 22px 20px;
}
.cms-container .left .article-list{
    margin-bottom: 60px;
}
.cms-container .left a:nth-last-child(1) .article-list{
    margin-bottom: 0px;
}
.cms-container .left .article-list img{
    width:215px;
    height:145px;
    background:rgba(235,235,235,1);
}
.cms-container .left .article-info{
    width: 580px;
    height:145px;
}
.cms-container .left .article-info .title{
    font-size:22px;
    font-family:Source Han Sans CN;
    color:rgba(64,64,64,1);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cms-container .left .article-info .subtitle{
    width: 580px;
    height: 40px;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(64,64,64,1);
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 18px;
}
.cms-container .left .article-info .info{
    margin-top: 41px;
}
.cms-container .left .article-info .info p{
    height: 20px;
}
.cms-container .left .article-info .info span{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(139,139,139,1);
    line-height: 20px;
}
.cms-container .left .article-info .info .timer{
    margin-left: 24px;
}
.cms-container .left .article-info .info .timer i{
    width:17px;
    height:17px;
    background-image: url(../images/icon-cms.png);
    background-position: -13px -1px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.cms-container .left .article-info .info .reader i{
    width:21px;
    height:14px;
    background-image: url(../images/icon-cms.png);
    background-position: -41px -1px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.cms-container .right{
    width: 300px;
}
.cms-container .right .search input{
    width:250px;
    height:47px;
    background:rgba(255,255,255,1);
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:300;
    padding-left: 25px;
    position: relative;
}
.cms-container .right .search button{
    width:50px;
    height:47px;
    background:rgba(59,131,247,1);
    padding: 0;
}
.cms-container .right .search button i{
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-cms.png);
    background-position: -158px 0px;
    background-size: auto 60px;
    background-repeat: no-repeat;
    margin-left: 12px;
}
.cms-container .right .hot-article{
    width:300px;
    height:456px;
    background:rgba(255,255,255,1);
    margin-top: 16px;
    padding: 15px 14px;
}
.cms-container .right .hot-article .title span{
    font-size:18px;
    font-family:Source Han Sans CN;
    color:rgba(59,131,247,1);
}
.cms-container .right .hot-article .title i{
    display: block;
    width: 17px;
    height: 20px;
    background-image: url(../images/icon-cms.png);
    background-position: -76px 0px;
    background-size: auto 49px;
    background-repeat: no-repeat;
    margin-right: 13px;
}
.cms-container .right .hot-article ul{
    padding: 15px 0;
}
.cms-container .right .hot-article-list{
    margin-bottom: 17px;
}
.cms-container .right a:nth-last-child(1) .hot-article-list{
    margin-bottom: 0px;
}
.cms-container .right .hot-article-list img{
    width:100px;
    height:64px;
    background:rgba(235,235,235,1);
}
.cms-container .right .hot-article-list-title{
    width:140px;
    height:39px;
    font-size:14px;
    font-family: Source Han Sans CN;
    color: rgba(64,64,64,1);
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cms-container .right .hot-article-info{
    height: 64px;
}
.cms-container .right .hot-article-list .timer{
    margin-top: 9px;
}
.cms-container .right .hot-article-list .timer i{
    width: 13px;
    height: 13px;
    background-image: url(../images/icon-cms.png);
    background-position: -13px -1px;
    background-size: auto 37px;
    background-repeat: no-repeat;
    margin-right: 4px;
}

.cms-container .right .hot-article-list .timer span{
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(139,139,139,1);
}
.cms-container .right .advertising-space{
    width:300px;
}
.cms-container .right .advertising-space img{
    display: block;
    width:300px;
    height:142px;
    background:rgba(235,235,235,1);
    margin-top: 16px;
}
.market-page{
    margin: 50px 0 50px;
}
/* å¤–é¢ç›’å­æ ·å¼---è‡ªå·±å®šä¹‰ */
.market-page .page_div {
    /* margin: 20px 10px 20px 0; */
    color: #666;
    width: 1000px;
    height: 28px;
    /* margin: 50px auto 20px; */
    display: flex;
    justify-content: center;
    width: 100%;
}

/* é¡µæ•°æŒ‰é’®æ ·å¼ */
.market-page .page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 25px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.market-page #firstPage,
.market-page #lastPage,
.market-page #nextPage,
.market-page #prePage {
    width: 50px;
    color: #404040;
    border: 1px solid #404040
}

.market-page #nextPage,
.market-page #prePage {
    width: 70px
}

.market-page .page_div .current {
    background-color: #667FE9;
    border-color: #667FE9;
    color: #FFF
}

/* é¡µé¢æ•°é‡ */
.market-page .totalPages {
    margin: 0 10px
}

.market-page .totalPages span,
.market-page .totalSize span {
    color: #1995FB;
    margin: 0 5px
}

/*buttonç¦ç”¨*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}
.cms-container .left .essay-nav{
    width: 860px;
    height: 46px;
    background: #fff;
    padding: 0 16px;
}
.cms-container .left .essay-nav i{
    width: 12px;
    height: 23px;
    background-image: url(../images/icon-cms.png);
    background-position: -37px 2px;
    background-size: auto 48px;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.cms-container .left .essay-nav span{
    font-size:16px;
    font-family:Source Han Sans CN;
    color:rgba(139,139,139,1);
}
.cms-container .left .essay-conainer{
    width: 860px;
    background: #fff;
    margin-top: 2px;
    padding: 30px 46px 40px;
}
.cms-container .left .essay-conainer .title{
    font-size:28px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(64,64,64,1);
}

.cms-container .left .essay-conainer .info{
    margin-top: 18px;
}
.cms-container .left .essay-conainer .info p{
    height: 20px;
}
.cms-container .left .essay-conainer .info span{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(139,139,139,1);
    line-height: 20px;
}
.cms-container .left .essay-conainer .info .timer{
    margin-left: 24px;
}
.cms-container .left .essay-conainer .info .timer i{
    width:17px;
    height:17px;
    background-image: url(../images/icon-cms.png);
    background-position: -13px -1px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.cms-container .left .essay-conainer .info .reader i{
    width:21px;
    height:14px;
    background-image: url(../images/icon-cms.png);
    background-position: -41px -1px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.cms-container .left .essay-conainer .essay-banner{
    display: block;
    width:100%;
    height:356px;
    background:rgba(235,235,235,1);
    margin-top: 22px;
}
.cms-container .left .essay-info{
    margin-top: 30px;
    color: #404040;
    font-size: 18px;
    line-height: 24px;
    word-break: break-all;
    color: #919191;
}
.cms-container .left .essay-info p{
    margin-top:10px
}
.cms-container .left .essay-info h3{
    margin-top:10px
}
.cms-container .left .essay-icons{
    width: 110px;
    height: 22px;
    margin-top: 80px;
    margin-left: 658px;
}
.cms-container .left .essay-icons .icons{
    width: 110px;
}
.cms-container .left .essay-icons .icons1 li{
    width: 25px;
    height: 22px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
}
.cms-container .left .essay-icons .icons li{
    width: 25px;
    height: 22px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.cms-container .left .essay-icons .icons li:nth-of-type(1){
    background-position: -71px -20px;
}
.cms-container .left .essay-icons .icons li:nth-of-type(2){
    background-position: -97px -20px;
}
.cms-container .left .essay-icons .icons li:nth-of-type(3){
    background-position: -121px -20px;
}
.cms-container .left .essay-icons .icons li:nth-of-type(1):hover{
    background-position: 3px -20px;
}
.cms-container .left .essay-icons .icons li:nth-of-type(2):hover{
    background-position: -23px -20px;
}
.cms-container .left .essay-icons .icons li:nth-of-type(3):hover{
    background-position: -47px -20px;
}
.cms-container .left .essay-conainer .essay-navigation{
    margin-top: 40px;
}
.cms-container .left .essay-conainer .navigation-info{
    margin-top: 20px;
}
.cms-container .left .essay-conainer .essay-navigation-prev,.cms-container .left .essay-conainer .essay-navigation-next{
    width:345px;
    height:102px;
    background:rgba(59,131,247,1);
    padding: 21px 23px;
    cursor: pointer;
}
.cms-container .left .essay-conainer .essay-navigation-prev .title,.cms-container .left .essay-conainer .essay-navigation-next .title{
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(255,255,255,1);
}
.cms-container .left .essay-conainer .prev-next-btn i{
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: -125px 1px;
    margin-right: 5px;
}
.cms-container .left .essay-conainer .prev-next-btn span{
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height: 17px;
}
.cms-container .left .essay-conainer .timer i{
    width: 17px;
    height: 17px;
    background-image: url(../images/icon-cms.png);
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-position: 1px -2px;
    margin-right: 4px;
}
.cms-container .left .essay-conainer .timer span{
    height: 17px;
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:300;
    color:rgba(255,255,255,1);
    line-height: 18px;
}
.cms-container .left .essay-conainer .essay-navigation-next .prev-next-btn i{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    margin-left: 4px;
    margin-right: 0;
}
.cms-container .left .recommend{
    width:860px;
    /* height:283px; */
    background:rgba(255,255,255,1);
    margin: 27px 0 30px;
    padding: 33px 43px;
}
.cms-container .left .recommend .title{
    font-size:18px;
    font-family:Source Han Sans CN;
    color:rgba(64,64,64,1);
}
.cms-container .left .recommend ul{
    margin-top: 26px;
    width: 100%;
}
.cms-container .left .recommend li{
    width: 100%;
    font-family:Source Han Sans CN;
}
.cms-container .left .recommend li p{
    font-size:14px;
    width: 80%;
    /* font-weight:800; */
    color:rgba(122,122,122,1);
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-bottom: 20px;

}
.cms-container .left .recommend li span{
    font-size:14px;
    color:rgba(122,122,122,1);

}
.cms-container .left .recommend a:nth-last-child(1) li{
    margin-bottom: 0;
}
.cms-container .right .news-article .title i {
    width: 28px;
    background-position: -97px 0px;
}


.market-page .view-more{
    width: 130px;
    height: 40px;
    background: #3361E7;
    box-shadow: 0px 4px 6px 0px rgba(39,124,242,0.2);
    border-radius: 4px;
    font-size: 16px;
    color: rgba(255,255,255,1);
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    display: block;
}