#engineering_1_table_list .list li{
    float:left;
    width: 33%;
    text-align: center;
    list-style: none;
    margin-bottom: 15px;
}
#engineering_1_table_list .list li img{
    width: 80%;
    border-radius: 10px;
    box-shadow: 2px 4px 5px #666;
}
#engineering_1_table_list .title{
    margin-top:10px;
}
#engineering_1_table_detail .title{
    font-size:25px;
    text-align: center;
    font-weight: bold;
    color:#333;
    margin:20px 0 10px 0;
}
#engineering_1_table_detail .image{
    text-align: center;
}
#engineering_1_table_detail .image img{
    width:90%;
}
.engineering a{
    color:#0070cc;
}
@media (max-width: 767px) {
    #engineering_1_table_list .list li {
        float: left;
        width: 50%;
    }
    #engineering_1_table_detail .title{
        font-size:18px;
    }
}