.banner img {
    width: 100%;
    vertical-align: bottom;
}

.body {
    padding: 35px 0 20px 0;
}

.body-content {
    padding-top: 30px;
}

.body-content-fl a {
    padding-bottom: 20px;
    border-bottom: 1px dotted #9e9e9e;
}

.body-content-fl li {
    margin-bottom: 30px;
}

.body-content-fl a:hover {
    opacity: .9;
}

.body-img {
    margin-bottom: 10px;
    padding: 0;
}

    .body-img img {
        max-width: 100%;
    }

.body-font {
    padding: 0 0 0 10px;
}

.body-content-fl a:hover h2 {
    color: #1d367f;
}

.body-font h2 {
    font-size: 16px;
    color: #3e3e3e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 10px;
}

.body-font p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.list-content a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #8e8e8e;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

    .list-content a:hover {
        color: #19479e;
    }

.titles {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    text-align: center;
}

.message {
    font-size: 14px;
    color: #8e8e8e;
    text-align: center;
    margin: 10px 0;
}

    .message span {
        margin-right: 25px;
    }

        .message span:last-child {
            margin-right: 0;
        }

.body-content-img {
    text-align: center;
}

.body-contents img {
    max-width: 100%;
}

.body-content-img img {
    margin: 20px 0;
}

.body-contents p {
    font-size: 14px;
    color: #1e1e1e;
    text-indent: 28px;
    line-height: 28px;
}

.body-contents h2 {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;
    margin-top: 10px;
}

.body-contents a {
    display: block;
    margin-top: 50px;
    color: #19479e;
}

@media screen and (max-width: 1200px) {
    .banner {
        position: relative;
        overflow: hidden;
    }

        .banner img {
            position: relative;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            width: calc(1.6*100%);
        }

    .body {
        padding: 30px 0;
    }
}

.slideBox_mobile {
    display: none;
}



.new-top-img {
    /*padding-top: 40px;*/
    text-align: center;
}

    .new-top-img img {
        max-width: 90%;
    }

    .new-top-img ul {
        margin: 0 -30px;
    }

    .new-top-img li {
        padding: 0 30px;
        margin-bottom: 15px;
    }

.new-font {
    color: #1e1e1e;
}

    .new-font h2 {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 12px;
    }

    .new-font p {
        font-size: 14px;
        margin-bottom: 8px;
    }



.new-bottom-img img {
    width: 100%;
    vertical-align: bottom;
}


.new-bottom-img ul {
    margin: 0 -5px;
}

.new-bottom-img li {
    padding: 5px;
}

.img-list {
    position: relative;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,57,144,.3);
    font-size: 18px;
    color: #FFFFFF;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.img-list:hover .shade {
    /*transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);*/
}


.slideBox {
    padding-bottom: 60px;
    overflow: hidden;
}

.hd {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

    .hd ul {
        text-align: center;
    }

    .hd li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 100%;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #1d367f;
    }

        .hd li.on {
            background-color: #1d367f;
        }


.body-img {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

    .body-img .newhd a {
        position: absolute;
        top: 50%;
        margin-top: -25px;
        display: block;
        z-index: 999;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .body-img .newhd a:hover {
            opacity: .7;
        }

    .body-img .newhd .prev_new {
        left: 10px;
    }

    .body-img .newhd .next_new {
        right: 30px;
    }

    .body-img .newhd img {
        width: auto;
        height: 50px;
    }

    .body-img ul {
        overflow: hidden;
    }

    .body-img li {
        width: 50%;
        float: left;
        margin: 0 4px;
    }

    .body-img img {
        width: 100%;
    }
    @media screen and (max-width: 768px) {
    .slideBox_mobile {
        display: block;
    }

    .slideBox_pc {
        display: none;
    }
   .body-img .newhd a{
       margin-top:65px;
    }
    .body-img .newhd a img{
        height:20px;
    }

}