.single_img{
	max-width: 480px;
    margin: auto;
    padding: 16px;
    border: solid 3px #E8E8E8;
}
.diffu_img{
    float: left;
	border:solid 1px #000000;
}
.diffu_text {
    margin-left: 312px;
    font-size: 16px;
    border: solid 1px;
    padding: 16px;
    height: 90px;
}
.steps{
	text-align: left;
    background: #E8F0F5;
    margin: 0px 24px;
    padding: 16px 24px;
    border: solid 1px #D6E1E8;
    border-radius: 6px;
    font-size: 16px;
}
.number_box{
    position: relative;
    min-height: 60px;	
    margin-left: 16px;
    border: solid 2px #4890D9;
    border-radius: 6px;
}
.number_box .mark{
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    padding: 0px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 800;
	color: #ffffff;
    text-align: center;
    background: #4890D9;
}
.number_box .body{
    padding: 18px 18px 18px 28px;
    text-align: left;
    color: #95b343;
    font-size: 16px;
	font-weight:600;
}
.list_box_green{
	text-align: left;
    background: #ffffff;
    margin: 0px 24px;
    padding: 16px 24px;
    border: solid 2px #95B343;
    border-radius: 6px;
    font-size: 16px;
}
.list_box_green ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 12px;
}
.both_right {
    display: inline-block;
    vertical-align: middle;
    width: 484px;
    margin-left: 12px;
}
.both_height {
	height:152px;
}

.both_img {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    max-width: 352px;
    margin: auto;
    border-radius: 6px;
    overflow: hidden;
}
.both_img img{
	max-height: 275px;
}
.both_img_on{
    text-align: center;
    max-width: 352px;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 6px;
    overflow: hidden;
}
.hline{
	margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px dashed #CECECE;
}


@media (max-width: 1023px) {
.both_height {
	height:auto;
}
}

@media (max-width: 767px) {
.diffu_img{
    float: none;
}
.diffu_text{
    height: auto;	
    margin-left: 0px;
    font-size: 14px;
    border: solid 1px;
    border-width: 0px 1px 1px;
    padding: 16px;
}
.both_right{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: auto;
}
.both_height ul {
	padding-left:16px;
}
.h_tit{
    text-align: center;
    font-size: 16px;
	font-weight:800;
    margin: 8px 0px;
}
}

@media (max-width: 480px) {
.steps{
	text-align: left;
    background: #E8F0F5;
    margin: 0px 24px;
    padding: 8px 12px;
    border: solid 1px #D6E1E8;
    border-radius: 6px;
    font-size: 14px;
}
}