@charset "utf-8";
/* CSS Document */
.container_box_wrapper {
    height: auto;
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 740px;
}
.container_box {
    border: 1px solid #999999;
    border-radius: 10px 10px 10px 10px;
    float: left;
    height:auto;
    width: 355px;
	margin:5px;
	background:#dcf4f8;
}
.box_head_tab1_img {
    background:url(abou_1.PNG) no-repeat scroll 0 0 transparent;
    float: left;
    height: 100px;
    margin-left: 35px;
    margin-top: 20px;
    width: 90px;
}
.box_head_tab2_img {
    background:url(ser.PNG) no-repeat scroll 0 0 transparent;
    float: left;
    height: 100px;
    margin-left: 35px;
    margin-top: 20px;
    width: 90px;
}

.box_headline_content h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 25px;
    font-weight: bold;
    height: auto;
    overflow: hidden;
    padding-left: 25px;
    width: 120px;
}
.btn_readmore_clk {
    float: right;
    height: auto;
    margin-right: 35px;
    margin-top: 10px;
    overflow: hidden;
    width: 65px;
}
.btn_readmore_clk a {
    color: #1272AA;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.box_content {
    height: auto;
    overflow: hidden;
    width: 300px;
}
.box_content p {
    color: #414040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: lighter;
    line-height: 22px;
    margin-left: 30px;
	text-align:justify;
}

