
/* 魅力乾陵-景区介绍 */
.body_content .jieshao_Detail,
.body_content .jieshao_Detail p {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.body_content .jieshao_Detail img {
    max-width: 100%;
    display: inline;
}

.body_content .mokuai_litpic {
    width: 100%;
    display: flex;
    margin-top: 0.3rem;
}

.body_content .mokuai_litpic .mokuai_img {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 2.6rem;
    cursor: pointer;
}

.body_content .mokuai_litpic .mokuai_txt {
    background-color: #0000004d;
    bottom: 0;
    height: 0.32rem;
    left: 0;
    position: absolute;
    transition: all .6s;
    width: 100%;
}

.body_content .mokuai_litpic .mokuai_txt p {
    color: #ffeedb;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.body_content .mokuai_litpic .mokuai_txt .mokuai_icon {
    display: none;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/index_mokuai_more.png) center no-repeat;
    background-size: contain;
}

.body_content .mokuai_litpic .mokuai_img:hover .mokuai_txt {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.body_content .mokuai_litpic .mokuai_img:hover .mokuai_txt .mokuai_icon {
    display: block;
    margin-top: 0.15rem;
}


@media (max-width: 540px) {
	.mokuai_litpic {
		flex-wrap: wrap;
		align-items: center !important;
		gap: 0 !important;
		padding: 0 0.1rem;
	}

	.mokuai_litpic .mokuai_img {
		flex: none !important;
		height: 1rem;
		width: 48% !important;
		border-radius: 8px;
		margin-bottom: 4%;
		margin-right: 4%;
	}

	.mokuai_litpic .mokuai_img:nth-of-type(2n) {
		margin-right: 0;
	}
}




/* 景区介绍详情 */
.jieshao_view{
    width: 100%;
    position: relative;
    min-height: 6rem;
}
.jieshao_view .jsview_fl{
    position: absolute;
    border-radius: 0.05rem;
    width: 50%;
    height: 5.2rem;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 3;
}
.jieshao_view .jsview_fr{
    background-color: rgb(180, 52, 59);
    height: 5.54rem;
    right: 0px;
    top: 0.4rem;
    width: 70%;
    z-index: 2;
    position: absolute;
    border-radius: 0.05rem;
    display: flex;
    /* align-items: center; */
    justify-content: flex-end;
}
.jieshao_view .jsview_fr .jsview_fr_body{
    width: 70%;
    height: 5.2rem;
    overflow-y: scroll;
    padding: 0.2rem;
    min-height: 2rem;
    color: #fff;
    line-height: 1.6;
}
.jieshao_view .jsview_fr .jsview_fr_body::-webkit-scrollbar {
	width: 0.05rem;    
	/*height: 4px;*/
}
.jieshao_view .jsview_fr .jsview_fr_body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #999;
	background: #999;
}
.jieshao_view .jsview_fr .jsview_fr_body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
	border-radius: 0;
	background: rgba(0,0,0,0);
}
.jieshao_view .jsview_fr .jsview_fr_body p{
    color: #fff;
    font-size: 0.16rem;
    line-height: 1.6;
}
.jieshao_view .jsview_fr .jsview_fr_body img{
    max-width: 100%;
    display: inline;
    width: revert-layer;
}
@media (max-width: 1000px) {
    .jieshao_view .jsview_fl{
        height: auto;
        position: relative;
        width: 100%;
        margin-bottom: 0.15rem;
    }
    .jieshao_view .jsview_fr{
        height: auto;
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
    }
    .jieshao_view .jsview_fr .jsview_fr_body{
        width: 100%;
        height: auto;
    }
}




/* 政务资讯-专题专栏 */
.zhuanti_title{
    border: 0.01rem solid #b4343b;
    border-radius: 0.04rem;
    color: #b4343b;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
    width: 100%;
    Font-family: Microsoft YaHei;
    font-size: 0.2rem;
    text-align: center;
}


/* 魅力乾陵-旅游攻略 */
.gonglv_body .gonglv_item{
    border-bottom: 0.01rem solid #ddd;
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.gonglv_body .gonglv_item .gonglv_img{
    width: 1.68rem;
    height: auto;
    min-height: 1.26rem;
    max-height: 1.36rem;
    margin-right: 0.1rem;
    border-radius: 0.08rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gonglv_body .gonglv_item .gonglv_img img{
    min-height: inherit;
}
.gonglv_body .gonglv_item .gonglv_txt{
    width: calc(100% - 1.8rem);
    height: 1.1rem;
}
.gonglv_body .gonglv_item .gonglv_txt .gonglv_title{
    font-size: 0.16rem;
    color: #212529;
}
.gonglv_body .gonglv_item .gonglv_txt .gonglv_cont{
    color: #828282;
    font-size: 0.14rem;
    margin-top: 0.05rem;
    min-height: 0.4rem;
    text-indent: 2em;
}
.gonglv_body .gonglv_item .gonglv_txt .gonglv_time{
    color: #828282;
    font-size: 0.14rem;
    margin-top: 0.2rem;
}

@media (max-width: 540px) {
    .gonglv_body .gonglv_item .gonglv_img{
        width: 0.88rem;
    }
    .gonglv_body .gonglv_item .gonglv_txt{
        width: calc(100% - 0.98rem);
    }
}





/* 魅力乾陵-旅游攻略详情 */
.gonglv_body .gonglv_view_title{
    color: rgb(51, 51, 51);
    font-family: Inter;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.3rem;
    text-align: center;
}
.gonglv_body .gonglv_key{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
    margin-top: 0.15rem;
    flex-wrap: wrap;
}
.gonglv_body .gonglv_key span{
    display: flex;
    align-items: center;
    margin: 0 0.1rem;
    font-family: "PingFang SC";
    font-size: 0.14rem;
    color: rgb(130, 130, 130);
    white-space: nowrap;
}
.gonglv_body .gonglv_key span img{
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
    object-fit: contain;
}

.gonglv_body .gonglv_detail,
.gonglv_body .gonglv_detail p{
    font-size: 0.16rem;
    line-height: 1.6;
    color: #212529;
}
.gonglv_body .gonglv_detail img{
    max-width: 100%;
    display: inline;
    width: auto;
}


/* 上一篇、下一篇 */
.next_prve{
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem auto;
    width: 90%;
}
.next_prve a{
    width: auto;
    height: auto;
    font-size: 0.14rem;
    color: #000;
}
.next_prve span{
    color: gray;
}


/* 魅力乾陵-视频专区 */
.video_list{
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem;
}
.video_list .video_item{
    width: calc(33.33333% - 13.4px);
    border-radius: 0.08rem;
    overflow: hidden;
}
.video_list .video_item .video_img{
    width: 100%;
    height: 2.4rem;
}
.video_list .video_item .video_text{
    font-size: 0.14rem;
    margin-top: 0.1rem;
    width: 100%;
    text-align: center;
    color: #212529;
}
/* 视频弹窗 */
.video_dialog {
	background-color: #00000080;
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
	word-break: break-all;
	display: none;
}

.video_dialog .dialog {
	bottom: 0;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video_dialog .dialog .video_body {
	width: 70%;
	height: 4.54rem;
	background: #fff;
	border-radius: 0.05rem;
	position: relative;
	padding: 0.16rem;
	box-sizing: border-box;
}

.video_dialog .dialog .video_body .video_colse {
	position: absolute;
	top: 0;
	right: 0.16rem;
	transform: rotate(45deg);
	font-size: 0.3rem;
	font-weight: 100;
	cursor: pointer;
	z-index: 999;
}

.video_dialog .dialog .video_body video {
	max-height: 4rem;
	width: 100%;
	margin-top: 0.16rem;
	color: #909399;
}

.video_dialog .dialog .video_body video:hover {
	color: #409eff;
}

@media (max-width: 1340px){
    .video_list .video_item .video_img{
        height: 1.4rem;
    }
}
@media (max-width: 777px){
    .video_list .video_item{
        width: calc(50% - 13.4px)!important;
    }
}
@media (max-width: 540px) {
    .video_dialog .dialog .video_body{
		width: 90%;
		height: auto;
	}
}


/* 政务资讯-专题专栏 */
.zhuanti_item {
	width: 100%;
	position: relative;
	border-radius: 0.05rem;
	overflow: hidden;
	min-height: 0.94rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}
.zhuanti_item img{
	object-fit: cover;
    width: auto;
}
.zhuanti_item span {
	height: 100%;
	padding: 0.04rem 0.2rem;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	word-wrap: break-word;
	background-color: #88010180 !important;
	border-radius: 0 0.05rem 0.05rem 0;
	color: #fff;
	letter-spacing: 0.01rem;
	writing-mode: vertical-lr;
}





/* 活动公告 */
.notice_body{
    box-sizing: border-box;
    height: 100%;
    padding: 0 0.4rem;
    width: 100%;
    position: relative;
    min-height: 5.5rem;
}
.notice_body .posimg{
    width: 3rem;
    height: 4.2rem;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
}
.notice_body .charmR_title{
    width: 100%;
}
.notice_body .notice_list .notice_item{
    font-family: Microsoft YaHei;
    border-bottom: 0.01rem solid #ddd;
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
    cursor: pointer;
}
.notice_body .notice_list .notice_item .notice_title{
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #212529;
}
.notice_body .notice_list .notice_item .notice_time{
    color: #828282;
    font-size: 0.14rem;
    margin-top: 0.05rem;
    line-height: 0.2rem;
}




/* 活动公告详情 */
.notice_detail .notice_title{
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.3rem;
    font-family: Inter;
}
.notice_detail .notice_time{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
    margin-top: 0.15rem;
    font-family: PingFang SC;
    font-size: 0.14rem;
    color: #828282;
}
.notice_detail .notice_time img{
    width: 0.2rem;
    height: auto;
    margin-right: 0.1rem;
}
.notice_detail .notice_content,
.notice_detail .notice_content p{
    color: #212529;
    line-height: 1.5;
    font-size: 0.16rem;
    font-weight: 400;
}
.notice_detail .notice_content img{
    height: revert-layer;
    width: auto;
    max-width: 100%;
    display: inline;
}










.luxian_body img{
    width: auto;
}






/*文件*/
.content_file{
    width: 100%;
}
.content_file .fileBox{
    margin-top: 0.2rem;
    font-size: 0.14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_file .fileBox .icon{
    background: #b4343b;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    margin-right: 5px;
    padding: 4px;
}
.content_file .fileBox .name{
    font-size: 0.14rem;
}
.content_file .fileBox .btn{
    font-size: 0.16rem;
    cursor: pointer;
    text-decoration: underline;
}

.fileBox a{
    width:1rem;
}



