@charset "utf-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style-type:none;
    -webkit-text-size-adjust: none;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
a:focus,a:link,a:visited,a:active {
    text-decoration:none;
    color: inherit;
}
input,textarea,select,option:focus {
    outline: none;
}
img {
    max-width: 100%;
}

.font_subject {
    color: #2472b9!important;
}
.font_14 {
    font-size: 14px;
}
.font_16 {
    font-size: 16px;
}


.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.flex_column {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    flex-direction: -webkit-column;
    flex-direction: -moz-column;
    flex-direction: -ms-column;
    flex-direction: -o-column;
}
.flex1 {
    flex: 1;
    flex: -webkit-1;
    flex: -moz-1;
    flex: -ms-1;
    flex: -o-1;
}
.flex_wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: -o-wrap;
}
.flex_end {
    justify-content: flex-end;
    justify-content: -webkit-flex-end;
    justify-content: -moz-flex-end;
    justify-content: -ms-flex-end;
    justify-content: -o-flex-end;
}
.space_between {
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    justify-content: -o-space-between;
}
.space_around {
    justify-content: space-around;
    justify-content: -webkit-space-around;
    justify-content: -moz-space-around;
    justify-content: -ms-space-around;
    justify-content: -o-space-around;
}
.justify_center {
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    justify-content: -o-center;
}
.flex_align_center {
    align-items: center;
    align-items: -webkit-center;
    align-items: -moz-center;
    align-items: -ms-center;
    align-items: -o-center;
}
/* 单个项目垂直居中 */
.flex_vertical_align {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: column;
    flex-direction: -webkit-column;
    flex-direction: -moz-column;
    flex-direction: -ms-column;
    flex-direction: -o-column;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    justify-content: -o-center;
}
.items_box {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: -ms-wrap;
    flex-wrap: -o-wrap;
    justify-content: space-between;
    justify-content: -webkit-space-between;
    justify-content: -moz-space-between;
    justify-content: -ms-space-between;
    justify-content: -o-space-between;
}


.max_line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1!important;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    -o-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.max_line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2!important;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max_line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3!important;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.max_line_title {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2!important;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.max_line_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    /*white-space:nowrap;*/
    /*width: 0px;*/

    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3!important;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    -o-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text_shadow {
    text-shadow: 0 0 0 #000;
}

.text_align_justify {
    text-align: justify;
    text-align-last: auto;
    text-justify: distribute-all-lines;
}

/* 各个宽度 */
.container {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
}

.container.p10 {
    padding-left: 10px;
    padding-right: 10px;
}

.container.p20 {
    padding-left: 20px;
    padding-right: 20px;
}

.transition3 {
    transition: all .3s;
}
.transition5 {
    transition: all .5s;
}
.transition8 {
    transition: all .8s;
}
.transition10 {
    transition: all 1.0s;
}
.transition15 {
    transition: all 1.5s;
}
.transition20 {
    transition: all 2.0s;
}
.center_center {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.img_scale {
    position: relative;
    overflow: hidden;
}
.img_scale img {
    max-width: 100%;
    -webkit-transition: all 0.85s;
    -moz-transition: all 0.85s;
    -o-transition: all 0.85s;
    transition: all 0.85s;
    max-width: 100%;
}
.img_scale:hover img {
    transform: scale(1.05);
}

.bg_gray {
    background-color: #f7f7f7;
}


/* banner 开始 */
.banner {
    /*margin-top: 144px;*/
}
.banner.hide_header {
    /*margin-top: 45px;*/
}

.banner .swiper_box {
    /*height: 5.8rem;*/
}
.banner .swiper_box>.swiper-container {
    height: inherit;
}
.banner .swiper_box .swiper-slide>a {
    height: inherit;
    display: block;
}
.banner .swiper_box .swiper-slide img {
    width: 100%;
    height: 100%;
}
.banner .one_banner {
    /*height: 300px;*/
}
.banner .one_banner>a>img {
    width: 100%;
    height: 100%;
}
/* 首页banner */
.index_banner_bullet {
    height: 8px;
    display: inline-block;
    background: #fff;
    opacity: .6;
    margin: 0 4px;
    width: 8px;
    bottom: 0px;
    position: relative;
    border-radius: 4px;
}
.index_banner_bullet_active {
    opacity: .9;
    width: 16px;
    background: #fff;
}
/* banner 结束 */

/* 首页开始 */
.home_body {
    padding: 15px 10px;
    padding-bottom: 20px;
}
.home_body img {
    width: 100%;
    float: left;
}
.home_body .home_image {
    position: relative;
    height: 60%!important;
}
.home_body .home_bg_image {
    /*transform: scale(1.02);*/
    border-radius: 5px;
    box-shadow: 0 0 3px #6c552c;
    position: relative;
    z-index: 2;
}
.home_body .section_01 {
    padding: 0 5px;
}
.home_body .section_01>div{
    font-size: 0;
}
.home_body .section_01_left {
    width: 52%;
}
.home_body .section_01_right {
    width: 48%;
}
.home_body .section_02 {
    padding: 0 2px;
    margin-top: 20px;
}
.home_body .section_03 {
    margin-top: 20px;
}
.home_body .home_bg_image.home_bg_image_01 {
    /*transform: scale(1.04);*/
    /*bottom: -2px;*/
    height: 40%;
}
.home_body .home_bg_image.home_bg_image_02 {
    /*transform: scale(1.04);*/
    /*top: -2px;*/
    height: 40%;
}
/* 首页结束 */


/* 更多公共的 */
.app_mask_10 {
    display: none;
    z-index: 10;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.app_mask {
    display: none;
    z-index: 100;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.app_mask_black {
    display: none;
    z-index: 100;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}

/* 首页开始 */
.home_page {

}
.home_page .header {
    padding: 10px 20px;
    background: url('../images/header_bg.png') no-repeat;
    background-size: 100% 100%;
}
.home_page .header_logo {
    width: 45%;
    max-width: 200px;
}
.home_page .header_logo img {
    width: 100%;
}
/* 首页结束 */

/* 列表开始 */
.list_page {

}
.list_page .list_empty {
    text-align: center;
}
.list_page .list_nav {
    height: 40px;
    align-items: center;
    border-bottom: 1px solid #ddd;
    position: fixed;
    width: 100%;
    max-width: 768px;
    z-index: 20;
    background-color: #fff;
}
.list_page .list_nav_item {
    width: 50%;
    text-align: center;
}

        
.list_nav_select_mask {
    z-index: 10;
    /*top: 40px;*/
    position: fixed;
    width: 100%;
    /*max-width: 768px;*/
    height: 100%;
    background-color: rgba(0,0,0,0.7);
} 

.list_page .list_nav_select {
    padding: 20px;
    padding-top: 0;
    position: fixed;
    z-index: 11;
    background-color: #fff;
    width: 100%;
    max-width: 768px;
    top: 40px;
}
.list_page .list_nav_select>div {

}
.list_page .list_nav_option {
    display: inline-block;
    padding: 8px 10px;
    background-color: #ddd;
    width: auto;
    border-radius: 8px;
    text-align: center;
    margin-top: 15px;
    margin-right: 1%;
}
/*.list_nav_option:nth-child(4n+2),
.list_nav_option:nth-child(4n+3),
.list_nav_option:nth-child(4n+4) {
    margin-left: 1%;
}*/
.list_page .list_nav_option.active {
    color: #fff;
    background-color: #d90000;
}

.list_page .list_items {
    padding: 0 14px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.list_page .list_item {
    position: relative;
    border-radius: 5px;
    border: 1px solid #eee;
}
.list_page .list_item:not(:first-child) {
    margin-top: 20px;
}
.list_page .list_item_image {
    font-size: 0;
    /*height: 5rem;*/
    text-align: center;
    border-bottom: 1px dashed #ddd;
}
.list_page .list_item_image img {
    width: 100%;
    /*height: 100%;*/
    border-radius: 5px 5px 0 0;
}
.list_page .list_item_content {
    padding: 6px 16px;
}
.list_page .list_item_title {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #84584d;
    font-weight: bold;
}
.list_page .list_item_date {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}
.list_page .list_item_address {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
    padding-bottom: 6px;
}
.list_page .list_item_status {
    position: absolute;
    right: 20px;
    bottom: 16px;
    color: #fff;
    font-size: 14px;
}
.list_page .list_item_status>span {
    border-radius: 3px;
    padding: 3px 6px;
}
.list_page .list_item_status_1 {
    background-color: #bbb;
}
.list_page .list_item_status_2 {
    background-color: #363471;
}
.list_page .list_item_status_3 {
    background-color: #bbb;
}
/* 列表结束 */

/* 详情开始 */
.detail_page {

}

.detail_page .detail_header {
    position: relative;
    padding: 12px 15px;
    border-bottom: 5px solid #ddd;
}
.detail_page .list_item_image {
    /*height: 5rem;*/
    font-size: 0;
    text-align: center;
}
.detail_page .list_item_image img {
    /*height: 100%;*/
    width: 100%;
}
.detail_page .list_item_content {
    padding-top: 6px;
}
.detail_page .list_item_title {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #84584d;
    font-weight: bold;
}
.detail_page .list_item_date {
    margin-top: 8px;
    font-size: 16px;
    color: #666;

}
.detail_page .list_item_address {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
}
.detail_page .detail_body {
    padding: 0 12px;
}
.detail_page .detail_body_title {
    padding: 8px 0;
    border-bottom: 1px solid #eee; 
    color: #84584d;
    font-size: 14px;
    font-weight: bold;
}
.detail_page .detail_body_content {
    color: #666;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.detail_page .detail_body_items {
    padding-bottom: 20px;
}
.detail_page .detail_body_item {
    width: 100%;
    padding: 6px 0;
    text-align: center;
}
.detail_page .img_use {
    margin-bottom: 100px;
}
.detail_page .item_title_image {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 8px;
}
.detail_page .item_title_text {
    text-align: left;
    /*padding: 5px 0;*/
    padding-left: 10px;
}
.detail_page .detail_body_item .item_image {
    height: 5rem;
}
.detail_page .detail_body_item .item_image img {
    height: 100%;
}
.detail_page .detail_body_item .item_title {
    margin-top: 3px;
    font-size: 15px;
    color: #84584d;
    font-weight: bold;
}
.detail_page .detail_body_item .item_title:hover {
    color: #bc5a41;
    cursor:pointer;
    text-decoration: underline; 
}
.detail_page .detail_body_bottom {
    margin-top: 12px;
    height: 100px;
    text-align: center;
}
.detail_page .detail_body_back {
    display: inline-block;
    width: 90px;
    height: 40px;
    background: url('../images/list_back_bg.png') no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}


.sub_mask {
    display: none;
    z-index: 10;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.sub_container_pop {
    display: none;
    position: fixed;
    z-index: 11;
    background-color: #fff;
    width: 90%;
    border-radius: 5px;
    top: 20px;
    margin: auto;
    left: 0;
    right: 0;
    height: 80%;
}
.sub_container_pop .sub_container_pop_main {
    height: 100%;
    overflow-y: scroll;
    position: relative;
}
.sub_image {
    text-align: center;
    /*padding: 16px;*/
    /*padding-bottom: 0;*/
    position: relative;
}
.sub_image_inner {
    position: relative;
}
.sub_image video {
    /*display: none;*/
    width: 100%;
}
.sub_image audio {
    margin-top: 12px;
}
.sub_image img {
    max-width: 100%;
}
.sub_image_mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_image_mask img {
    max-width: 52px;
}
.sub_title {
    text-align: center;
    font-weight: bold;
    color: #84584d;
    padding-bottom: 18px;
    border-bottom: 5px solid #ddd;
    padding-top: 18px;
}
.sub_body {
    padding: 0 16px;
    padding-bottom: 30px;
}
.sub_body .sub_body_text {
    color: #84584d;
    font-weight: bold;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
.sub_body .sub_body_content {
    color: #666;
    padding-top: 8px;
    font-size: 14px;
    text-align: justify;
    /*text-align-last: left;*/
}
.sub_container_close {
    position: absolute;
    margin: 10px auto;
    left: 0;
    right: 0;
    height: 40px;
    text-align: center;
}
.sub_container_close img {
    max-height: 100%;
}
/* 详情结束 */
