* {
    padding: 0;
    margin: 0;
}
html, body {
    color: #333;
    font-size: 16px;
    font-family: inherit;
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #fafafa;
}
body {
    background: url(/images/ds-bj.png) repeat-y;
    background-size: 1920px 100%;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
img, input {
    border: 0;
}
.top {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.top>img {
    display: block;
    width: 100%;
}
.px1440 {
    max-width: 1440px;
    margin: 0 auto;
}
.main {
    margin-top: -180px;
    position: relative;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
}
.main {
    background: none;
}
.nav {
    height: 82px;
    line-height: 82px;
}
.nav>ul {
    max-width: 1200px;
    width: 83%;
    margin: 0 auto;
    height: 80px;
    padding-top: 20px;
    background: none;
}
.nav>ul>li {
    float: left;
    width: 20%;
    height: 80px;
    text-align: center;
    position: relative;
}
.nav>ul>li>a {
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 26px;
    line-height: 80px;
    position: relative;
}
.nav>ul>li:hover>a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}
.text-lists {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 60px 0 60px;
}
.text-lists {
    max-width: 1200px;
    padding: 0;
}
.hot-new {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

#footer {
    height: auto !important;
    background: #b5282e;
    text-align: center;
    margin-top: 40px;
}
#footer .footer p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 3px 0;
}
#footer .footer p span {
    margin-left: 15px;
}
.footer {
    padding: 20px 20px;
}

.new-list {
    width: 48%;
    float: right;
}
.new-list h2 {
    color: #fff;
    overflow: hidden;
    font-weight: normal;
}
.ggtit-h2 {
    border: none;
    width: 110px;
    padding: 0 5px;
    text-align: center;
    margin-right: 5%;
    font-size: 25px;
    position: relative;
    
    font-weight: bold;
    line-height: 45px;
    left:0;
}
.active {
    font-size: 25px;
    /* border-bottom: 3px solid #c71f1b; */
    color: #fff;
    background: #c71f1b;
}
.new-list h2 a {
    float: right;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}
.new-list ul {
    /* margin-top: 15px; */
}
.new-list ul li {
    border-top: 1px solid #e5e5e5;
    position: relative;
    left: 0;
    transition: all 0.3s;
}
.new-list ul li a {
    font-size: 16px;
    color: #333;
    line-height: 55px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 76%;
}
.new-list ul li .date {
    right: 12px;
    font-size: 16px;
    line-height: 55px;
    position: absolute;
    top: 0;
}
.ad-new {
    padding: 0px 20px 20px 20px;
    background: #fff;
    overflow: hidden;
}
.centre-new {
    padding: 0px 20px 20px 20px;
    background: #fff;
    overflow: hidden;
}
.centre-new .lists {
    width: 50%;
}
.centre-new .lists.fl .lists_con {
    margin-right: 13px;
}
.centre-new .lists.fr .lists_con {
    margin-left: 13px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.part-two-head {
    border-bottom: #CD010D 2px solid;
    position: relative;
}
.part-two-head p {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
}
.get-more {
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 14px;
    color: #666;
}
.centre-new li {
    position: relative;
    line-height: 44px;
    color: #333;
    text-indent: 24px;
}
.centre-new li a {
    font-size: 16px;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 76%;
}
.centre-new li span.time {
    color: #999;
    position: absolute;
    top: 0;
    right: 12px;
}
.centre-new li:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #d2daef;
    margin-top: -4px;
}


.text-lists .text-ul li {
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    padding-right: 100px;
    position: relative;
    color: #999999;
    position: relative;
    transition: all 0.3s;
    top: 0;
}
.text-lists .text-ul li:nth-child(1) {
    border-top: none;
}
.text-lists .text-ul li a {
    padding-left: 20px;
    display: block;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.text-lists .text-ul li span {
    position: absolute;
    width: 100px;
    right: 0;
    font-size: 16px;
    text-align: right;
    top: 0;
}
.text-lists .text-ul li a::before {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #bfbfbf;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
#main-cont {
    background: #fff;
    margin: 0 auto;
    padding: 30px 60px 0 60px;

}

.nav>div {
    float: left;
    height: 80px;
    text-align: center;
    position: relative;

}
.nav>div>a {
    display: block;
    padding: 0 32px;
    color: #fff;
    font-size: 26px;
    line-height: 80px;
    position: relative;
}
.nav>div:hover>a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 2px;
    height: 3px;
    background: #fae385;
}


.top {
    height: 560px;
    background: #ca0227 url(../images/banner1.png) no-repeat center top;
    background-size: 100% auto;
}
.top-t {
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 32px;
    white-space: nowrap;
    position: relative;
    /* line-height: 64px;
    background: #333; */
}
.top-l {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 64px;

}
.top-l a {
    color: inherit;
}
.top-l img {
    height: 64px;
    width: auto;
    margin-right: 10px;
    float: left;
}
.top-t .home {
    position: absolute;
    right: 40px;
    top: 120px;
    font-size: 14px;
    color: #fff;
    border: 1px #fff solid;
    padding: 0 16px;
    border-radius: 6px;
    line-height: initial;
}
.top-t .home a {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.channelwrap {
    overflow: hidden;
    /*padding-top: 20px;*/
}

.channel-guide {
    float: left;
    width: 305px;
}

.channel-guide-list li {
    width: 100%;
}
.channel-guide-list .active a {
    background-color: #ff3333;
    color: #ffffff !important;
    font-size: 16px !important;
}

.channel-guide-list li a {
    display: block;
    padding: 20px 10px 20px 35px;
    padding-left: 35px;
    background-color: #aaaaaa;
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: 16px !important;
}
.channel-guide-list li a:hover{
    background-color: #ff3333;
}
.channel-guide .channel-guide-list {
    background-size: 30px;
    color: #ffffff !important;
    font-size: 16px !important;
}
.channel-guide .checked>a {
    background: url(../images/Ico.png) 10px -160px no-repeat;
    background-color: #ca0227;
    background-size: 35px;
}
.channel-guide .channel-guide-list>a {
    display: block;
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
    background: url(../images/Ico.png) 15px -200px no-repeat;
    background-color: #ca0227;
    background-size: 35px;
    padding: 20px 10px 20px 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.channel-part {
    width: 870px;
    height: auto;
    box-sizing: border-box;
    border: 1px #e5e5e5 solid;
    padding: 5px 25px 25px 25px;
    float: right;
}

.channel-part-box .news-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 20px;
    padding: 15px 0;
    overflow: hidden;
}
.channel-part-box .news-title em {
    width: 10px;
    height: 22px;
    background: #d6012d;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 4px;
    float: left;
}
.channel-part-box .news-title span {
    width: 746px;
    float: left;
    cursor: pointer;
}
.channel-part-box .news-part-list li>a {
    display: block;
    width: 80%;
    height: 36px;
    line-height: 36px;
    transition: .5s all;
    background: url(../images/Ico.png) 5px -883px no-repeat;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    box-sizing: border-box;
    color: inherit;
}
.channel-part-box .news-part-list li>span {
    display: block;
    float: right;
    width: 20%;
    font-size: 16px;
    text-align: right;
    color: #999999;
    cursor: pointer;
    line-height: 36px;
}
.channel-part-box .news-part-list li {
    width: 100%;
    overflow: hidden;
}
.news-part-list-more {
    padding: 0 10px;
    text-align: center;
    background: #f3f3f3;
    height: 46px;
    line-height: 46px;
    margin: 20px 0 20px 0;
}
.news-part-list-more a{
    color: #000 !important;
}

.channel-guide-list ul{
    display: none;
  }
  .channel-guide .channel-guide-list ul {
      display: none;
  }
  .channel-guide .checked ul {
      display: block;
  }
  .channel-guide .checked>a {
    background: url(../images/Ico.png) 10px -160px no-repeat;
    background-color: #ca0227;
    background-size: 35px;
}
  a {
      text-decoration: none;
      color: inherit;
      cursor: pointer;
  }


  .wrap-box h2 {
    background: url(../images/title_01.png) no-repeat center;
    background-size: 95%;
    margin: 40px 0;
    text-align: center;
    font-size: 25px;
    text-indent: -8px;
}
.wrap-box .search {
    margin: 0 auto;
    width: 670px;
    overflow: hidden;
    margin-bottom: 30px;
}
.wrap-box .search .ipt {
    width: 540px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #FFFFFF;
    border: 1px #ddd solid;
    padding: 0 20px;
    outline: none;
    float: left;
}
.wrap-box .search .btn {
    width: 80px;
    height: 42px;
    line-height: 42px;
    background: #ff7000;
    border: 1px #ff7000 solid;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    cursor: pointer;
    float: left;
}
.wrap-box .system_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-box .system_box li {
    width: 32.3%;
}
.wrap-box .system_box li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 80px;
    border: 1px solid #e5e5e5;
    padding: 15px 8px 15px 12px;
    font-size: 17px;
    margin-top: 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrap-box .system_box li a:hover{
    border: 1px #ca0227 solid;
    background: #ca0227;
    color: #fff;
}
.wrap-box .link-box {
    overflow: hidden;
}
.wrap-box .link-box li {
    float: left;
    width: 257px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    border: 1px #f0f0f0 solid;
    margin: 5px 9px;
    padding-left: 10px;
}

.wrap-box .news-lists ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-box .news-lists ul li {
    width: 48%;
}
.wrap-box .news-lists li a {
    display: block;
    width: 80%;
    height: 36px;
    line-height: 36px;
    transition: .5s all;
    background: url(../images/Ico.png) 5px -883px no-repeat;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    box-sizing: border-box;
}

.channel-lower {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 0;
    overflow: hidden;
    display: flex;
}
.channel-lower em {
    width: 10px;
    height: 22px;
    background: #d6012d;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 4px;
}
.channel-lower span {
    cursor: pointer;
    flex: 1;
}
.channel-lower-list li {
    width: 100%;
    overflow: hidden;
}
.channel-lower-list li a {
    display: block;
    width: 80%;
    height: 36px;
    line-height: 36px;
    transition: .5s all;
    background: url(../images/Ico.png) 5px -883px no-repeat;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    box-sizing: border-box;
}
.channel-lower-list li span {
    display: block;
    float: right;
    width: 20%;
    font-size: 16px;
    text-align: right;
    color: #999999;
    cursor: pointer;
    line-height: 36px;
}
.paging {
    width: 100%;
    line-height: 34px;
    font-size: 14px;
    overflow: hidden;
    margin: 20px 0 40px 0;
    margin: 10px 0px;
}

#main-conts {
    background: #fff;
    margin: 0 auto;
    padding: 20px;
}
    