.case-detail{
    border: 1px solid #e5e5e5;
    border-top: none;
    min-height: 850px;
    padding: 20px;
}
.detail-title{
    height: 120px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 60px;
}
.detail-title p:first-child{
    font-size: 24px;
}
.font14>span{
    padding-right: 10px;
}
.case-detail-article{
    text-align: center;
    padding-top: 30px;

}
.case-detail-article img{
    max-width: 100%;
    max-height: 350px;
}
.case-detail-article p{
    line-height: 28px;
    text-align: justify;
    padding-top: 20px;
}
.page-turn{
    border: 1px solid #e5e5e5;
    border-top: none;
}
.page-turn p{
    padding-left: 20px;
}
.page-turn a{
    line-height: 50px;
    width: auto;
}
.page-turn a:hover{
    color: #45a13e;
}
.product-title{
    height: 50px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-top: 40px;
}
.product-title p{
    font-size: 24px;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-bottom: 2px solid #45a13e;
    padding-bottom: 10px;
}
/*��Ʒ�б�*/
.product-list li{
    float: left;
    width: 270px;
    height: 400px;
    background: #fff;
    margin: 20px 20px 0 0;
    border: 1px solid #e5e5e5;
}
.product-list li:hover{
    box-shadow: 0 0 20px #ddd;
}
.product-list li:nth-of-type(3n){
    margin-right: 0;
}
.product-img{
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-name{
    line-height: 50px;
    text-align: center;
    width: 100%;
    background: #45a13e;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.detail-title .h1, h1 {
    font-size: 20px;
}
.product-name .h3, h3 {
    font-size: 16px;
}
.case-detail-article .h2, h2 {
    font-size: 18px;
}