.news_box {
	width: 80%;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top: 50px;
}

.news_box2 {
	width: 100%;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 50px;
}

.news_left {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.news_left img {
	width: 100%;
    height:auto;
}

.news_left2 {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.news_left2 img {
	width: 100%;
    height:auto;
}


.news_right {
	width: 65%;
	float: left;
}
.news_right2 {
	width: 75%;
	float: left;
}

.news_time {
	font-size: 24px;
	color: #f8981d;
	line-height: 34px;
	text-align: left;
}

.news_title {
	font-size: 30px;
	color: #f8981d;
	line-height: 50px;
	text-align: left;
}

.news_content {
	font-size: 15px;
	color: #572700;
	line-height: 30px;
	text-align: left;
}

.news_line {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	float: left;
}

.news_link {
	text-align: right;
	margin-top: 30px;
}

.bt-30{
	margin-top: 40px !important;
}


 @media screen and (max-width : 600px) {
 
.news_left {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}


.news_right {
	width: 100%;
	float: left;
}

.news_left2 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}


.news_right2 {
	width: 100%;
	float: left;
}

 

    }