.bkg {
    width: 100%;
    height: 358px;
}

.bkg img {
    width: 100%;
    height: 100%;
}

.navtwo {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #bfbfbf;
}

.navtwo-y {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.navtwo-l {
    width: auto;
    height: 100%;
}

.navtwo-l span {
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: #868585;
}

.navtwo-r {
    width: 355px;
    height: 100%;
}

.navtwo-r ul {
    display: flex;
    justify-content: space-around;
}

.navtwo-r ul li {
    width: 102px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: "微软雅黑";
    margin-top: 20px;
    transition: all .5s;
}

.to {
    content: "";
    display: block;
    border-radius: 20px;
    background-color: #337f91;
    color: #fff;
}
    .to a {
        color:#fff;
    }
    .texts {
        margin-bottom: 10px;
        min-height: 68px;
    }
    .texts img{
    width: 800px;
    height: 500px;
    margin: auto;
    display: block;
    }
.text-y h2 {
    width: 90%;
    height: auto;
    font-size: 26px;
    font-weight: 400;
    font-family: "微软雅黑";
    margin: 15px auto 0;
    margin-top: 38px;
    letter-spacing: 2px;
    text-align:center;
}

.date-v {
    text-align: center;
    height: 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: "微软雅黑";
    color: #aca5a5;
    margin: 15px auto;
    letter-spacing: 2px;
}

.text-y p {
    line-height: 35px;
    text-indent: 40px;
    font-size: 18px;
    font-weight: 400;
    font-family: "微软雅黑";
    margin-bottom: 15px;
}

.poi {
    display: none;
}