.head {
    /* position: absolute; */
}
.newsdetail .newsdetail-banner {
    position: relative;
    height: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url("../imgs/newscenter/newsbanner.jpg") no-repeat;
    background-position: center;
    background-size: 1920px 420px;
}
.newsdetail .newsdetail-banner h3 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    margin-top: 164px;
}
.newsdetail .newsdetail-banner p {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    margin-top: 10px;
}
.newsdetail .newsdetail-box {
    background: #f9f9f9;
    padding-bottom: 70px;
}
.newsdetail .newsdetail-box-wrapper {
    width: 1100px;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0px 200px 70px 200px;
    box-sizing: border-box;
}
.newsdetail-box-wrapper h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
}
.newsdetail-box-wrapper p {
    color: #999;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 9px;
}
.newsdetail-box-wrapper .link {
    margin-bottom: 20px;
}
.newsdetail-box-wrapper .link a {
    color: #108EE9;
}
.newsdetail-bg {
    width: 1100px;
    height: 80px;
    background: #fff;
    position: absolute;
    top: 340px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}