/* 内容页 */
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;

}

.tit_left {
    width: 30%;
}

.logo_tit img {
    width: 30px;
    height: 100%;
}


.title .title_right {
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin-left: 7%;
}

.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{
    background: url(../images/back.png);
    height: 351px;
    padding-top: 30px;
    
}

.back_img img {
    width: 30%;
   margin-left: 18%;
    display: block;
}

.content {
    background-image: linear-gradient(to bottom, #d8e69e 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 {
    text-align: center;
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
}

.ment_con {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.ment_con div {
    width: 100%;
    font-size: 25px;
}

.ment_con div:first-child span {
    text-align: right;
    display: block;
    margin-right: 50px;
}

.ment_con div:last-child span {
    display: block;
    text-align: left;
    margin-left: 50px;
}

.ment_img {
    width: 95%;
    margin: auto;
}

.ment_img img {
    width: 100%;
}

.close_btn {
    cursor: pointer;
}




.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>div {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.bot_img>div img {
    width: 25%;
  
    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;
}

.text_field p {
    text-indent: 2em;
    line-height: 50px;
    font-size: 24pt !important;
}

.text_field {
    margin: auto;
    width: 95%;
    font-size: 30px;
}

.close_text {
    margin-top: 65px;
    padding: 15px 0;

}

.close_text div {
    min-width: 100px;
    width: 10%;
    margin: auto;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #d6d4d4;
}

@media screen and (max-width:768px) {
    body {
        font-size: .2rem;
    }

    .content {
        padding: 0;
    }

    .content_tit {
        text-align: center;
        margin-top: 15px;
        font-size: 24px;
        font-weight: bold;
    }

    .title {
        width: 100%;
        font-size: 35px;
        height: 50px;
        box-sizing: border-box;
        display: block;
    }

   

   

    .title .title_right {
        width: 73%;
        margin: auto;
        display: none;
    }



    .logo_tit {
        margin-right: .1rem;
    }

    .cont_text span {
        font-size: .2rem;
    }

    .ment_con div span {
        font-size: 16px;
    }

    .ment_img {
        height: 8px;
    }

    .ment_img img {
        height: 100%;
    }

    .ment_con div:last-child span {
        margin-left: 5px;
    }

    .ment_con div:first-child span {
        margin-right: 5px;
    }

    .content .first_box {
        width: 85%;
    }

    .close_text div {
        min-width: 65px;
        line-height: 30px;
        font-size: 14px;
    }

    .cont_text {
        width: 70%;
        bottom: 0;
    }

    p {
        text-indent: 5em;
        line-height: 25px;
    }

    .text_field {
        width: 100%;
        font-size: 20px;
    }

    .cont_text span {
        font-size: 24px;
    }

    .cont_text {
        width: 85%;
    }

    .tit_left {
        width: 100%;
    }

    .text_field img {
        width: 100% !important;
        height: 100% !important;
    }

    .text_field p {
        text-indent: 0em !important;
    }
}

.content .first_box {
    width: 1200px;
    min-height: 500px;
    border-radius: 15px;
    background-color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
    top: -3px;
}

.content .first_box>a {
    display: block;
    width: 27%;
    background-color: #EAF4FD;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    height: 252px;
    border-radius: 10px;
}

.content .first_box a div {
    width: 100%;

}

.not_top {
    margin-top: 10px;
    height: 145px;

}

.content .first_box a div:first-child img {
    height: 100px
}

.content .first_box a div:last-child {
    font-size: 40px;
    color: #467CAB;
    font-weight: bolder;
}

.content .next_box {
    width: 1200px;
    border-radius: 15px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}



.cont_text a {
    color: #477BAC;
}

.cont_text span {
    display: inline-block;
    margin-left: 10px;
    color: #477BAC;
    font-size: 30px;
}

.next_box>div {
    width: 33%;
}

.next_box .show_img {}

.next_box .show_imgTou {}

.bot_img {
    width: 100%;
}

.bot_img>div {
    font-size: 40px;
    background-color: #5497E5;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 17px;
    height: 107px;
    line-height: 60px;
}

.bot_img>div a {
    display: flex;
    justify-content: space-around;
    text-decoration: none;
    color: #ffffff;
}

.bot_img>div div {
    text-align: center;
    line-height: 107px;
}

.bot_img>div img {
    height: 79px;
    margin-top: 15px;
}

.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 {
        width: 100%;
        display: block !important;
        font-size: 35px;
        height: 50px;
        box-sizing: border-box;
    }

    .tit_left {
        width: 100%;
    }

    .title .title_right {
        display: none;
        width: 73%;
        margin: auto;
    }


    .logo_tit img {
        width: 40px;
    }

    .logo_tit {
        margin-right: .1rem;
    }

    .cont_text span {
        font-size: 24px;
    }

    .content .next_box {
        width: 85%;
        display: block;
    }

    .content .next_box .show_img img,
    .show_imgTou img {
        width: 100%;
        height: 100%;
    }



    .bot_img>div a {
        width: 100%;
    }

    .next_box>div {
        width: 100%;
    }

    .content .first_box {
        width: 85%;

    }

    .content .first_box a {
        min-width: 40%;
        height: auto;
    }

    .content .first_box a div:first-child img {
        height: 70%;
    }

    .content .first_box a div:last-child {
        font-size: 24px;
    }

    .not_top {
        height: 80px;
    }

    .not_top img {
        width: 80%;
    }

    .content .first_box div div:first-child img {
        width: 100%;
        height: 2rem;
    }

    .content .first_box div div:last-child {
        font-size: .1rem;
    }

    .content .first_box>div {
        width: 20%;
    }

    .bot_img>div {
        line-height: 12px;
        padding: 5px 5px;
        margin-top: 10px;
        font-size: 30px;

    }

    .bot_img>div>div {
        font-size: .1rem;
    }

    .cont_text {
        width: 85%;
    }
}


/* 列表页 */
.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_tb ul li a {
    color: #33334C;
    width: 80%;
    display: inline-block;
}
.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 span {
    color: #8C8C8C;
    font-size: 25px;
    float: right;
}
.ment_tb ul li a {
    color: #33334C;
}

.ment_tb ul li::after {
    width: 7px;
    height: 25px;
    content: '';
    background: #2972C6;
    position: absolute;
    left: 30px;
    top: 30px;
}

.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 {
    width: 280px;
    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;
    
    margin: 0 auto;
}

.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>div {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.bot_img>div img {
    width: 25%;
   
    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: 80%;
        width: 80%;
        margin-left: 10%;
    }

    .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%;
    }
}