#Content_Box {
    max-width: 1440px;
    min-height: 900px;
    background-image: url(../img/back.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin: 20px auto 0;
    padding: 15px 20px 20px;
    box-shadow: 0px 0px 10px #ddd;
    background-position: bottom;
}

/* 当前位置 */
#CurrentPosition {
    width: 100%;
    height: 30px;
    line-height: 30px;
    /* background-color: aqua; */
    font-size: 14px;
    color: #545454;
    margin-bottom: 15px;
}

/* 当前位置 a */
#CurrentPosition a {
    color: #545454;
    letter-spacing: 1px;
}

#CurrentPosition a:nth-child(4) {
    color: #0c99d1;
}

/* 关于江苏海环 */
#Content_List_Box {
    width: 250px;
    float: left;
    overflow: hidden;
    min-height: 400px;
    background-color: #d8d8d8be;
    letter-spacing: 1px;
}

/* 关于江苏海环 */
#Content_List_Box #Content_List_Top {
    height: 55px;
    line-height: 55px;
    background-color: #0093c5;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}

/* 关于江苏海环 */
#Content_List_Body {
    padding: 10px 30px 0px;
}

#Content_List_Body li {
    text-align: center;
    height: 35px;
    overflow: hidden;
    margin: 10px auto 0;
    line-height: 35px;
}

#Content_List_Body li a {
    width: 190px;
    float: left;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    letter-spacing: 5px;
}

#Content_List_Body li:nth-child(1) a {
    color: #fff;
    background-color: #0093c5;
    font-weight: 800;
}

#Content_List_Body li a:hover {
    background-color: #0093c5;
    font-weight: 800;
    color: #fff;
}

/* 内容 右边 */
#Content_Text_Body {
    float: right;
    width: 1130px;
    overflow: hidden;
}


#Content_Box_logo {
    width: 120px;
    margin-top: -40px;
    float: right;
}

/* page列表 */
.clearfix {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pager {
    max-width: 800px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.pager a {
    cursor: pointer;
}

.pager a,
.pager span {
    /* 按钮内数字 */
    width: 45px;
    height: 40px;
    border: 1px solid #EBEBEB;
    margin-left: -1px;
    color: #4d4d4d;
    display: inline-block;
    line-height: 40px;
    float: left;
    font-size: 15px;
    text-decoration: none;
    margin: 0 2px;
    border-radius: 6px;
}

.pager a:hover,
.pager span:hover {
    border-color: #3897cd;
    color: #3897cd;
    position: relative;
    z-index: 1;
}

.pager span.current {
    background-color: #242b36;
    color: #fff;
    border-color: #EBEBEB;
    position: relative;
    z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
    background: white url(../img/page_bg.jpg) 8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
    background: white url(../img/page_bg_hover.jpg) 8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
    background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
    background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
    background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
    cursor: default;
    background-image: url(../img/page_bg.jpg);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
    cursor: default;
    background-image: url(../img/page_bg.jpg);
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
    border-color: #eeeeee;
}

.pager span.els {
    border-color: transparent;
}

.pagerHtmlWrap {
    width: 800px;
    margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
    color: #454545;
    font-size: 14px;
    line-height: 35px;
    text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
    display: inline-block;
    width: 25%;
    text-align: left;
    margin: 0;
}

/* 列表内容 */
#Content_Text_Body_List #wraper ul {
    padding: 20px 0 0px 30px;
    width: 100%;
}

#Content_Text_Body_List #wraper ul li {
    float: left;
    width: 295px;
    height: 250px;
    margin: 0px 27px 50px;
    padding: 5px;
    overflow: hidden;
    background-color: #cacaca56;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ddd;
}

#Content_Text_Body_List #wraper ul li:hover {
    background-color: #005da9;
    box-shadow: 0px 0px 5px #005da9;
    color: #fff;
}

#Content_Text_Body_List #wraper ul li:hover h2 {
    color: #fff;
}

#Content_Text_Body_List #wraper ul li a {
    display: block;
    text-align: center;
}

#Content_Text_Body_List #wraper ul li a {
    display: block;
    text-align: center;
}

#Content_Text_Body_List #wraper ul li a div {
    width: 295px;
    height: 200px;
    overflow: hidden;
}

#Content_Text_Body_List #wraper ul li a div img {
    width: 295px;
    height: 200px;
    overflow: hidden;

}

#Content_Text_Body_List #wraper ul li:hover a div img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transform: scale(1.1, 1.1);
}

#Content_Text_Body_List #wraper ul li a h2 {
    font-size: 17px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
    padding: 10px 0 0;
    letter-spacing: 2.8px;
}

@media all and (min-width:370px) and (max-width:1280px) {

    /*  */
    #Content_Box {
        width: 100%;
        min-height: 52em;
        background-image: url(../img/back.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 20px auto 0;
        padding: 0px 0px 0px;
        box-shadow: 0px 0px 10px #ddd;
        background-position: bottom;
    }

    #Content_List_Box {
        width: 10rem;
        float: left;
        overflow: hidden;
        min-height: 480px;
        background-color: #d8d8d8be;
        letter-spacing: 1px;
    }


    /* 关于江苏海环 */
    #Content_List_Box #Content_List_Top {
        min-height: 55px;
        line-height: 55px;
        background-color: #0093c5;
        text-align: center;
        font-size: 1.2em;
        color: #fff;
        font-weight: 800;
    }

    /* 关于江苏海环 */
    #Content_List_Body {
        padding: 0px 0px 0px;
        /* padding-left: -20px; */
        /* background-color: #000; */
    }

    #Content_List_Body li {
        width: 100%;
        text-align: center;
        height: 35px;
        overflow: hidden;
        margin: 10px auto 0;
        line-height: 35px;
    }

    #Content_List_Body li a {
        width: 100%;
        float: left;
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        color: #000;
        letter-spacing: 5px;
    }

    /* 内容 右边 */
    #Content_Text_Body {
        width: 70%;
        overflow: hidden;
        margin-right: 20px;
    }

    /* 标题 */
    #Content_Text_Body_Top div {
        white-space: nowrap;
        font-size: 12px;
        margin-top: 0px;
        color: #333;
    }

    #Content_Text_Body_Top span:nth-child(1) {
        float: left;
        color: #000;
    }

    #Content_Text_Body_Top span:nth-child(2) {

        margin-left: 10px;
        text-align: center;
        color: #0c99d1;
    }

    #Content_Text_Body_Top span:nth-child(3) {
        float: right;
        color: red;
    }

    #Content_Text_Body_Top h1 {
        color: #188dde;
        text-align: center;
        font-size: 1.3em;
        letter-spacing: 15px;
        margin-bottom: 10px;
    }

    .Content_Text_Body_Text div img {
        width: 100%;
        float: left;
        margin-right: 10px;
    }

    .Content_Text_Body_Text h2 {
        font-size: 1.5rem;
        color: #188dde;
        text-align: center;
    }

    .Content_Text_Body_Text {
        margin-top: 10px;
        width: 100%;
        height: 50%;
        /* display: block; */
    }

    /* 列表内容 */
    #Content_Text_Body_List #wraper ul {
        padding: 20px 0 0px;
        width: 100%;
        margin-left: 3px;
    }

    #Content_Text_Body_List #wraper ul li {
        float: left;
        width: 8.2rem;
        height: 9.225rem;
        margin: 0 8px 20px 0;
        padding: 5px;
        overflow: hidden;
        background-color: #cacaca56;
        border-radius: 3px;
        box-shadow: 0px 0px 5px #ddd;
    }

    div #Content_Text_Body_List #wraper ul li a div {
        width: 100%;
        height: 110px;
        overflow: hidden;
    }

    #Content_Text_Body_List #wraper ul li a div img {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #Content_Text_Body_List #wraper ul li a h2 {
        font-size: 12px;
        color: #333;
        /*line-height: 6px;*/
        height: 30px;
        font-weight: normal;
        padding: 0 0;
        letter-spacing: 0px;
    }

    .pager {
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
        display: inline-block;
    }

    .pager a,
    .pager span {
        /* 按钮内数字 */
        width: 30px;
        height: 30px;
        border: 1px solid #dfdede;
        margin-left: -1px;
        color: #4d4d4d;
        display: inline-block;
        line-height: 30px;
        float: left;
        font-size: 13px;
        text-decoration: none;
        margin: 0 2px;
        border-radius: 6px;
    }

    .pager .pg-first,
    .pager .pg-prev,
    .pager .pg-next,
    .pager .pg-last {
        background: white url(../img/page_bg.jpg) 0px 1.5px no-repeat;
    }

    .pager .pg-first:hover,
    .pager .pg-prev:hover,
    .pager .pg-next:hover,
    .pager .pg-last:hover {
        /* background: white url(../img/page_bg_hover.jpg) 0px 1.5px no-repeat; */

    }

    .pager .pg-prev,
    .pager .pg-prev:hover {
        background-position: 2px -26px;
    }

    .pager .pg-next,
    .pager .pg-next:hover {
        background-position: -31px -26px;
    }

    .pager .pg-last,
    .pager .pg-last:hover {
        background-position: -32px 2px;
    }
}