﻿@charset "utf-8";

.info_img_pg{
	clear: both;
	overflow: hidden;
	
}

.info_img_pg .left_img{
	float: left;
	width: 50%;
}

.right_txt_pg{
	float: right;
    width: 50%;
    height: 180px;
    overflow: hidden;
    margin-top: 18px;
 
}


.right_txt_pg2{
    float: right;
    height: 180px;
    overflow: hidden;
    width: 50%;
    margin-top: 40px;
}

.right_txt_pg3{
    float: right;
    width: 50%;
    height: 150px;
    margin-top: 35px;
}



