.case_bg {
    width: 100%;
    height: 15rem;
    /*750/50*/
    background: url(../images/case/case_bg.jpg) center no-repeat;
    background-size: cover;
}

.newsNav {
    width: 100%;
    margin: 1rem auto;
    overflow: hidden;
    margin-bottom: 0;
}

.newsNav>span {
    display: block;
    float: left;
    /* width: 2.4rem; */
    /*120/50*/
    height: 0.8rem;
    padding: 0 16px;
    /*40/50*/
    border: 1px solid white;
    color: #555555;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.36rem;
    /*18/50*/
    box-sizing: border-box;
    border-radius: 0.4rem;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

.newsNav>.cur_newsNav {
    border-color: #58b4e7;
    color: #58b4e7;
}

.newsNav a:hover {
    color: #58b4e7;
}

#caseList {
    padding: 1.8rem 0 1rem;
    /*90/50*/
    overflow: hidden;
}

.caseList {
    overflow: hidden;
}

.caseList li {
    width: 30%;
    overflow: hidden;
    float: left;
    margin-left: 1.5%;
    margin-bottom: 30px;
}

.caseList li:hover .caseList_txt {
    background-color: #00a2e9;
}

.caseList li:hover p,
.caseList li:hover h3 {
    color: white;
}

.caseList_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
}

.caseList_img>img {
    width: 100%;
}

.caseList_txt {
    width: 100%;
    height: 1rem;
    /*50/50*/
    line-height: 1rem;
    overflow: hidden;
    background-color: #dfdfdf;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.caseList_txt>h3 {
    width: 66%;
    font-size: 0.36rem;
    /*18/50*/
    float: left;
    padding-left: 4%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    color: #555555;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.caseList_txt>p {
    width: 26%;
    font-size: 0.36rem;
    /*18/50*/
    float: right;
    text-align: right;
    padding-right: 4%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
    color: #555555;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#caseList>.more {
    font-size: 0.28rem;
    /*14/50*/
    line-height: 0.6rem;
    height: 0.6rem;
    margin: auto;
    text-align: center;
    width: 2.2rem;
    box-sizing: border-box;
    border: 1px solid #00a2e9;
    color: #00a2e9;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

#caseList>.more:hover {
    background-color: #00a2e9;
    color: white;
}