p{
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #888888;
    overflow: hidden;
}
.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*/
.box1{
    padding: 9rem 30rem 0rem 30rem;
    height:auto;
    width: 100%;
    margin: auto;
}
.topA{
    margin: auto;
    height:42rem;
    width: 134rem;
    display: flex;
}
.topA-left{
    height:42rem;
    width: 67rem;
    overflow: hidden;
}
.topA-left-imgDiv{
    height:42rem;
    width: 67rem;
}
.topA-left-imgDiv img{
    height:42rem;
    width: 67rem;
}
.topA-right{
    padding: 6rem 5rem 6rem 5rem;
    height:42rem;
    width: 67rem;
    background-color: #f0f0f0;

    /*border: solid 1px black;*/
}
.topA-right-content{
    height:30rem;
    width: 57rem;
    /*border: solid 1px black;*/
    display: block;
}
.topA-right h1{
    display: block;
    font-size: 1.7rem;
    line-height: 4rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    height: 4rem;
    color: #888;
}
.topA-right-content strong{
    display: block;
    font-size: 3rem;
    line-height: 4.2rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    height: 4.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    border: 1px solid #eef0f5;
}
.topA-right-content p{
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #888888;
    height: 11.2rem;
    overflow: hidden;
    margin: 0 0 4.0rem;
}
.xqDiv{
    display: flex;
    font-size: 1.6rem;
    color: #888;
    line-height: 3rem;
    padding-right: 2.6rem;
}
.topA-logo{
    /*margin-left: -1.5rem;*/
    margin-top: 1.1rem;
    margin-left: 1.2rem;
    content: "";
    height: 1.0rem;
    width: 1.0rem;
    top: 0.4rem;
    border-width: 2px 2px 0 0;
    border-color: #888;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.box1-ul{
    height: auto;
    width: 134rem;
    margin: auto;
    column-count: 1; /* 定义两列 */
    column-gap: 0; /* 列之间的间距 */
    border-radius: 1rem;
    overflow: hidden;
}
.box1-ul li{
    height: 35rem;
    width: 100%;
    /*border: solid 1px black;*/
    border-bottom: 1px solid #C4C5C4
}
.li-a{
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 100%;
    height: 100%;
    display: flex;
}
.li-a-left{
    height: 100%;
    width: 30%;
    /*border: solid 1px black;*/
}
.li-a-left-imgDiv{
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*border: solid 1px black;*/
}
.li-a-left-imgDiv img{
    height: 100%;
    width: 100%;
    /*border: solid 1px black;*/
}
.li-a-right{
    height: 100%;
    width: 70%;
    /*border: solid 1px black;*/
    padding: 0.8rem 0 0 5rem;
}
.li-a-right-content{
    height: 100%;
    width: 100%;
    /*border: solid 1px black;*/
}
.li-a-right-content strong{
    display: block;
    font-size: 2.6rem;
    line-height: 4rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    height: 4rem;
    transition: color 0.7s ease;
}
.li-a-right-content h1{
    display: block;
    font-size: 1.7rem;
    line-height: 4rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    height: 4rem;
    color: #888;
}
.li-a-right-content p{
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #888;
    height: 11.2rem;
    overflow: hidden;
}


.bottom-turn{
    text-align: center;
    margin-top: 5rem;
    width: 100%;
    height: 16rem;
    /*border: solid 1px black;*/
    padding-bottom: 10rem;
}
.bottom-turn .layui-laypage a,.bottom-turn .layui-laypage span {
    margin: 0 8px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}
