/* 导航 */
.nav-right ul li:nth-child(4) a {
	color: #ea5018;
}
.nav-right ul li:nth-child(4)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 选项卡 */
.news-tab li {
    padding: 10px 22px;
    border-radius: 20px;
    margin: 0 20px;
}
.news-tab .xuanzhong {
    background-color: #ea5018;
    color: #fff;
}
/* 内容 */
.content {
    padding: 80px 0;
}
.nesw-right {
    max-width: 812px;
    width: 100%;
}
.news {
    margin-top: 20px;
}
.news li {
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
}
.news li:nth-last-child(1) {
    border: none;
}
.news li:hover .nesw-top a {
    color: #ea5018;
}
.news li:hover .nesw-top p {
    color: #ea5018;
}
.nesw-top {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.nesw-top .pailie {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.nesw-top a, .nesw-top p {
    font-size: 22px;
}
.nesw-top span {
    color: #ababab;
}
.nesw-top a, .nesw-bottom span {
    max-width: 630px;
}
.nesw-bottom img {
    margin-top: 25px;
}
.nesw-bottom span {
    line-height: 30px;
}
.page {
    max-width: 225px;
    width: 100%;
    margin-top: 50px;
}
.page>div {
    background-color: #eeeeee;
}
.page .duichen {
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.page ul {
    max-width: 135px;
    width: 100%;
}
.page-right {
    transform: rotate(180deg);
}
.page .xuanzhong {
    background-color: #ea5018;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .news li {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .news li>img {
        width: 80%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .nesw-top a, .nesw-top p {
        font-size: 18px;
    }
    .nesw-bottom span {
        line-height: 25px;
    }
}
@media screen and (max-width: 425px) {
    .news-tab {
        width: 90%;
        margin: 0 auto;
    }
    .news-tab ul {
        width: 90%;
    }
    .news-tab li {
        width: 30%;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
    }
    .nesw-top {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
        -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    }
    .nesw-top a, .nesw-top p {
        width: 100%;
        text-align: center;
    }
    .nesw-top .pailie {
        flex-direction: row;
    }
    .nesw-top p {
        margin-right: 10px;
    }
    .nesw-bottom {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
        -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    }
}