body {
    background: #f7f8fa;
}
/* 联系我们 */
.page-about-info{
    padding-top: 97px;
    /* margin-top: 65px; */
    margin-bottom: 139px;
}
.page-about-info .about-info-box{
    margin-top: 97px;
    height: 392px;
    background-color: #fff;
}
.page-about-info .map-info-box{
    padding-top: 44px;
    padding-left: 52px;
    padding-right: 90px;
}
.page-about-info .map-info-box .title{
    color: #333;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.page-about-info .map-info-box .sub-info{
    margin-top: 48px;
}
.page-about-info .map-info-box .sub-info .item{
    margin-bottom: 18px;
}
.page-about-info .map-info-box .sub-info .item .label{
    font-size: 14px;
    color: #999;
}
.page-about-info .map-info-box .sub-info .item a{
    font-size: 14px;
    color: #000;
    margin-left: 15px;
}
.page-about-info .map-box{
    width: 100%;
    height: 392px;
}
.page-about-info .map-box .map-content{
    width: 100%;
    height: 100%;
}

/* 党风廉政 */
.page-about-info .incrorrupt-info-box{
    margin-top: 60px;
}
.page-about-info .incrorrupt-info-box .item{
    margin-bottom: 10px;
}
.page-about-info .incrorrupt-info-box .title{
    color: #000;
    margin-bottom: 10px;
}
.page-about-info .incrorrupt-info-box .item .text{
    color: #333;
    text-indent: 2em;
}

/* 信息留言 */
.page-about-info .message-info-box{
    width: 100%;
    background: #fff;
    padding: 100px 53px;
    position: relative;
    margin-top: 50px;
}
.page-about-info .message-info-box .item{
    width: 100%;
    margin-bottom: 50px;
    position: relative;
}
.page-about-info .message-info-box .item input{
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
}
.page-about-info .message-info-box .item textarea{
    border: 1px solid #ccc;
}
.page-about-info .message-info-box .sub-btn{
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #019b50;
    position: absolute;
    left: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.page-about-info .message-top .item{
    width: 50%;
}
.page-about-info .message-top .right-box{
    text-align: right;
}

/* add new */
.message-list{
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #fff;
    margin-top: 40px;
}
.message-list .item{
    display: inline-block;
    width: 33.33%;
    height: 100%;
    text-align: center;
    border-right: 1px solid #ccc;
}
.message-list .item.active{
    background: #019b50;
    color: #fff;
}
.page-about-info .message-info-box .item .sendOut{
    width: 20%;
    text-align: center;
    position: absolute;
    right: 0;
    color: #019b50;
    cursor: pointer;
}
@media screen and (max-width:768px) {
    .page-about-info .about-info-box{
        height: auto;
    }
    .page-about-info .map-info-box{
        padding: 15px;
    }
    .page-about-info .message-info-box{
        padding: 15px;
        padding-bottom: 80px;
    }
    .page-about-info .about-info-box{
        margin-top: 60px;
    }
    .page-about-info .message-top .item{
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .page-about-info .message-info-box .item .sendOut{
        width: 40%;
        font-size: 16px;
    }
    .page-about-info {
        margin-bottom: 50px;
    }
    
}