
.case-detail{
    border: 1px solid #e5e5e5;
    border-top: none;
    min-height: 850px;
    padding: 20px;
}
.detail-title{
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 60px;
}
.detail-title p:first-child{
    font-size: 24px;
}
.font14>span{
    padding-right: 10px;
}
.case-detail-article{
    padding-top: 30px;
}
.case-detail-article img{
    max-width: 100%;
}
.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;
}

/*新闻列表*/
.news-list{
    padding-top: 20px;
}
.news-item{
    width: 850px;
    height: 120px;
    margin-bottom: 40px;
    background: #f5f5f5;
}
.news-item:last-child{
    margin-bottom: 0;
}
.news-info{
    padding: 20px 30px;
    width: 670px;
    flex: 1;
}
.news-info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 8px;
}
.news-info p:last-child{
    padding-bottom: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.new-img-wrap{
    width: 180px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-item>a{
    display: flex;
}

.detail-title .h1, h1 {
    font-size: 20px;
}
.case-detail-article .h2, h2 {
    font-size: 18px;
}
.news-list .h3, h3 {
    font-size: 16px;
}
