@charset "utf-8";
/* CSS Document */

	@import url(2022_reset.css);
	@import url(2022_header.css);
	@import url(2022_footer.css);
	
	
	*{ box-sizing:border-box;}
	
	.main{ background:url(2022_ztzl_bj.png) no-repeat center top; overflow:hidden; width:100%; min-height:683px; padding:25px 0;}
	
	
	/*热点专题*/
	.rdzt_box{ width:830px; height:640px; background:#fff; box-shadow:0 0 10px #bcd3de; padding:20px 20px 20px 0; position:relative;}
	.rdzt_box h1{ height:50px; line-height:50px; border-bottom:1px solid #cbcbcb; margin-left:20px;}
	.rdzt_box h1 span{ border-bottom:4px solid #0078d9; width:184px; text-align:center; font-size:22px; color:#0078d9; font-weight:bold; display:block; line-height:46px;}
	.rdzt_box .rdzt_list .bd ul li{ margin-top:15px;width:250px; height:225px; border:1px solid #e7e7e7; float:left; margin-left:19px;}
	.rdzt_box .rdzt_list .bd ul li img{ width:250px; height:145px;}
	.rdzt_box .rdzt_list .bd ul li p{ font-size:14px; padding:10px 0 10px 10px;}
	.rdzt_box .rdzt_list .bd ul li a{width:78px;height:23px;background:#0079d9;border-radius:20px;display:block;font-size:12px;color:#fff;display:block;line-height:23px;text-align:center;float:right;margin-right:10px;margin-top: 20px;}
	.rdzt_box .rdzt_list .bd ul li a:hover{ background:#046ec2;}
	.rdzt_box .rdzt_list .hd{position: absolute;bottom: 15px;height: auto;left: 0px;z-index: 9999;cursor: pointer;width: 100%;text-align: center;margin: 0 auto;}
	.rdzt_box .rdzt_list .hd ul{ height: 16px; text-align: center; display: inline-block;}
    .rdzt_box .rdzt_list .hd li{float: left;width: 13px;height: 13px;display: inline;list-style-type:none;background:#b2b2b2;margin: 0px 8px;font-size: 0; border-radius:30px;}
    .rdzt_box .rdzt_list .hd li.on{ background:#0079d9;}

	
	
	
	/*往期专题*/
	.wqzt_box{ width:338px; height:640px;background:#fff; box-shadow:0 0 10px #bcd3de; padding:20px; position:relative;}
	.wqzt_box h1{  height:50px; line-height:46px; border-bottom:4px solid #0078d9; font-size:22px; font-weight:bold; color:#0078d9; display:block;}
	.wqzt_box .change{ position:absolute; right:20px; top:35px; background:url(2022_ztzl_icon01.png) no-repeat left center; cursor:pointer; font-size:14px; text-indent:2em; color:#7f7f7f;}
	.wqzt_box .wqzt_list ul li{ height:auto; width:100%;}
	.wqzt_box .wqzt_list ul li a{width:100%;height:43px;line-height:43px;background:#ebf5fc;margin-top:15px;border-radius:5px;display:block;position: relative;}
	.wqzt_box .wqzt_list ul li a i{ width:5px; height:22px; margin-top:10px; background:#0079d9; display:block; float:left;}
	.wqzt_box .wqzt_list ul li a span{ display:block; float:left; padding-left:20px; width:94%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}

.wqzt_box .wqzt_list ul li a em {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 0px;
    background: url(ztzl_gdpic.png) no-repeat left center;
    background-size: 40px;
}