.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.detail{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.new-title{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 4%;
}
.new-title h3{
    text-align: center;
    font-size: 23px;
    margin-bottom: 3%;
    letter-spacing: 1px;
    color: #333333;
}
.new-title p{
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;
    background: #eeeeee;
    width: 67%;
    margin: 0 auto;
    padding: 8px 0;
}
.news-boxs{
    width: 90%;
    margin: 0 auto;
}
.news-boxs p{
    font-size: 15px;
    line-height: 25px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .banner {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12%;
}
.news-boxs p img{
    width: 100%;
}
.news-boxs img{
    width: 100%;
}
}