

.shenqing{
    margin-top: 100px;
    text-align: center;
}
.shenqing .title{
    font-size: 40px;
    color: #221670;
    font-weight: bold;
    letter-spacing: 2px;
}
.shenqing .title{
    margin-bottom: 30px;
}
.shenqing p{
    color:#212236;
}
.shenqing .liucheng{
    margin-top:70px;
}
.shenqing .liucheng .item{
    display: inline-block;
    float:left;
    width:20%;
}
.shenqing .liucheng .item .img_content{
    width:145px;
    height:145px;
    border-radius: 50%;
    background:#f2f2f2;
    position: relative;
    margin:0 auto;
}
.shenqing .liucheng .item .img_content img{
    width:40%;
    margin-top:40px;
    transition: all 0.6s ease-in-out;
-webkit-transition:  all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
}
 
.shenqing .liucheng .item .img_content:hover img{
   transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
.shenqing .liucheng .item .img_content .line{
    background:#dd0009;
    height:2px;
    width:100%;
    position: absolute;
    top:50%;
    left:100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.shenqing .liucheng .item .smalltitle{
    color:#212236;
    margin-top:10px;
  
}
.shenqing .liucheng .item .time{
    font-size: 14px;
    color:#212236;
    margin-top:10px;
    margin-bottom: 20px;
    padding:0 20px;
    
}


@media(max-width: 768px){
  


     .shenqing{
        margin-top:0;
        text-align: left;
    }
    .shenqing .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .shenqing p{
        margin-top: 10px;
        font-size: 14px;
    }
    .shenqing .liucheng{
        margin-top: 40px;
    }
    .shenqing .liucheng .item{
        width:100%;
        margin-bottom: 40px;
    }
    .shenqing .liucheng .item .img_content{
        display: inline-block;
        float:left;
        width:100px;
        height:100px;
        text-align: center;
        margin-left: 20px;
    }
    .shenqing .liucheng .item .img_content img{
        margin-top: 30px;
    }

    .shenqing .liucheng .item .img_content .line{
        width:2px;
        height:100%;
        -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);
        top:100%;
        left:50%;
    }
    .shenqing .liucheng .item .txt_content{
        display: inline-block;
        float:left;
        margin-left:0px;
        width: calc(100% - 150px);
        margin-left: 30px;
    }

    .shenqing .liucheng .item .smalltitle{
        margin-top:10px;
    }
    .shenqing .liucheng .item .time{
        margin-top:15px;
        padding-left: 0
    }
    .shenqing .liucheng .item:nth-child(5){
        margin-bottom: 0;
    }
}