﻿html {
    scroll-behavior: smooth
}

body {
    /* min-width: 1200px; */
    font: 14px/160% 'Microsoft Yahei', sans-serif;
    color: #000;
    -webkit-text-size-adjust: 100%
}

a {
    color: #000
}

.recommend {
    width: 1100px;
    margin: 40px auto 0
}

.column {
    font-size: 22px;
    color: #0C2342;
    font-weight: bold;
    padding-left: 10px;
    position: relative;
    line-height: 24px
}

.column::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 24px;
    background: #0C2342
}

.main {
    width: 1100px;
    margin: 15px auto;
    position: relative
}

.main ul {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main ul li {
    width: 515px;
    margin-bottom: 70px
}

.main ul li img {
    width: 515px;
    height: 150px
}

.main ul li .inform {
    width: 100%;
    height: 170px;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 10px 0
}

.main ul li .inform h2 {
    font-size: 18px;
    margin-bottom: 10px
}

.main ul li .inform span {
    font-size: 12px;
    color: #7C7C7C
}

.main ul li .inform p {
    margin-top: 10px;
    line-height: 180%
}

.main .right,
.main .left {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 320px
}

.main .right {
    right: -100px
}

.main .left {
    left: -100px
}

#autopage {
    width: 100%;
    font-family: 微软雅黑 !important;
    padding: 40px 0;
    font-size: 1rem;
    text-align: center;
    clear: both
}

#autopage a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #D9DCE8;
    text-align: center;
    color: #333;
    background: #F1F3FA;
    margin-bottom: 10px;
}

#autopage a:hover {
    background: #E50112;
    border: #E50112 1px solid;
    color: #fff;
    text-decoration: none
}

#autopage span {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #E50112;
    border: 1px solid #E50112;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {

    .recommend,
    .main {
        width: 100%;
    }

    .main ul {
        width: 100%;
        justify-content: space-evenly;
    }

    .main ul li {
        width: 45%;
    }

    .main .right,
    .main .left {
        display: none;
    }
}

/*# sourceMappingURL=word.min.css.map */