﻿*{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;}
/*主体部分*/
/* .xwxq{box-sizing: border-box; background-color: #f1f6fa;} */
.xwxq{box-sizing: border-box; background: linear-gradient(top, transparent, #e3fbff);
        background: -ms-linear-gradient(top, transparent, #e3fbff);
        background: -webkit-linear-gradient(top, transparent, #e3fbff);
        background: -moz-linear-gradient(top, transparent, #e3fbff);}

/*当前位置*/
.dqwz{margin: 0.625rem auto; font-size: 0.875rem;line-height: 2.125rem;}
.dqwz .dqwz_content{background-color: #ffffff; border-left: 0.5rem solid #0a7cd4;padding: 0.625rem;}
.dqwz .dqwz_content a{font-size: 0.875rem;}
.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(/kzkjj/xhtml/hzkjj/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;}

/*文章内容*/
.xwxq_item{margin: 0px auto;}
.xwxq_item .xwxq_item_content{width: 100%; background-color: #ffffff; box-sizing: border-box;}

/*文章标题*/
.xwxq_title{font-size: 1.25rem; font-weight: bold; text-align: center; height: 3.75rem; line-height: 2.5rem; margin-bottom: 1.25rem; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/*时间、来源、打印、分享*/
.xwxq_item .operation{width: 100%; margin-bottom: 1.875rem; height: 2.5rem; font-size: 0.875rem; color: #666666; line-height: 2.5rem; border-bottom: 0.0625rem solid #f2f2f2;}
.xwxq_item .operation:after{display:block;clear:both;content:"";visibility:hidden;height:0;}
.xwxq_item .operation .opentime{display: inline-block; float: left; margin: 0px 1.25rem;}
.xwxq_item .operation .laiyuan{display: inline-block; float: left;}
.xwxq_item .operation .dayin{display: inline-block; float: right; height: 2.5rem; margin: 0px 0px 0px 1.25rem;}
.xwxq_item .operation .dayin .dayinbtn{cursor: pointer; float: left;}
.xwxq_item .operation .dayin .dayinbtn .dayin_icon{display: inline-block; width: 1.875rem; height: 1.25rem; background-image: url(/kzkjj/xhtml/hzkjj/public/images/print.png); background-position: center right; background-repeat: no-repeat; background-size: auto 100%; vertical-align: middle;}
.xwxq_item .operation .dayin .fenxiangbnt{display: inline-block; cursor: pointer;}
.xwxq_item .operation .dayin .fenxiangbnt .fenxiang_icon{display: inline-block; width: 1.875rem; height: 1.25rem; background-image: url(/kzkjj/xhtml/hzkjj/public/images/share.png); background-position: center right; background-repeat: no-repeat; background-size: auto 100%; vertical-align: middle;}

/*内容*/
.xwxq_content{font-size: 0.9375rem;}

/* 附件 */
.downLoadPath{padding: 1rem 0px;}
.downLoadPath .downLoadTitle{font-size: 1rem; color: #FF0000; font-weight: bold;}
.downLoadPath a{color: #2067CD; font-size: 0.875rem;}
.downLoadPath a:hover{text-decoration: underline;}

/* Extra small devices (phones, 320px and down) */
@media only screen and (max-width: 320px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0px 0.625rem;}
	/*文章内容*/
	.xwxq_item{width: 100%; padding: 0px 0.625rem 0.9375rem;}
	.xwxq_item .xwxq_item_content{padding: 0.625rem;}
	.downLoadPath{display: none;}
}

/* Small devices (portrait tablets and large phones, 320px and up) */
@media only screen and (min-width: 320px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0px 0.625rem;}
	/*文章内容*/
	.xwxq_item{width: 100%; padding: 0px 0.625rem 0.9375rem;}
	.xwxq_item .xwxq_item_content{padding: 0.625rem;}
	.downLoadPath{display: none;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0px 0.625rem;}
	/*文章内容*/
	.xwxq_item{width: 100%; padding: 0px 0.625rem 0.9375rem;}
	.xwxq_item .xwxq_item_content{padding: 1.875rem;}
	.downLoadPath{display: none;}
} 

/* Large devices (laptops/desktops, 980px and up) */
@media only screen and (min-width: 980px) {
	/*当前位置*/
	.dqwz{width: 100%; padding: 0px 0.625rem;}
	/*文章内容*/
	.xwxq_item{width: 100%; padding: 0px 0.625rem 0.9375rem;}
	.xwxq_item .xwxq_item_content{padding: 1.875rem;}
	.downLoadPath{display: block;}
} 

/* Extra large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
	/*当前位置*/
	.dqwz{width: 1024px; padding: 0px;}
	/*文章内容*/
	.xwxq_item{width: 1024px; padding: 0px 0px 0.9375rem 0px;}
	.xwxq_item .xwxq_item_content{padding: 2.5rem;}
	.downLoadPath{display: block;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/*当前位置*/
	.dqwz{width: 1200px; padding: 0px;}
	/*文章内容*/
	.xwxq_item{width: 1200px; padding: 0px 0px 0.9375rem 0px;}
	.xwxq_item .xwxq_item_content{padding: 2.5rem;}
	.downLoadPath{display: block;}
}


/*分享微信*/
#bsWXBox{width: auto !important; height: auto !important;}