
body.green {
    background-color: var(--themaGreen);
}

/* 详情页 */

.news_view {
    padding-top: 112px;
    padding-bottom: 140px;
}

.news_view .part_1 {
    line-height: 68px;
    font-size: 16px;
}

.news_view .part_2 {
    padding: 45px 0 58px;
    line-height: 1;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.news_view .part_2 .title {
    margin-bottom: 20px;
    line-height: 1.1;
	font-weight:bold;
    font-size: 45px;
}

.news_view .part_2 .time {
    font-size: 18px;
}

.news_view .part_3 {
    padding: 85px 0 150px;
    font-size: 17px;
    color: #595757;
    line-height: 25px;
}

.news_view .part_4 a {
    display: block;
    font-size: 17px;
    color: var(--themaGreen);
    line-height: 25px;
}




@media (max-width:1024px) {
.news_view{ padding:15% 15px 25%;}
}

@media (max-width:768px) {
.news_view .part_2 .title{ font-size:35px;}
}

@media (max-width:640px) {
.news_view .part_1{ font-size:14px; line-height:25px; padding-bottom:30px;}
.news_view .part_2 .title{ font-size:23px; line-height:35px;}
.news_view .part_2 .time{ font-size:15px;}
.news_view .part_2{ padding:10% 0;}
.news_view .part_3{ padding:15% 0 20%;}
.news_view .part_3{ font-size:15px;}
.news_view .part_4 a{ font-size:15px;}
}

