.main_content {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
}
.main_content .main_padding{
	padding: 10px 20px;
}
.left{
	width: 78%;
	float: left;
}
.left_cell{
	margin-bottom: 80px;
}
.left_cell .left_cell_title{
	color: #FFCE8C;
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 15px;
}
.left_cell .left_cell_title img{
	float: right;
	width: 75%;
	margin-right: 5%;
	margin-top: 10px;
	vertical-align: middle;
}
.left_cell .left_cell_content{
	padding: 15px;
}
.left_cell .left_cell_content:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}
.left_cell .left_cell_content>img{
	float: left;
	width: 250px;
    height:230px;
}
.left_cell .left_cell_content>div{
	float: right;
	width: 63%;
	position: relative;
}
.left_cell .left_cell_content>div h4{
	color: #4C4C4C;
	font-weight: 600;
	margin-bottom: 20px;
}
.left_cell .left_cell_content>div p{
	color: #848484;
	line-height: 2em;
	margin-bottom: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.left_cell .left_cell_content>div a{
	display: block;
	text-align: center;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 40px;
	background: #F9B96B;
	color: #FFFFFF;
	right: 0;
	bottom: 0;
}
.right{
	float: right;
	width: 20%;
}
.right h3{
	color: #F9B96B;
	border-bottom: solid 2px #F9B96B;
	height: 48px;
	font-size: 20px;
	margin: 0;
	line-height: 48px;
	margin-bottom: 20px;
}
.right a{
	display: block;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
	.banner{
		display: block;
	}
	.main_content{
		width: 100%;
	}
}
@media only screen and (max-width: 980px) {
	.left{
		float: none;
		width: 100%;
	}
	.right{
		float: none;
		width: 100%;
	}
	.right a{
		width: 29.33%;
		float: left;
		margin: 2%;
	}
	.right h3{
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.left_cell .left_cell_content > img{
		width: 100%;
		float: none;
	}
    .left_cell .left_cell_img  img{
		width: 100%;
        height: 100%;
		float: none;
	}
	.left_cell .left_cell_content > div {
	    float: none;
	    width: 100%;
	}
	.left_cell .left_cell_content > div a{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.left_cell .left_cell_title img {
    	display: none;
	}
	.left_cell .left_cell_title{
		text-align: center;
	}
	.right a{
		width: 49%;
		float: left;
		margin: 0.5%;
	}
}