@charset "UTF-8";





.one {
    float: right;
    width: 80%;
    /*position: relative;*/
    /*width: 1200px;*/
    /*margin: 90px auto 0;*/
}
.one h3{
    position: relative;
    width: 100px;
    margin:0 auto 50px;
    background-color: white;
    color: #333;
    font-size: 24px;
    text-align: center;
}
.one .line{
    position: absolute;
    top: 15px;
    width: 100%;
    height: 1px ;
    background-color: #e3e3e3;
    z-index: -1;
}

.one .o-list li{
    overflow: hidden;
    float: left;
    width: 22.5%;
    margin-bottom: 60px;
}
.one .o-list li:hover img{
    transform: scale(1.1);
}
.one .o-list li img{
    transition: .3s;

}



.honorUl li{
    line-height: 35px!important;
}
.honorUl li:last-of-type{
    border: 0px!important;
}
.honorUl li a{
  margin-left: 37px!important;

}
.honorUl li a.on{
    color:#0a3a89!important;
}
.honorUl li a:hover{
    color:#0a3a89!important;
}
.one .o-list li:nth-child(4n+1){
    margin-left: 0;
}
.two .o-list li a{
    border: 1px dashed #aeaeae;
    padding: 5px;
    display: block;
}
.two .o-list li{

    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}
.o-list{
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media screen and (max-width: 1200px){
    .one {
        float: unset!important;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .two .o-list li{
        width: 50%!important;
    }
}
@media screen and (max-width: 414px){
    .two .o-list li{
        width: 100%!important;
    }
}