
/*  */
.homeBox{
    width: 100%;
    /* height: 100%; */
    position: relative;
}
.homeBox_img{
    width: 100%;
    height: 8rem;
    background-image: url('../img/news-bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}
.homeBox_title{
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(0,-50%);
    z-index: 10;
}
.HTitle{
    font-size: .4rem;
    font-family: pb;
    color: #fff;
    width: 13rem;
    line-height: 0.5rem;
}
.HTitle_msg{
    font-size: .18rem;
    color: #fff;
    width: 13rem;
}
.homeBox_But{
    width: 2.5rem;
    height: .6rem;
    background-color: rgb(234, 84, 18);
    margin-top: .2rem;
}
.homeBox_But>a{
    width: 100%;
    height: 100%;
    display: block;
}
/*  */
.NewsDetailsBox{
    width: 100%;
    background-color: #fff;
}
.NewsDetails_contentUl{
    width: 11rem;
    margin: auto;
    padding: .5rem 0;
}
.NewsDetails_Li{
    width: 100%;
}
.NewsDetails_Li p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 30px;
}
.NewsDetails_Li p img {
    display: block;
    width: 90%;
    height: auto;
    max-width: 100%;
    margin: auto;
}
