html,body{
    overflow-x: auto!important;
}

#header {
    width: 100%;
    height: 80px;
    background: #af0015;
}
#header .logo {
    width: 415px;
    height: 66px;
    margin-top: 8px;
}

#header .menu {
    width: 726px;
    height: 80px;
    line-height: 80px;
}
#header .menu li {
    float: left;
    color: #fff;
    height: 74px;
    font-size: 20px;
    background: #af0015;
}

#header .menu li a {
    border-bottom: none !important;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 24px;
    height: 74px;
}

#header .menu li a:hover,
#header .menu li a.active {
    border-bottom: 6px solid #fff;
    background: #ffd5a6;
    color: #af0015;
}

#bodyer {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index-lefter {
    width: 954px;
}

.index-news {
    width: 100%;
    height: 346px;
}
.index-news .t {
    width: 100%;
    height: 25px;
    background: url(../img/index_news_title.png);
    position: relative;
}
.index-news .t a {
    display: block;
    font-size: 16px;
    color: #af0015;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.index-news .t a::after {
    content: '···';
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.index-news .movie {
    width: 410px;
    height: 290px;
    background: #af0015;
    overflow: hidden;
    position: relative;
}

.index-news .movie .items {
    width: 410px;
    height: 290px;
    overflow: hidden;
}
.index-news .movie .items img {
    width: 400px;
    height: 225px;
    margin-left: 5px;
    margin-top: 5px;
    overflow: hidden;
}

.index-news .movie .items .tit {
    font-size: 18px;
    line-height: 36px;
    width: 400px;
    margin: auto;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -96px;
    bottom: 10px;
    z-index: 999;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 40px;
    height: 2px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 8px;
    cursor: pointer;
}

.swiper-visible-switch {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-active-switch {
    background: rgba(248, 226, 203, 1);
    height: 4px;
}

.index-news .lists {
    width: 520px;
    height: 290px;
}
.index-news .lists .time {
    width: 75px;
    height: 60px;
    border-right: 1px solid #bdbdbd;
}

.index-news .lists .time span {
    display: block;
    font-size: 24px;
    color: #af0015;
}

.index-news .lists .time small {
    font-size: 15px;
    color: #666666;
    padding-top: 8px;
    display: block;
}
.index-news .lists h1 {
    display: block;
    font-size: 18px;
    color: #000;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-news .lists p {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-top: 12px;
    padding-left: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news .lists .news {
    width: 445px;
}

.index-news .lists a:hover h1 {
    color: #af0015;
}
.index-news .lists li {
    overflow: hidden;
}

.index-dj {
    width: 954px;
    height: 398px;
    margin-top: 20px;
}

.index-dj .t {
    position: relative;
    width: 100%;
    height: 87px;
    background: url(../img/index_dj_title.png);
}
.index-dj .t a {
    position: absolute;
    display: block;
    font-size: 16px;
    color: #af0015;
    height: 25px;
    right: 0;
    bottom: 28px;
}
.index-dj .t a::after {
    content: '···';
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}
.index-dj .lists {
    width: 100%;
    height: 291px;
    overflow: hidden;
    margin-top: 17px;
}

.index-dj .lists ul {
    width: 1000px;
}

.index-dj .lists li {
    width: 325px;
    float: left;
}

.index-dj .lists li .pic {
    width: 304px;
    height: 171px;
    background: #af0015;
    overflow: hidden;
    position: relative;
}
.index-dj .lists li .pic .qbg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 169px;
    height: 67px;
    background: url(../img/qbg.png) no-repeat;
}
.index-dj .lists li .pic img {
    display: block;
    width: 298px;
    height: 165px;
    margin: auto;
    margin-top: 3px;
}
.index-dj .lists li .tit {
    width: 304px;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-dj .lists li .info {
    width: 304px;
    font-size: 15px;
    color: #666666;
    margin-top: 10px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-dj .lists li .time {
    font-size: 15px;
    color: #999999;
    margin-top: 8px;
    background: url(../img/icon_time.png) no-repeat left center;
    padding-left: 24px;
    line-height: 20px;
}

.index-dj .lists li a:hover .tit {
    color: #af0015;
}

.index-gg .t {
    width: 400px;
    height: 25px;
    background: url(../img/index_gg_title.png);
    position: relative;
}
.index-gg .t a {
    display: block;
    font-size: 16px;
    color: #af0015;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.index-gg .t a::after {
    content: '···';
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.index-gg .lists {
    margin-top: 30px;
}
.index-gg .lists li {
    overflow: hidden;
    clear: both;
    margin-top: 8px;
}
.index-gg .lists .fll {
    width: 60px;
    height: 55px;
    border-bottom: 2px solid #af0015;
}

.index-gg .lists .fll small {
    display: block;
    font-size: 15px;
    color: #666666;
}
.index-gg .lists .fll span {
    display: block;
    font-size: 24px;
    color: #af0015;
    margin-top: 4px;
}

.index-gg .lists .flr {
    width: 340px;
    height: 54px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
    border-bottom: 1px solid #bdbdbd;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示2行 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-gg .lists a:hover .flr {
    color: #af0015;
}

.index-btn-items {
    width: 400px;
    height: 170px;
    margin-top: 22px;
    background: url(../img/bg1.png);
    overflow: hidden;
}
.index-btn-items ul {
    width: 100%;
    margin-top: 20px;
    margin-left: 50px;
}
.index-btn-items ul li {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 40px;
}

.index-yyh {
    width: 100%;
}

.index-yyh .t {
    width: 100%;
    height: 23px;
    background: url(../img/index_yyh_title.png);
    position: relative;
    margin-top: 32px;
}

.index-yyh .t a {
    display: block;
    font-size: 16px;
    color: #af0015;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 4px;
}

.index-yyh .t a::after {
    content: '···';
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

.index-yyh .lists ul {
    margin-top: 8px;
}

.index-yyh .lists li {
    width: 400px;
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-yyh .lists li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-yyh .lists li a:hover {
    color: #af0015;
    background: url(../img/right.png) no-repeat right center;
}

#footer {
    width: 100%;
    height: 203px;
    background: url(../img/footerbg.png) no-repeat center bottom;
    background-color: none;
}

#footer .fll {
    width: 487px;
    margin-top: 101px;
    overflow: hidden;
}

#footer .fll .tit {
    background: url(../img/icon_2.png) no-repeat left 0px;
    padding-left: 28px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

#footer .fll .lefter {
    width: 140px;
    float: left;
}

#footer .fll .righter {
    width: 344px;
    float: right;
    color: #fff;
}

#footer .fll .righter ul {
    width: 400px;
}

#footer .fll .righter li {
    float: left;
    font-size: 15px;
    line-height: 30px;
    width: 180px;
}

#footer .flr {
    margin-top: 101px;
    width: 821px;
    height: 97px;
    color: #fff;
    overflow: hidden;
}

#footer .flr .addrss {
    background: url(../img/icon_1.png) no-repeat left 0px;
    width: 100%;
    font-size: 16px;
    padding-left: 24px;
    line-height: 20px;
    border-bottom: 1px solid #d7808a;
    height: 42px;
}

#footer .flr .copy {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

#footer .flr .copy .fll {
    margin-top: 0;
    overflow: hidden;
    font-size: 15px;
    width: 450px;
}
#footer .flr .copy .flr {
    width: 252px;
    margin-top: 0;
    overflow: hidden;
    font-size: 15px;
    text-align: right;
}

.view-menu {
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    font-size: 16px;
}
.left-menu {
    width: 160px;
    background: url(../img/leftbg.png) no-repeat center top;
    margin-top: 12px;
}
.left-menu .tit {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.left-menu ul {
    width: 140px;
    margin: 0 auto;
    padding-top: 10px;
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 40px;
}
.left-menu li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
}
.left-menu li span {
    display: inline-block;
}
.left-menu li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.left-menu li .iconfont {
    font-size: 30px;
    margin-right: 8px;
}

.left-menu li a:hover,
.left-menu li a.active,
.left-menu li a:hover .iconfont {
    color: #af0015;
}
.view-tit {
    width: 1200px;
    height: 42px;
    background: url(../img/view_tit.png);
    margin-top: 20px;
    color: #af0015;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    padding-left: 30px;
}

.view-content {
    min-height: 520px;
}

.view-content ul {
    padding-top: 8px;
}

.view-content li {
    line-height: 50px;
    height: 50px;
}
.view-content li span {
    display: block;
    padding-right: 20px;
    color: #9b9b9b;
}

.view-content li a {
    margin-top: 2px;
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding-left: 16px;
}

.view-content li a:hover {
    background: url(../img/right.png) no-repeat left center #f4f4f4;
}
.view-content li a:hover span {
    color: #000;
}

.view-content-view {
    width: 1200px;
    float: right;
}
.view-content-view .tit {
    margin-top: 20px;
    line-height: 42px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #af0015;
    overflow: hidden;
}
.view-content-view .datatime {
    font-size: 15px;
    color: #6e6e6e;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #af0015;
}
.view-content-view .content {
    padding-top: 20px;
    line-height: 32px;
}

.pager {
    width: 100%;
    float: left;
    text-align: center;
    margin: 60px 0px;
    display: flex;
    justify-content: flex-end;
}
.pager a {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 4px;
    background: #cfcfcf;
    line-height: 32px;
    color: #fff;
    border-radius: 4px;
}
.pager a:hover,
.pager a.cur {
    background: #b00014;
    color: #fff;
    width: 32px;
    height: 32px;
}
.pager span.current {
    display: inline-block;
    margin: 0px 4px;
    width: 32px;
    height: 32px;
    background: #b00014;
    color: #fff;
    border-radius: 4px;
    line-height: 32px;
}
