*{
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
    background: url("../imgs/2.png") repeat-y;
    background: url("../imgs/2.png") repeat-x;
/*    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
/* 设置滚动条的样式 */

::-webkit-scrollbar {

    width:8px;

}

/* 滚动槽 */

::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:6px;
}

/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius:6px;
    background:#88110B;
}

@font-face {
    font-family:myFont;
    src:url('../font/danqing.ttf');
}
li{
    list-style: none;
}
a{
   text-decoration: none;
    display: inline-block;
}
body{
    /*font-family: myFont;*/
}
.main{
    width: 1200px;
    margin: 0 auto;
    position:relative;
}
.row1{
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}


.banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner  .swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    position: relative;
}

.banner  .swiper-slide {
    height:400px;
    margin-top:3px;
}

.banner  .swiper-slide img {
   
    display: block;
    width: 1250px;
   max-height:560px;
   margin:0 auto;
    object-fit: cover;
}
.banner  .swiper-pagination-bullet{
    width: 26px;
    height: 6px;
    background: #FFFFFF;
    opacity: 0.7;
    border-radius: 3px;
}
.banner .swiper-pagination-bullet-active{
    background: #88110B;
    opacity: 1;
}
.clearfix {
    clear: both;
}
/* 汇资讯分类 */
.info-width {
    width: 1200px;
}
.info-item {
    margin-top: 40px;
}
.info-head {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.info-title {
    height: 68px;
    width: auto;
}
.more {
    position: absolute;
    width: auto;
    height: 58px;
    right: 0;
    cursor: pointer;
    display: inline-block;
}
.info-item .info-body {
    display: flex;
    margin: 59px auto 0;
    justify-content: space-between;
}
.info-body .nav-toggle, .info-body .wrapper {
    flex: 1;
    overflow: hidden;
    position: relative;
}
.info-body .wrapper .swiper-slide{
width: 100%;
}
.info-body .wrapper .thumb{
height: 415px;
}
    .info-body .wrapper .title {
        position: absolute;
        left: 0;
        bottom: 3px;
        height: 48px;
        width: 100%;
        background: rgba(0,0,0,.5);
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 48px;
        text-indent: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.info-body .wrapper .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 20px;
    left: unset;
    width: unset;
    right: 10px;
}
.info-body .wrapper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:#fff;

}
.info-body .wrapper .swiper-pagination-bullet-active{
    background: #88110B;
}
.info-body .wrapper .swiper-next{
 position: absolute;
    left: 0;
    top: 150px;
    z-index: 100;
    cursor: pointer;
}
.info-body .wrapper .swiper-prev{
    right: 0;
    top: 150px;
    z-index: 100;
    cursor: pointer;
    position: absolute;
}

.articles{
    background: url("../imgs/artbg.png");
    height: 628px;
    padding-top: 67px;
    box-sizing: border-box;
}


.navs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navs .nav-item {
    flex: 1;
    padding: 12px;
    text-align: center;
    background-color: #5B4B4A;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.navs .nav-item.active {
    background-color: #88110B;
}

.nav-content {
    background-color: #FFFEFB;
    display: none;
}

.nav-content .nav-content-item {
    display: flex;
    padding: 21px 0;
    justify-content: space-between;
    align-items: center;
}
.nav-content-item .date-content {
    padding: 12px;
    text-align: center;
}

.date-content .day {
    color: #88110B;
    font-weight: 800;
    font-size: 28px;
}

.date-content .time {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.nav-content-item .capture {
    padding: 0 12px;
    flex: 1;
    border-left: 1px solid #88110B;
}

.capture .nav-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    height: 25px;
    width: 495px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.capture .intro {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    width: 495px;
    overflow: hidden;
    padding-top:10px;
    text-overflow: ellipsis;
}

/* 看直播 */
.show-live {
    position: relative;
    width: 65%;
    display: none;
    height: 440px;
}
.live_detail_img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.show-live .status, .live-status .status {
    position: absolute;
    padding: 8px 16px;
    left: 28px;
    top: 24px;
    background-color: #88110B;
    opacity: 0.8;
    color: #fff;
    font-weight: 500;
}
.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.live-icon {
    height: 18px;
    margin-right: 8px;
}
.show-live .capture, .live-item .capture {
    position: absolute;
    width: 98%;
    left: 1%;
    bottom: 1%;
    padding: 30px 42px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
}
.show-live .num {
    padding-left: 80px;
}
.capture .live-title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 500;
}
.live-list-wrapper {
    flex: 1;
    height: 440px;
    overflow: auto;
}
.live-list-wrapper .live-wrapper {
    position: relative;
    padding-left: 50px;
}
.live-wrapper::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    left: 25px;
    top: 0;
    background-color: #88110B;
}

.live-list-wrapper .live-item {
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 1%;
    box-sizing: border-box;
}
.live-list-wrapper .active{
    border: 1px solid #B05F4F;

}

.live-list-wrapper .live-item::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #88110B;
    top: 30px;
    left: -30px;
    transform: rotate(45deg);
}
.live-list-wrapper .live-item + .live-item {
    margin-top: 30px;
}

.live-item .live-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.live-item .capture {
    padding: 12px 20px;
}

.live-status {
    position: absolute;
    display: flex;
    width: 100%;
    top: 0;
    left: 0;
    padding: 12px 10px;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px;
}
.live-status .status {
    position: unset;
    padding: 6px 8px;
}
/* 享活动 */

.activity {
    display: flex;
    margin-top: 50px;
}
.activity .left{
    width: 563px;
    height: 443px;
    background: url("../imgs/rili.png") no-repeat;
    margin-right: 20px;
    position: relative;
}
.activity .tips{
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    position: absolute;
    right: 60px;
    bottom: 24px;
}
.activity .tips span{
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #88110B;
    position: relative;
    left: -10px;
    top: -2px;
}
.activity .layui-laydate-static{
    width: 490px;
    border: none;
    box-shadow: unset;
    background-color:transparent;
    margin: 70px  0 0 34px;
}
.activity .layui-laydate-main{
width: 100%;
}
.activity .layui-laydate-content td, .layui-laydate-content th{
width: 70px;
    height: 40px;
}
.activity .layui-laydate .layui-this{
    background-color: transparent !important;
    background:url('../imgs/01.png') no-repeat center center;
}
.activity .layui-laydate-header i{
 color: #88110B;
}


.active-wrapper {
    height: 443px;
    flex: 1;
    overflow: auto;
}
.active-wrapper .active-item {
    display: flex;
    margin-bottom: 20px;
    background-color: #fff;
    margin-top: 8px;
}
.active-wrapper .active-item:hover{
    box-shadow: 0px 5px 12px 1px rgba(116,109,100,0.1500);
}

.active-wrapper .active-item:last-of-type {
    margin-bottom: 0;
}
.active-item .active-img {
    position: relative;
    width: 280px;
}
.active-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.active-img .active-tag {
    position: absolute;
    left: 10px;
    top: 12px;
    padding: 6px 8px;
    color: #fff;
}
.active-img .active-tag.progress {
    background-color: #83A846;
}
.active-img .active-tag.end {
    background-color: rgba(0, 0, 0, 0.5);
}

.active-item .active-content {
    padding: 26px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.active-content .active-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.active-content .active-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 16px;
}
.active-stat img {
    height: 16px;
}
/* 学才艺 */
.talent-detail {
    display: flex;
    margin-bottom: 40px;
    color: #444;
    margin-top: 57px;

}
.art-item{
    display: none;
}
.talent-left {
    width: 36%;
    height: 350px;
}
.talent-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.talent-content {
    padding: 48px;
    height: 350px;
    flex: 1;
    background-color: #fff;
    box-sizing: border-box;
    overflow: auto;
}
.talent-title {
    font-size: 26px;
    font-weight: bold;
}
.talent-intro {
    font-size: 20px;
    color: #444;
    line-height: 28px;
}
.talent-text {
    margin-top: 20px;
}
.talent-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.talent-item {
    display: flex;
    width: 30%;
    margin-bottom: 24px;
    color: #333;
}
.talent-item:hover{
    box-shadow: 0px 5px 12px 1px rgba(108, 108, 108,0.2500);
    color: #88110B;
}

.talent-item-img, .talent-item-intro {
    flex: 1;
}
.talent-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.talent-item-intro {
    display: flex;
    padding: 14px;
    flex-wrap: wrap;
    align-items: center;
    background: #FFFEFB;

}
.talent-item-title {
    font-size: 16px;
}

.talent-item-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.talent-item-text .status {
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}
.talent-item-text .status.unstart {
    background-color: #88110B;
}

.talent-item-text .status.end {
    background-color: #ACACA9;
}

/* 订场馆 */
.stadium-container {
    display: flex;
    flex-wrap: wrap;
}
.stadium-item {
    width: calc(25% - 12px);
    margin-right: 15px;
}
.stadium-item:last-child{
    margin-right: 0;
}
.stadium-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.stadium-item .stadium-capture {
    width: 100%;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
}
.stadium-capture-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.stadium-capture-addr {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.stadium-item.active .stadium-capture {
    background-color: #88110B;
    color: #fff;
}
.stadium-item.active .stadium-capture-title,
.stadium-item.active .stadium-capture-addr {
    color: #fff;
}
.venueBox{
    display: none;
}
.stadium-detail{
    display: flex;
    margin-bottom: 18px;
    background: white;
    position: relative;
    margin-top: 57px;
}
.stadium-detail-img img{
    width: 426px;
    height: 236px;
    margin-right: 58px;
}
.stadium-title{
    padding: 40px 0 30px 0;
    font-size: 18px;
    font-weight: bold;
}
.stadium-intro {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    width: 716px;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
stadium-intro p {
    font-size: 14px;
}
stadium-intro p span {
    font-size: 14px;
}
.stadium-btn {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    background: #88110B;
    width: 84px;
    height: 24px;
    position: absolute;
    top: 37px;
    right: 56px;
    text-align: center;
    border-radius: 14px;
}
.stadium-btn:hover{
    color: white;
}
.stadium-item-box{
    display: flex;
}
/* 读好书 */
.books {
  
    margin: 30px 0 0px;
    color: #fff;
}
.books-wrapper{
    padding-top: 87px;
   position: relative;
}
.books-wrapper .book-intro {
    display: flex;
    width: 44.79%;
    justify-content: space-between;
    background: #88110B url('../imgs/books_bg.png') no-repeat center center;
    background-size: cover;

}
.book-intro .book-intros {
    width: 60%;
    padding: 16px 100px 0 0;
    box-sizing: border-box;
    display: none;
}

.book-intros .book-title {
    margin: 32px 0;
    font-size: 20px;
    font-weight: bold;
}
.book-intros .book-item {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}
.book-item .intro-title {
    color: #DDC6AB;
}
.book-intros .reading {
    margin: 32px 0;
}
.reading .reading-btns {
    padding: 8px 28px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: url('../imgs/read_book_btn.png') no-repeat left center;
    background-size: 100% 100%;
    display: inline;
    color: #fff;
}

.books-wrapper .book-list{
    position: absolute;
    width:calc(100% - 41%);
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    margin-left: 41%;
    overflow: hidden;
}

.books-wrapper .swiper-slide{
    height: 230px;
}
.books-wrapper .thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.books-wrapper  .swiper-slide-active{
   width: 225px !important;
    height: 300px;
    transition: .3s;
}
.books-wrapper .swiper-wrapper{
align-items: flex-end;
}
.books-wrapper {

}






/* 赶大集 */
.fairs {
    margin: 80px auto;
}
.fairs-content {
    display: flex;
    margin-top: 73px;
    justify-content: center;
    align-items: stretch;
}
.fairs-content .show-img {
    position: relative;
    width: 30%;
    height: 570px;
}
.fairs-content .show-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show-img .fair-intro {
    position: absolute;
    display: flex;
    width: 70%;
    height: 70px;
    left: 0;
    bottom: 20%;
    padding: 16px;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(85, 54, 17, 0.6);
    box-sizing: border-box;
    color: #fff;
}
.fair-intro .price {
    padding-right: 16px;
    font-size: 24px;
    font-weight: bold;
}
.fair-intro .intro-detail {
    padding-left: 16px;
    line-height: 22px;
    border-left: 1px solid #fff;
}
.fairs-content .collect-container {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.collect-container .fair-item {
    padding-left: 24px;
    width: 50%;
    box-sizing: border-box;
    color: #222;
}
.collect-container .fair-item:hover{
    color: rgba(171, 72, 52, 1);
}
.fair-item .fair-item-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    cursor: pointer;
}
.fair-item .capture {
    display: flex;
    padding: 20px 10px;
    justify-content: space-between;
    align-items: center;
}
.fair-item .capture .fair-title {

    font-size: 20px;
    font-weight: 500;
}
.fair-item .capture .price {
    color: #88110B;
    font-size: 24px;
    font-weight: 600;
}
/* 传文化 */
.culture {
    margin: 46px auto 30px;
}
.culture .culture-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.culture-nav .culture-nav-item {
    padding: 20px;
    color: #222;
    font-size: 20px;
    cursor: pointer;
}
.culture-nav-item.active {
    color: #88110B;
}

.culture-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.culture-main-box{
display: none;
}
.culture-detail-img {
    width: 60%;
    height: 360px;
}
.culture-detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.culture-detail-wrapper {
    width: 40%;
    flex: 1;
    box-sizing: border-box;
    background-color: #fff;
}
.culture-detail-wrapper .culture-detail-title {
    margin-top: 0;
    font-size: 26px;
    color: #000;
    padding:0px 0 0 42px;
}
.culture-detail-wrapper .culture-detail-name {
    margin: 0;
    padding: 26px 0 10px;
}
.culture-detail-wrapper .culture-detail-content {
    color: #444;
    font-size: 20px;
    line-height: 32px;
    padding-left: 42px;
}
.culture .talent-list{
    margin-top: 40px;
}
.culture .talent-item-title{
    color: #000;
}
.culture .talent-item-text{
    color: #333;
}
.culture .talent-list :hover .talent-item-title{
    color: #88110B;
}
.culture .talent-list :hover .talent-item-text{
    color: #88110B;
}
.culture-nav-detail{
    display: none;
}

/* 左侧 banner 图列表 */
.left-banner {
    position: fixed;
    width: 220px;
    height: auto;
    left: 0;
    top: 320px;
    z-index: 10;
}

.left-banner .left-banner-item {
    position: relative;
    width: 100%;
    margin-bottom:10px;
}

.left-banner .left-banner-item img {
    width: 100%;
    object-fit: cover;
}

.left-banner-item .close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.links-split img{
    max-width: 100%;
}

/* 右侧导航 */
.right-banner {
    position: fixed;
    width: 126px;
    height: auto;
    right: 0;
    top: 320px;
    z-index: 10;
}
.right-banner .wechat-banner {
    width: 100%;
    height: 155px;
    padding: 20px 4px;
    background-image: url('../imgs/right_wechat_border.png');
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.wechat-banner img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}
.banner-title {
    margin: 0;
    font-size: 14px;
    color: #88110B;
}
.right-banner-list {
    display: flex;
    margin-top: 10px;
    width: 100%;
    height: 377px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('../imgs/right_list_border.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.right-banner-item {
    display: flex;
    width: 70%;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #B2A57F;
}
.right-banner-item:last-of-type {
    border-bottom: none;
}
.right-banner-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}

/* 友情链接 */
.links-container {
    margin: 0 auto;
}
.links .links-title {
    margin: 35px auto;
    text-align: center;
}
.links .links-split img {
    width: 100%;
}
.links .links-content {
    display: flex;
    flex-wrap: wrap;
}
.links-content .link-item {
    padding: 0 6px;
    margin: 20px 0;
    height: 44px;
    width: 20%;
    box-sizing: border-box;
}
.link-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 页脚 */
.footer {
    margin-top: 46px;
    position: relative;
    float: left;
    color: #fff;
    width: 100%;
    font-size: 14px;
    background-color: #88110B;
}
    .footer .foot-info {
        background-color: #88110B;
    }
/*.foot-img {
    width: 100%;
    height: 21px;
    background: #88110B;*/
    /* background: url('../imgs/split_line.png');*/
    /*  background:blue;*/
    /*   background:repeat-x;*/
/*}*/
.foot-info .foot-img img {
    width: 100%;
    height:21px;
}
.footer .main-info {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    align-items: center;
}
    .footer .main-info a {
    color:white;
    }
    .main-info .main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.main .copyright {
    display: flex;
    margin-top: 32px;
    align-items: center;
}
.copyright .copy-img {
    width: 52px;
    height: auto;
    margin-right: 10px;
}
.copy-info .security {
    width: 21px;
    margin: 0 12px;
    vertical-align: bottom;
}
.copy-info a{
    display: inline;
}
.copyright .clear-link {
    color: #fff;
    text-decoration: none;
}
.main-info .contact {
    text-align: center;
    position:absolute;
    right:30px;
    top:-20px;
}

.stat-info {
    padding: 16px 0;
    background-color: #3A0A07;
    color: #CCC5B3;
    width:100%;
    text-align:center;
}

.stat-info .num {
    color: #fff;
}


.overHidden1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.eng-graphic-style314 .info-list {
    height: 318px;
    font-size: 0;
}

.eng-graphic-style314 .info-list .info-item {
    cursor: pointer;
    /* position: relative; */
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    transition: all ease-in-out 300ms;
}

.eng-graphic-style314 .info-list .info-item.current {
    width: calc(100% - 630px);
}

.eng-graphic-style314 .info-list .info-item .text-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 90px;
    height: 100%;
    box-sizing: border-box;
}


.eng-graphic-style314 .info-list .info-item .info-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.eng-graphic-style314 .info-list .info-item:nth-child(2) .info-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(122, 34, 34, 0.8);
}

.eng-graphic-style314 .info-list .info-item:nth-child(3) .info-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(143, 106, 63, 0.8);
}

.eng-graphic-style314 .info-list .info-item:nth-child(4) .info-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(68, 120, 184, 0.8);
}

.eng-graphic-style314 .info-list .info-item .info-bg > img {
    width: 100%;
    height: 100%;
}

.eng-graphic-style314 .info-list .info-item .sort-num {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.eng-graphic-style314 .info-list .info-item .info-title {
    position: relative;
    z-index: 5;
    margin-top: 80px;
    font-size: 28px;
    line-height: 60px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}

.eng-graphic-style314 .info-list .info-item .info-btn {
    cursor: pointer;
    position: absolute;
    z-index: 5;
    right: 24px;
    bottom: 30px;
}

.eng-graphic-style314 .info-list .info-item .info-btn .btn-t {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
}

.eng-graphic-style314 .info-list .info-item .info-btn .btn-icon {
    display: block;
    margin-top: 10px;
    width: 20px;
    height: 33px;
    background-size: contain;
}

.eng-graphic-style314 .info-list .info-item .detail-box {
    display: inline-block;
    vertical-align: top;
    padding: 30px;
    width: calc(100% - 90px);
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    font-size: 0;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item {
    margin: 0 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: calc(50% - 10px);
    /* width: 100%; */
    height: 120px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    font-size: 0;
    overflow: hidden;
    background-repeat: repeat-x;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item:nth-child(2n) {
    margin-right: 0;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item:nth-child(n+5) {
    margin-bottom: 0;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .img-box {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .img-box > img {
    width: 100%;
    height: 100%;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .det-desc {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .det-desc .det-name {
    padding-top: 5px;
    font-size: 0;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .det-desc .det-name .name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .det-desc .det-name .line {
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background: #C7C7C7;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .det-desc .det-name .subject {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .det-desc .det-position {
    display: inline-block;
    margin-top: 18px;
    border-radius: 4px 0px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    max-width: 100%;
}

.eng-graphic-style314 .info-list .info-item .detail-box .det-item .det-desc .det-position > p {
    font-size: 14px;
    color: #fff
}

.eng-graphic-style314 .info-list .graph-box {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    width: calc(100% - 90px);
    background: #FAF8F0;
    height: 100%;
    box-sizing: border-box;
}

.eng-graphic-style314 .info-list .graph-box .gh-item {
    padding: 20px 30px;
    height: 90px;
    box-sizing: border-box;
    font-size: 0;
}

.eng-graphic-style314 .info-list .graph-box .gh-item:nth-child(n+5) {
    display: none;
}

.eng-graphic-style314 .info-list .graph-box .gh-item:hover {
    background: #F5F5F5
}

.eng-graphic-style314 .info-list .graph-box .gh-item .img-box {
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 60px;
    overflow: hidden;
}

.eng-graphic-style314 .info-list .graph-box .gh-item .img-box > img {
    width: 100%;
    height: 100%;
}

.eng-graphic-style314 .info-list .graph-box .gh-item .gh-detail {
    margin-left: 20px;
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 126px);
}

.eng-graphic-style314 .info-list .graph-box .gh-item .gh-detail .gh-title {
    max-width: 100%;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
}

.eng-graphic-style314 .info-list .graph-box .gh-item .gh-detail .gh-time {
    max-width: 100%;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
}

.eng-graphic-style314 .eng-null-data {
    margin-top: 130px;
}

@media only screen and (min-width: 1px) and (max-width: 926px) {
    .eng-graphic-style314 {
    }

    .eng-graphic-style314 .app-show {
        display: block !important;
    }

    .eng-graphic-style314 .pc-show {
        display: none !important;
    }

    .eng-graphic-style314 .item-engine-title {
        margin-bottom: 0;
    }

    .eng-graphic-style314 .item-engine-title .more {
        background: #fff;
        right: 0;
        top: 0;
    }

    .eng-graphic-style314 .eng-tabs {
        margin-bottom: 0;
        margin-top: 1rem;
    }

    .eng-graphic-style314 .cur-app-title {
        padding: 1.03125rem 0.9375rem 0 0.9375rem;
        line-height: 1.46875rem;
    }

    .eng-graphic-style314 .cur-app-title .title {
        padding-left: 0.9375rem;
        padding-top: 1.03125rem;
        background-size: contain;
        color: #333;
    }

    .eng-graphic-style314 .cur-app-title .title * {
        font-size: 1.1875rem !important;
        color: #333 !important;
    }

    .eng-graphic-style314 .cur-app-title .more {
        font-size: 0.8125rem;
    }

    .eng-graphic-style314 .app-entrance-list {
        font-size: 0;
        padding: 0 0.9375rem;
        margin-top: 1.25rem;
    }

    .eng-graphic-style314 .app-entrance-list .item {
        display: inline-block;
        width: calc(50% - 0.46875rem);
        height: 5.625rem;
        border-radius: 0.5rem;
        position: relative;
        margin-bottom: 0.9375rem;
    }

    .eng-graphic-style314 .app-entrance-list .item:nth-of-type(2n+1){
        margin-right: 0.9375rem;
    }

    .eng-graphic-style314 .app-entrance-list .item .img-box{
        width: 100%;
        height: 5.625rem;
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .eng-graphic-style314 .app-entrance-list .item .img-box .jqthumb div{
        background-position:50% 48.5% !important;
    }

    .eng-graphic-style314 .app-entrance-list .item .img-box img{
        width: 100%;
        height: 100%;
    }

    .eng-graphic-style314 .app-entrance-list .item .name{
        font-size: 1rem;
        color: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 0.9375rem;
        right: 0.9375rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: FZ_zhong;
    }
}
.livebox{
    margin-top: 60px;
}
.activityBox{
    margin-top: 60px;
}
.artBox{
    margin-top: 70px;
}
.culture-content{
    margin: 50px 0 0 0;
}
.activity .laydate-day-mark::after{
    right: 30px;
    top: 22px;
    width: 7px;
    height: 7px;
}
.activity .laydate-day-mark::after{
    background-color: #88110B;
}
#adver {

   width:1300px;
   margin:0 auto;
    position: relative;
}

#adver ul {
    position: absolute;

    text-align: center;
    list-style-type: none;
    margin:0 auto;

}

    #adver ul li {
        float: left;
        height: 32px;
        width: 32px;
        padding: 0px;
        margin-left: 1px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color: #AAC3E6;
        padding-top: 4px;
        background: Url(../images/graypoint.png);
        background-repeat: no-repeat;
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

.pic {
    max-width:1300px;
    height: 420px;
    margin: 0 auto;
    position: absolute;
}

    .pic img {
        width: 1300px;
        border: none;
        max-height: 420px;
    }
#btnnext {
    margin-left: 400px;
    background: Red;
    clear:both;
}




