*{
        margin:0;
        padding:0
}

body{
    position:relative;
    font-family: "微软雅黑" , Arial, Helvetica, sans-serif;
    overflow: auto;
    background: initial;
}

/* 中等屏幕 */
@media (min-width: 1200px) {
    body {
        min-width: 1200px;
    }
}

a{
    text-decoration: none;
    color:#333;
}

a:hover,a:active {
    color:gray;
}

ul {
    list-style-type: none;
}

.topBanner{
    width:100%;
    text-align: center;
    background-color: #cf0000;
}

.menuBar{
    height:60px;
    width:100%;
    text-align: center;
    background-color: #cf0000;
    margin: auto;
}

@media (min-width: 1200px) {
    .menuBar{
        width:1200px;
    }
}

.menuBar ul{
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}

.menuBar li{
    float: left;
    font-size: 30px;
    line-height: 66px;
    color: white;
    width: 270px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
}

@media (min-width: 960px) {
    .menuBar li{
        float: left;
        font-size: 30px;
        line-height: 66px;
        color: white;
        width: 220px;
        font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
    }

    .topBanner{
        height: initial;
    }
}

@media (min-width: 1200px) {
    .menuBar li{
        width: 270px;
    }
}

.menuBar li a{
    color: white;
}

.menu_split{
    width: 10px !important;
}

.doc_content {
    width: 1200px;
    margin: auto;
    /*background-color: #fffdef;*/
}

@media (min-width: 960px) {
    .doc_content {
        width:100%;
    }
}

@media (min-width: 1200px) {
    .doc_content {
        width:1200px;
    }
}

.topNews {
    height: 100px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: grid;
}

.topNews a{
    color: #cf0000;
    font-size: 36px;
    line-height: 100px;
}

.leftSlideshow{
    width: 50%;
    float: left;
    height: 400px;
    /*background-color: #00a0e9;*/
}

.rightNews{
    width: 50%;
    height: 400px;
    /*padding-left: 50px;*/
}

.sygs_spqh {
    width: 100%;
    float: left;
    height: 400px;
    position: relative;
}

.sygs_spqh .bd ul li {
    width: 600px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.sygs_spqh .bd ul li img {
    width: 600px;
    height: 400px;
}

.sygs_spqh .bd ul li .bt {
    width: 400px;
    height: 40px;
    padding: 0 10px;
    /*text-align: center;*/
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 15;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.sygs_spqh .bd ul li .bt a {
    color: #fff;
}

.sygs_spqh .hd {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 16;
}

.sygs_spqh .hd ul .on {
    background: #ff3025;
}

.sygs_spqh .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 0;
    cursor: pointer;
    background: #9fa1a0;
    overflow: hidden;
    margin-right: 10px;
    z-index: 16;
    border-radius: 50%;
}

.sygs_spqh .bd ul li .bg {
    width: 100%;
    height: 40px;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    background: #d32d2f;
    opacity: 0.9;
    z-index: 1;
}

.rightNews ul{
    padding-top: 10px;
}

.rightNews li{
    display: flex;
    height: 55px;
    line-height: 55px;
}

.hygb li{
    display: flex;
    height: 45px;
    line-height: 45px;
}

.xxgc li{
    display: flex;
    height: 45px;
    line-height: 45px;
}

 li .title{
    font-size: 18px;
    float: left;
    width: 450px;
    overflow: hidden; /* 超出的内容隐藏 */
    text-overflow: ellipsis;
    white-space: nowrap;
}

 li .pub_date{
    width: 120px;
    float:right;
    text-align: center;
    padding-left: 10px;
}

 .moreCls {
     margin: auto;
     width: 240px;
     height: 48px;
     font-size: 20px;
     text-align: center;
     border-style: solid;
     border-width: 1px;
     line-height: 48px;
     border-color: #bfbfbf;
 }

.movingCards .scroll {
    position: relative;
    margin: 0 60px 0 60px;
}

@media (min-width: 960px) {
    .movingCards li img {
        width: 100%;
        height: 180px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .movingCards li img {
        width: 350px;
        height: 180px;
    }
}

@media (max-width: 1200px) {
    .topic h2, .topic-prev, .topic-next {
        display: initial;
    }
}