
/* defaults
*/
body{
    font-size: 16px;
}
a{
    color: #000;
}
a:hover{
    color: #0f5ab7;
    text-decoration: none;
}
a:focus{
    text-decoration: none;
}
ul,ol{
    margin: 0;
    padding: 0;
}
.muted{
    color: gray;
}
.row.compact-cols{
    margin:0 -8px;
}
.row.compact-cols .compact-col{
    padding:0 8px;
}
.empty-content-box{
    text-align: center;
    padding: 3em 0;
    color: #999;
}


/* masthead
*/
.masthead{
    height: 366px;
   
}
.masthead .container{
    height: 100%;
    position: relative;
    top: 0;
    margin:0 auto;
    background: url(../images/bbg2.png) no-repeat bottom center;
    background-size: auto  42%;
}
.masthead .top-links{
    margin-top: 16px;
}
.top-links{
    list-style: none;
    text-align: right;
}
.top-links .item{
    display: inline-block;
    padding:0 1em;
    border-right: solid 1px #222;
    color: #222;
}
.top-links a{
    color: #222;
}
.top-links a:hover{
    color: #0f5ab7;
}
.top-links .item:last-child{
    padding-right: 0;
    border-right: 0;
}
.masthead .logo-ctn{
    margin-top: 75px;
    text-align: center;
}
.masthead .logo{
    width: 50%;
}
.masthead .search-box-ctn{
    margin-top: 40px;
    text-align: center;
}
.masthead .m-actions-ctn{
    position: absolute;
    right: 10px;
    top: 60px;
}
.masthead .m-actions-ctn .icon-ctn{
    display: inline-block;
    margin-left: 1em;
}
.search-box{
    margin: 0 auto;
    width: 558px;
    font-size: 16px;
}
.search-box *{
    vertical-align: middle;
}
.search-box .s-input-box{
    display: inline-block;
    width: 460px;
    height: 40px;
    border: solid 1px #ddd;
    border-right: 0;
    background-color: #fff;
}
.search-box .s-input{
    width: 411px;
    height: 38px;
    border: 0;
}
.search-box .s-input:focus{
    outline:none;
}
.search-box .s-btn{
    display: inline-block;
    width: 92px;
    height: 40px;
    line-height: 40px;
    background-color: #0f5ab7;
    color: #fff;
    cursor: pointer;
}
.masthead .top-search{
    margin-top: 20px;
    text-align: center;
}
.masthead .top-search .item{
    margin: 0 1em;
}
.masthead .top-search a{
    color: #666;
}
.masthead .top-search a:hover{
    color: #0f5ab7;
}

@media (max-width: 991px){
    .masthead{
        height: 200px;
        background-position: bottom;
    }
}

@media (max-width: 767px){
    .masthead .logo-ctn{
        margin-right: 120px;
        width: auto;
    }
}
@media (max-width: 500px){
    .masthead .logo-ctn{
        margin-top: 60px;
        margin-right: 0;
        width: auto;
    }
    .masthead .m-actions-ctn{
        top: 10px;
    }
}

/* menubar
*/
.menubar{
    background-color: #0f5ab7;
    text-align: center;
    height: 54px;
}
.menu-box{
    position: relative;
    top: 0;
    height: 54px;
    overflow: hidden;
}
.desktop .menu-box{
    overflow: visible;
}
.menu-box .menu-list{
    list-style: none;
    display: inline-block;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.menu-box .menu-list > li{
    
}
.menu-box .menu-list > li a{
    display: inline-block;
    line-height: 44px;
    padding:5px 15px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background: url(../images/menu-sp.jpg) no-repeat right;
}
.menu-box .menu-list > li a.dblrows{
    line-height: 22px;
    font-size: 16px;
}
.menu-box .menu-list > li:last-child a{
    background:none;
}
.menu-box .menu-list > li > a:hover,
.menu-box .menu-list > li.active > a,
.menu-box .menu-list > li .dropdown-menu a:hover{
    background:#0a4185 !important;
}
.menu-box .menu-list > li .dropdown-menu{
    background-color: #0f5ab7;
    border-radius:2px;
    min-width: 140px;
}
.menu-box .menu-list > li .dropdown-menu a{
    display: block;
    background:none;
}
.menu-mask{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#0f5ab7), color-stop(80%, rgba(200, 22, 18, 0)));
    background-image: -webkit-linear-gradient(right, #0f5ab7 0%, rgba(200, 22, 18, 0) 80%);
    background-image: linear-gradient(-90deg, #0f5ab7 0%, rgba(200, 22, 18, 0) 80%);
    pointer-events: none;
}
@media (max-width: 1199px){
    .menu-box .menu-scrollbox{
        height: 80px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .menu-box .menu-list{
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex !important;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .menu-box .menu-mask {
        display:block;
    }

    .menu-box .menu-list > li a{
        padding:5px 1em;
    }

    /* desktop mode */
    .desktop .menu-box .menu-mask {
        display:none;
    }
    .desktop .menu-box .menu-scrollbox {
        overflow-x: visible;
        overflow-y: visible;
    }
}
@media (max-width: 767px){
    .menu-box .menu-list > li a{
        font-size: 16px;
        padding:5px .75em;
    }
    .menu-box .menu-list > li a.dblrows{
        font-size: 14px;
    }
}
@media (min-width: 768px){
    .menu-box .menu-mask {
        width: 100px;
    }
}

.fixed-top-menubar{
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 54px;
    background-color: #0f5ab7;
    text-align: center;
}
/* topline
*/
.topline .headline{
    margin-top: 43px;
    text-align: center;
}
.topline .subheadlines{
    margin-top: 24px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.topline .sheadline{
    display: inline-block;

    margin: 0 1em;
}
.topline .sheadline a{
    color: #666;
}
.topline .sheadline a:hover{
    color: #0f5ab7;
}
@media (max-width: 600px){
    .topline .headline{
        font-size: 30px;
    }
}
@media (max-width: 500px){
    .topline .headline{
        font-size: 28px;
    }
}
@media (max-width: 400px){
    .topline .headline{
        font-size: 26px;
    }
}
/* focus
 */
.focus {
    margin-top:42px;
}
.focus .newsbox .tab-bodys-ctn{
    height: 310px;
    overflow: hidden;
}

.swiper-container{
    height: 380px;
    border: solid 1px #eee;
}
.swiper-container .slide-img{
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal > .swiper-pagination{
    left: auto;
    right: 10px;
    width: auto;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background: #0f5ab7;
}
.swiper-slide-bbar{
    position: absolute;
    bottom: 0;
    height: 47px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.swiper-slide-bbar .title{
    padding: 10px;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    color: #fff;
    font-size: 16px;
}
@media (max-width: 700px){
    .swiper-container{
        height: 448px;
    }
}
@media (max-width: 600px){
    .swiper-container{
        height: 384px;
    }
}
@media (max-width: 500px){
    .swiper-container{
        height: 300px;
    }
}
@media (max-width: 450px){
    .swiper-container{
        height: 280px;
    }
}
@media (max-width: 400px){
    .swiper-container{
        height: 256px;
    }
}

.tabs-box .tab-body{
    display: none;
}
.tabs-box .tab-body.active{
    display: block;
}
.tabbar{
    height: 50px;
    border-bottom: solid 1px #eee;
    list-style: none;
    font-size: 18px;
}
.tabbar li{
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tabbar li.active{
    border-bottom: solid 3px #0f5ab7;
}
.tabbar li a{
    display: inline-block;
    padding: 0 1.5em 1em 1.5em;
}
.tabbar li.active a{
    color: #0f5ab7;
    font-weight: bold;
}
/* .tabbar li.active p{
    line-height: 2.75;
    border-bottom: solid 3px #0f5ab7;
} */
.tabbar.bg{
    /* background-color: #fff; */
}
.tabbar.bg li.active{
    border-bottom-width: 2px;
}
.tabbar.cols4 li.col{
    width: 25%;
    text-align: center;
}
.tabbar.cols4 li.col a{
    padding: 12px 0 10px 0;
}
.tabbar.centered{
    text-align: center;
}
.tabbar.centered li{
    float: none;
    margin-left: 2em;
    display: inline-block;
}
.tabbar.centered li:first-child{
    margin-left:0;
}
@media (max-width: 450px){
    .tabbar li a{
        padding: 0 1em 1em 1em;
    }
}

@media (max-width: 400px){
    .tabbar li a{
        padding: 0 0.75em 1em 0.75em;
    }
}


.newsbox{
    margin-top: 25px;
}
.newsbox:first-child{
    margin-top: 0;
}
.newsbox .box-header {
    border:solid 1px #eee;
    height:48px;
}
.newsbox .box-header h4 {
    margin:15px 0 0 10px;
    padding-left:10px;
    border-left:solid 3px #F16408;
    color:#F16408;
    font-weight: bold;
}
.newsbox .box-header a.r-link {
    float:right;
    margin:15px 16px 0 0;
}
.newsbox .box-header a.r-link *{
    vertical-align: middle;
}
.newsbox .headline-ctn{
    padding: 20px 10px;
    border-bottom: dashed 1px #eee;
    text-align: center;
}
.newsbox .headline-ctn .headline{
    margin: 0;
    height: 60px;
    overflow: hidden;
    line-height: 1.3;
}
.newsbox .info-box{
    padding: .5em;
}
.news-list{
    margin-left: 5px;
    list-style: none;
}
.news-list > li{
    position: relative;
    left: 0;
    padding: 14px 90px 14px 25px;
    border-bottom: dashed 1px #eee;
    background: url(../images/li.png) no-repeat left;
}
.news-list > li a{
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.news-list > li .r-text{
    position: absolute;
    right: 0;
    top: 16px;
    color: #999;
}

.news-list.lg > li{
    padding: 20px 100px 20px 25px;
}
.news-list.lg > li .r-text{
    top: 22px;
}

.file-list{
    margin-left: 5px;
    list-style: none;
    font-size: 18px;
}
.file-list > li{
    position: relative;
    left: 0;
    padding: 14px 40px 14px 40px;
    border-bottom: dashed 1px #eee;
    background: url(../images/icon-file.png) no-repeat left;
}
.file-list > li a{
    display: block;
    max-width: 100%;
    height: 50px;
    vertical-align: middle;
    overflow: hidden;
}
.file-list > li .text{
    display: table-cell;
    width: 100%;
    height: 50px;
    vertical-align: middle;
}
.file-list > li .r-icon{
    position: absolute;
    right: 0;
    top: 28px;
    height: 24px;
    line-height: 24px;
}
.file-list > li .r-icon img{
    max-width: 24px;
    max-height: 24px;
}
/* quickaccess
 */
.quickaccess{
    margin-top: 30px;
}
.quickaccess .icon-list{
    overflow: hidden;
    list-style: none;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quickaccess .icon-list li{
    float: left;
    width: 40%;
    background-color: red;
}
.quickaccess .icon-list a{
    display: block;
    /*padding-bottom: 20px;*/
    text-align: center;
    /*border-bottom: solid 1px #FFE4D1;*/
    color: #666;
}
.quickaccess .icon-list a:hover{
    color: #0f5ab7;
}
.quickaccess .icon-list .icon-ctn{
    margin-top: 20px;
    height: 48px;
    line-height: 48px;
}
.quickaccess .icon-list  .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quickaccess .icon-list .text{
    /*width: 50px;*/
    /*margin-top: 8px;*/
}
.quickaccess .icon-list.cols2{
    overflow: auto;
}
.quickaccess .icon-list.cols2 li{
    width: 50%;
}

@media (max-width: 500px){
    .quickaccess .icon-list .icon-ctn{
        margin-top: 16px;
        height: 36px;
        line-height: 36px;
    }
    .quickaccess .icon-list .icon-ctn .icon{
        width: 40%;
        height: auto;
    }
}

/* mainchannels
 */
.mainchannels{
    margin-top: 30px;
}
.news-section{
    margin-top: 25px;
}
.news-section:first-child{
    margin-top: 0;
}
.news-section .section-header{
    height: 48px;
    border-bottom: solid 1px #eee;
    text-align: center;
}
.news-section .section-header .title-ctn{
    display: inline-block;
    height: 100%;
    border-bottom: solid 3px #0f5ab7;
}
.news-section .section-header h4{
    display: inline-block;
    margin: 8px 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    color: #0f5ab7;
}
.news-section .section-header h4 a{
    color: #0f5ab7;
}
.news-section .section-header h4 span{
    margin-left: 8px;
}
.news-section .section-header h4 *{
    vertical-align:bottom;
}
.news-section .list-bbar{
    margin: 20px 0 30px;
    text-align: center;
}
.news-section .list-bbar .btn-link{
    display: inline-block;
    min-width: 200px;
    padding: .5em;
    border: solid 1px #ddd;
    color: #0f5ab7;
}

.picnews-list{
    list-style: none;
}
.picnews-list > li{
    padding: 20px 0;
    border-bottom: dashed 1px #eee;
}
.picnews-list > li a{
    display: block;
}
.picnews-list > li .item-pic-box{
    float: left;
    width: 230px;
    height: 150px;
}
.picnews-list > li .item-pic-box img{
    width: 100%;
    height: 100%;
}
.picnews-list > li .item-info{
    margin-left: 250px;
}
.picnews-list > li .item-info h4{
    margin-top: 0;
    font-size: 17px;
    line-height: 1.5em;
}
.picnews-list > li .item-info .summary{
    padding: 5px 0;
}
@media (max-width: 600px){
    .picnews-list > li .item-pic-box{
        width: 200px;
        height: 120px;
    }
    .picnews-list > li .item-info{
        margin-left: 220px;
    }
}
@media (max-width: 500px){
    .picnews-list > li .item-pic-box{
        width: 150px;
        height: 90px;
    }
    .picnews-list > li .item-info{
        margin-left: 170px;
    }
}
@media (max-width: 400px){
    .picnews-list > li .item-pic-box{
        width: 120px;
        height: 72px;
    }
    .picnews-list > li .item-info{
        margin-left: 140px;
    }
    .picnews-list > li .item-info h4{
        font-size: 18px;
    }
}
/* s-channel-hyfw: 会员服务
*/
.s-channel-hyfw .num-stat{
    margin-top: 40px;
}
.num-stat .num-box{
    text-align: center;
    border-right: solid 1px #eee;
}
.num-stat .num{
    font-size: 32px;
    font-weight: bold;
    color: #EF6606;
}
.num-stat .col-md-3:last-child .num-box{
    border-right:0;
}

.table-layout,
.cols-layout{
    width: 100%;
    border-collapse: collapse;
}
.table-layout td.table-layout-cell{
    border: solid 1px #e8e8e8;
}
.cols-layout td.col-6{
    width: 50%;
}
.cols-layout td.col-3{
    width: 25%;
}
.cols-layout td.cols-layout-col{
    vertical-align: top;
    border-left: solid 1px #e8e8e8;
}
.cols-layout td.cols-layout-col:first-child{
    border-left: none;
}
.cols-layout .col-2 .content-wrapper{
    padding-top: 0;
    padding-bottom: 0;
}
.cols-layout .cols-layout-col:first-child .content-wrapper{
    padding: 0;
    padding-right: 15px;
}
.cols-layout .cols-layout-col:last-child .content-wrapper{
    padding: 0;
    padding-left: 15px;
}
.cols-layout.num-stat .cols-layout-col{
    text-align: center;
}
.cols-layout.num-stat .cols-layout-col .i-wrapper{
    padding: 12px;
}
.cols-layout.num-stat .num{
    font-size: 32px;
    font-weight: bold;
    color: #EF6606;
}


.s-channel-hyfw .vside-gallery{
    margin-top: 40px;
}

.vside-gallery .main{
    position: relative;
    height: 330px;
}
.vside-gallery .main .bbar{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .5em;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
}
.vside-gallery .main img{
    width: 100%;
    height: 100%;
}
.vside-gallery .side .nail{
    height: 100px;
    margin-top: 15px;
    background-color: #ddd;
    cursor: pointer;
}
.vside-gallery .side .nail img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.vside-gallery .side .nail.active img{
    opacity: 1;
}
.vside-gallery .side .nail:first-child{
    margin-top: 0;
}

@media (max-width: 991px){
    .vside-gallery .side .nail:first-child{
        margin-top: 15px;
    }
    .vside-gallery .side .nail{
        float: left;
        margin:15px 1.5%;
        width: 30%;
    }
}
@media (max-width: 700px){
    .vside-gallery .main{
        height: 300px;
    }
}
@media (max-width: 600px){
    .vside-gallery .main{
        height: 300px;
    }
}
@media (max-width: 500px){
    .vside-gallery .main{
        height: 250px;
    }
}
@media (max-width: 400px){
    .vside-gallery .main{
        height: 200px;
    }
}

/* s-channel-xmhz: 项目合作
 */
.s-channel-xmhz .gallery{
    margin-top: 20px;
}
.s-channel-xmhz .thumbnail{
    border: 0;
    border-radius: 0;
    text-align: center;
}
.s-channel-xmhz .thumbnail .caption{
    height: 30px;
    overflow: hidden;
}
.s-channel-xmhz .thumbnail .img-ctn{
    height: 173px;
    border: solid 1px #f2f2f2;
    padding: .5em;
}
.s-channel-xmhz .thumbnail .img-ctn img{
    width: 100%;
    height: 100%;
    border: 0;
}
.s-channel-xmhz .gallery{
    height: 1150px;
    overflow: hidden;
}
@media (max-width: 991px){
    .s-channel-xmhz .thumbnail h4{
        font-weight: normal;
    }
    .s-channel-xmhz .gallery{
        height: auto;
    }
}

.friendlinks .icon-list{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.friendlinks .icon-list li{
    margin: 20px 30px 0 0;
    width: 160px;
    height: 45px;
}
.friendlinks .icon-list a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border: solid 1px #eee;
}
.friendlinks .icon-list a img{
    width: 100%;
    height: 100%;
}
@media (max-width: 600px){
    .friendlinks .icon-list li{
        margin-left: 1.5%;
        margin-right: 1.5%;
        width: 30%;
    }
}
@media (max-width: 500px){
    .friendlinks .icon-list li{
        margin-left: 2.5%;
        margin-right: 2.5%;
        width: 45%;
        height: 40px;
    }
}

/* footer
 */
footer > .bnav{
    margin-top: 50px;
    min-height: 200px;
    background-color:#3B4551;
    color: #fff;
}
footer > .bnav > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-links-box{
    float: left;
}
.footer-links-box-mask:before{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 60px);
    opacity: 0;
    background: rgba(255,255,255,.75);
    visibility: hidden;
    -webkit-transition: -webkit-opacity 0.5s ease;
    transition: -webkit-opacity 0.5s ease;
}
.footer-links,
.sub-links{
    list-style: none;
}
.footer-links a{
    display: inline-block;
}
.footer-links a:hover{
    color: #ff9046;
}
.footer-links > li{
    float: left;
    min-width: 110px;
    padding-right: 2em;
}
.footer-links > li > a{
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}
.footer-links .sub-links a{
    margin: .5em 0;
    color: #9ca0a4;
}
.footer-links .sub-links a:hover{
    color: #ff9046;
}

footer{
    margin-top: 30px;
}
footer .qrcode-ctn{
    float: right;
    text-align: center;
}
footer .qrcode-ctn img{
    width: 150px;
    height: 150px;
    border-radius: 5px;
}
footer .bbar{
    padding: 25px 0;
    background-color:#FAB483;
    text-align: center;
}
@media (max-width: 1199px){
    .footer-links-box{
        padding-bottom: 2em;
    }
    footer .qrcode-ctn{
        float: none;
        clear: both;
    }
}
@media (max-width: 991px){
    html.popup-open,
    body.popup-open{
        height: 100%;
        overflow: hidden;
    }
    .footer-links-box{
        width: 270px;
        height: 100%;
        position: fixed;
        z-index: 100;
        top: 0;
        right: -270px;
        bottom: 0;
        display: block;
        overflow: auto;
        background-color: #3B4551;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
    }
    .footer-links-box.popup-open{
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px);
    }
    .footer-links-box-mask.popup-open:before{
        opacity: 1;
        visibility: visible;
    }
    .footer-links{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        /* bottom(20px) is half of fixed-bar height to make transparent effect; */
        bottom: 20px;
        padding: 1em 0 60px 1em;
        overflow: auto;
    }
    .footer-links > li{
        display: block;
        margin-top: .5em;
        padding-right: 1em;
        width: 100%;
    }
    .footer-links > li > a{
        margin-bottom: 0;
    }
    .footer-links li a{
        display: block;
        border-radius: 2px;
        padding: 8px 10px;
        margin: 2px 0;
    }
    .footer-links li.active a{
        color: #fff;
        background-color: #607D8B;
    }
    .footer-links .sub-links a{
        margin: 2px 0;
    }
    .footer-links-box .fixed-bar{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40px;
        background-color: rgba(52, 60, 70, 0.9);
        text-align: center;
        color: #959699;
    }
    .footer-links-box .fixed-bar .btn-close{
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 767px){
    footer .qrcode-ctn img{
        width: 100px;
        height: 100px;
    }
}





/** channel page **/

/* subhead
 */
.subhead{
    height: 200px;
}
.subhead .container{
    height: 100%;
    margin:0 auto;
    background: url(../images/bbg2.png) no-repeat bottom center;
    background-size: auto  42%;
}
.subhead .content-ctn{
    margin-top: 45px;
}
.subhead .actions-ctn{
    float: right;
}

.subhead .m-actions-ctn{
    position: absolute;
    right: 10px;
    top: 78px;
}
.subhead .m-actions-ctn .icon-ctn{
    display: inline-block;
    margin-left: 1em;
}
.subhead .search-box-ctn{
    margin-top: 30px;
    text-align: center;
}
.subhead .logo-ctn{
    float: left;
    width: 500px;
    margin-top: 10px;
    text-align: center;
}
.subhead .logo{
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px){
    .subhead .logo-ctn{
        width: 400px;
    }
    .subhead .search-box{
        width: 458px;
    }
    .subhead .search-box .s-input-box{
        width: 360px;
    }
    .subhead .search-box .s-input{
        width: 311px;
    }
}
@media (max-width: 991px){
    .subhead .content-ctn{
        margin-top: 50px;
    }
    .subhead .logo-ctn{
        width: 400px;
    }
    .subhead .actions-ctn{
        float: none;
        clear: both;
    }
    .subhead .actions-ctn:before{
        display: table;
        content: " ";
    }
}
@media (max-width: 767px){
    .subhead .logo-ctn{
        margin-right: 120px;
        width: auto;
    }
}
@media (max-width: 500px){
    .subhead .logo-ctn{
        margin-right: 0;
        width: auto;
    }
    .subhead .m-actions-ctn{
        top: 10px;
    }
}

/* main-content
 */
.maincontent{
    padding-top: 30px;
    background: url(../images/body-bg.jpg) repeat-x top;
}

.sidenav-box{
    color: #fff;
    background-color: #CC351A;
}
.sidenav-box .box-header{
    height: 90px;
    line-height: 90px;
    background: #0f5ab7 url(../images/channel-box-header-bg.jpg) no-repeat bottom right;
}
.sidenav-box .box-header h3{
    margin: 0;
    padding: 40px 0 0 40px ;
}
.sidenav-box .box-body{
    font-size: 17px;
}
.nav-list{
    list-style: none;
}
.nav-list > li a,
.nav-list .sub-list > li a{
    display: block;
    padding: 15px 20px 15px 65px;
    border-bottom: solid 1px #0a4185;
    color: #F1A9A7;
    background: url(../images/triangle-left.png) no-repeat 40px 21px;
}
.nav-list > li:hover a,
.nav-list > li.active a,
.nav-list .sub-list > li.active a{
    color: #fff;
    background-color: #0a4185;
}
.nav-list .sub-list-toggle.opened .sub-list{
    display: list-item;
}
.nav-list .sub-list{
    display: none;
}
.nav-list .sub-list > li a{
    background: none;
}

.mainbody-box{
    border: solid 1px #FFEFE5;
    background-color: #fff;
}
.mainbody-box .mainbody-box-header{
    margin: 30px;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}
.mainbody-box .mainbody-box-header .crumb,
.mainbody-box .mainbody-box-header .crumb a{
    color: gray;
}
.mainbody-box .mainbody-box-header .crumb a:hover{
    color: #0f5ab7;
}
.mainbody-box .mainbody-box-body{
    margin: 30px;
    margin-top: 0;
    min-height: 500px;
}
.mainbody-box .mainbody-box-body:first-child{
    padding-top: 30px;
}
.mainbody-box .pagination-ctn{
    text-align: center;
}
.mainbody-box .pagination{
    vertical-align: middle;
}
.mainbody-box .pagination-info{
    display: inline-block;
    padding: 10px 0 10px 16px;
    margin-top: 20px;
    vertical-align: middle;
}

.mainbody-box .pagination-lg{
    margin-bottom: 0;
}
.mainbody-box .pagination-lg > li > a{
    color: #0f5ab7;
}
.mainbody-box .pagination-lg > .active > a{
    color: #fff;
    background-color: #CC351A;
    border-color: #CC351A;
}

@media (max-width: 767px){
    .mainbody-box{
        border: 0;
        border-top: solid 1px #FFEFE5;
    }
    .mainbody-box .mainbody-box-body{
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* some special channel pages have sub channels */
.subchannels{
    margin-top: 30px;
}
.subchannels .quickaccess:first-child{
    margin-top: 0;
}
img.channel-banner{
    width:100%;
}
.marquee-box{
    margin-top: 20px;
    padding: 10px 10px 10px 30px;
    border:solid 1px #FFE4D1;
    background: #FFFAF6 url('../images/icon-bell.png') 9px 12px no-repeat;
    min-height: 40px;
}
.marquee-box .marquee-text{
    width: 100%;
    overflow: hidden;
}
.marquee-box .marquee-text .item{
    display: inline-block;
    margin-right: 8em;
}

.icon-link-box{
    padding: 10px;
    border:solid 1px #FFE4D1;
    text-align: center;
    background-color: #FEF9F5;
}
.icon-link-box h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.icon-link-box h3 *{
    vertical-align: middle;
}
.icon-link-box h3 a{
    color: #0f5ab7;
}
.icon-link-box h3 .text{
    display: inline-block;
    margin-left: 8px;
}

/** article page **/

.article .article-header{
    padding: 15px;
    text-align: center;
    border-bottom: dashed 1px #eee;
}
.article .article-meta{
    color: #999;
}
.article .article-meta .meta-text{
    margin: 0 0.5em;
}
.article .article-body{
    padding-top: 2em;
    line-height: 200%;
    font-size: 17px;
}
.article .article-body img{
    max-width: 100%;
    height: auto;
}

.tan-left {
    position: fixed;
    left: 0;
    top: 8vh;
    display: flex;
    flex-direction: column;
    z-index: 9;
}
.tan-right {
    position: fixed;
    right: 0;
    top: 8vh;
    display: flex;
    flex-direction: column;
    z-index: 9;
}
.tan-right li {
    width: 120px;
}
.tan-right li a img {
    width: 100%;
}
.tanc {
    cursor: pointer;
}
.tabs-box {
 
    padding-top: 0;
    background-color: #fff;
    box-sizing: border-box;
}

@media (max-width: 768px){
    .tan-left {
        display: none;
    }
    .tan-right {
        display: none;
    }
    .hp {
        flex-direction: column;
    }
    .hp .news2 {
        margin: 0% !important;
        margin-top: 20px !important;
    }
    .menubar {
        /* display: none; */
    }
    .js-fh5co-nav-toggle {
        display: none !important;
    }
    .masthead .logo{
        width: 100%;
    }
}
