/*解决高度塌陷问题*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



img {
	width: 100%;
	height: 100%;
}
a{
	text-decoration: none;
}


.content{
	width: 16.5rem;
	margin: 0 auto;
}




/* banner */
.banner{
	width: 100%;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner .content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	z-index: 99;
}
.banner_logo{
	width: 5.37rem;
	height: 1.16rem;
}
.banner_input{
	width: 4.17rem;
	height: 0.45rem;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	display: flex;
	flex-direction: row;
}
.banner_input input{
	width: 85%;
	height: 100%;
	padding: 0;
	border: none;
	background-color: rgba(255, 255, 255, 0);
	padding-left: 10px;
}
.banner_input_sousuo{
	width: 15%;
	height: 100%;
	background-color: #fff;
	border-radius: 0 5px 5px 0;
	font-size: 0.18rem;
	text-align: center;
	line-height: 0.45rem;
}


#searchForm{
	width: 100%;
	display: flex;
	flex-direction: row;
}

/* nav */
.nav{
	width: 100%;
	height: 0.6rem;
	background-color: #01458E;
}
.nav ul{
	width: 100%;
	line-height: 0.6rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.nav li{
	font-size: 0.2rem;
	text-decoration: none;
}
.nav li a{
	color: #fff;
}




/* xwdt */
.xwdt{
	display: flex;
	flex-direction: row;
	margin-top: 0.3rem;
}
.xwdt_tp{
	width: 10.85rem;
	height: 6rem;
	margin-right: 0.45rem;
}
.xwdt_right{
	width: 5.65rem;
}
.xwdt_right_bt{
	height: 0.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* padding-bottom: 0.15rem; */
	border-bottom: 1px solid #D6D6D6;
	position: relative;
}
.xwdt_right_bt_mc{
	font-size: 0.2rem;
	font-weight: bold;
	border-bottom: 3px solid #E92A21;
}
.xwdt_right_bt_gd a{
	color: #E92B22;
	font-size: 0.16rem;
	position: absolute;
	right: 0;
	top: 10%;
}
.xwdt_right_fbt{
	margin-top: 0.2rem;
}
.xwdt_right_fbt_wz{
	font-size: 0.18rem;
	color: #9E9D9F;
	line-height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xwdt_right_fbt_time{
	font-size: 0.18rem;
	color: #9E9D9F;
}
.xwdt_right_list{
	margin-top: 0.3rem;
}
.xwdt_right_list li,.xwdt_right_list li a{
	font-size: 0.2rem;
	display: flex;
	flex-direction: row;
}
.xwdt_right_list li{
	margin-bottom: 0.26rem;
}
.xwdt_right_list li:last-child{
	margin-bottom: 0;
}
.xwdt_right_list_wz{
	width: 4.15rem;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #333333;
}
.xwdt_right_list_time{
	width: 1.5rem;
	text-align: right;
	color: #9E9D9F;
}





/* zyk */
.zyk{
	width: 100%;
	height: 4.68rem;
	margin-top: 0.3rem;
}
.zyk ul{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}
.zyk ul li{
	width: 25%;
	height: 100%;
}
.zyk ul li,.zyk ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.zyk p{
	color: #FFFFFF;
	font-size: 0.32rem;
	margin-bottom: 0.4rem;
}
.zyk_icon{
	width: 1.2rem;
	height: 1.2rem;
}
.zyk li:nth-child(1) .zyk_icon  {
	background: url("../img/zjzyk.png") no-repeat;
	background-size: cover;
}
.zyk li:nth-child(2) .zyk_icon  {
	background: url("../img/zytj.png") no-repeat;
	background-size: cover;
}
.zyk li:nth-child(3) .zyk_icon  {
	background: url("../img/ggzyk.png") no-repeat;
	background-size: cover;
}
.zyk li:nth-child(4) .zyk_icon  {
	background: url("../img/syzyk.png") no-repeat;
	background-size: cover;
}






/* xwlb */
.xwlb{
	margin-top: 0.3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.xwlb_list{
	width: 5rem;
	padding: 0.3rem 0.25rem;
	border: 1px solid #D6D6D6;
	border-radius: 0.12rem 0.12rem 0 0;
	box-shadow: 0 5px 10px #F4F4F4;
}
.xwlb_list_bt{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 0.25rem;
}
.xwlb_list_bt_img{
	width: 0.5rem;
	height: 0.5rem;
	position: relative;
}
.xwlb_list_bt_img img{
	position: absolute;
	top: 0;
	left: 0;
}
.xwlb_list_bt_p{
	font-size: 0.26rem;
	color: #333333;
	font-weight: bold;
	margin-left: 0.2rem;
}
.xwlb_list_num li,.xwlb_list_num li a{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.xwlb_list_num li{
	margin-bottom: 0.24rem;
}
.xwlb_list_num li:last-child{
	margin-bottom: 0;
}
.xwlb_list_num_cirle{
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 100px;
	background-color: #666666;
	margin-right: 0.3rem;
}
.xwlb_list_num_right_time{
	font-size: 0.18rem;
	color: #999999;
}
.xwlb_list_num_right{
	width: 4.2rem;
}
.xwlb_list_num_right_wz{
	font-size: 0.2rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.1rem;
}




/* kjdh */
.kjdh{
	margin-top: 0.3rem;
	background-color: #F7F8FA;
	height: 2.84rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.kjdh_nr{
	height: 2.34rem;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.kjdh_nr ul{
	width: 88%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.kjdh_nr li,.kjdh_nr li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.kjdh_nr_icon{
	width: 0.6rem;
	height: 0.6rem;
	position: relative;
}
.kjdh_nr_icon img{
	position: absolute;
	top: 0;
	left: 0;
}
.kjdh_nr_wz{
	font-size: 0.24rem;
	color: #333333;
	margin-top: 0.2rem;
}



/* rwsx */
.rwsx{
	margin-top: 0.3rem;
}
.rwsx_bt{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* padding-bottom: 0.15rem; */
	border-bottom: 3px solid #E5E6E5;
	margin-bottom: 0.5rem;
}
.rwsx_bt_wz{
	font-size: 0.26rem;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0.15rem;
	border-bottom: 6px solid #1572C3;
}
.rwsx_bt_gd{
	font-size: 0.16rem;
	color: #1572C3;
}
.rwsx_bt_gd a{
	color: #1572C3;
}
.rwsx_list ul{
	display: flex;
	flex-direction: row;
}
.rwsx_list li{
	width: 3.7rem;
	box-shadow: 0 0 5px #D6D6D6;
	padding-bottom: 0.35rem;
	margin-right: 0.57rem;
}
.rwsx_list li:last-child{
	margin-right: 0;
}
.rwsx_list_img{
	width: 100%;
	height: 2.6rem;
}
.rwsx_list_bt{
	width: 3.3rem;
	margin: 0 auto;
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
	font-size: 0.18rem;
	color: #333333;
}
.rwsx_list_fbt{
	width: 3.3rem;
	margin: 0 auto;
	margin-bottom: 0.35rem;
	font-size: 0.16rem;
	line-height: 0.22rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.rwsx_list_ljjr{
	width: 1.4rem;
	height: 0.35rem;
	border-radius: 100px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	margin: 0 auto;
	font-size: 0.16rem;
	line-height: 0.35rem;
	text-align: center;
}
.rwsx_list_ljjr a{
	color: #333333;
}
.rwsx_list_ljjr:hover{
	background-color: #1572C3;
	color: #fff;
}
.rwsx_list_ljjr:hover a{
	color: #fff;
}





/* zt */
.zt{
	margin-top: 0.3rem;
	width: 100%;
	height: 1.6rem;
}



/* xstj */
.xstj{
	margin-top: 0.3rem;
}
.xstj_bt{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* padding-bottom: 0.15rem; */
	border-bottom: 3px solid #E5E6E5;
	margin-bottom: 0.5rem;
}
.xstj_bt_wz{
	font-size: 0.26rem;
	color: #000000;
	font-weight: bold;
	padding-bottom: 0.15rem;
	border-bottom: 6px solid #1572C3;
}
.xstj_bt_gd{
	font-size: 0.16rem;
	color: #1572C3;
}
.xstj_bt_gd a{
	color: #1572C3;
}
.xstj_list{
	margin-top: 0.3rem;
}
.xstj_list ul{
	display: flex;
	flex-direction: row;
}
.xstj_list li{
	width: 5rem;
	box-shadow: 0 0 5px #D6D6D6;
	padding: 0.1rem;
	margin-right: 0.75rem;
}
.xstj_list li:last-child{
	margin-right: 0;
}
.xstj_list a{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.xstj_list_img{
	width: 2rem;
	height: 3rem;
	margin-right: 0.15rem;
}
.xstj_list_right{
	width: 2.55rem;
}
.xstj_list_right_sm{
	font-size: 0.3rem;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #E5E6E5;
	padding-bottom: 0.1rem;
}
.xstj_list_right_jj{
	font-size: 0.16rem;
	color: #000000;
	font-weight: bold;
	margin-top: 0.2rem;
	line-height: 0.24rem;
}
.xstj_list_right_jj span{
	font-weight: normal;
}
.xstj_list_right_jbjj{
	font-size: 0.16rem;
	color: #000000;
	margin-top: 0.24rem;
	line-height: 0.24rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}






/* footer */
.footer{
	margin-top: 0.3rem;
	background-color: #333333;
	padding: 0.5rem 0;
}
.footer .content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.footer_left_yqlj{
	font-size: 0.24rem;
	color: #fff;
}
.footer_left_yqlj a{
	color: #fff;
}
.footer_left_lxfs{
	margin-top: 0.25rem;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.3rem;
}
.footer_center{
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: right;
	position: absolute;
	bottom: 0;
}
.footer_center a{
	color: white;
}
.footer_right{
	width: 1.35rem;
}
.footer_right img{
	width: 1.35rem;
	height: 1.35rem;
}
.footer_right p{
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
}