.header1  a,
.header1 .phone span{
    color:#ffffff !important;
}
body{
    display: flex;
    flex-direction: column;
}
body>div{
    flex:1;
}
.newsImage{
    width: 100%;
    height: 46rem;
    position: relative;
}
.newsImage>img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsImage>div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.newsImage>div>h1{
    text-align: center;
    color: white;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 4.8rem;
}
.newsImage>div>p{
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2.4rem;
    text-align: center;
    color: white;
    margin-bottom: 0;
}
.newsContent{
    background-color: #F1F4F9;
    padding: 8rem 0 12rem;
}
.newsContent>div{
    width: 128rem;
    margin: 0 auto;
}
.newsContent .list>li{
    width: 100%;
    background: white;
    margin-bottom: 2.4rem;
    box-sizing: border-box;
    padding: 1.6rem 6rem 1.6rem 1.6rem;
    border-radius: 1.2rem;
}
.newsContent .list>li>a{
    display: flex;
    align-items: center;
}
.newsContent .list>li>a>.img{
    overflow: hidden;
}
.newsContent .list>li>a>.img,
.newsContent .list>li>a .oneImage{
    width: 22.4rem;
    height: 14.8rem;
    border-radius: 1.4rem;
    margin-right: 6.8rem;
    transition: 0.5s;
}
.newsContent .list>li>a>.cont{
    flex:1;
    display: flex;
    align-items: center;
}
.newsContent .list>li>a>div>.time{
    border-right: 1px solid #EBEDF0;
    padding-right: 2.4rem;
    box-sizing: border-box;
    margin-right: 2.4rem;
}

.newsContent .time>h1{
    font-weight: 500;
    font-size: 4rem;
    text-align: center;
    line-height: 4rem;
    text-align: center;
}
.newsContent .time>p{
    color: #7D7E80;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 1.2rem;
}
.newsContent .list>li .twoImage,
.newsContent .list>li .threeImage{
    width: 4rem;
    height: 4rem;
    margin-left: 6rem;
}
.threeImage{
    display: none;
}
.newsContent .list>li>a>div>.right{
    flex:1;
}
.newsContent .list>li>a>div>.right>h4{
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.newsContent .list>li>a>div>.right>article{
    font-size: 1.6rem;
    color: #7D7E80;
    line-height: 1.6;
}
.newsContent .list>li>a>div>.right>.date{display:none;}

.page{
	text-align: center;
    margin-top: 8rem;
}

.news_list_2 {
   font-size: 0;
}

.news_list_2 li {
	display: inline-block;
    margin: 0 .4rem;
    width: 3.8rem;
    height: 3.8rem;
    border: .1rem solid #E1E3E5;;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3.8rem;
    color: #646566;
    border-radius:.6rem;
    cursor: pointer;
}

.news_list_2 li:nth-child(1),
.news_list_2 li:nth-child(8) {
    width: 7.2rem;
}

.news_list_2 li:last-child {
    width: 5.6rem;
}

.news_list_2 li:hover {
    background-color: #72D3D3;
    color: #fff;
    border-color: #72D3D3;
}
.news_list_2 li:hover span,.news_list_2 li:hover a{color: #fff;}
.news_list_2 .active{
	background: #72D3D3;
	color: #fff;
	border-color: #72D3D3;
}
.news_list_2 .active span{color: #fff;}
.newsContent .list>li:hover>a .oneImage{
    transform: scale(1.1);
}
.newsContent .list>li:hover .time>h1,
.newsContent .list>li:hover .time>p,
.newsContent .list>li:hover>a>div>.right>h4{
    color: #72D3D3;
}
.newsContent .list>li:hover .twoImage{
    display: none;
}
.newsContent .list>li:hover .threeImage{
    display: block;
}