.pt_85{padding-top: 60px;} 
.pb_85{padding-bottom: 60px;}
.con{padding-top:20px}
.con01 {
    background: #f9fafc;
    padding-top: 2%;
}

.con01 .title {
    margin-bottom: 20px;
}

.con01 .title h4 {
    text-align: center;
}

.con01 .title ul {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    margin-top: 1.5%;
}

.con01 .title li {
    display: inline-block;
    padding: 10px 15px 20px 15px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}

.con01 .title li a:hover {
    color: #2386ec;
}

.con01 .title li:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 0%;
    height: 3px;
    background: #1e83ed;
    transition: all 0.5s ease-in-out;
}

.con01 .title li.other_li:after {
    display: none;
}

.con01 .title li:hover {
    color: #2386ec;
}

.con01 .title li:hover:after {
    width: 100%;
}

.con01 .title li.active {
    color: #2386ec;
}

.con01 .title li.active:after {
    width: 100%;
}


.con01 .con dl {
    width: 31%;
    float: left;
    margin-top:30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 3%;
    box-shadow: 0 0 5px #eaeef9;
    transition:.3s;
}
.con01 .con dl:hover{
    box-shadow: 5px 5px 15px #ccc;
}
.con01 .con dl:nth-of-type(3n) {
    margin-right: 0px;
}

.con01 .con dl dt {
    position: relative;
}

.con01 .con dl dt a {
    display: block;
    
    overflow: hidden;
}

.con01 .con dl dt .img_box {
    width: 100%;
    
    transition: all 0.3s ease-in-out;
}
.con01 .con dl dt .img_box img {
    width:100%;
}


.con01 .con dl:hover dt a .img_box {
    transform: scale(1.04);
}

.con01 .con dd {
    padding: 20px 30px 20px;
}

.con01 .con dd h3 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.con01 .con dd h3 a {
    display: block;
    height:25px;
    line-height:25px;
    color: #333333;
    text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}

.con01 .con dd h3 a:hover {
    color: #004da0;
}

.con01 .con p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    
    .con{margin-bottom: 30px;}

    .con01 .con dl {
        width: 100%;
        margin-top:20px;
        margin-right: 0%;
    }

    .con01 .con dl dt a {
        
    }
    
    .pb_85{padding-bottom: 40px;}
    
}