#about{
    width:890px;
    height:360px;
    margin: 50px auto 120px;
    /*border:1px solid #ddd;*/
    /*background-color: #f5f5f5;*/
    padding:20px 30px;
}
#about>ul{
    border-bottom: 4px solid #eee;
}
#about>ul>li{
    display: inline-block;
   
    margin: 30px 7px 30px 0px;

}
#about>ul>li:last-child{
    margin-right: 0;
    border-right: 0;
}
#about>ul>li img{
    width:266px;
    height:187px;
}
#about ul p{
    font-size: 16px;
    color: #808080;
    text-align: center;
    margin-top: 20px;
}
#about ul .intro_btn{
    color: #808080;
}
#about ul .intro_btn:hover{
    color:#00a3ee;
}
#title{
    border-bottom: 2px solid #eee;
    padding: 20px;
    font-size: 24px;
}
#more{
    float: right;
    font-size: 18px;
    color:#808080
}
#en{
    color: #d0d0d0;
}