*,
body {
    margin: 0;
    padding: 0;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
a {
    text-decoration: none;
}

.content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: -180px;
    z-index: 999;
}

.con {
    width: 100%;
}

/* 头部 */
.rdjy_header {
    position: relative;
    overflow: hidden;
    height:560px;
    z-index: 100;
}
.ggwh_header,
.ggwh_header>img {
    width: 100%;
}

.logo_tit {
    max-width: 1200px;
width:100%;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
}

.logo_tit .logo img{
    float: left;
    width: 297px;
    height: 54px;
}

.wza,
.old_gh {
    width: 150px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    display: block;
    float: right;
}

.wza {
    margin-right: 30px;
}

/* 中心内容 */
.Con{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-top: 4px solid #BB3536;
    margin-bottom: 30px;
}
.Con .list{
    padding:0 30px 30px 30px;
}
.Con .icon{
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #BB3536;
    letter-spacing: 0;
    width: 100%;
    height: 81px;
    padding: 0 30px;
    border-bottom: 1px solid #CCCCCC;
    line-height: 81px;
}
.Con .icon a{
color: #BB3536;
}
.Con .icon::before{
    content: "";
    width: 30px;
    height: 32px;
    margin-right: 20.1px;
    display: inline-block;
    vertical-align: middle;
}
ul.list_con {
    min-height: 260px;
}
.list .list_nav{
    line-height: 74px;
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.list .list_nav li,.list .list_nav li>a{
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    line-height: 74px;
}
.list .list_nav li:last-child{
margin-right:0 !important;
}
.list .list_nav li.tit_icon{
    margin-right: 40px;
    padding-left: 20px;
}
.list .list_nav li:not(.tit_icon){
    margin-right: 20px;
}
.list .list_nav li>a:hover,.list .list_nav li.on>a{
    color: #BB3536;
}
/* 列表 */
.listCon .list_con:not(:first-child){
    display: none;
}
.list_con li{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed #e6e6e6;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 51px;
}
.list_con li::before{
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px 3px;
    background-color:#BB3536;
    margin-right: 16px;
}
.list_con li a{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.list_con li span{
    width: 11%;
}
/* 预算 */

.czys_con .list_icon::before{
}
/* 决算 */
.czjs_con .list_icon::before{
}
/* 政府采购 */
.zfcg_con .list_icon::before{
}
.zfcg_con .list{
    margin-top: 20px;
}
/* 政府债务领域 */
.zwly_con .list_icon::before{
}
.zwly_con .list{
    margin-top: 20px;
}
/* 财政收支信息 */
.czsz_con .list_icon::before{
    background-size: 100% 100%;
}
.czsz_con .list{
    margin-top: 20px;
}
/* 惠民补贴 */
.hmbt_con .list_icon::before{
    background-size: 100% 100%;
}
.hmbt_con .list{
    margin-top: 20px;
}
/* 重点项目 */
.zdxm_con .list_icon::before{
    background-size: 100% 100%;
}
.zdxm_con .list{
    margin-top: 20px;
}
/* 财政资金直达基层 */
.zdjc_con .list_icon::before{
    background-size: 100% 100%;
}
.zdjc_con .list{
    margin-top: 20px;
}
.zczwgk{
    width: 100%;
    height: 120px;
    margin-bottom: 30px;
    display: block;
}
.zczwgk img{
width:100%;
}
 /* 底部 */
 .zt_container {
    width: 1200px;
    margin: 0 auto;
}
 .zt_footer {
    border-top: 5px solid #BB3536 !important;
}
/* 公告 */
.gonggao{
   font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 36px;
    padding: 70px 39px 74px 39px;
    text-indent: 2rem;
    margin-bottom: 30px;
    overflow: hidden;
    max-height: 420px;
    background-size: 100% 100%;
}
.gonggao a{
    color: #BB3536;
    font-weight: bold;
}
@media screen and (max-width: 768px){
left: 0; 
margin-left: 0px;
}