
.news {
    background-color: #fff;
}
.newsContent {
	display: flex;
}
.newsContent-right {
    max-width: 100%;
}
.newsContent-right li {
    border: none;
}
.newsContent-right li>.fensan {
    align-items: flex-end;
	width: 100%;
}
.newsContent-right li a .fensan {
    padding-bottom: 80px;
    border-bottom: 1px solid #aeaeae;
}
.newsContent-right .active a .fensan {
    border-color: #0068b7;
}
.newsContentRight-left>p {
    margin-bottom: 70px;
}
.sanjiao {
    margin-top: 50px;
}
.newsContentRight-left>p {
	font-size: 20px;
	margin-bottom: 10px;
}
.newsContentRight-left>div {
	height: 120px;
}
@media screen and (max-width: 1280px) {
    .newsContent-right {
        width: 100%;
    }
    .newsContent-right li>.fensan {
        align-items: center;
    }
    .news .images {
        width: 45%;
    }
}
@media screen and (max-width: 1024px) {
    .news .images {
        width: auto;
    }
    .newsContent-right li>.fensan {
        flex-direction: column;
    }
    .newsContentRight-left p {
        margin-bottom: 10px;
    }
    .newsContent-right li a .fensan {
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .sanjiao {
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .news {
        padding-top: 0;
    }
}
@media screen and (max-width: 425px) {
    .newsContent-right li a .fensan {
        padding-bottom: 10px;
    }
}