html,
body {
    font-family: MicrosoftYaHei;
    background: #ffffff
}

.honor-content {
    min-width: 120rem;
    margin: 0 auto
}

.honor-content .content-nav {
    height: 6.9rem;
    width: 120rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.honor-content .content-nav a {
    display: inline-block;
    height: 6.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.5rem;
    text-align: center;
    margin-left: 5.6rem;
    line-height: 6.9rem;
    text-decoration: none;
    position: relative;
    font-size: 1.8rem;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.honor-content .content-nav a.active,
.honor-content .content-nav a:hover {
    color: #009aff
}

.honor-content .content-nav a.active::after,
.honor-content .content-nav a:hover::after {
    width: 14.8rem
}

.honor-content .content-nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0rem;
    height: 0.4rem;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 0.4rem solid #009aff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.honor-content .content-nav a.one {
    margin-left: 0rem
}

.honor-content .content-info {
    min-height: 118.6rem;
    width: 100%;
    padding-bottom: 4rem;
    background: #f2f5fa url(../images/bg1.png) no-repeat center bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    padding-top: 2rem
}

.honor-content .content-info .info {
    width: 120rem;
    margin: 0 auto 0
}

.honor-content .content-info .info .info-one {
    width: 120rem;
    margin: 0 auto;
    padding-top: 5.6rem;
    padding-bottom: 10rem
}

.honor-content .content-info .info .info-one h2 {
    height: 12.3rem;
    width: 15rem;
    margin: 0 auto;
    font-weight: bold;
    font-size: 2.6rem;
    color: #333333;
    line-height: 12.3rem;
    text-align: center
}

.honor-content .content-info .info .info-one p {
    font-size: 1.8rem;
    line-height: 3.6rem;
    color: #666666;
    width: 107rem;
    text-indent: 3.6rem;
    margin: 0 auto;
    margin-top: 2.8rem
}

.honor-content .content-info .info .info-one p:last-of-type {
    margin-top: 0rem
}

.honor-content .content-info .info .info-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.honor-content .content-info .info .info-list li {
    float: left;
    width: 37.2rem;
    height: 31.4rem;
    background: #ffffff;
    list-style: none;
    margin-left: 2rem;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0rem .6rem .6rem 0rem rgba(226, 226, 226, 0.5);
    box-shadow: 0rem .6rem .6rem 0rem rgba(226, 226, 226, 0.5)
}

.honor-content .content-info .info .info-list li .img {
    width: 37.2rem;
    height: 24.8rem;
    background-color: #c0bfbf;
    border: solid .6rem #cf0d0b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.honor-content .content-info .info .info-list li .img img {
    position: absolute;
    width: 100%;
    height: 100%
}

.honor-content .content-info .info .info-list li p {
    text-align: center;
    margin: 0;
    height: 6.6rem;
    line-height: 6.6rem;
    font-size: 1.8rem;
    color: #323333
}

.honor-content .content-info .info .changepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.6rem
}

.honor-content .content-info .info .changepage a {
    display: inline-block;
    width: 3.1rem;
    height: 2.8rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    border: solid 0.1rem #e5e5e5;
    background-color: #ffffff;
    text-align: center;
    line-height: 2.8rem;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: AdobeHeitiStd-Regular;
    color: #666666;
    margin-right: .9rem
}

.honor-content .content-info .info .changepage a.active {
    background-color: #133984;
    border: solid 0.1rem #133984;
    color: #ffffff
}

.honor-content .content-info .info .changepage a.prev,
.honor-content .content-info .info .changepage a.next {
    width: 6.5rem
}