﻿/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th,td,img{border:medium none;margin:0;padding:0;}
em{font-style:normal;}
p,div,span{cursor: default;}
ul, ol{list-style: none;}
table{border-collapse: collapse;border-spacing: 0; }
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;outline:none!important;}
a:hover{color:#355e92;}
.fl{float:left;}
.fr{float:right;}
/* 清除浮动 */
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
/* body加一个font-size，根据页面信息列表字号来 */
body{font-family:'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei UI','Microsoft YaHei','微软&#98;&#101;&#97;&#116;&#51;&#54;&#53;&#23448;&#26041;&#32593;&#31449;&#95;&#51;&#54;&#53;&#36895;&#21457;&#22269;&#38469;&#24179;&#21488;&#30331;&#38470;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#20013;&#25991;&#20307;&#32946;&#22312;&#32447;',Arial,sans-serif;margin:0; padding:0;}/*commom style*/

.w1420{
    width: 1200px;
    margin: 0 auto;
}
/* 阴影 */
.css_shadow {
    /*定义一个宽度*/
    /*定义一个高度*/
    background: #fff;
    color: #333;
    /*以下为重点*/
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";  /* For IE 8 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 2px 10px #909090;
    /* for firefox */
    -webkit-box-shadow: 2px 2px 10px #909090;
    /* for safari or chrome */
    box-shadow: 2px 2px 10px #909090;
    /* for opera or ie9 */
}
/*commom style end*/



body{
    background:url(big_bg.png) no-repeat;
}
@media screen and (min-width: 768px){
.old_type .zc_head{
    font-size:48px;
    color:#fff;
    padding-top:45px;
    padding-bottom:45px;
}
.old_type .gh1{width:70px;}

/* 政策规章文章页 */
.old_type .zc_article{
    background:#fff;
    padding-top:110px;
}
.old_type .zc_article_tit{
    text-align: center;
    font-size:48px;
    font-family: "方正小标宋简体";
    position: relative;
    border-bottom:5px solid #015293;
    line-height:80px;
    padding-bottom:35px;
    margin-bottom:108px;
    color:#fd0102;
}
.old_type .zc_article_tit .article_down{
    position: absolute;
    right:0;
    bottom:30px;
}
.old_type .zc_article_tit .article_down a{
    font-size:30px;
    color:#666;
    display: inline-block;
    width: 170px;
    height:70px;
    text-align: center;
    line-height:70px;
    margin-right:12px;
    border:1px solid #d2d2d2;
}
.old_type .zc_article_con{
    padding: 0 50px 70px;
    border-bottom:5px solid #015293;
}
.old_type .zc_article_con .tit{
    font-size: 48px;
    font-family: "方正小标宋简体";
    text-align: center;
    margin-bottom: 18px;
}
.old_type .zc_article_con .time{
    font-size: 30px;
    font-family: "仿宋";
    text-align: center;
    margin-bottom: 58px;
}
.old_type .zc_article_con .zj{
    font-size: 36px;
    font-family: "黑体";
    text-align: center;
    margin-bottom: 58px;
    font-weight: bold;
}
.old_type .zc_article_con .con{
    font-size: 32px;
    font-family: "仿宋";
    line-height:64px;
    text-indent:1em ;
}
.old_type .zc_article_con .con span{
    display: inline-block;
    font-size: 32px;
    font-family: "黑体";
    margin-right:10px;
    font-weight: bold;
}

.old_type .zc_article_bottom{
    padding-top:40px;
    padding-bottom:40px;
    text-align: right;
    font-size:32px;
    font-family: "方正小标宋简体";
    color:#015293;
    padding-right:45px;
}
}