@charset "UTF-8";

/* 发展历程 开始 */
.development {
    padding-top: 50px;
    overflow: hidden;
}

.development>div {
    float: left;
}

.development div.devLeft {
    width: 780px;
    padding-left: 20px;
}

.titleImg {
    text-align: center;
}

.devList {
    margin-top: 30px;
    padding-bottom: 30px;
}

.course {
    margin-top: 20px;
    padding: 40px 30px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.course .date {
    color: #1c8e37;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.course .info {
    font-size: 18px;
    color: #333;
}

.development div.devRight {
    width: 195px;
}

.dateTreePoint {
    height: 890px;
    width: 149px;
    float: right;
    border-left: 5px solid #333;
    margin-top: -34px;
}

.dateTreeGray {
    height: 920px;
    width: 122px;
    float: right;
    border-left: 5px solid #f6f6f6;
    margin-top: 26px;
}

.year {
    height: 35px;
    position: relative;
    margin-bottom: 30px;
}

.year i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #333;
    position: absolute;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    top: 12px;
    left: -36px;
}

.dateTreePoint .year a {
    width: 85px;
    height: 35px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    color: #333;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-left: 30px;
}

.dateTreePoint .year.active i {
    background: #1c8e37;
}

.dateTreePoint .year.active a {
    background: #1c8e37;
    color: #fff;
}

/* 公开事项 结束 */

/* 公开事项详情页 开始 */

.stateBox .catalog {
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 18px;
}

.stateBox .section {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}

.stateBox .sectionContent {
    margin-top: 30px;
    font-size: 16px;
}

.stateBox .sectionIntro {
    margin-top: 30px;
    text-indent: 30px;
    line-height: 32px;
    font-size: 16px;
}

.BMap_bubble_content{
    width: 320px !important;
}

/* 公开事项详情页 结束 */
/* 联系我们 开始 */
.localBox {
    padding-bottom: 100px;
    overflow: hidden;
}

.local .localItem {
    margin-top: 30px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}

.localMap {
    width: 100%;
    height: 240px;
}

.addName {
    font-size: 14px;
    color: #e54930;
    font-weight: bold;
}

.address {
    font-size: 12px;
}

.phone {
    font-size: 12px;
}

.mapInfo {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

.mapInfo .totalInfo div {
    margin-bottom: 15px;
    display: inline-block;
}

.mapInfo i {
    margin-right: 10px;
    color: #1963eb;
}

.mapInfo span {
    margin-right: 30px;
    font-size: 14px;
}

.local .intro {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
    width: 610px;
}

/* 联系我们 结束 */
/* 网上举报 开始 */
.reportBox {
    padding: 70px 0;
}

.reminder {
    padding: 40px;
    color: #f93030;
    border: 1px solid #f93030;
    background: #fcf7f1;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 50px;
}

.infoBox {
    padding: 30px;
    background: #f5f8fe;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 20px;
}

.infoBox .infoTitle {
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
}

.infoBox .infoTitle span {
    float: left;
    font-weight: bold;
}

.infoBox .infoTitle .iconfont {
    font-size: 32px;
    color: #1963eb;
    margin-right: 40px;
}

.infoBox .info {
    padding-left: 72px;
    margin-top: 10px;
}

/* 网上举报 结束 */

/* 中心介绍 开始 */
.contentLeft {
    display: inline-block;
    width: 655px;
    float: left;
    padding-top: 30px;
    padding-right: 30px;
}

.contentRight {
    padding: 30px;
}

.contentItem {
    font-size: 18px;
    color: #1963eb;
    font-weight: bold;
}

.contentText {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-indent: 30px;
}

.flowContent {
    position: relative;
    padding: 60px 20px;
    height: 810px;
    box-sizing: border-box;
    margin-top: 50px;
    background: url(../images/center2.png) #f1f6fd no-repeat center center;
}

.flow {
    overflow: hidden;
    display: inline-block;
    position: absolute;
}

.flow i {
    width: 13px;
    height: 13px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    border: 3px solid #ff536b;
    float: left;
    margin-right: 15px;
    margin-top: 8px;
}

.flow div {
    float: left;
    font-size: 16px;
    color: #333;
    display: inline-block;
    line-height: 36px;
}

.flow1 div {
    width: 300px;
}

.flow2 {
    right: 35px;
}

.flow2 div {
    width: 210px;
    height: 100px;
}

.flow3 {
    top: 480px;
}

.flow3 div {
    width: 165px;
    height: 70px;
}

.flow4 {
    bottom: 50px;
}

.flow4 div {
    width: 340px;
}

.flow5 {
    bottom: 100px;
    right: 35px;
}

.flow5 div {
    width: 210px;
}

/* 中心介绍 结束 */

/* 领导信息 开始 */
.leadList {
    padding: 10px;
    background: #f7f7f7;
    margin-top: 30px;
    /* padding-bottom: 0; */
}

.leadBox {
    background: #fff;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.leadBox:last-child {
    margin-bottom: 0;
}

.leadBox .leadInfo {
    width: 500px;
}

.leadBox .name {
    font-size: 24px;
    font-weight: bold;
    color: #1963eb;
    line-height: 60px;
}

.leadBox .post {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    width: 370px;
    line-height: 30px;
    margin-bottom: 20px;
}

/* 领导信息 结束 */