.box-header{
    width:100%;
    height: 45rem;
    margin: auto;
    background-image: url("../../img/news/news-top.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*opacity: 0.9;*/
}
.box-header-img{
    width: 65rem;
    height: 45rem;
}
.box-header-text{
    width: 70rem;
    height: 20rem;
    margin-top: 10rem;
}
.box-header-text h1{
    font-weight: 400;
    font-size: 3.5rem;
    color: white;
}
.box-header-text h2{
    padding-top: 3.5rem;
    font-weight: 400;
    font-size: 2.0rem;
    letter-spacing: 0.02rem;
    line-height: 3rem;
    color: white;
}
.box-content{
    height: auto;
    width: 125rem;
    margin: auto;
    /*border: solid 1px red;*/
    padding-top: 7rem;
    letter-spacing: 0.3rem;
}
.new-head-title{
    height: 8rem;
    font-size: 3rem;
    text-align: center;
}
.timeStamp{
    height: 8rem;
    border-bottom: 1px solid #e5e3e3;
}
.timeStamp span{;
    letter-spacing: 0rem;
    width: 125rem;
    text-align: center;
    display: inline-block;
    font-size: 1.8rem;
    color: #b0b0b0;
    line-height: 2.8rem;
    vertical-align: middle;
    margin-right: 15px;
}
.contentDiv{
    padding-top: 1rem;
    height: auto;
    width: 125rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e3e3;
}
.contentDiv img{
    text-align: center;
}
.contentDiv p{
    line-height: 6rem;
    letter-spacing: 0rem;
    font-size: 1.8rem;
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #000000;
}
.content-bottom{
    margin: auto;
    width: 125rem;
    height: 15rem;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.content-bottom ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* 三列 */
    grid-template-rows: repeat(1, 1fr);   /* 三行 */
    gap: 2rem;  /* 调整间距 */
}
.li-left{
    letter-spacing: 0rem;
    font-size: 1.6rem;
    color: #766E82;
    text-align: left;
}
.li-right{
    letter-spacing: 0rem;
    font-size: 1.6rem;
    color: #766E82;
    text-align: right;
}
