.hezuo_fenrun .item{
    background:#fff;
    border-radius:10px;
    box-shadow: 0 0px 25px #ddd;
    padding:40px 0;
    text-align: center;
}
.hezuo_fenrun .item p{
    width: 100px;
    height: 100px;
    padding:10px;
    border-radius:100px;
    margin:auto;
    margin-bottom: 30px
}
.hezuo_fenrun .item p img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.hezuo_fenrun .item i{
    font-size: 80px;
    line-height: 80px;
    color:#fff;
}
.hezuo_fenrun .item h3{
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400
}

.hezuo_fenrun .item:hover{
    box-shadow: 0 0px 25px #20c9c7;
    background:#20c9c7;
}
.hezuo_fenrun .item:hover p{
    background:linear-gradient(to bottom right, #fff, #fff);
}
.hezuo_fenrun .item:hover i{
    color:#20c9c7;
}
.magic-tab-head ul li{
    text-align: center;
}
.hezuo_fenrun .item:hover h3{color:#fff;}

.new_lst {
    display: block;
    padding: 0;
    margin: 0;
}
.new_lst dl {
    text-align: center;
    width: 102.6%;
    margin: 0 0 0 -1.3%;
}
.new_lst dd {
    display: inline-block;
    vertical-align: top;
    width: 22.4%;
    margin: 40px 0.3% 0 1.3%;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;
    padding: 50px 20px 30px 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
}
.new_lst dd .p img {
    max-width: 75px;
}
.new_lst dd .t {
    font-size: 21px;
    color: #333;
    margin: 25px 0 10px 0;
    font-weight: 500;
}
.new_lst dd .c {
    color: #949495;
    line-height: 35px;
    min-height: 140px;
}
.new_lst dd .c p{margin-bottom: 0}
 .new_lst dd:hover .p img{
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transition-duration: 1.0s;
    -ms-transition-duration: 1.0s;
    -moz-transition-duration: 1.0s;
    -webkit-transition-duration: 1.0s;
}

 .new_lst dd:hover{
    box-shadow: 0 0 15px #999
 }
@media only screen and (min-width: 768px) and (max-width: 991px){
    .counter-content h1{font-size: 30px}
    .counter-area-inner{padding:10px 0;}
    .new_lst dd{width: 46.5%}
}
@media only screen and (max-width: 767px) {
    .counter-area-showcase{padding:0}
    .counter-area-inner{padding:15px 0;}
    .hidecount{display:none;}
    .counter{padding-top: 0}
    .counter-area-inner [class^="col-"]:nth-child(2):after{width: 1px}
    .hezuo_fenrun{margin-top: 15px;}
    .hezuo_fenrun .item{padding:15px 0;}
    .hezuo_fenrun .col-4{padding:0 5px;}
    .hezuo_fenrun .item p{width: 60px;height: 60px;margin-bottom: 10px;}
    .hezuo_fenrun .item i{font-size: 40px;line-height: 40px;}
    .hezuo_fenrun .item h3{font-size: 14px;}
    .new_lst dd{width: 46.5%;padding:10px 20px;margin-top: 15px;}
    .new_lst dd .c{line-height: 25px;min-height: 105px}
    .new_lst dd .t{font-size: 16px;}
    .new_lst dd .c p{font-size: 14px;}
}