/* 导航 */
.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;
}
/* 内容 */
.content {
    background-color: #f9f9f9;
    padding: 60px 0;
}
.content-content {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
}
.content-content>div {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}
.newsDetails-top {
    border-bottom: 1px solid #e2e2e2;
}
.newsDetails-top .duichen {
    margin-bottom: 20px;
    margin-top: 5px;
}
.newsDetails-top .duichen>span {
    margin: 0 10px;
    color: #ababab;
    font-size: 14px;
}
.newsDetails-top h3 {
    text-align: center;
    font-size: 30px;
}
.newsDetails-bottom {
    padding-top: 40px;
}
.newsDetails-bottom span {
    line-height: 30px;
}
.newsDetails-bottom>span {
    margin-bottom: 30px;
    display: block;
}
.newsDetails-bottom li {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.newsDetails-bottom li p {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}
/* 跳转 */
.tiaozhuan {
    margin-top: 30px;
}
.tiaozhuan>div>div {
    width: 8px;
    height: 16px;
    background: url('../img/news/newsDetails/img02-1.png') no-repeat;
    margin: 0 10px;
}
.tiaozhuan-right div {
    transform: rotate(180deg);
}
.tiaozhuan-left:hover, .tiaozhuan-left:hover a {
    color: #ea5018;
}
.tiaozhuan-left:hover div {
    transform: rotate(180deg);
    background: url('../img/news/newsDetails/img02-2.png') no-repeat;
}
.tiaozhuan-right:hover, .tiaozhuan-right:hover a {
    color: #ea5018;
}
.tiaozhuan-right:hover div {
    transform: rotate(0deg);
    background: url('../img/news/newsDetails/img02-2.png') no-repeat;
}
@media screen and (max-width: 1024px)  {
    .content-content>div {
        width: 90%;
    }
}
@media screen and (max-width: 425px)  {
    .newsDetails-top h3 {
        font-size: 24px;
    }
    .newsDetails-bottom span {
        line-height: 25px;
    }
    .tiaozhuan-left {
        margin-bottom: 15px;
    }
    .tiaozhuan-left div {
        margin-left: 0 !important;
    }
}