.w1210 {
    width: 1210px;
    margin: auto;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

.w1200 {
    width: 1210px;
    margin: auto;
    margin-bottom: 20px !important;
    margin-top: 20px;
}

a:hover {
    text-decoration: underline;
    color: #05337e !important;
}

a {
    color: #333;
    text-decoration: none;
}

.zhuanlan li img {
    height: auto !important;
}


.more_aa {
    display: block;
    margin: 40px auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0px 5px #dddbdb;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.2s;
}

.more_aa:hover {
    background-color: #05337e !important;
    color: #fff !important;
    transition: 0.2s;
    text-decoration: none;
}