.proj_list {
    padding:20px;
}
.proj_con{
    width:100%;
    background:#fff;
    display:inline-block;
    font-size:12px;
    margin-bottom:10px;
}
.proj_list img {
    width:200px;
    height:133px;
    text-align:center;
    margin:20px;
    float:left;
}
.proj_info{
padding-top:18px;

}
.proj_info li{margin-bottom:6px;padding-right:20px;}


/*业务领域*/

.box-title{
    width:100%;
    height:40px;
    background:#fbfbfb;
    font-size:16px;
    color:#333;
    line-height:40px;
    display:inline-block;
    text-indent:10px;
    margin-bottom:20px;
}
.box-img{
    width:352px;
    height:200px;
    float:left;
    margin-right:20px;
}
.box-subTitle{
    font-size:14px;
    margin-top:30px;
    display:inline-block;
    font-weight:bold;
    width:100%;
}