.pro_picture{
    width: calc(46% - 4px);
    height: 164px;
    margin: 5px 2% 15px 2%;
    float: left;
    overflow: hidden;
    border: 1px #eaeaea solid;
}
.pro_picture .img img{
	width: 100%;
	height: 125px;
}
.pro_picture .name{
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    padding: 10px;
}
.tit_name{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	line-height:50px;
	color:#015cb5;
}
.pro_com{
	width:350px;
	height:250px;
	margin-left:5px;
}
.page{
	text-align: center;
	margin: 0px 0px 10px;
}