@charset "UTF-8";

body {
    background-color: #f3f4f8;
}

.location {
    margin: 25px 0;
}

.r_content .top {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 25px;
    height: 66px;
    line-height: 66px;
    background-color: #3e53be;
    margin-bottom: 8px;
}

.r_content .top a {
    /* padding-left: 5px;
    border-left: 4px solid #3e53be; */
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.r_content .top a::before {
    content: "";
    border-left: 4px solid #fff;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    margin-top: -3px;
}

.r_content .bottom {
    box-sizing: border-box;
    padding: 25px 25px 0 25px;
    background-color: #fff;
    overflow: hidden;
}

.r_content .bottom>ul>li {
    box-sizing: border-box;
    height: 130px;
    width: 1200px;
    float: left;
    margin-bottom: 30px;
}

.r_content .bottom>ul>li img {
    width: 100%;
    height: 100%;
}


/* .r_content .bottom>ul>li:nth-child(2n) {
        margin: 0 0 10px 0;
    } */


/* .r_content .bottom>ul>li:nth-child(3),
.r_content .bottom>ul>li:nth-child(4){
    margin-bottom: 30px;
    border-bottom: 1px dotted #cbcbcb;
} */

.r_content .bottom>ul>li div:hover h4 {
    /* color: #3e53be; */
    color: #3e53be;
}


/* .r_content .bottom>ul>li div:hover p {
    color: #3e53be;
} */

.r_content .bottom>ul>li div:first-child {
    overflow: hidden;
    height: 140px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 270px;
}

.r_content .bottom>ul>li div:last-child {
    /* padding: 0 0 0 15px; */
    width: 860px;
    height: 120px;
    float: left;
}

.r_content .bottom>ul>li h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

.r_content .bottom>ul>li p {
    line-height: 24px;
    color: #666;
    /* font-size: 16px; */
}

.page-out {
    background-color: #fff;
    width: 100%;
    /* height: 155px; */
    padding: 40px 0 80px 0;
    margin-bottom: 40px;
}

.page {
    width: 100%;
    margin: 0 auto !important;
    text-align: center;
    list-style-type: none;
    overflow: hidden;
}

.page li {
    display: inline-block;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.page li a {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #3e53be;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto;
    overflow: inherit
}

.page li span {
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    background-color: #3e53be;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block !important;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto
}

.page li.jump {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 5px;
    line-height: 15px;
}

.page li.jump select {
    border: 1px #000000 solid;
    font-family: "微软雅黑";
    font-size: 12px;
    display: inline-block;
    margin-top: 1px;
}


/* 移动端 */

@media screen and (max-width:768px) {
    .location {
        color: #868686;
        margin: 16px 0;
        font-size: 0.875rem;
    }
    .location a {
        color: #868686;
        font-size: 0.875rem;
    }
    .r_content .top {
        height: 46px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .r_content .top a {
        font-size: 1.125rem;
    }
    .r_content .top a::before {
        height: 1.125rem;
    }
    .r_content .bottom {
        padding: 20px 10px;
    }
    .r_content .bottom>ul>li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .r_content .bottom>ul>li img{
        height: 100%;
    }
    .r_content .bottom>ul>li div:first-child {
        height: 74px;
        width: 32%;
        overflow: hidden;
        margin-right: 0;
    }
    .r_content .bottom>ul>li div:last-child {
        width: 64%;
        height: auto;
        float: right;
    }
    .r_content .bottom>ul>li h4 {
        font-size: 1.02rem;
        margin: 0;
    }
    .page-out {
        padding: 20px 0 48px 0;
        margin-bottom: 20px;
    }
    .page li span {
        font-size: 1.02rem;
    }
}