.ser-top {
    margin-bottom: 3em;
}
.ser-top h3 {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 2em;
    font-size: 2em;
    font-weight: bold;
    color: #000;
}
.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}
.ser-t b {
    width: 100%;
    height: 2px;
    display: block;
    background: #20a4f7;
    margin-bottom: 3px;
}
.ser-t span {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 42%;
}
.ser-t span i {
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #20a4f7;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
.ser-t b.line {
    width: 80%;
    margin: 0 auto;
}
.img_load{
    width: 100%;
}
/*======》》今夕对比*/
.wisdom_tradition{
    text-align: center;
    margin: auto;
    padding-bottom: 3em;
}
.tradition_content{
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.tradition_content span{
    width: 82px;
    height: 82px;
    border: 1px solid #c7c7c7;
    margin: 0 auto 30px auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    text-align: center;
    font-size: 30px;
    line-height: 82px;
    color: #c7c7c7;
}
.tradition_content span:hover{
    color: #fff;
    background-color: #20a4f7;
    border: 1px solid #c7c7c7;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 55px;
    -webkit-border-radius: 55px;
}
.tradition_content img{
    margin-bottom: 1em;
}
.wisdom_tradition .tradition_content h3 {
    text-align: center;
    font-size: 18px;
    color: #4b4b4b;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
.trsdition_content p {
    text-align: center;
    font-size: 14px;
    color: #4b4b4b;
    font-weight: normal;
    margin: 0 0 0 0;
}
.tradition_content fa{
    width: 82px;
    height: 82px;
    border: 1px solid #22a5ff;
    background-color: #20a4f7;
    margin: 0 auto 30px auto;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 55px;
    -webkit-border-radius: 55px;
    text-align: center;
    font-size: 30px;
    line-height: 82px;
    color: #fff;
}
.tradition_content fa:hover{
    color: #22a5ff;
    background-color: #fff;
    border: 1px solid #22a5ff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 55px;
    -webkit-border-radius: 55px;
}
/*方案详情部分完*/
.wisdom_end h3{
    text-align: left;
    color: #333;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}
.wisdom_end p{
    text-align: left;
    font-size: 14px;
    color: #777779;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 30px 0;
 /*   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/
}
.wisdom_end_contwo .description p{
/*    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/ 
}
.wisdom_end .noMargin{
    margin: 0;
}
.wisdom_end_tab .wisdom_end_line{
    width: 100%;
    margin: auto;
    padding-bottom: 5%;
    line-height: 30px;
    border-bottom: 1px dotted #9d9d9d;
    clear: both;
}
.wisdom_end_tab .container{
    margin-bottom: 4em;
}
.wisdom_end_tab .wisdom_end_contwo span{
    float: left;
    width: 33px;
    height: 33px;
    background: #22a5ff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 16px 0 0;
}
.attendance_p p{
    line-height: 35px;
    margin: 0;
}
@media screen and (max-width: 1024px) {
    .wisdom_end h3{
    margin: 0 0 5px 0;
    font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .wisdom_end h3 {
        margin: 15px 0 15px 0;
        font-size: 18px;
    }
    .wisdom_end p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .wisdom_end_contwo .description p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; 
    }
}
