.main-content{
	width: 100%;
	margin: auto;
	background-color: #C2D2DF;
}
.main-box{
	width: 1000px;
	margin: auto;
	background: #f2f2f5;
	padding: 10px;
    border-color: #f2f2f5;
}
.pic_box{
	float: left;
	width: 50%;
    /*position: relative;
    display: inline;
    float: left;
    width: 400px;
    height: 200px;
    overflow: hidden;
    background: #f2f2f5;
    text-align: center;*/
}
.pic-box img{
	vertical-align: middle;
}
.main-right{
	float: left;
	position: relative;
    overflow: hidden;
	height: 200px;
}
.text-box{
	padding: 14px 16px;
}
.subinfo_box {
    position: absolute;
    left: 16px;
    /*bottom: 14px;*/
}