body{
	color: #333333;
	background: #F1F6FF;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/* 正文开始 */
.banner{
	margin-top: 30px;
	transition: all .3s;
	cursor: pointer;
	border-radius: 10px;
	/*overflow: hidden;*/
	font-size: 0
}
.banner:hover{
	transform: translateY(-1px) translateX(2px);
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
}
.ziliao_main{
	overflow: hidden;
	margin-top: 30px;
}
.ziliao_main .zl_left{
	float: left;
	width: 840px;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 20px 0;
}
.ziliao_main .zl_left h4{
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	position: relative;
	margin-left: 30px;
}
.ziliao_main .zl_left h4 p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33px;
	height: 3px;
	border-radius: 21px;
	background: #4277E5;
}
.ziliao_main .zl_left ul{
	padding-top: 9px;
}
.ziliao_main .zl_left li{
	height: 170px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	transition: all .3s;
	padding: 0 30px;
	padding-top: 15px;
}
.ziliao_main .zl_left li:hover{
	transform: translateY(-2px) translateX(4px);
	background: #f6f6f6;
}
.ziliao_main .zl_left li:hover h5{
	color: #5C8BEB;
}
.ziliao_main .zl_left li .info{
	float: left;
	width: 548px;
	margin-top: 2px;
}
.ziliao_main .zl_left li h5{
	width: 420px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	overflow: hidden;   
	text-overflow:ellipsis;    
	white-space: nowrap;
	transition: all .3s;
}
.ziliao_main .zl_left li .article{
	font-size: 14px;
	line-height: 20px;
	color: #777;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;   
	overflow: hidden;
	margin-top: 5px;
	margin-left: 2px;
}
.ziliao_main .zl_left li .data_wrap{
	position: absolute;
	bottom: 20px;
	left: 30px;
}
.ziliao_main .zl_left li .data{
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.ziliao_main .zl_left li .data img{
	float: left;
	width: 15px;
	margin-top: 9px;
}
.ziliao_main .zl_left li .data span{
	font-size: 14px;
	line-height: 34px;
	color: #888;
	float: left;
	margin-left: 5px;
}

.ziliao_main .zl_left li .pic{
	width: 200px;
	float: right;
}
.ziliao_main .zl_left li .pic img{
	height: 140px;
}

.ziliao_main .zl_right{
	width: 340px;
	float: right;
	padding: 20px 22px;
	width: 340px;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
}
.ziliao_main .zl_right h4{
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	position: relative;
}
.ziliao_main .zl_right h4 p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33px;
	height: 3px;
	border-radius: 21px;
	background: #4277E5;
}
.ziliao_main .zl_right ul{
	padding-top: 24px;
}
.ziliao_main .zl_right li{
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
}
.ziliao_main .zl_right li:hover .info h5{
	color: #5C8BEB !important;
	transform: translateY(2px);
}
.ziliao_main .zl_right li:hover .pic{
	transform: translateX(2px) scale(.99);
}
.ziliao_main .zl_right li:hover .liang{
	transform: translateY(-5px);
}
.ziliao_main .zl_right li:hover .liang span{
	color: #5C8BEB !important;
}
.ziliao_main .zl_right li:hover .liang .icon img{
	display: none;
}
.ziliao_main .zl_right li:hover .liang .icon img.act{
	display: block !important;
}
.ziliao_main .zl_right li .pic{
	float: left;
	width: 114px;
	transition: all .3s;
}
.ziliao_main .zl_right li .pic img{
	height: 80px;
	width: 114px;
}
.ziliao_main .zl_right li .info{
	float: left;
	margin-left: 10px;
	width: 171px;
	position: relative;
	height: 80px;
}
.ziliao_main .zl_right li .info h5{
	font-size: 12px;
	color: #333333;
	margin-top: 6px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
	transition: all .3s;
}
.ziliao_main .zl_right li .info .liang{
	position: absolute;
	bottom: 4px;
	left: 0;
	transition: all .3s;
}
.ziliao_main .zl_right li .info .liang .liulan{
	float: left;
}
.ziliao_main .zl_right li .info .liang .liulan img{
	width: 14px;
	height: 14px;
}
.ziliao_main .zl_right li .info .liang .shang img{
	width: 11px;
	height: 11px;
}
.ziliao_main .zl_right li .info .liang .icon{
	margin-top: -2px;
	position: relative;
}
.ziliao_main .zl_right li .info .liang .icon img{
	position: absolute;
	left: 0;
	top: 0;
}
.ziliao_main .zl_right li .info .liang .icon img.act{
	display: none;
}
.ziliao_main .zl_right li .info .liang span{
	float: left;
	font-size: 12px;
	color: #666666;
	margin-left: 18px;
	margin-right: 10px;
}
.ziliao_main .zl_right li .info .liang .shang{
	float: left;
}

/* 详情 */
.zl_art_let{
	width: 840px;
	border-radius: 10px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px;
	float: left;
}
.zl_art_let h4{
	width: 520px;
	line-height: 26px;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333333;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.zl_art_let .date_wrap{
	padding-top: 28px;
	overflow: hidden;
	padding-bottom: 13px;
	border-bottom: 1px solid #eee;
}
.zl_art_let .date_wrap .dl{
	float: left;
	margin-right: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
}
.zl_art_let .date_wrap .dl img{
	width: 20px;
}
.zl_art_let .date_wrap .dl span{
	vertical-align: 4px;
	margin-left: 6px;
}
.zl_art_let .zl_article{
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}
.zl_art_let .back_list{
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;
	height: 80px;
	border-radius: 10px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
	position: relative;
	overflow: hidden;
}
.zl_art_let .back_list .back{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	background: #104BC2;
	background: linear-gradient(90deg, #104BC2 0%, #104BC2 0%, #5C8BEB 98%, #5C8BEB 100%);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	padding-left: 15px;
	padding-top: 14px;
	line-height: 25px;
	box-sizing: border-box;
	cursor: pointer;
}
.zl_art_let .back_list .back_font{
	margin-left: 120px;
	lien-height: 20px;
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #9E9E9E;
	/*cursor: pointer;*/
	transition: all .3s;
}
/*.zl_art_let .back_list .back_font:hover{*/
/*	color: #4277E5;*/
/*	transform: translateY(-2px);*/
/*}*/
.zl_art_let .back_list .back_font span{
	margin-right: 33px;
}
.zl_art_let .back_list .back_prve{
	margin-top: 18px;
	margin-bottom: 12px;
}

/* 资料弹窗 */
.zl_tan_shard{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	 display: none; 
}
.zl_tan_shard .zl_tan{
	width: 490px;
	height: 470px;
	margin: 0 auto;
	margin-top: 10%;
	background: #fff;
	border-radius: 50px;
	overflow: hidden;
}
.zl_tan_shard .zl_tan .pic{
	font-size: 0;
}
.zl_tan_shard .zl_tan h4{
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	text-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	margin-left: 45px;
	margin-top: 15px;
	margin-bottom: 23px;
}
.zl_tan_shard .zl_tan .tr{
	width: 400px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}
.zl_tan_shard .zl_tan .tr input{
	border: 1px solid #999999;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 46px;
	transition: all .3s;
	font-size: 15px;
}
.zl_tan_shard .zl_tan .tr input.active{
	border-color: #4277E5;
}
.zl_tan_shard .zl_tan .tr .icon{
	position: absolute;
	width: 20px;
}
.zl_tan_shard .zl_tan .tr .icon img{
	position: absolute;
	top: 15px;
	left: 16px;
	transition: all .3s;
}
.zl_tan_shard .zl_tan .tr .icon img.act{
	opacity: 0;
}
.zl_tan_shard .zl_tan .tr .icon.active img{
	opacity: 0;
}
.zl_tan_shard .zl_tan .tr .icon.active img.act{
	opacity: 1;
}
.zl_tan_shard .zl_tan .zl_t_shuoming{
	line-height: 34px;
	font-size: 12px;
	margin-top: 10px;
	position: relative;
	margin-left: 53px;
	padding-left: 25px;
}
.zl_tan_shard .zl_tan .zl_t_shuoming .icon{
	position: absolute;
	width: 15px;
	left: 0;
	top: 9px;
}
.zl_tan_shard .zl_tan .zl_t_shuoming .icon img{
	position: absolute;
	display: none;
}
.zl_tan_shard .zl_tan .zl_t_shuoming .icon img.act{
	display: block;
}
.zl_tan_shard .zl_tan .zl_t_shuoming a{
	color: #104BC2;
}
.zl_tan_shard .zl_tan .btn{
	width: 144px;
	line-height: 44px;
	border-radius: 10px;
	background: #104BC2;
	background: linear-gradient(90deg, #104BC2 0%, #104BC2 0%, #5C8BEB 98%, #5C8BEB 100%);
	font-size: 18px;
	margin: 0 auto;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	transition: all .3s;
}
.zl_tan_shard .zl_tan .btn:hover{
	transform: translateY(-1px) translateX(2px);
	box-shadow: 0 7px 15px -10px rgba(0, 0, 0, 0.5);
}