.about_body .banner {
    width: 100%;
    display: block;
}
.about_body .tab {
    height: 60px;
    background: #f8fafc;
}

.about_body .tab .item {
    width: 250px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    color: #585858;
    cursor: pointer;
}

.about_body .tab .item.selected {
    color: #333333;
    border-bottom: #f58220 2px solid;
}

.about_body .content .item {
    display: none;
    font-size: 14px;
}

.about_body .content .item.selected {
    display: block;
}

.about_body .content .item .paragraph {
    margin-top: 25px;
    line-height: 25px;
    color: #333333;
}

.about_body .content .item .paragraph .code {
    color: #f58220;
}

.about_body .content .item .paragraph.first {
    margin-top: 60px;
}

.about_body .content .item .paragraph.last {
    margin-bottom: 260px;
}

.about_body .content .item .map {
    display: block;
    height: 440px;
    margin-top: 60px;
}

.about_body .content .item .remark {
    margin-top: 20px;
}

.about_body .content .item .remark .link {
    color: #585858;
}

.about_body .content .item .remark .f_right {
    color: #9c9da0;
}

.about_body .content .item .title {
    color: #585858;
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: #eaebed 1px solid;
    margin-top: 60px;
}

.about_body .content .item2 .last_box {
    margin-bottom: 150px;
}

.about_body .content .item .notice {
    height: 48px;
    line-height: 48px;
    border-bottom: #eaebed 1px solid;
}

.about_body .content .item .notice.first {
    margin-top: 32px;
}

.about_body .content .item .notice .notice_date {
    float: right;
    font-size: 14px;
    color: #9c9da0;
}

.about_body .content .item .notice .link {
    color: #333333;
    text-decoration: none;
    font-size: 16px;
}

.about_body .content .item .pagination {
    margin-top: 60px;
    margin-bottom: 100px;
    height: 26px;
}

.about_body .content .item .info {
    color: #333333;
    line-height: 180%;
    font-size: 16px;
}

.about_body .content .item.item4 {
    margin-bottom: 155px;
}

.about_body .content .item3 .back {
    margin-top: 20px;
    color: #585858;
    cursor: pointer;
}

.about_body .content .item3 .notice_title {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-top: 35px;
    padding-bottom: 20px;
    border-bottom: #eaebed 1px solid;
    text-align: center;
}

.about_body .content .item3 .notice_name_date {
    margin-top: 12px;
    color: #9c9da0;
    text-align: center;
    font-size: 12px;
}

.about_body .content .item3 .notice_name_date span {
    display: inline-block;
}
.about_body .content .item3 .notice_date {
    margin-left: 25px;
}

.about_body .content .item3 .notice_content {
    margin-top: 35px;
    margin-bottom: 150px;
}