﻿body{
    background: #f4f6f7;
}
.aImg,
.aImg img{
    display: block;
    width: 100%;
    height: 100%;
}
/* 文字居中功能样式 */
.textwrap {display:table;width:100%;height:100%;*position:relative;overflow:hidden;}
.textsubwrap {vertical-align:middle;display:table-cell;*position:absolute;*top:50%;*left:0;*width:100%;*display:block;} 
.textcontent {*position:relative;*top:-50%;*left:0;*cursor:pointer;} 
/* 文字居中功能样式 */
.Mayor-content{
    width: 100%;
    height: 100%;
    padding-bottom: 95px;
}
.Mayor-content-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.Mayor-title{
    width: 100%;
    padding: 43px 0 40px 0;
}
.Mayor-title a{
    font-size: 42px;
    color: #333;
}
.Mayor-content-list{
    width: 875px;
    height: 100%;
    float: left;
}
.Mayor-content-list-title{
    width: 100%;
    height: 32px;
    line-height: 34px;
    padding-left: 16px;
    margin-bottom: 24px;
    margin-left: 17px;
    font-weight: bold;
    border-left: 6px solid #004ea2;
}
.Mayor-content-list-title a{
    font-size: 20px;
    color: #333;
}
.Mayor-list-box{
    width: 821px;
    overflow: hidden;
    margin-bottom: 25px;
    padding-left: 54px;
}
.Mayor-list-box ul{
    overflow: hidden;
    margin: 0 auto;
}
.Mayor-list-box ul li{
    width: 168px;
    height: 200px;
    float: left;
}
.Mayor-list-img{
    width: 130px;
    height: 163px;
    margin: 0 auto;
}
.Mayor-list-title{
    margin-top: 11px;
    text-align: center;
}
.Mayor-list-title a{
    font-size: 18px;
    color: #333;
}
.Mayor-content-list-Departments{
    width: 800px;
    /* height: 900px; */
    margin-right: 75px;
}
.Mayor-content-list-Reports{
    width: 800px;
    /* height: 900px; */
    margin-left: 75px;
}
.Mayor-content-list-Government-bulletin{
    width: 800px;
    /* height: 900px; */
    margin-left: 75px;
}
.Mayor-content-list-data{
    width: 100%;
    height: 100%;
}
.Mayor-content-list-data-ul{
    padding-top: 30px;
    padding-bottom: 13px;
    border-bottom: 1px #e3e3e3 dashed;
}
.Mayor-content-list-data-ul li{
    margin-bottom: 15px;
}
.Mayor-content-list-data-ul li i{
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50% 50%;
    background: #000;
    float: right;
    margin-top: 14px;
    margin-left: 7px;
}
.Mayor-content-list-data-ul li a{
    display: inline-block;
    width: 790px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.Page-turning{
    /* width: 329px; */
    height: 32px;
    margin: 0 auto;
    margin-top: 90px;
    text-align: center;
}
.Page-turning a{
    display: inline-block;
    width: 37px;
    height: 30px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin-right: 8px;
    background: #f8f8f8;
    cursor: pointer;
}
.Page-turning a.current{
    border: 1px solid #333333;
}
