@charset "utf8";
@media screen and (orientation:portrait){
	 body{
        line-height: 1.5em; 
        font-size: 0.3rem;
    }
    a{
        font-size: 0.3rem;
    }
	.in_pc{
		display: none;
	}
	.in_ph{
		display: block;
	}
	/* 顶部 */
	.head_wap{
		width: 100%;
		height: auto;
	}
	.head_top{
		width: 100%;
		height: 0.8rem;
		background: var(--color1);
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.top_l{
		width: 80%;
		height: 100%;
		float: left;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.head_top a{
		display: block;
	}
	.logo{
		width: 2.11rem;
		height: 0.48rem;
	}
	.forpc{
		width: 1.11rem;
		height: 0.36rem;
		margin-left: 0.2rem;
	}
	.toSearch{
		width: 0.36rem;
		height: auto;
		overflow: hidden;
		margin-left: 0.2rem;
	}
	.toSearch img{
		width: 100%;
		height: auto;
	}
	.top_r{
		width: 20%;
		height: 100%;
		float: right;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.jubao{
		color: #fff;
	}
	.user{
		width: 0.48rem;
		height: 0.48rem;
		margin-left: 0.2rem;
	}
	.head_fixed{
		position: fixed;
		top: -0.8rem;
		z-index: 900;
	}
	/* 导航 */
	.nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		padding: 0 0.2rem;
		box-sizing: border-box;
		background: #fff;
		box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
	}
	.nav_main{
		width: 100%;
		height: auto;
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
		padding: 0;
		padding-right: 0.4rem;
	}
	.nav_main a{
		margin-right: 0.2rem;
		line-height: 0.8rem;
		color: #333;
		font-size: 0.3rem;
	}
	.icon_navList{
		width: 0.48rem;
		height: 0.48rem;
		position: absolute;
		right: 0.18rem;
		top: 50%;
		transform: translateY(-50%);
		background: url(../../images/zt/zt_category/icon_navlist2023.png) no-repeat;
		background-size: contain;
	}
	.nav_main .nav_active{
		font-size: 0.4rem;
		font-weight: bold;
	}

	/* 网站地图 */
	.navlist{
		width: 100%;
		height: 0;
		padding: 0 0.2rem;
		box-sizing: border-box;
		position: fixed;
		top: 0.8rem;
		left: 0;
		z-index: 1000;
		background: #f6f6f6;
		overflow-y: scroll;
		transition: height 0.2s; 
	}
	.list_main a{
		font-size: 0.3rem;
		margin: 0.3rem;
	}
	.list_head{
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		font-size: 0.36rem;
		font-weight: bold;
		border-bottom: 1px solid #e2e2e2;
	}
	.list_close{
		font-size: 0.3rem;
		line-height: 0.6rem;
		padding: 0 0.2rem;
		position: absolute;
		right: 0.2rem;
		top: 0.2rem;
	}
	.list_item{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.4rem;
	}
	.list_item_tit{
		width: 100%;
		line-height: 0.6rem;
		font-size: 0.3rem;
		font-weight: bold;
		text-align: left;
	}
	.list_main{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 0.2rem;
	}
	.list_main a{
		display: inline-block;
		width: 30%;
		line-height: 0.6rem;
		background: #fff;
		font-size: 0.26rem;
		margin: 0.1rem 1%;
		box-sizing: border-box;
		text-align: center;
		white-space: nowrap;
	}
	.list_main .list_main_zazhi{
		width: 63%;
	}


	/* 底部 */
	.foot{
		width: 100%;
		height: auto;
		padding: 0.2rem;
		box-sizing: border-box;
		background: var(--color1);
		color: #fff;
		text-align: center;
		font-size: 0.26rem;
		margin-top: 1rem;
		line-height: 0.39rem;
	}
	.foot p{
		margin: 0;
	}

	/* 返回顶部 */
	.totop{
		width: 0.6rem;
		height: 0.6rem;
		right: 0.2rem;
		bottom: 2rem;
		z-index: 900;
	}

	/* 通用 */
	/********************************************************/
	/********************************************************/
	/********************************************************/
	/********************************************************/
	/********************************************************/
	/********************************************************/
	/********************************************************/
	/********************************************************/
	.newsList_text a{
		line-height: 1.5em;
		margin-bottom: 0.4rem;
	}
	.newsList_text a:last-of-type{
		margin-bottom: 0;
	}
	.newsList_text a:hover{
		color: #333;
	}

	/* 记者编辑专栏 */
	.journa{
		width: 100%;
		margin-top: 0.4rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.journa_item{
		width: 100%;
		height: 2.91rem;
		float: none;
		margin-right: 0;
		margin-bottom: 0.4rem;
		border-bottom: 2px solid #ddd;
		position: relative;
		padding-bottom: 0.4rem;
	}
	.journa_item:last-of-type{
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.journa_item_img{
		width: 3rem;
		height: 2.44rem;
		position: absolute;
		left: 0;
		top: 0;
	}
	.newsList_text_journa{
		width: calc(100% - 3.2rem);
		height: 100%;
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		background: none;
	}
	.newsList_text_journa a{
		font-size: 0.3rem;
	}
	.journa_item_name{
		width: 3rem;
		height: 1rem;
		padding: 0.1rem 0;
		opacity: 1;
		position: absolute;
		left: 0;
		top: 1.91rem;
	}
	/* 记者编辑完 */

	/* 特刊首页 */
	.tekan_snav{
		width: 100%;
		height: 0.6rem;
		margin-top: 0.2rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.tekan_snav a{
		display: block;
		width: auto;
		height: 100%;
	}
	.tekan_snav a img{
		height: 100%;
		width: auto;
	}
	.tekan{
		width: 100%;
		margin-top: 0.2rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.tekan_item{
		width: 3.3rem;
		margin-right: 0.2rem;
		box-shadow: 0 4px 8px rgba(0,0,0,0.1);
		margin-bottom: 0.3rem;
	}
	.tekan_item_img{
		height: 4.44rem;
	}
	.tekan_item_title{
		height: 1.2rem;
	}
	.tekan_item_title p:first-of-type{
		font-size: 0.3rem;
	}
	.tekan_item_title p:last-of-type{
		font-size: 0.26rem;
	}
	.tekan_item_alpha{
		display: none;
	}
	.tekan_item:nth-of-type(2n){
		margin-right: 0;
	}
	/* 特刊首页完 */
	
}
@media screen and (min-width: 300px) and (max-width: 1300px){
	body {
		line-height: 1.5em;
    	font-size: 0.3rem;
	}
	/* 特刊列表页 */
	.tekan_list{
		width: 100%;
		padding-top: 0rem;
		box-sizing: border-box;
		padding-bottom: 0.4rem;
		position: relative;
	}
	.tekan_list_head{
		width: 100%;
		height: 1.73rem;
		margin: 0 auto;
		background: #fff;
		padding: 0.2rem;
		box-sizing: border-box;
	}
	.tekan_list_logo{
		width: auto;
		height: 0.6rem;
		position: absolute;
		left: 0.2rem;
		top: 00.2rem;
		float: none;
	}
	.tekan_list_title{
		width: 100%;
		float: none;
		padding: 0 0.2rem;
		line-height: 0.7rem;
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 1rem;
		background: none;
		color: #333;
		border-top: 2px solid var(--color2);
		text-align: center;
	}
	.tekan_list_title p{
		font-size: 0.26rem;
		display: inline-block;
	}
	.tekan_list_title p:last-of-type{
		margin-left: 0.1rem;
		font-size: 0.26rem;
		float: right;
	} 
	.tekan_tips{
		width: 4.2rem;
		font-size: 0.26rem;
		line-height: 0.6rem;
		float: none;
		margin-left: 0;
		clear: left;
		margin-top: 0.2rem;
		position: absolute;
		left: 1rem;
		top: 0.6rem;
	}
	.tekan_wap_btn{
		width: 100%;
		height: 0.5rem;
		margin-top: 0.4rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.tekan_tips_wap{
		width: 5rem;
		font-size: 0.26rem;
		line-height: 0.4rem;
		/* background: rgba(151, 253, 206, 0.4); */
		color: #999;
		float: left;
	}
	.zoom-icon{
		width: 1rem;
		height: 0.6rem;
		top: 0.8rem;
		right: initial;
		left: 0;
		line-height: 0.6rem;
		font-size: 0.3rem;
		position: initial;
	}
	.zoom-icon:hover{
		opacity: 1;
	}
	.zoom-icon_wap{
		width: 1rem;
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.26rem;
		background: var(--color2);
		color: #fff;
		text-align: center;
		float: right;
		border-radius: 4px;
	}
	.tekan_list_contents{
		line-height: 0.5rem;
		padding: 0 0.2rem;
		font-size: 0.26rem;
		top: 0.2rem;
		right: 0.2rem;
		border-radius: 4px;
	}
	.tekan_list_contents_show{
		width: 100%;
		height: 0;
		top: 1rem;
		box-shadow: 0 4px 4px rgba(0,0,0,0.4);
		z-index: 9999999999;
	}
	.tekan_list_contents_top{
		height: 0.6rem;
		line-height: 0.6rem;
		padding: 0 0.2rem;
	}
	.tekan_list_contents_bot{
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.26rem;
		padding: 0 0.2rem;
	}
	.tekan_list_contents_show_main{
		padding: 0.8rem 0.2rem;
	}
	.tekan_list_contents_item{
		margin-bottom: 20px;
	}
	.tekan_list_contents_item_flag{
		font-weight: bold;
	}
	.tekan_list_contents_title{
		margin-top: 6px;
	}
	.tekan_list_contents_title a{
		font-size: 16px;
		line-height: 2em;
	}
	.tekan_list_contents_title a{
		display: block;
	}
	.tekan_list_contents_title a:hover{
		color: var(--color2);
	}

	.tekan_book_main{
		width: 100%;
		height: 8.78rem;
		margin-top: 0.4rem;
		box-shadow:  0 0 0.5rem rgba(0,0,0,0.2);
	}
	.tekan_book_cont{
		width: 6.4rem;
		height: 100%;
		margin: 0 auto;
		padding: 0.2rem 0;
		box-sizing: border-box;
	}
	.tekan_book{
		width: 100%;
		height: 100%;
		transition: margin-left 0.5s;
	}
	.tekan_page{
		background: #fff;
		border-radius: 0.1rem;
	}
	.tekan_page_change{
		width: 0.4rem;
		z-index: 99999999;
	}
	.tekan_book_pre{
		left: 0;
		background: url(../../images/zt/zt_category/tekan_book_pre_wap.png) no-repeat;
		background-size: cover;
	}
	.tekan_book_suf{
		right: 0;
		background: url(../../images/zt/zt_category/tekan_book_suf_wap.png) no-repeat;
		background-size: cover;
	}
	.tekan_book_pre_tip, .tekan_book_next_tip{
		width: 0.59rem;
		height: 0.56rem;
		top: initial;
		bottom: 0;
		transform: translateY(0);
		z-index: 999999;
	}
	.tekan_book_pre_tip{
		left: 0.3rem;
		background: url(../../images/zt/zt_category/tekan_pre_wap.png) no-repeat;
		background-size: cover;
	}
	.tekan_book_next_tip{
		right: 0.3rem;
		background: url(../../images/zt/zt_category/tekan_next_wap.png) no-repeat;
		background-size: cover;
	}
	.tekan_book_prev, .tekan_book_next{
		display: none;
	}
	.tekan_book_pretri, .tekan_book_nexttri{
		display: none;
	}

	.scale{
		position: fixed !important;
		top: 50%;
		left: 50%;
		z-index: 99999;
		transform: translate(-50%, -50%);
	}
	.tekan_title{
		height: auto;
		overflow: hidden;
		margin-top: 0.2rem;
		/* display: block; */
		background: #fff;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.tekan_title_left{
		width: 100%;
		line-height: 1em;
		font-size: 0.28rem;
		float: none;
		background: none;
		color: #333;
		font-weight: bold;
		border-bottom: 1px solid #e2e2e2;
		text-align: left;
		padding: 0.4rem 0 0.2rem 0;
	}
	.tekan_title_center{
		width: 100%;
		line-height: 0.4rem;
		float: none;
		padding: 0 0;
		background: none;
	}
	.tekan_title_center_item{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #fff;
		padding: 0.2rem 0;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: space-around;
		border-bottom: 1px solid #e2e2e2;
	}
	.tekan_title_center_item:last-of-type{
		border: none;
	}
	.tekan_title_center p{
		width: 80%;
		float: none;
		font-size: 0.28rem;
	}
	.tekan_title_show{
		width: 1.7rem;
		line-height: 1em;
		float: none;
		font-size: 0.26rem;
	}
	.tekan_title_center_item p:hover{
		color: #999;
	}
	.tekan_title_show:hover{
		color: #999;
	}
	.animated{
		-webkit-transition:margin-left 0.5s;
		-moz-transition:margin-left 0.5s;
		-ms-transition:margin-left 0.5s;
		-o-transition:margin-left 0.5s;
		transition:margin-left 0.5s;
	}
	.tekan_content{
		width: 6.78rem;
		padding: 0.2rem;
		padding-top: 0.8rem;
		box-sizing: border-box;
		z-index: 99999999;
	}
	.tekan_content_main{
		font-size: 0.3rem;
	}
	.tekan_content_title{
		font-size: 0.3rem;
	}
	.tekan_content_info{
		margin-top: 0.2rem;	
	}
	.tekan_content_info div{
		font-size: 0.26rem;
		margin: 0.1rem;
	}
	.tekan_content_main div,
	.tekan_content_main p{
		margin-bottom: 0.2rem;
		font-size: 0.3rem;
	}
	.tekan_content_main video{
		width: 100%;
		/* height: 3.6rem; */
		height: auto;
	}
	.tekan_content_close{
		width: 1rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
	}
	.tekan_content_close:hover{
		opacity: 1;
	}
	.tekan_content_close1{
		right: 0.1rem;
		top: 0.1rem;
	}
	.tekan_content_close2{
		margin-top: 0.6rem;
	}
	/* 特刊列表页完 */
	
	/* 底部 */
    .foot{
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 0.28rem;
        line-height: 0.42rem;
        margin-top: 0.5rem;
        padding: 0.2rem 0;
        box-sizing: border-box;
        text-align: center;
        margin-top: 0.8rem;
    }
    .foot p{
        margin: 0 0.1rem;
        font-size: 0.26rem;
    }
    .foot a{
        margin: 0 0.1rem;
        font-size: 0.26rem;
    }
    .s_gotoip {
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 0.1rem;
        bottom: 1rem;
        right: 0.2rem;
    }
}