@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    background:#f0f0f0;
}
a{color: #333}
.w {
	width: 1200px;
	margin: 0 auto;
}


.wz-con{
	background-color: #fff;
}
.clearfix{zoom: 1;}


/*当前位置*/
.position {
	height: 60px;
	line-height: 60px;
}
.position .position-txt a{
	font-size: 14px;
	color: #666;
}
.position table tr td {color: #666;}

/*文章正文*/

.con {
	width: 980px;
	min-height: 500px;
	margin: auto;
}



/* 政策规章文章页 */
.zc_article{
    background:#fff;
    padding-top:110px;
}
.zc_article_tit{
    text-align: center;
    font-size:40px;
    font-family: "Source Han Serif SC";
    position: relative;
    border-bottom:5px solid #015293;
    line-height:80px;
    padding-bottom:35px;
    margin-bottom:58px;
    color:#fd0102;
}
.zc_article_tit .article_down{
    position: absolute;
    right:0;
    bottom:10px;
}
.zc_article_tit .article_down a{
    font-size:14px;
    color:#666;
    display: inline-block;
    width: 90px;
    height:38px;
    text-align: center;
    line-height:38px;
    margin-right:12px;
    border:1px solid #d2d2d2;
}
.zc_article_con{
    padding: 0 90px 70px;
    border-bottom:5px solid #015293;
}
.zc_article_con .tit{
    font-size: 28px;
    font-family: "Source Han Serif SC";
    text-align: center;
    margin-bottom: 18px;
}
.zc_article_con p{
    font-size: 21px;
    font-family: "仿宋";
    line-height:38px;
    text-indent:1em ;
}
.zc_article_con p.time{
    font-size: 18px;
    font-family: "仿宋";
    text-align: center;
    margin-bottom: 58px;
}
.zc_article_con p.zj{
    font-size: 21px;
    font-family: "黑体";
    text-align: center;
    margin-bottom: 58px;
    font-weight: bold;
}

.zc_article_con p span{
    display: inline-block;
    font-size: 21px;
    font-family: "黑体";
    margin-right:10px;
    font-weight: bold;
}
.zc_article_bottom{
    padding-top:40px;
    padding-bottom:40px;
    text-align: right;
    font-size:28px;
    font-family: "Source Han Serif SC";
    color:#015293;
    padding-right:45px;
}


/* .con-title{font-size: 25px; color: #355e92; text-align: center; border-bottom: 2px #dbdbdb solid;padding: 20px 0;margin: 0 40px;}
.small-title{width: 900px; font-size: 15px; color: #333; height: 50px; line-height: 50px;}
.small-title .date{margin-left: 240px; margin-right: 20px;;}
.small-title .fare{float: right; margin-right: 15px;}

.main-txt{margin-top: 10px;}
.main-txt p{color: #333; line-height: 2em; text-indent: 2em;}
.main-corner{float: right; margin-top: 20px; margin-bottom: 40px;}
.main-corner div{font-size: 15px; color: #333; line-height: 26px;}

.main-word{width: 100%;height: 40px; padding: 0 20px; background-color: #f1f1f1;}
.main-word .main-word-left{float: left;}
.main-word-left span{font-size: 15px; font-weight: bold; color: #fa0505;}
.main-word .main-word-right{float: right;margin-top: 7px;}
.main-word-right span{float: left;}
.main-word-right .printer{margin-left: 30px; padding-left: 25px; background: url(printer.png) no-repeat left center;cursor: pointer;}
.main-word-right .close{margin-left: 25px; padding-left: 25px; background: url(close.png) no-repeat left center;cursor: pointer;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}
.height30{width: 100%;height: 30px;margin: 0 auto}
.height20{width: 100%;height: 20px;margin: 0 auto}
.height60{width: 100%;height: 60px;margin: 0 auto} */