.shipcontainer {
    width: 100%;
    height: auto;
    margin-top: 0;
}
.page_common .title_top {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-bottom: 1px solid #8c8260;
}

.page_common .title_top>p {
    width: 1100px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    font-size: 16px;
    color: #4d4d4d;
    text-align: center;
}
.page_common .wrap {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 80px;
}

.page_common .wrap .intro {
    font-size: 15px;
    line-height: 24px;
}
.l_inner{
    max-width: 1840px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 120px;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mt70{
    margin-top: 70px !important;
}
.newsde_message {
    max-width: 600px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
}
.news_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.news_prt {
    width: 100%;
    height: auto;
    margin-bottom: 50px!important;
}
.news_box p {
    line-height: 1.6;
}
.newsde_message p {
    margin-bottom: 20px;
}
.news_box img {
    width: 100%;
    height: auto;
    border: 1px solid #f2f2f2;
    margin: 0 auto;
}
.buttonarea {
    text-align: center;
}
.btn_bl_wrap {
    transition: .5s;
    display: inline-block;
    border: 1px solid #8c8260;
    background: #fff;
}
.btn {
    transition: .5s;
    cursor: pointer;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    color: #FFF;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
.btn_gray {
    background: #f0f1f4;
    border: none !important;
    color: #999;
    transition: .3s;
}
.btn_slend {
    width: 192px;
    height: 35px;
    line-height: 38px;
}
@media screen and (max-width:780px) {
    .page_common .title_top>p {
        width: 100%;
        height: 104px;
        line-height:104px;
        margin: 0 auto;
        font-size: 16px;
        color: #4d4d4d;
        text-align: center;
    }
    .btn_bl_wrap{width: 100%;}
    .btn_slend{
        width: 100%;
    }
}