﻿*{margin: 0; padding: 0; border: 0; font-family: '微软雅黑'; box-sizing: border-box;}
a {text-decoration: none; color: #666666;}
img {vertical-align: middle;}
ul{list-style: none;}
li{list-style: none;}
body {width: 100%; }
/* body{width: 100%; background: linear-gradient(#eef7fd,#f6f6f6);} */
.clear {clear: both;}
/*主体部分*/
.siteMap{box-sizing: border-box; background-color: #f1f6fa;}

/*当前位置*/
.dqwz{margin: 0px auto 0.625rem; font-size: 0.875rem;line-height: 2.125rem;}
.dqwz .dqwz_content{background-color: #ffffff; border-left: 0.5rem solid #0a7cd4;padding: 0.625rem;}
.dqwz .home_icon{display: inline-block; width: 1.25rem; height: 1.25rem; vertical-align: text-bottom; background-position: center center; background-repeat: no-repeat; background-size: auto 100%; background-image: url(/hzmzjwz/xhtml/hzmzjwz/public/images/Home.png);}
.dqwz ul{display: inline-block;}
.dqwz ul li{display: inline-block;}
.dqwz ul li a{display: block; width: 100%; height: 100%; padding: 0px 0.3125rem; color: #666666;}
.dqwz ul li a:hover{color: #007AFF;}

/*数据列表*/
.dtlb{margin: 0px auto;}
.dtlb .dtlb_box{padding: 0.625rem; background-color: #ffffff;}
/*数据列表--标题*/
.dtlb .dtlb_content{margin-top: 0.625rem;}
.dtlb .dtlb_content .dtlb_title{width: 100%; border-bottom: 0.1875rem solid #159bf2;  height: 3.125rem; line-height: 3.125rem; font-size: 1.125rem; padding: 0px 0px 0px 0.625rem; background-color: #f5f5f5;}
.dtlb .dtlb_content .dtlb_item ul{padding-top: 0.9375rem;}
.dtlb .dtlb_content .dtlb_item ul:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.dtlb .dtlb_content .dtlb_item ul li{display: inline-block; height: 2.5rem; float: left; line-height: 2.5rem; text-align: center; margin: 0px 0.3125rem 0.625rem;}
.dtlb .dtlb_content .dtlb_item ul li a{display: block; width: 100%; height: 100%; font-size: 1rem; padding: 0px 1.5rem; border: 0.0625rem solid #d9e9f6; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s;}
.dtlb .dtlb_content .dtlb_item ul li:hover a{transform: rotateX(360deg); -webkit-transform: rotateX(360deg); -moz-transform: rotateX(360deg); background-color: #007AFF; color: #ffffff;}

/* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 320px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0.9375rem 0.625rem 0px;}
	/*数据列表*/
	.dtlb{width: 100%; padding: 0px 0.625rem 0.9375rem;}
}

/* Small devices (portrait tablets and large phones, 320px and up) */
@media only screen and (min-width: 320px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0.9375rem 0.625rem 0px;}
	/*数据列表*/
	.dtlb{width: 100%; padding: 0px 0.625rem 0.9375rem;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0.9375rem 0.625rem 0px;}
	/*数据列表*/
	.dtlb{width: 100%; padding: 0px 0.625rem 0.9375rem;}
} 

/* Large devices (laptops/desktops, 980px and up) */
@media only screen and (min-width: 980px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0.9375rem 0.625rem 0px;}
	/*数据列表*/
	.dtlb{width: 100%; padding: 0px 0.625rem 0.9375rem;}
} 

/* Extra large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
	/*当前位置*/
	.dqwz{width: 1024px; padding: 0.9375rem 0px 0px 0px;}
	/*数据列表*/
	.dtlb{width: 1024px; padding: 0px 0px 0.9375rem 0px;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/*当前位置*/
	.dqwz{width: 1200px; padding: 0.9375rem 0px 0px 0px;}
	
	/*数据列表*/
	.dtlb{width: 1200px; padding: 0px 0px 0.9375rem 0px;}
}