@charset "UTF-8";
.cm-navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    color: #212529;
}

.cm-navbar .navbar-nav .nav-link.active {
    color: #FFF;
    background: #c10008;
}

.flex-1 {
    flex: 1 !important;
}

.navbar-nav-scroll {
    /*max-width: 100%;*/
    /*margin-top: .25rem;*/
    width: 1600px;
    background-color: #e1e2e4;
    margin: 0 auto;
    height: 58px;
    position: absolute;
    bottom: 0;
    left: -230px;
    right: 0;
    overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
    /*padding-bottom: 2rem;*/
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 1140px;
    height: 58px;
    margin: 0 auto;
    background: #e1e2e4;
    border-bottom: 3px solid #c10008;
}

.navbar-nav-scroll .navbar-nav .nav-item {
    box-sizing: border-box;
    font-size: 21px;
    color: #4b4b4b;
    flex: 1;
    line-height: 58px;
    display: block;
}

.navbar-nav-scroll .navbar-nav .nav-item .nav-link {
    text-align: center;
    font-size: 21px;
    line-height: 55px;
    display: block;
    padding: 0 !important;
}


.cm-hidden {
    display: none;
}

.cm-pointer {
    cursor: pointer;
}

.cm-ff-yh {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
    font-size: 24px;
    line-height: 50px;
    color: #434343;
    text-align: center;
}

.cm-block-head-bottom {
    border-bottom: solid 2px;
    border-color: #c10008;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.cm-trans-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
    max-width: 180px;
    max-height: 120px;
}

@media screen and (max-width: 767px) {
    .cm-media-img {
        max-width: 120px;
        max-height: 80px;
    }
}

.list-inline-item a {
    color: #919191 !important;
}

.cm-link {
    color: #212529;
}

.cm-link:hover {
    color: #dc3545;
}

.es-highlight em {
    color: #dc3545;
    font-style: normal;
}

.content {
    width: 1160px;
    height: auto;
    overflow: hidden;
    margin: 35px auto 0;

    min-height: 700px;
}

.cl {
    width: 244px;
    height: 650px;
    float: left;
    border: 1px solid #e5e5e5;
}

.cl h1 {
    font-size: 30px;
    color: #ffffff;
    background: url(../img/list_bg_03.png) no-repeat;
    width: 242px;
    height: 85px;
    line-height: 85px;
    padding-left: 15px;
}

.cl .channel ul {
    background: url(../img/listlbg_06.png) no-repeat left bottom;
    height: 565px;
}

.cl .channel ul li {
    height: 65px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 65px;
    text-align: center;
    font-size: 20px;

}

.cl .channel ul li a {
    color: #3d3d3d;
    background: url(../img/a_03.png) no-repeat 60px center;
    display: block;
}

.cl .channel ul li a:hover {
    color: #c10008;
    background: url(../img/h_06.png) no-repeat 60px center;
}

.cl ul li a.hover {
    color: #c10008;
    background: url(../img/h_06.png) no-repeat 60px center;
}

.cr {
    width: 875px;
    height: auto;

    overflow: hidden;
    float: right;
}

.dang {
    font-size: 15px;
    color: #919191;
    height: 31px;
    padding-left: 40px;
    line-height: 31px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../img/dang_03.png) no-repeat 15px center;
}

.list {
    margin-top: 15px;
}

.list .lh {
    background: url(../img/cbg_03.png) no-repeat left center;

    height: 55px;
}

.zqyj .lh {
    background: url(../img/zqyj_03.png) no-repeat left center;

}

.list .lh h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 48px;
    width: 180px;
    text-align: center;
    font-weight: 500;
}

.list ul {
    margin: 7px 10px;
    width: 875px;
    height: auto;
    overflow: hidden;
}

.list ul li {
    background: url(../img/dot2_03.png) no-repeat left center;
    float: left;
    line-height: 47px;
    padding-left: 15px;
    width: 820px;
}

.list ul li .date {
    float: right;
    color: #b3b3b3;
    margin-right: 5px;
    display: block;
}

.vsbcontent_img{
  text-align: center
}