﻿#middle{
	width: 100%;
	overflow: hidden;
}

/* 头部banner */
.mid-top-center{
	background: url(/cms/templates/900594887078960000/images/ztzl-banner.jpg) no-repeat top center;
	height:450px;
	position:relative;
}

.topbg-sj{ display:none; }
.topbg-sj img{ width:100%; }

.dqlm-tit{
	color: #FFF;
    font-size: 52px;
    text-align: center;
	font-weight: 700;
	letter-spacing: 5px;
	padding-top: 160px;
	text-shadow: -1px 1px 2px rgb(0 0 0 / 30%);
}

.dqlm-tit div{
	width:60px;
	height:5px;
	background:#FFF;
	margin: 10px auto 0;
	box-shadow: -1px 1px 2px rgb(0 0 0 / 30%);
}

.pdsy{
	line-height: 86px;
    background: url(/cms/templates/900594887078960000/images/nav_hover-bg01.png) no-repeat left bottom;
	display:flex;
	align-items: center;
	font-size: 22px;
    margin: 0;
    padding: 0 0 0 49px;
	width:194px;
	box-sizing:border-box;
}
.pdsy a{ color:#FFF; }

/* 二级导航 */
.top-nav-menu{
	background: #ffffff; 
    padding: 0px; height:86px; 
    position: absolute;
    bottom: -43px;
    left: 50%;
    margin-left: -650px;
    width: 1300px;
	box-shadow: 0px 20px 20px -20px #d1d1d1;
}
.top-nav-menu ul{ display:flex; align-items: center; height:100%; }
.top-nav-menu ul span{ display:flex; align-items: center; }
.nav-mask-right {
    display: none;
    width: 15px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 99;
}

.top-nav-menu ul li{
	float: left;
    padding: 15px 0; box-sizing:border-box;
	margin:0 0 0 35px;
	font-size: 20px;
}
/* 头部banner end */
/* 专题专栏 */
.middle-ztzl-bg{ background:#ffffff; }

.mid-ztzl-content{ padding-top:60px; }

.ztzl-box{
	float: left;
	position:relative;
	width:calc(100% / 2 - 20px);
	margin:0 20px 50px 0;
	border-radius:5px 5px 0 0;
}
.ztzl-box:nth-child(2n){
	float:right;
	margin:0 0 50px 20px;
}

.ztzl-img{ width:100%; }
.ztzl-img img{ width:100%; height:auto; }

.ztzl-list{
	border-left:1px solid #e0eaf4;
	border-right:1px solid #e0eaf4;
	padding:25px 20px 15px 20px; height:123px;
}

.ztzl-list ul li{
	position:relative;
	margin-bottom:15px;
}

.ztzl-list ul li:before{
	content: '';
    display: block;
	position: absolute;
    left: 3px;
    top: 11px;
	width:6px;
	height:6px;
	background:#dea4a7;
	border-radius:100%;
}

.ztzl-list ul li a{
	font-size:20px;
	color:#333333;
	float: left;
    text-align: left;
	width: calc(100% - 60px);
	box-sizing: border-box;
    padding-left: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ztzl-list ul li span{
	width:55px;
	padding-left:5px;
	font-size:18px;
	color:#999999;
	float:right;
	text-align:right;
}

.box-bot-line{
	width:100%;
	height:6px;
	position:absolute;
	left:0;
	bottom:-1px;
	background: linear-gradient(to right, #da2f28, #cd7541);
}

/* 专题专栏 end */


/* ===========视图宽度============ */

.w_1300{
	width: 1300px;
	margin: 0 auto;
}

/* ==============@media============== */

@media screen and (max-width: 1340px){
	.w_1300 {
   		max-width: 1200px;
	}
	
	.top-nav-menu{
		left: 0;
		margin-left: 0px;
	}
	
}

@media screen and (max-width: 1240px){
	.w_1300 {
   		max-width: 1000px;
	}
}

@media screen and (max-width: 1000px){
	/* top-banner */
	.topbg-sj{ display:block; }
	.mid-top-center {
		background: none;
		height:unset;
	}
	
	.dqlm-tit{
		font-size:46px;
		position: absolute;
		top: calc( (100% - 84px ) /2 );
		left: 50%;
		right: 0;
		padding-top: 0px;
		margin-left: -500px;
	}
	
	.top-nav-menu {
		display:none;
	}
	
	/* top-banner end */
	/* 专题专栏 */
	.mid-ztzl-content {
		width: 100%;
		padding: 40px 0 0;
	}
	
	.ztzl-main-box{ padding:0 20px; }
	.ztzl-box{
		width: calc(100% / 2 - 15px);
		margin: 0 15px 50px 0;
	}
	.ztzl-box:nth-child(2n){
		float:right;
		margin: 0 0 50px 15px;
	}
.ztzl-list {height:102px;}
	.ztzl-list ul li { margin-bottom: 10px; }
	
	.ztzl-list ul li a{
		font-size: 18px;
		 
		padding-left: 22px;
	}
	
	.ztzl-list ul li span{
		 
		font-size: 16px;
	}
	/* 专题专栏 end */
	
}

@media screen and (max-width: 768px){
	/* 专题专栏 */
	.ztzl-box{
		width:100%;
		margin:0 0px 50px 0;
	}
	
	.ztzl-box:nth-child(2n){
		width:100%;
		margin:0 0 50px 0px;
	}
	.ztzl-list {height:93px;}
	.ztzl-list ul li:before {
		content: '';
		display: block;
		position: absolute;
		left: 3px;
		top: 9px;
	}
	
	.ztzl-list ul li a{
		font-size: 16px;
		 
		padding-left: 22px;
	}
	
	.ztzl-list ul li span{
		 
		font-size: 14px;
	}
	/* 专题专栏 end */
	
}

@media screen and (max-width: 620px){}

@media screen and (max-width: 550px){}

@media screen and (max-width: 450px){
	/* top-banner */
	.dqlm-tit{ 
		top: calc( (100% - 62px ) /2 );
		font-size:36px;
	}
	/* top-banner end */
	
}

@media screen and (max-width: 375px){
	/* 专题专栏 */
	.ztzl-list ul li a{
		font-size: 16px;
		width: 100%;
		padding-left: 22px;
	}
	
	.ztzl-list ul li span{ display:none; }
	/* 专题专栏 end */
	
}