/* 导航栏 */
@import url('../../style/common/mid_navbar.css');
/* 右侧栏 */
@import url('../../style/common/right_sidebar.css');

.banner>.bg {
    width: 100%;
    height: 400px;
}

.banner>.bg>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 开放时间 */
.opening_hours .opening_hours_con .opening_hours_left {
    width: 78%;
    border-radius: 8px;
    background-color: #fff;
    padding: 30px;
    margin-right: 20px;
}

.opening_hours_left .oh_ltop {
    padding: 150px 42px 0 107px;
    background-color: #6E8F83;
	border-radius: 0.625rem 0.625rem 0 0;
}

.oh_ltop .oh_tit h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.oh_ltop .oh_des {
    margin-top: 20px;
}

.oh_ltop .oh_des p {
    color: #fff;
    text-align: center;
}

.oh_ltop .oh_time {
    margin-top: 50px;
}

.oh_time .oh_time_num_box {
    width: 80%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 65px;
}

.oh_time .oh_time_num_box p {
    text-align: center;
}

.oh_time .oh_time_num_box .oh_time_num {
    width: calc(100% / 5 + 100px);
    ;
    font-size: 56px;
    font-weight: bold;
    line-height: 66px;
    color: #fff;
}

.oh_time .oh_time_num_box .septal_line {
    width: 50px;
    height: 8px;
    border-radius: 4px;
    background: #FFFFFF;
}

.oh_time .oh_time_des {
    width: 60%;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.oh_time_des p {
    width: calc(100% / 5);
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.opening_hours_left .img_bg {
    position: relative;
	border-radius: 0 0 0.625rem 0.625rem;
	overflow: hidden;
}

.opening_hours_left .img_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #6E8F83 5%, rgba(255, 255, 255, 0) 100%);
}

.opening_hours_left .img_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 开放公告 */
.main .open_announcement {
    position: relative;
}

.main .open_announcement .scenic_top_info {
    overflow: hidden;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scenic_top_info {
    position: relative;
}

.scenic_top_info_box .scen_item {
    width: calc(100% / 2);
}

.scenic_top_info_box .scen_item img {
    object-fit: cover;
}

.scenic_top_info_box .scen_item .st_r_tit {
    margin-bottom: 33px;
    font-size: 26px;
    line-height: 42px;
}

.scenic_top_info_box .scen_item .st_r_info {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    min-height: 95px;
}

.scenic_top_info_box .scen_item .date_and_view {
    font-size: 20px;
    line-height: 20px;
    color: #999999;
    margin-top: 87px;
}

.scenic_top_info_box .scen_item .date_and_view p {
    margin-left: 30px;
}

.scenic_top_info_box .st_left {
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
}

.scenic_top_info_box .st_right {
    padding: 50px;
    background-color: #fff;
    border-radius: 0px 8px 8px 0px;
}

.top_dot_box {
    padding: 20px 0;
}

.top_dot_box .count_points {
    width: 60px;
    height: 5px;
    background: #D1D1D1;
    margin: 10px 5px;
}

.top_dot_box .count_points.select {
    background: #666;
}

.scenic_info_l .info_l_box {
    padding: 0 40px;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 20px;
}

.scenic_info_l {
    width: 78%;
}

.ziti {
    font-family: 'din', sans-serif;
}

.ziti-r {
    font-family: 'din-r', sans-serif;
}

.scenic_info_l_it {
    border-top: 1px solid #F0F0F0;
    width: 100%;
    padding: 40px 0;
}

.scenic_info_l_it .sit_left img {
    width: 360px;
    height: 220px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.scenic_info_l_it .scenic_info_item .sit_r_tit {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 33px;

}

.scenic_info_l_it .scenic_info_item .sit_r_info {
    font-size: 20px;
    line-height: 30px;
    color: #999999;
    min-height: 95px;
}

.scenic_top_info_box .scenic_info_item .sit_dav {
    font-size: 20px;
    line-height: 20px;
    color: #999999;
    margin-top: 87px;
}

.scenic_top_info_box .scenic_info_item .sit_dav p {
    margin-left: 30px;
}

/* 静态分页 */
.pagination .pag {
    margin-top: 30px;
}

.pagination .pag .pag_it {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #D8D8D8;
    border-right: none;
}

.pagination .pag .pag_it:first-child {
    border-radius: 8px 0 0 8px;
}

.pagination .pag .pag_it:last-child {
    border-right: 1px solid #D8D8D8;
    border-radius: 0 8px 8px 0;
}

.pagination .pag .select {
    color: #fff;
    background-color: #638075;
}

/* 详情页面 */
.news_details_box .nd_l {
    width: 78%;
    margin-right: 10px;
}

.news_details_box .nd_l .nd_l_con {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

.nd_l .nd_l_con .nd_tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
}

.nd_l .nd_l_con .basic_inf {
    font-size: 16px;
    color: #999999;
    padding: 20px 0;
    /* border-bottom: 1px solid #D8D8D8; */
}

.nd_l .nd_l_con .share {
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}

.share_mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
}

.share_mask .qr_code_box {
    width: 326px;
    height: 371px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    padding: 28px;
}

.share_mask .qr_code_box .code_info {
    font-size: 20px;
    color: #3D3D3D;
    font-weight: normal;
    text-align: center;
}

.share_mask .qr_code_box .qr_code {
    margin-top: 27px;
    font-size: 20px;
    width: 270px;
    height: 270px;
    font-size: 40px;
    background: #E2E2E2;
    color: #B6B6B6;
}

.nd_l .nd_l_con .basic_inf p {
    margin-right: 20px;
}

.nd_l .nd_l_con .share .share_icon {
    width: 27px;
    height: 22px;
    background: url('../../image/guide/WeChat.svg') no-repeat center;
}

.nd_l .nd_l_con .share .microblog_share {
    margin-left: 20px;
    background: url('../../image/guide/MicroBlog.svg') no-repeat center;
}

.nd_l .nd_l_con .txt_content p {
    line-height: 30px;
    margin: 10px 0;
}

.txt_jump {
    margin-top: 30px;
}

.txt_jump .u_d .u_d_it {
    line-height: 30px;
    margin-bottom: 10px;
}

.txt_jump .u_d .u_d_it:hover {
    color: #638075;
}

.txt_jump .jump_back {
    width: 150px;
    height: 48px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    text-align: center;
    line-height: 25px;
}

/* 参加须知 */
.main .detail_card {
    margin-bottom: 60px;
}

.nd_l {
    width: 78%;
    margin-right: 10px;
}

.nd_l .nd_l_con {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

.nd_l .nd_l_top .icon {
    width: 60px;
    height: 60px;
    background: url('../../image/exhibition/light.svg') no-repeat;
    background-position: center 0;
    background-size: 50px 50px;
}

.nd_l_con .nd_l_top .nd_tit {
    font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 10px;
}

.nd_l .nd_l_con .nd_l_top {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

.nd_l .nd_l_con .txt_content {
    padding-top: 20px;
}

.nd_l .nd_l_con .txt_content p {
    line-height: 30px;
    margin: 10px 0;
}

/* 峰林画廊 */
.album .album-content {
    width: 100%;
    overflow: hidden;
}

.album .album-content .album_content {
    width: calc(100% + 25px);
}

.album .album-content::after {
    content: '';
    clear: both;
    display: block;
}

.album .album-content .album_item {
    float: left;
    width: 32%;
    position: relative;
    margin-right: 1.2%;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 16px;
}

.album .album-content .album_item.album_big {
    height: 620px;
}

.album .album-content .album_item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.album .album-content .album_item .album_text {
    position: absolute;
    left: 0;
    width: calc(100% - 60px);
    bottom: 0;
    padding: 30px;
    color: #fff;
}

.album .album_content .album_item .album_text .album_tit {
    font-size: 28px;
    font-weight: 700
}

.album .album_content .album_item .album_text .album_des {
    font-size: 20px;
    line-height: 36px;
    margin-top: 16px;
}




.scenic_info_l_it .scenic_info_item .sit_dav {
    font-size: 16px;
    /* line-height: 2.125rem; */
    color: #999999;
}

.scenic_info_l_it .scenic_info_item .sit_dav p:first-child {
    margin-right: .625rem;
}

@media screen and (min-width:970px) and (max-width:1520px) {
    .scenic_info_l {
        width: 100%;
    }

    .scenic_info_l .info_l_box {
        margin-right: 0;
    }

    .news_details,
    .main .detail_card {
        width: 970px;
    }

    .album .album-content .album_item {
        float: left;
        width: 32%;
        position: relative;
        margin-right: 1.2%;
        height: 199px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .album .album-content .album_item.album_big {
        height: 408px;
    }


    .album .album_content .album_item .album_text .album_tit {
        font-size: 24px;
        font-weight: 700
    }

    .album .album_content .album_item .album_text .album_des {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
    }

    .album .album-content .album_item .album_text {
        padding: 20px;
    }


    .opening_hours .opening_hours_con .opening_hours_left {
        width: 100%;
        margin-right: 0;
    }

    .news_details_box .nd_l {
        width: 100%;
        margin-right: 0;
    }

    .nd_l {
        width: 100%;
        margin-right: 0;
    }

    .nd_l .nd_l_con .txt_content img {
        width: 100%;
    }

}

@media screen and (min-width:750px) and (max-width:970px) {
    .news_details {
        width: 750px;
    }

    .opening_hours,
    .open_announcement,
    .album {
        width: 750px;
        margin-top: 40px;
    }

    .opening_hours .opening_hours_con .opening_hours_left {
        width: 100%;
        margin-right: 0;
    }

    .news_details_box .nd_l {
        width: 100%;
        margin-right: 0;
    }

    /* .album {
        flex-direction: column;
        padding: 1.875rem;
        width: calc(100% - 3.75rem);
    } */

    .album .album-content .album_content {
        width: 100%;
    }

    .album .album-content .album_item {
        width: 100%;
        height: 31.25rem;
    }

    .album .album-content .album_item.album_big {
        height: 51.25rem;
    }

    .album .album_content .album_item .album_text .album_des {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-top: 1rem;
    }




    .visiting_notice {
        width: 750px;
        margin-top: 30px;
    }

    .nd_l {
        width: 100%;
        margin-right: 0;
    }

    .nd_l .nd_l_con .txt_content img {
        width: 100%;
        border-radius: 8px;
    }

    .jump_back {
        display: none;
    }

    .scenic_info_l {
        width: 100%;
    }

    .scenic_info_l .info_l_box {
        margin-right: 0;
    }

    .opening_hours .opening_hours_con .opening_hours_left {
        width: 100%;
        margin-right: 0;
        padding: 1.875rem;
    }

    .opening_hours_left .oh_ltop {
        padding: 5rem 1.875rem 0;
		border-radius: 0.625rem 0.625rem 0 0;
    }


    .oh_ltop .oh_tit h1 {
        font-size: 2.5rem;
    }

    .oh_ltop .oh_des p {
        font-size: 1.25rem;
        line-height: 2.25rem;
    }

    .oh_ltop .oh_time {
        margin-top: 3.125rem;
    }

    .oh_time .oh_time_num_box {
        width: 100%;
        padding: 0;
    }

    .oh_time .oh_time_num_box .oh_time_num {
        width: calc(20% + 6.25rem);
        font-size: 3.5rem;
        line-height: 4.125rem;
    }

    .oh_time .oh_time_num_box .septal_line {
        width: 3.125rem;
        height: .5rem;
        border-radius: .25rem;
    }

    .oh_time .oh_time_des {
        width: 90%;
        padding: 1.25rem 0;
    }

    .oh_time_des p {
        font-size: 1.625rem;
        white-space: nowrap;
    }
}

@media screen and (max-width:750px) {
    .jump_back {
        display: none;
    }

    .txt_jump .u_d .u_d_it {
        font-size: 1.5rem;
    }

    .news_details_box .nd_l {
        width: 100%;
        margin-right: 0;
    }

    .visiting_notice,
    .opening_hours {
        width: calc(100% - 3.75rem);
        padding: 0 1.875rem;
    }

    .opening_hours .opening_hours_con .opening_hours_left {
        width: 100%;
        margin-right: 0;
        padding: 1.875rem;
    }

    .opening_hours_left .oh_ltop {
        padding: 5rem 1.875rem 0;
		
		border-radius: 0.625rem 0.625rem 0 0;
    }

    .oh_ltop .oh_tit h1 {
        font-size: 2.5rem;
    }

    .oh_ltop .oh_des p {
        font-size: 1.625rem;
        line-height: 2.25rem;
    }

    .oh_ltop .oh_time {
        margin-top: 3.125rem;
    }

    .oh_time .oh_time_num_box {
        width: 100%;
        padding: 0;
    }

    .oh_time .oh_time_num_box .oh_time_num {
        width: calc(20% + 6.25rem);
        font-size: 3.5rem;
        line-height: 4.125rem;
		margin-top: 1.625rem ;
    }

    .oh_time .oh_time_num_box .septal_line {
        width: 3.125rem;
        height: .5rem;
        border-radius: .25rem;
    }

    .oh_time .oh_time_des {
        width: 90%;
        padding: 1.25rem 0;
    }

    .oh_time_des p {
        font-size: 1.625rem;
        white-space: nowrap;
    }

    .album {
        flex-direction: column;
        padding: 0rem 1.875rem 1.875rem 1.875rem;
        width: calc(100% - 3.75rem);
    }

    .album .album-content .album_content {
        width: 100%;
    }

    .album .album-content .album_item {
        width: 100%;
        height: 31.25rem;
		margin-bottom: 1.625rem;
    }

    .album .album-content .album_item.album_big {
        height: 51.25rem;
    }

    .album .album_content .album_item .album_text .album_des {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-top: 1rem;
    }



    /* 开放公告 */

    .open_announcement {
        width: calc(100% - 3.75rem);
        padding: 0 1.875rem;
    }

    .scenic_info_l {
        width: 100%;
    }

    .scenic_info_l .info_l_box {
        padding: 0;
        margin-right: 0;
        background-color: transparent;
    }

    .scenic_info_l_it {
        padding: 1.25rem;
        background-color: #fff;
        margin-bottom: 1.25rem;
        flex-direction: column;
        width: auto;
        border-radius: 1.25rem;
    }

    .scenic_info_l_it .sit_left img {
        margin-right: 0;
        width: 100%;
    }

    .scenic_info_l_it .scenic_info_item .sit_r_tit {
        margin: 1.875rem 0;
        font-size: 2.375rem;
        line-height: 2.625rem;
    }

    .scenic_info_l_it .scenic_info_item .sit_r_info {
        font-size: 1.875rem;
        line-height: 2.125rem;
    }

    .scenic_info_l_it .scenic_info_item .sit_dav {
        font-size: 1.625rem;
        /* line-height: 2.125rem; */
        color: #999999;
    }

    .scenic_info_l_it .scenic_info_item .sit_dav p:first-child {
        margin-right: .625rem;
    }

    /* 详情页面 */
    .news_details {
        width: calc(100% - 3.75rem);
        padding: 0 1.875rem;
    }

    .nd_l {
        width: 100%;
        margin-right: 0;
    }

    .nd_l .nd_l_con {
        padding: 1.875rem;
    }

    .nd_l .nd_l_con .nd_l_top {
        padding: 1.25rem 0;
    }

    .nd_l .nd_l_top .icon {
        width: 3.75rem;
        height: 3.75rem;
        background-size: 100%;
    }

    .nd_l .nd_l_con .nd_l_top .nd_tit {
        font-size: 2.5rem;
        line-height: 3.75rem;
        margin-left: .625rem;
    }


    .nd_l .nd_l_con .txt_content {
        padding-top: 1.25rem;
    }

    .nd_l .nd_l_con .txt_content p {
        line-height: 3.125rem;
        margin: .625rem 0;
        font-size: 1.875rem;
        text-indent: 2em;
    }

    .nd_l .nd_l_con .txt_content img {
        width: 100%;
        border-radius: 8px;
    }

    .nd_l .nd_l_con .nd_tit {
        font-size: 2.5rem;
        line-height: 3.75rem;
    }

    .nd_l .nd_l_con .basic_inf {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pagination .pag .pag_it {
        padding: 1.875rem;
        font-size: 1.5rem;
    }
	.banner>.bg {
	    width: 100%;
	    height: 200px;
	}
	
	.banner>.bg>img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
}