.banner-img {
    width: 100%;
    height: auto;
}
.bannertit {
    font-size: 0.3125rem;
    line-height: 0.3125rem;
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 0 8.333333333333333%;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0.07291666666666667rem;
}
.bannertit:after {
    content: "";
    position: relative;
    width: 0.3125rem;
    height: 0.015625rem;
    border-radius: 0.010416666666666666rem;
    background-color: #ffffff;
    bottom: -0.129rem;
    left: 0.020833333333333332rem;
}

.content {
    padding: 0.7265625rem 0 0.5989583333333334rem;
    width: 100%;
    overflow: hidden;
}
.newsbox {
    width: 83.33333333333334%;
    margin: 0 auto;
}
.newsbox-title{
    font-size: 0.25rem;
    color: #333333;
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.new-date{
    font-size: 0.09375rem;
    line-height: 0.09375rem;
    color: #666666;
    text-align: center;
    margin-top: 0.08854166666666667rem;
    width: 100%;
    overflow: hidden;
}
.new-hr{
    width: 100%;
    height: 0.010416666666666666rem;
    background-color: #e9e9e9;
    margin-top:0.09114583333333333rem;
}
.new-con{
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    margin-top: 0.109375rem;
    width: 100%;
    overflow: hidden;
}
.new-con>p{
    margin-bottom:0.10416666666666667rem;
}
.new-con>p:last-child{
    margin-bottom:0;
}
.newsfy {
    font-size: 0.10416666666666667rem;
    line-height: 0.1875rem;
    color: #666666;
    width: 83.33333333333334%;
    margin: 0.3229166666666667rem auto 0;
    display: flex;
    overflow: hidden;
}
.newsprev {
    width: 50%;
    font-weight: 300;
    font-family: "Roboto-Light";
    padding-right: 0.10416666666666667rem;
    box-sizing: border-box;
}
.newsnext {
    width: 50%;
    font-weight: 300;
    font-family: "Roboto-Light";
}
.newspreva,.newsnexta{display:inline;    font-weight: 300;    font-family: "Roboto-Light";}
.newspreva:hover,.newsnexta:hover{text-decoration: underline;}
@media only screen and (max-width: 768px) {
.bannertit {
    padding: 0 2.75%;
    font-size: 0.525rem;
    line-height: 0.525rem;
}
.bannertit:after {
    left: 0;
    width: 0.8rem;
    height: 0.05rem;
    bottom: -0.225rem;
}

.content {
    padding: 0.75rem 0 0;
}
.newsbox {
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    overflow: hidden;
}
.newsbox-title {
    font-size: 0.525rem;
}
.new-date {
    font-size: 0.325rem;
    line-height: 0.325rem;
    margin-top: 0.45rem;
}
.new-hr {
    height: 1px;
    margin-top: 0.5rem;
}
.new-con{
    font-size: 0.375rem;
    line-height: 0.525rem;
    margin-top: 0.425rem;
}
.new-con>p {
    margin-bottom: 0.275rem;
}
.newsfy {
    width: 100%;
    padding: 0 2.75%;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0.375rem;
    line-height: 0.475rem;
    color: #666666;
    flex-wrap: wrap;
    margin: 1rem auto 1.55rem;
}
.newsprev {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.35rem;
}
.newsnext{
    width: 100%;
}
}