@charset "utf8";
body{
    height: auto;
}
/* 顶部 */
.head{
    width: 100%;
    height: 40px;
}
.head_main{
    width: 1300px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
}
.head_l{
    width: 300px;
    float: left;
    overflow: hidden;
}
.head_l{
    font-size: 16px;
    color: #999;
    float: left;
    margin-left: 10px;
    line-height: 40px;
}
.head_r{
    height: 40px;
    float: right;
}
.mt_item{
	float: left;
	margin: 0 10px;
	position: relative;
	cursor: pointer;
}
.mt_item p{
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.mt_item span{
	width: 125px;
	height: 125px;
	display: block;
	position: absolute;
	left: -26px;
	top: 50px;
	z-index: 200;
	display: none;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.mt_item span img{
	width: 100%;
	height: 100%;
}
.mt_item:hover span{
	display: block;
}
.mt_item a{
    font-size: 16px;
    line-height: 40px;
    color: #666;
}
.login{
	float: left;
	margin-left: 10px;
}
.login a{
    font-size: 16px;
	line-height: 40px;
	color: #666;
}
.login a:hover{
	color: #e33f1c;
}
.login span{
	color: #fff;
}
/* 顶部结束 */

/* 导航 */
.nav{
	width: 100%;
	height: 60px;
    background: var(--color1);
}
.nav_main{
	position: relative;
	text-align: center;
	display: block;
	text-align: center;
}
.nav_main > a{
	height: 100%;
	display: inline-block;
	font-size: 20px;
	color: #fff;
    margin-right: 20px;
	line-height: 60px;
}
.nav_main > a:hover{
    font-weight: bold;
}
.nav_lists{
	position: relative;
	display: inline-block;
	margin: 0 10px;
    margin-right: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.nav_lists i{
    background: url(../../images/zt/zt_category/arrow_down_202302.png) no-repeat;
    width: 10px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 29px;
    left: 84px;
}
.nav_lists:hover i{
    background: url(../../images/zt/zt_category/arrow_up_202302.png) no-repeat;
}
.nav_lists .rsj_arrow{
	left: 66px;
}
.nav_lists .psm_arrow{
	left: 46px;
}
.nav_lists span{
    font-size: 20px;
    line-height: 60px;
    color: #fff;
}
.nav_lists_item{
	width: 120px;
	height: 0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 60px;
	transition: height 0.3s;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.nav_lists_item a{
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
}
.nav_lists_item a:hover{
	background: #f5f5f7;
	color: #E33F1C;
}
.nav_lists:hover .nav_lists_item{
	height: auto;
	overflow: hidden;
}
/* 导航结束 */

/* logo搜索部分 */
.top{
	width: 1300px;
	height: 50px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 30px;
	border-bottom: 4px #ddd solid;
}
.top_l{
	width: 50%;
	height: 100%;
	float: left;
}
.top_l span{
	height: 40px;
	display: block;
	float: left;
}
.top_l span img{
	width: auto;
	height: 100%;
	display: inline;
}
.top_l span:last-of-type{
	margin-left: 10px;
}
.top_r{
	width: 50%;
	height: 100%;
	float: right;
}
.top_r form{
	height: 100%;
}
.search_key, .search{
	height: 100%;
	float: right;
}
.search_key span, .search_key a{
	line-height: 50px;
	font-size: 14px;
}
.search_key span{
	color: #999;
}
.search_key a:hover{
	color: var(--color1);
}
.search{
	margin-left: 20px;
}
.search input{
	height: 100%;
}
.search input[type=text]{
	width: 335px;
	border-radius: 25px 0 0 25px;
	border: 1px solid #ddd;
	display: block;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 16px;
}
.search input[type=submit]{
	width: 65px;
	border: none;
	border-radius: 0 25px 25px 0;
	background: url(../../images/zt/zt_category/info_08.png) center no-repeat;
	background-color: var(--color1);
	cursor: pointer;
}

/* 底部 */
.c_foot{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	box-sizing: border-box;
	background: #2f2f2f;
	margin-top: 80px;
}
.c_foot_top{
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.c_foot_left{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}
.c_foot_left_top{
	width: 495px;
}
.c_foot_left_top span{
	width: 100%;
	line-height: 32px;
	display: block;
	font-size: 16px;
	color: #fff;
}
.c_foot_left_top a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0 5px;
}
.c_foot_left_top a:hover{
	color: #E33F1C;
}
.c_foot_left_bot{
	width: 100%;
	margin-top: 50px;
}
.c_foot_left_bot a{
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	margin: 0 5px;
}
.c_foot_left_bot a:hover{
	color: #E33F1C;
}
.c_foot_right{
	width: 436px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 20px;
}
.c_foot_right_item{
	width: 125px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
} 
.c_foot_right_item span{
	display: block;
	width: 125px;
	height: 125px;
}
.c_foot_right_item span img{
	width: 100%;
	height: 100%;
}
.c_foot_right_item p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin-top: 6px;
}

.c_foot_bot{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px #999 solid;
	margin-top: 40px;
}
.c_foot_bot_main{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	color: #999;
	text-align: center;
}
.c_foot_bot_main li{
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
}
.c_foot_bot_main li a{
	color: #999;
	font-size: 14px;
}
.c_foot_bot_main li img{
	display: inline-block;
}

/* 返回顶部 */
.totop{
	width: 40px;
	height: 40px;
	background: url(../../images/zt/zt_category/to_top.png) no-repeat;
	position: fixed;
	bottom: 140px;
	right: 60px;
	background-size: cover;
	z-index: 900;
	display: none;
}

/* 通用 */
/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/************************************/
/* 文字列表 */
.newsList_text{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.newsList_text a{
	line-height: 50px;
	display: block;
}
.newsList_text a:hover{
	color: var(--color1);
}

/* 记者编辑专栏 */
.journa{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}
.journa_item{
	width: 413px;
	height: 524px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.journa_item:nth-of-type(3n){
	margin-right: 0;
}
.journa_item_img{
	width: 100%;
	height: 336px;
	display: block;
	overflow: hidden;
}
.newsList_text_journa{
	background: #f7f7f7;
	height: 118px;
	padding: 10px 20px;
	box-sizing: border-box;
}
.journa_item_name{
	display: block;
	width: 100%;
	height: 70px;
	background: var(--color4);
	color: #fff;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	opacity: 0.9;
}
.journa_item_name:hover{
	opacity: 1;
}
.journa_item_name span{
	display: block;
}
.journa_item_name span:first-of-type{
	font-weight: bold;
}
/* 记者编辑栏目完 */

/* 特刊首页 */
.tekan_snav{
	width: 1300px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}
.tekan_snav a{
	display: block;
	width: 230px;
	height: 100%;
}
.tekan{
	width: 1300px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
}
.tekan_item{
	display: block;
	width: 300px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 33px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	position: relative;
}
.tekan_item_img{
	display: block;
	width: 100%;
	height: 392px;
	overflow: hidden;
}
.tekan_item_title{
	width: 100%;
	height: 110px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
}
.tekan_item_title p:first-of-type{
	font-weight: bold;
	font-size: 20px;
}
.tekan_item_title p:last-of-type{
	color: #999;
	font-size: 16px;
}
.tekan_item_alpha{
	width: 100%;
	height: 392px;
	background-color: rgba(0, 0, 0, 0.6);
	background-image: url(../../images/zt/zt_category/icon_eyes.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 100%;
	transition: bottom 0.3s;
}
.tekan_item:hover .tekan_item_alpha{
	bottom: 110px;
}
.tekan_item:nth-of-type(4n){
	margin-right: 0;
}
/* 特刊首页完 */

/* 特刊列表页 */
.tekan_list{
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
}
.tekan_list_head{
	width: 1200px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
.tekan_list_logo{
	width: auto;
	height: 30px;
	display: block;
	float: left;
}
.tekan_list_title{
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	background: var(--color2);
	color: #fff;
	line-height: 30px;
	margin-left: 20px;
}
.tekan_list_title p{
	float: left;
	font-size: 16px;
}
.tekan_list_title p:last-of-type{
	font-weight: bold;
	margin-left: 10px;
	font-size: 18px;
} 
.tekan_tips{
	width: 330px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #239235;
	line-height: 30px;
	background: rgba(151, 253, 206, 0.4);
	float: left;
	margin-left: 10px;
}
.zoom-icon{
	position: absolute;
	z-index: 1000;
	width: 60px;
	height: 30px;
	top: 0;
	right: 110px;
	line-height: 30px;
	text-align: center;
	background: var(--color2);
	cursor: pointer;
	user-select: none;
	color: #fff;
	font-size: 16px;
}
.zoom-icon:hover{
	opacity: 0.8;
}
.tekan_list_contents{
	line-height: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	background: var(--color2);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.tekan_list_contents_show{
	width: 500px;
	height: 0;
	position: absolute;
	right: 0;
	top: 40px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	background: #fff;
	z-index: 999;
	overflow: hidden;
	transition: height 0.3s;
}
.tekan_list_contents_top{
	width: 100%;
	height: 40px;
	background: var(--color2);
	color: #fff;
	line-height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}
.tekan_list_contents_bot{
	width: 100%;
	height: 40px;
	color: #999;
	line-height: 40px;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	cursor: pointer;
}
.tekan_list_contents_bot:hover{
	color: var(--color2);
}
.tekan_list_contents_show_main{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 50px 20px;
	box-sizing: border-box;
}
.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: 1300px;
	height: 800px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	/* background: #fff; */
	border-radius: 20px;
}
.tekan_book_cont{
	width: 1200px;
	height: 780px;
	margin: 0 auto;
	/* background: #fff; */
	margin-top: 10px;
}
.tekan_book{
	width: 100%;
	height: 100%;
	transition: margin-left 0.5s;
}
.tekan_page{
	border-radius: 20px;
	overflow: hidden;
}
.tekan_page_change{
	width: 50px;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	display: none;
}
.tekan_page_change span{
	position: absolute;
}
.tekan_book_pre, .tekan_book_suf{
	width: 100%;
	height: 100%;
	top: 0;
	display: none;
}
.tekan_book_pre{
	width: 100%;
	left: 0;
	background: url(../../images/zt/zt_category/tekan_book_pre.png) no-repeat;
}
.tekan_book_suf{
	right: 0;
	background: url(../../images/zt/zt_category/tekan_book_suf.png) no-repeat;
}
.tekan_book_pre_tip, .tekan_book_next_tip{
	width: 70px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.tekan_book_next_tip{
	right: 0;
}
.tekan_book_prev, .tekan_book_next{
	display: block;
	width: 50px;
	height: 100%;
	top: 0;
}
.tekan_book_prev{
	left: 0;
	background: url(../../images/zt/zt_category/tekan_prev_r.png) no-repeat;
}
.tekan_book_next{
	right: 0;
	background: url(../../images/zt/zt_category/tekan_next_r.png) no-repeat;
}
.tekan_book_pretri,.tekan_book_nexttri{
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 0;
}
.tekan_book_pretri{
	left: 50px;
	background: url(../../images/zt/zt_category/tekan_prev_l.png) no-repeat;
	transition: left 0.5s;
}
.tekan_book_nexttri{
	right: 50px;
	background: url(../../images/zt/zt_category/tekan_next_l.png) no-repeat;
	transition: right 0.5s;
}
.tekan_book_pre_tip:hover .tekan_book_pretri{
	left: 30px;
}
.tekan_book_next_tip:hover .tekan_book_nexttri{
	right: 30px;
}


.tekan_prev{
	left: 0;
	/* background: url(../../images/zt/zt_category/tekan_prev.jpg) no-repeat; */
}
.tekan_next{
	right: 0;
	/* background: url(../../images/zt/zt_category/tekan_next.jpg) no-repeat; */
}
.scale{
	position: fixed !important;
	top: 50%;
	left: 50%;
	z-index: 99999;
	transform: translate(-50%, -50%);
}
.tekan_title{
	width: 100%;
	height: 40px;
	margin-top: 20px;
	display: none;
}
.tekan_title_left{
	width: 100px;
	line-height: 40px;
	background: var(--color2);
	color: #fff;
	float: left;
	text-align: center;
}
.tekan_title_center{
	width: 1200px;
	line-height: 40px;
	background: #fff;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.tekan_title_center_item{
	width: 100%;
	height: 40px;
}
.tekan_title_center p{
	float: right;
}
.tekan_title_show{
	width: 84px;
	display: block;
	line-height: 40px;
	/* color: var(--color4); */
	color: #666;
	display: block;
	float: right;
	text-align: center;
	font-size: 14px;
}
.tekan_title_center p:hover {
	color: var(--color2);
}
.tekan_title_show:hover{
	color: var(--color2);
}
.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: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: #f7efe5;
	position: absolute;
	left: 50%;
	top: 100%;
	box-sizing: border-box;
	transform: translateX(-50%);
	transition: height 0.5s;
	transition: top 0.5s;
}
.tekan_content_title{
	width: 100%;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.tekan_content_info{
	width: 100%;
	margin-top: 10px;	
	text-align: center;
}
.tekan_content_info div{
	font-size: 14px;
	display: inline-block;
	color: #999;
	margin: 10px;
}
.tekan_content_main{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tekan_content_main div,
.tekan_content_main p{
	margin-bottom: 20px;
	line-height: 2em;
}
.tekan_content_main img{
	width: auto;
	margin: 0 auto;
}
.tekan_content_main video{
	max-width: 800px;
	max-height: 450px;
	margin: 0 auto;
}
.tekan_content_close{
	width: 60px;
	line-height: 30px;
	background: var(--color4);
	text-align: center;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.tekan_content_close:hover{
	opacity: 0.8;
}
.tekan_content_close1{
	position: absolute;
	right: 10px;
	top: 10px;
}
.tekan_content_close2{
	margin: 0 auto;
	margin-top: 40px;
}
/* 特刊列表页完 */

/* 底部 */
.foot{
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	background: var(--themes_color);
	margin-top: 60px;
}
.foot p{
	display: inline-block;
	margin: 0 10px;
	color: #fff;
	font-size: 14px;
}
.foot a{
	color: #fff;
	margin: 0 10px;
	font-size: 14px;
}
.s_gotoip{
    display: none;
}