.new {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #ab7e5c;
}
.new .news_detail {
    padding-right: 100px;
    font-size: 0.9vw;
}
.detail_title {
    margin-bottom: 50px;
}
.detail_title h4 {
    font-size: 1.5vw;
    line-height: 26px;
}
.detail_title .line_1 {
    display: inline-block;
    width: 130px;
    height: 2px;
    background-color: #ab7e5c;
    margin: 1.5vw 0;
}
.detail_content p{
    margin: 30px 0;
    line-height: 30px;
}
.detail_content img{
     width: 100%;
	
}
.news_list ul li{
    font-size: 0.9vw;
    margin-bottom: 50px;
	width: 100%;
}
.news_list ul li h3 {
    font-size: 1.1vw;
    line-height: 28px;
}
.news_list ul li p {
    line-height: 20px;
    margin: 20px 0;
}
.news_list ul li a {
    display: block;
    color: #ab7e5c;
    line-height: 20px;
    margin: 20px 0;
}
.news_list ul li img {
    display: block;
}
.news_list .line_1 {
    display: inline-block;
    width: 90%;
    height: 1px;
    background-color: #B3A368;
    margin: 1.5vw 0;
}
@media (max-width: 768px) {
    
    .new {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #ab7e5c;
    }
    .new .news_detail {
        padding-right: 0;
        font-size: 16px;
    }
    .detail_title {
        margin-bottom: 30px;
    }
    .detail_title h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .detail_title .line_1 {
        margin: 20px 0;
    }
    .new .news_list {
        margin-top: 50px;
    }
    .new .news_list ul li{
        font-size: 16px;
        margin-bottom: 30px;
    }
    .new .news_list ul li h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .new .news_list ul li p {
        line-height: 20px;
        margin: 20px 0;
    }
    .new .news_list ul li img {
        display: inline-block;
        width: 100%;
    }
	.detail_content img{
     width: 100%;
	
}
}
@media (max-width: 414px) {
    .new {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: #ab7e5c;
    }
    .new .news_detail {
        padding-right: 0;
        font-size: 14px;
    }
    .detail_title {
        margin-bottom: 30px;
    }
    .detail_title h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .detail_title .line_1 {
        margin: 20px 0;
    }
    .new .news_list {
        margin-top: 50px;
    }
    .new .news_list ul li{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .new .news_list ul li h3 {
        font-size: 16px;
        line-height: 28px;
    }
    .new .news_list ul li p {
        line-height: 20px;
        margin: 20px 0;
    }
	.detail_content img{
     width: 100%;
}
}