.content{
    width: 1100px;
    margin: 35px auto 0;
    
}
.content li{
    background: #f7f7f7;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 30px;
}
.cont-lt{
    float: left;
    width: 510px;
}

.cont-rt{
    float: left;
    width: 530px;
}
.content li div:nth-child(odd){
    margin-left: 44px;
}
.content li div:nth-child(even){
    margin-left: 13px;
}
.content li:nth-child(even){
    background:#fff
}
.cont-lt img{
    display: block;
    width: 510px;
    margin-bottom: 25px;
}
.cont-lt span{
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
.cont-rt h5{
    font-size: 24px;
    color: #0c51b3;
    font-weight: bold;
    margin-bottom: 25px;
}
.cont-rt p{
    color: #4c4c4c;
    font-size: 16px;
    text-align: justify;
    line-height: 36px;
    width: 475px;
}
.content li div:nth-child(even) h5{
    margin-left: 30px;
}
.content li div:nth-child(even) p{
    margin-left: 30px;
}

.cont02{
    width: 1030px;
    margin: 0 auto 55px;
}
.cont02 b{
    font-size: 24px;
    color: #0c51b3;
    font-weight: bold;
}
.cont02 p{
    font-size: 24px;
    color: #333333;
    margin-top: 25px;
}
.cont02 p a{
    text-decoration: underline;
}
.cont02 p a:hover{
    color: #0c51b3;
}