.m-body {
    background: url(../images/back.jpg) repeat-y;
    background-size:contain;
}

.m-container {
    width: 95%;
    margin: 0 auto;
    position: relative
}

.m-header {
    background: url(../images/head_back.jpg) no-repeat;
    background-size:contain;
    padding-top: 130px;
}

.m-public {
    margin-top: 60px;
}

.m-public_head {
    text-align: center;
}

.m-public_title {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 70%;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #e0b557;
    background: url(../images/title_back.jpg) no-repeat;
    background-size:contain;
    line-height: 40px;
}

.m-newsBox {
    margin-top: 20px;    
    background-color: #30281e;
}

.m-news_left {    
    
}

.m-news_left_poto {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 56.176471%;
    position: relative;
}
/*2019-12-13*/
.m-news_left_title {
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px;
    bottom: 0;
    min-height: 50px;
    background-color:rgba(0, 0, 0, .5) ;
}
.m-swiper-pagination{
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 5px;
    right: 10px;
}
.m-news_right {   
    font-size: 20px;  
}

.m-news_right_box {
    padding: 3%;
}

.m-news_right_item {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
}

.m-news_right_info {
    color: #97938e;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.m-onsite {
    font-size: 0;
    margin-top: 20px;
}

.m-onsite_item {   
   margin-top: 20px;
}

.m-onsite_item-main {
    background: #30281e;
    padding: 20px;
}

.m-onsite_head {
    height: 90px;
}

.m-onsite_head-title {
    background: url(../images/icon_box.jpg) no-repeat;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #f7db84;
}

.m-onsite_main {
    margin-top: 35px;   
}

.m-onsite_main_title {
    font-size: 20px;
    color: #fff;
}

.m-onsite_main_info {
    margin-top: 25px;
    color: #575149;
    font-size: 14px;
}

.m-onsite_main img {
    width: 100%;
    height: auto;
}

.m-onsite_share {
    margin-top: 20px;
}

.m-onsite_icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 31px;
    height: 31px;
    display: inline-block;
}

.m-character {
    position: relative;   
    margin-top: 20px;
    padding: 10px;
}

.m-character::after {
    content: '\20';
    position: absolute;
    left: 0;
    right: 0;   
    top: 30px;
    height: 200px;
    border: 1px solid #fee4a8;
    background-color: #1d150a;
}

.m-character_box {
    font-size: 0;
    position: relative;
    z-index: 2;
}

.m-character_left {   
  
}

.m-character_photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 56.25%;
    position: relative;
}

.m-character_play {
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(../images/bofang.png) no-repeat;
    background-size:contain;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m-character_right {
    padding: 20px;   
    margin-top: 15px; 
}

.m-character_right .m-character_tabs li {
    padding: 12px 0;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}


.m-character_right .m-character_tabs li.active {
    color: #e5c06c;
    font-size: 16px;
}


.m-time {
    position: relative;    
    margin-top: 30px;
}



.m-time_slide {
    padding: 0px;
}

.m-time_slide-photo {
    padding-bottom: 56.2%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.m-time_slide-title {
    position: absolute;
    bottom: 0;
    min-height: 30px;
    color: #fff;
    font-size: 13px;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
    padding: 5px;
    background-color:rgba(0, 0, 0, .5) ;
}

.m-time .swiper-slide {
    opacity: .7;
}

.m-time .swiper-slide-active {
    opacity: 1;
}

.m-time .swiper-slide-active .m-time_slide-title {
    display: block;
}

.m-time-swiper_prev,
.m-time-swiper_next {
    background: url(../images/icon_arrow.png) no-repeat;
    background-size:contain;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 20px;
    cursor: pointer;
    z-index: 2;
}

.m-time-swiper_next {
    left: auto;
    right: 20px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-inner {
    margin-top: 45px;
}

.m-forum {
    margin-top: 40px;

}

.m-forum_items {
    padding: 2px 0;
    position: relative;
    height: 295px;
}

.m-forum_items::after,
.m-forum_items::before {
    content: '\20';
    background: url(../images/line.png) no-repeat;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.m-forum_items::after {
    top: auto;
    bottom: 2px;
}

.m-forum_item {
    margin-top: 2px;
    width: 260px;
    padding-left: 3px;
    padding-right: 40px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 255px;
}

.m-forum_item:nth-child(even) .m-forum_item-photo {
    margin-top: 40px;
}

.m-forum_item img {
    width: 100%;
    height: auto;
}

.m-forum_item::before {
    content: '\20';
    width: 3px;
    background: url(../images/line_shu.png) no-repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.m-forum_item-photo {
    height: 320px;
}

.m-praise {
    margin-top: 20px;
    padding-bottom: 70px;
    position: relative;
}

.m-praise_slide {
    font-size: 0;
    margin: 0px -10px;
}

.m-praise_item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}

.m-praise_item-photo {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
    height: 100px; 
}
/*2019-12-13*/
.m-praise_item-title {
    font-size: 13px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    background-color:rgba(0, 0, 0, .5);
    padding: 5px;

}

.m-praise_pantion {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    height: 50px;
}

.m-pople-swiper_prev,
.m-pople-swiper_next {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    display: inline-block;
    background: url(../images/iocn_arrow.png) no-repeat center;
    background-size: 6px 11px;
    vertical-align: middle;
    cursor: pointer;
}

.m-pople-swiper_prev:hover,
.m-pople-swiper_next:hover {
    background-color: rgba(255, 255, 255, .2);
}

.m-pople-swiper_next {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-pople-swiper_line {
    width: 1px;
    height: 16px;
    background-color: #a0a9b7;
    margin: 0px 20px;
    display: inline-block;
    vertical-align: middle;
}

.m-closing {
    margin-top: 40px;
    position: relative;
}

.m-closing_slide {
    font-size: 0;
    height: 480px;
}

.m-closing_item {
    width: 33.333333%;
    display: inline-block;
    vertical-align: top;
}

.m-closing_photo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    position: relative;
    display: block;
}
/*2019-12-13*/
.m-closing_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 5px;
    background-color:rgba(0, 0, 0, .5);
}

.m-close-swiper_prev,
.m-close-swiper_next,
.m-pupou-swiper_prev,
.m-pupou-swiper_next{
    background: url(../images/icon_arrow2.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
    cursor: pointer;
    z-index: 2;
    background-size:contain;
}

.m-close-swiper_next,
.m-pupou-swiper_next {
    left: auto;
    right: 20px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-footer {
    margin-top: 20px;
    padding: 20px 0;
}

.m-footer-container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    color: #7d632d;
    font-size: 0;
    text-align: center;
}

.m-footer_logo {
    display: inline-block;
    width: 30%;   
}

.m-footer_logo_img {
    height: 0;
    padding-bottom: 87.209302%;
    background: url(../images/foot_logo.png) no-repeat;
    background-size: contain;
}

.m-footer_info {  
    margin-top: 20px;  
}

.m-footer_info_menu {
    font-size: 13px;
}

.m-footer_info_menu a {
    color: #7d632d;
    margin: 0px 5px;
}

.m-footer_info_menu a:hover {
    color: #d8a224;
}

.m-footer_info_copy {
    margin-top: 10px;
    font-size: 13px;
}

.m-footer_info_copy span {
    font-size: 13px;
    margin: 0px 15px;
    display: block;
}

.m-footer_info_right {
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.m-footer_weach {
    display: inline-block;
    width: 30.714286%;
    vertical-align: bottom;
    margin-top: 20px;
}

.m-footer_weach_img {
    height: 0;
    padding-bottom: 55.454545%;
    background: url(../images/wx_ico.png) no-repeat;
    background-size: contain;
}
