.banner img{
    width: 100%;
    vertical-align: bottom;
}
.body{
    padding-top: 35px;
}
.body-content{
    padding-top: 20px;
}
.body-pic{
    width: 100%;
    height: 220px;
    line-height: 215px;
    background-image: url("../images/lishi-bg.png");
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 12px;
}
.body-pic ul{
    overflow: hidden;
}
.body-pic li{
    float: left;
    margin: 0 4px;
}
.body-pic img{
    vertical-align: middle;
}
.body-message{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
.left-content{
    width: 100%;
    padding-right: 30px;
}
.left-body{
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 14px;
    padding-top: 35px;
    margin-bottom: 35px;
    position: relative;
    -webkit-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    -o-transition:all .5s ease-in;
    transition:all .5s ease-in;
}
.leftOn{
    color: #003990;
}
.leftOn p{
    color: #1d367f;
}
.left-body h2{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}
.left-body i{
    display: block;
}
.right-bodys{
    padding-bottom: 35px;
}
.right-content{
    width: 100%;
    border-bottom: 1px solid #f4f4f4;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 35px 0;
    -webkit-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    -o-transition:all .5s ease-in;
    transition:all .5s ease-in;
}
.right-content span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.right-content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    margin-bottom: 4px;
}
.right-content:first-child{
    color: #1e1e1e;
}
.right-content:last-child{
    border-bottom: none;
}
.wire{
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #8e8e8e;
}
.circle{
    position: absolute;
    top: 35px;
    right: -10px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background-color: #e8e8e8;
    padding: 4px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    -o-transition:all .5s ease-in;
    transition:all .5s ease-in;
}
.circleOn{
    background-color: #b2e7ff;
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);
}
.circle i{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #8e8e8e;
}
.circleOn i{
    background-color: #003990;
}
@media screen and (max-width: 1200px) {
    .banner{position: relative;overflow:hidden;}
    .banner img{
        position: relative;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: calc(1.6*100%);
    }
    .wire {
        right: 15px;
    }
    .circle {
        right: -22px;
        width: 16px;
        height: 16px;
        padding: 2px;
    }
}
@media screen and (max-width:767px){
    .body{
        padding: 30px 0;
    }
    .body-message {
        margin-top: 30px;
        padding-bottom: 0;
    }
    .right-content p{
            display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    overflow: hidden;
    margin-bottom: 4px;
    }

    .left-body0{
        padding-bottom: 115px;
    }

     .left-body1{
         padding-bottom: 145px;
    }
}

@media screen and (max-width:400px) {

     .left-body0 {
        padding-bottom: 135px;
    }
    
}

@media screen and (max-width:370px) {
    .left-body0 {
        padding-bottom: 185px;
    }
    .left-body1{
          padding-bottom: 185px;
    }
}

.little-title{
    font-size: 18px;
    color: #1d367f;
    text-align: center;
    margin-top: 35px;
}
.little-title i{
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #1d367f;
    vertical-align: middle;
}
.little-title span{
    margin: 0 15px;
    font-weight:bold;
    vertical-align: middle;
}
.little-title p{
    font-size: 14px;
        font-weight:bold;
    color: #157cc4;
}