.content-center {
    background-color: #fff;
    padding-top: 50px;
    margin: 50px auto;
    border: 1px #f2f3fd solid;
    border-radius: 4px;
    box-shadow: 0 2px 8px #f2f3fd;
    padding-bottom: 52px;
    min-height: 500px;
}

.content-center .content-box {
    width: 90%;
    margin: 0 auto;
}

.content-center .content-box.no-content {
    min-height: 650px;
    background: url(../../images/hunan/no_content_tip.png) no-repeat center center;
}

.content-center .situation {
    float: right;
    line-height: 34px;
    color: #999;font-size:14px;
}

.content-center .mw {
    max-width: 285px;
}

.content-center .situation a {
    color: #999;
}

.content-center .situation .file {
    border: 1px #dbdbdb solid;
    font-size: 12px;
    height: 28px;
    border-radius: 4px;
    padding: 2px 8px;
    margin-right: 12px;
    line-height: normal;
}

.content-center .situation .file input {
    border: 0 none;
    float: left;
    height: 22px;
    margin-right: 8px;
}

.content-center .situation .search-btn {
    float: left;
    margin-top: 2px;
    background: url(../../images/search_icon.png) no-repeat center center;
    border: 0 none;
    width: 18px;
    height: 18px;
}

.articles {
    padding-bottom: 57px;
    min-height: 500px;
}

.articles h2 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #666666;
    margin-top: 56px;
}

.articles .title-bar {
    overflow: hidden;
    display: table;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 30px;
    color: #808080;
    width: 100%;
       display: flex;
    justify-content: center;
   
}

.articles .title-bar span {
    margin: 0 13px;
    font-size: 14px !important;
}



.articles p {
	font-size: 16px;
    line-height: 1.75em;
	font-family: 宋体, SimSun;
}

.articles p img {
    max-width: 100%;
}

.articles p.img {
    text-align: center;
    padding: 33px 0;
}

.articles img {
    display: block;
    margin: 18px auto;
}

.articles video {
    width: 1000px;
    height: 560px;
}

.articles table {
    display: table;
    margin: 0 auto;
}

.title-list {
    height: 34px;
    width: 100%;
    border-bottom: 2px #ccc solid;
    position: relative;
}

.title-list:after {
    content: "";
    width: 173px;
    height: 36px;
    background: url("../../images/hunan/title_bg.png") no-repeat;
    position: absolute;
    left: 0px;
    bottom: -2px;
    z-index: 1;
}

.title-list .rightAngle{
    width: 16px;
    height: 16px;
    border-left: 3px solid #CB2900;
    border-bottom: 3px solid #CB2900;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.mb30{margin-bottom:30px;}
.title-list strong {
    /* min-width: 134px; */
    text-align: center;
    line-height: 34px;
    float: left;
    color: #CB2900;
    font-size: 20px;
    font-weight: normal;
    padding: 0 8px;
    position: absolute;
    z-index: 2;
    bottom: 2px;
    left: 3px;
    font-weight: 700;
}

.mul-title-list {
    border-bottom: 2px solid #ce101a;
    display: flex;
    justify-content:space-between;
}

.mul-title-list .title-list-left {
    display: inline-block;
    width: 600px;
}

.mul-title-list .title-list-left-box {
    display: inline-block;
    background: #ce101a;
    padding: 10px;
}

.mul-title-list .multiple-line {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}

.mul-title-list .situations {
    display: inline-block;
    width: 330px;
    margin-bottom: -10px;
}

/* .mul-title-list .red-line{width: 100%;height: 2px;background: #ce101a;} */
.news-lits-bar {
    margin-top: 20px;
    padding-bottom: 20px;
}

.news-lits-bar li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px #dbdbdb dashed;
}

.news-lits-bar li strong {
    float: left;
    font-weight: normal;
    position: relative;
    padding-left: 15px;
    height: 20px;
    line-height: 20px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 45px;
}

.news-lits-bar li span{color: #999;right: 0;}

.news-lits-bar .padding10 {
    padding: 15px 0 !important;
}

.news-lits-bar li .multi-line {
    height: auto !important;
    line-height: 30px;font-size:16px;
}

.news-lits-bar li .multi-line:after {
    top: 15px;
    margin-top: -3px;
}

.news-lits-bar li strong:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    
    border-radius: 50%;
}

.news-lits-bar li span {
    float: right;
    font-size: 14px;
    margin-top: 3px;
}

.news-lits-bar li em.fz {
    color: #ccc;
    font-size: 12px;
    margin-left: 6px;
}

.news-lits-bar li .preview {
    font-size: 12px;
    color: #ce101a;
}

.news-lits-bar .layui-badge,
.news-lits-bar .layui-badge-dot,
.news-lits-bar .layui-badge-rim {
    background-color: #d0201c;
    margin-left: 8px;
    position: absolute;
    right: 0;
}
  .hunan-bg {
            padding-top: 40px;
            padding-bottom: 10px;

        }

        .articles_ul {
            display: flex;
            margin-top: 30px;
        }

        .articles_ul .layui_this {
            border-bottom: 2px solid #cb2900;
        }

        a:hover {
            color: #4c4c4c;
        }

        .articles_ul li {
            display: inline-block;
            vertical-align: middle;
            font-size: 14px;
            transition: all .2s;
            -webkit-transition: all .2s;
            position: relative;
            line-height: 40px;
            min-width: 65px;
            padding: 0 15px;
            text-align: center;
            cursor: pointer;
            font-size: 18px;
            color: #666;
            border-bottom: 2px solid #ab9a95;
            margin: 0 10px;
        }

        /* .articles_ul li:hover{
            border-bottom: 2px solid #cb2900;
        } */

        .articles_ul .layui_this a {
            color: #cb2900;
        }

        .news-lits-bar li strong:after {
            content: none;
        }

        .padding10 a img {
            float: left;
            width: 8px;
            margin-top: 2px;
        }

        .news-lits-bar li strong {
            padding-left: 7px;
        }

        .news-lits-bar li strong:hover {
            color: #cf1219;

        }

        .newlist_ay {
            display: flex;
            align-items: center;
            position: relative;
        }
        .news-lits-bar li span{
            position: absolute;
        }

        .articles p,
.articles,
.articles p span {
    font-size: 16px !important;
    line-height: 32px !important;
}

/* 图片列表 */
.show-list li{padding:15px 30px;width:100%;box-sizing: border-box;border-bottom:1px solid #eee;}
.show-list li .imgs{height:100px;margin-right:40px;}
.show-list li .imgs img{height:100%;}
.show-list li .show-tit h3{font-size:18px;line-height:18px;margin-bottom:20px;}
.show-list li:hover .show-tit h3{color:#e61a2a;}
.show-list li .show-tit p.desc{font-size:14px;line-height:24px;}

/* 移动端样式 */
@media screen and (max-width:780px) {
    .news-lits-bar li strong{max-width:80%;}
    .content-center{min-height:5rem;margin:0.5rem auto;padding:0.5rem 3%;box-sizing: border-box;}
    .content-center .content-box{width:100%;}
    .articles h2{margin-top:0.5rem;}
    .articles .title-bar{padding-top:0.2rem;padding-bottom:0.4rem;}
    .articles img{margin:0.1rem auto;}
    .mb30{margin-bottom:0.3rem;}

    .show-list li{padding:0.2rem 0px;border-bottom:1px solid #eee;}
    .show-list li .imgs{height:1rem;margin-right:2%;}
    .show-list li .imgs img{height:100%;}
    .show-list li .show-tit h3{font-size:0.28rem;line-height:0.28rem;margin-bottom:0.1rem;}
    .show-list li:hover .show-tit h3{color:#e61a2a;}
    .show-list li .show-tit p.desc{font-size:0.24rem;line-height:0.32rem;}
    .articles{padding-bottom:0.6rem;}
    .articles h2{font-size: 0.4rem;line-height: 0.6rem;}
    .articles p, .articles, .articles p span{font-size: 0.26rem !important;line-height: 0.4rem !important;}


  .title-list strong{font-size: 0.32rem;}
  .content-center .situation{line-height: 0.34rem;font-size: 0.2rem;}

  .news-lits-bar .padding10{padding: 0.15rem 0 !important;}
  .news-lits-bar li .multi-line{line-height: 0.4rem;font-size: 0.28rem;}
}