.notice_page_back {
    width: 100%;
    padding-bottom: 50px;
    background: #f4f5f7;
}
.inquiry_info_box {
    width: 100% !important;
    box-sizing: border-box;
}
.notice_page_cont {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
}
.not_daohang {
    font-family: MiSans;
    font-weight: 400;
    font-size: 1.2em;
    color: #666666;
    line-height: 72px;
    text-align: left;
    width: 70%;
    margin: 0 auto;
    padding-top: 64px;
}
.not_daohang span {
    color: #4680fe;
}
.cont_item {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cont_left {
    width: 70%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}
.cont_left img {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}
.title_box {
    width: 100%;
    border-bottom: 1px solid #999999;
    text-align: left;
    margin-bottom: 30px;
}
.title_box p {
    float: right;
    margin-top: -40px;
    font-family: MiSans;
    font-weight: 400;
    color: #999999;
}
.cont_text {
    font-family: MiSans;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    text-align: left;
}
h3 {
    font-family: MiSans;
    font-weight: 500;
    font-size: 1.7em;
    color: #0f0f0f;
    line-height: 62px;
}
h4 {
    font-family: MiSans;
    font-weight: 500;
    font-size: 1.2em;
    color: #333333;
    line-height: 26px;
    text-align: left;
    margin: 20px 0px;
}
.cont_right {
    width: 30%;
    margin-left: 10px;
}
.right_top {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    display: flex;
}
.right_top_item {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 5px;
    width: 25%;
    height: 80px;
}
.right_bottom {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
