body {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft Yahei';
}

a {
    text-decoration: none;
}

.slh_tit {
    background-color: #2A72C6;

}

.title {
    margin: auto;
    width: 1200px;
    height: 35px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-size: 20px;
    line-height: 35px;
}

.title a span {
    color: #ffffff;
}

.logo_tit {
    display: inline-block;
    margin-right: 7px;
}

.logo_tit img {
    width: 30px;
    height: 100%;
    vertical-align: middle;
    ;
}

.title .title_right {
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin-left: 7%;
}

.tit_left {
    width: 30%;
}

.title .title_right div:last-child {
    background-color: #ffffff;
    color: #1493FD;
    border-radius: 30px;
    height: 32px;
}

.title .title_right div a {
    color: #ffffff;
}

.title .title_right div:last-child div {
    padding: 0 5px;
}

.back_img img {
    width: 100%;
    display: block;
}

.content {
    background-image: linear-gradient(to bottom, #CEE090 0%, #EAF4FD 15%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 50px 0;
    position: relative;
}

.content .first_box {
    width: 1200px;
    border-radius: 15px;
    margin-bottom: 30px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: relative;
    top: -3px;
}

.content_tit {
    display: flex;
    font-size: 25px;
}

.content_tit a {
    color: black;
}

.content_tit div:first-child {
    margin-right: 5px;
}

.content_tit div:last-child {
    line-height: 30px;
    font-size: 27px;
}

.content_tit div:last-child a {
    color: black;
}

.ment_con {
    text-align: center;
    font-size: 45px;
    color: #467EB6;
    font-weight: bolder;
}

.ment_img {
    width: 95%;
    margin: auto;
}

.ment_img img {
    width: 100%;
}

.ment_tb {
    width: 95%;
    margin: auto;
}

.ment_tb ul {
    padding: 0;
    min-height: 450px;
}

.ment_tb ul li {
    list-style: none;
    font-size: 32px;
    position: relative;
    background-color: #EAF4FD;
    margin-top: 10px;
    padding: 20px 15px 20px 69px;
    border-radius: 10px;
}

.ment_tb ul li a {
    color: #33334C;
    display: inline-block;
}

.ment_tb ul li span {
    color: #8C8C8C;
    font-size: 24pt;
    float: right;
}

.ment_tb ul li::after {
    width: 25px;
    height: 25px;
    content: '';
    background: #2972C6;
    position: absolute;
    left: 18px;
    top: 30px;
    border-radius: 25px;
}

.ment_tb ul li div:first-child {
    width: 85%;
    word-wrap: break-word;
}

.ment_tb ul li div:last-child {
    float: right;
    color: #8C8C8C;
    font-size: 25px;
}

.ment_tb ul li div {
    display: inline-block;
}

/*分页*/
.page_num {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    font-size: 30px;
}

#page_div {
    line-height: 25px;
    color: #000;
}

#pagination_input {
    width: 35px;
    height: 35px;
    ;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    font-size: 27px;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width: 22px;
}

#page_div .currentIndex {
    background: #008ffe;
    border: 1px solid #008ffe;
    width: 22px;
    line-height: 50px;
    height: 50px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.bot {
    border: 1px gainsboro solid;
    padding: 2px;
    margin: 0 5px;
    color: #9c9c9c;
}

.not_top {
    margin-top: 10px;
}

.cont_text {
    width: 65%;
    text-align: center;
    position: relative;
    bottom: -35px;
}

.cont_text a {
    color: #477BAC;
}

.cont_text span {
    display: inline-block;
    margin-left: 10px;
    color: #477BAC;
    font-size: 30px;
}

.bot_img {
    width: 100%;
}

.bot_img>div {
    font-size: 24px;
    color: #ffffff;
    width: 100%;
    background-color: #d00000;
    border-radius: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-top: 10px;
    height: 60px;
}

.bot_img>div>div {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.bot_img>div img {
    width: 25%;
    max-height: 50px;
    display: inline-block;
    vertical-align: middle
}

.footer {
    background-color: #2A72C6;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
}

.footer div span {
    display: inline-block;
    margin: 3px;
    font-size: 20px;
}

.footer div span a {
    color: #ffffff;

}

.footer div:nth-child(2) {
    margin: 10px 0;
}

.footer_img img {
    display: inline-block;
    margin: 3px;
}

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

    .title .title_right {
        display: none;
        width: 73%;
        margin: auto;
    }

    .content {
        padding: 0;
    }

    .title {
        width: 100%;
        font-size: 35px;
        height: 50px;
        box-sizing: border-box;
        display: block;
    }

    .content .first_box {
        width: 85%;
    }

    .ment_tb {
        min-height: 200px;
    }

    .back_img {
        height: 100px;
    }

    .back_img img {
        height: 100%;
    }

    .logo_tit {
        margin-right: .1rem;
    }

    .tit_left {
        width: 100%;
    }

    .cont_text {
        width: 85%;
        bottom: 0;
    }

    .cont_text span {
        font-size: 24px;
    }

    .ment_tb div div:nth-child(2) {
        width: 50%;
    }

    .ment_con {
        font-size: 2rem;
    }

    .ment_tb>div {
        display: block;
    }

    .ment_tb div div:first-child img {
        width: 12px;
    }

    .ment_tb div div:last-child {
        width: 45%
    }

    .ment_tb div div:last-child {
        font-size: 12px;
    }

    .content_tit div:first-child img {
        width: 25px;
        vertical-align: middle
    }


    .content_tit div:last-child {
        font-size: 18px;
    }

    .ment_tb ul li a {
        display: inline-block;
        width: 100%;
        word-wrap: break-word;
    }

    .ment_tb ul li div:last-child::after {
        clear: both;
        display: block;
        content: '';
    }

    .ment_tb ul li {
        padding: 27px 5px 43px 44px;
    }

    .content_tit {
        font-size: 14px;
    }

    .ment_tb ul li div:first-child {
        width: 100%;
    }
}

