a{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
.recommend-case-div{
    min-width: 270px;
    width: 100%;
    height: 100%;
    /*padding-bottom: 15px;*/
    box-sizing: border-box;
}
.recommend-case-head-div{
    box-sizing: border-box;
    width: 100%;
    height: 190px;
    padding: 20px 15px 18px 15px;
    /*border-bottom: 1px solid #dcdcdc;*/
}
.release-demand-btn{
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    background-color: #0db5fb;
    border-width: 0;
    cursor: pointer;
}
.release-demand-btn:hover {
    color: #fff;
}
.release-demand-btn i:before{
    font-size: 30px;
    color: #ffffff;
}
.contact-info-div{
    margin-top: 10px;
    width: 100%;
    height: 60px;
    color: #4e4e4e;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    background-color: #f0f0f0;
    border-radius: 8px;
}
.contact-icon-div, .contact-info-text{
    float: left;
    width: 31px;
}
.contact-icon-div{
    margin-left: 37px;
}
.contact-info-div i:before{
    color: #0db5fb;
    font-size: 32px;
}
.contact-info-text{
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    width: 124px;
    height: 40px;
    text-align: left;
    font-family: Arial;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
}
.contact-info-phone{
    color: #0db5fb;
}
.recommend-case-list-div{
    width: 100%;
    height: auto;
}
.recommend-case-list-title-div{
    width: 100%;
    height: 90px;
    text-align: center;
}
.recommend-case-list-title-div .top-part{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.recommend-case-list-title-div .top-part div{
    float: left;
}
.recommend-case-list-title-div .line{
    margin-top: 29px;
    width: 30px;
    height: 0;
    border-bottom: 1px solid #dcdcdc;
}
.recommend-case-list-title-div .title{
    box-sizing: border-box;
    width: 210px;
    height: 100%;
    color: #000000;
    font-size: 30px;
    line-height: 60px;
    border-bottom: 1px solid #dcdcdc;
}
.recommend-case-list-title-div .bottom-part{
    width: 100%;
    height: 30px;
    text-align: center;
    font-family: Arial;
    color: #323232;
    line-height: 30px;
}
.recommend-case-list-content-div{
    width: 100%;
    height: auto;
}