*{
    box-sizing: border-box;
}

/*当前位置*/
.dqwz{
    height:40px;
    line-height: 40px;
    width: 100%;
    background: #efefef;
}
.older .dqwz{
    height:50px;
    line-height: 50px;
}
.dqwz-con{
    padding-left: 20px;
    height:40px;
    margin: auto;
    background: url("home.png") no-repeat 0px;
    width:1160px;
}
.older .dqwz-con{
    font-size: 22px;
    height:50px;
}
.dqwz-con a{
    line-height: 40px;
    color: #333;
    font-size: 15px;
}
.older .dqwz-con a{
    line-height: 50px;
    font-size: 18px;
}
.mbread{
    display:none;
}

.main{
	width:1200px;
	margin:30px auto;
    padding:50px;
    border-radius:10px;
    box-shadow: 0 2px 12px 0 #ccc
}
.block.bigger{
    width:100%;
    margin:0 0 20px 0;
}

.picbox{
    display:block;
    float:left;
    width:30%;
    height:100px;
    margin:20px 1%;
    background:url(bg.png);
    background-size:cover;
    font-size:20px;
    text-align:center;
    line-height: 100px;
    font-weight:bold;
    border-radius:8px;
    box-shadow: 0 2px 10px 0 #ccc
}


.san{
    width:730px;
    float:left;
}
.san li{
    border-bottom:none;
}
.san li:before{
    background-color:#ccc;
    width:6px;
    height:6px;
    top:20px;
}

.titleS2{
    height:40px;
    background-color:#f9f9f9;
}
.titleS2 h3{
    height:40px;
    line-height:40px;
    font-size:22px;
    color:#333;
    background:none;
    border-left:solid 5px #256fb3;
    padding-left:15px;
}
.titleS2.lm{
    background-color:#f9f9f9
}
.gb{
    width:350px;
    height:200px;
    background-color:#e0e0e0;
    float:right;
    margin-top:15px;
}
.gb img{
    display:block;
    width:140px;
    float:left;
    margin:20px 10px 20px 20px;
}
.gb .intro{
    width:170px;
    float:left;
    padding:10px;
}
.gb .intro h3{
    font-size:18px;
    color:#256fb3;
    text-align:center;
    margin:50px auto 20px;
}
.gb .intro p{
    margin:10px auto;
    text-align:center;
    font-size:14px
}


.kuai{
    width:535px;
    margin-top:10px;
    margin-bottom:20px;
    padding:15px;
    border:solid 1px #ccc;
    float:left;
}
.kuai.sp{
    float:right
}
.stitle{
    height:30px;
    border-bottom:solid 1px #ccc;
    line-height: 25px
}
.stitle h5{
    float:left;
    font-size:16px;
    color:#256fb3;
}
.stitle a{
    float:right;
    font-size:13px;
    color:#666;
}
.slist{
    margin-top:10px;
}
.slist li{
    line-height:30px;
    border-bottom:dashed 1px #ccc;
    padding: 5px 0
}
.slist li span{
    float:right;
    color:#666;
}
.slist li .btn{
    display:block;
    float:right;
    background-color:#e86939;
    color:#fff;
    border-radius:3px;
    height:24px;
    line-height: 22px;
    padding:1px 5px;
    font-size:14px;
    clear:both;
}

 /*重大决策预公开*/
#zoom{
    margin-top:10px;
}
#zoom .btitle{
    width:100%;
    height:50px;
    border:solid 1px #ccc;
}
#zoom .btitle h5{
    width:16.66%;
    height:49px;
    line-height: 49px;
    margin-top:-1px;
    font-size:16px;
    color:#333;
    float:left;
    text-align:center;
    border-top:solid 3px #ccc;
}
.older #zoom .btitle h5{
    font-size:22px;
}
.current{
    background:#f0f0f0;
    color:#256fb3!important;
    border-top:solid 3px #256fb3!important;
}
#zoom .listbox{
    width:100%;
    padding:20px;
}
.older #zoom .listbox{
    font-size:18px;
}
.listbox li{
    line-height:30px;
    border-bottom:dashed 1px #ccc;
    padding: 5px 0
}
.listbox li span{
    float:right;
    color:#666;
}
.listbox li .btn{
    display:block;
    float:right;
    background-color:#e86939;
    color:#fff;
    border-radius:3px;
    height:24px;
    line-height: 22px;
    padding:1px 5px;
    font-size:14px;
    margin:5px 15px;
}

.listmore{
    display:block;
    width:100%;
    height:35px;
    margin:20px 0;
    background-color:#f0f0f0;
    line-height:35px;
    text-align:center;
    color:#666;
}