/*  */
#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: 480px;
    background-color: #d8d8d8be;
    letter-spacing: 1px;
}

/* 关于江苏海环 */
#Content_List_Box {
    width: 250px;
    float: left;
    overflow: hidden;
    min-height: 400px;
    background-color: #d8d8d8be;
    letter-spacing: 1px;
}

/* 关于江苏海环 */
#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(2) 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_Text_Body_Top div {
    white-space: nowrap;
    font-size: 15px;
    margin-top: 16px;
    color: #333;
    letter-spacing: 2px;
}

#Content_Text_Body_Top span:nth-child(1) {
    float: left;
    /* color: #000; */
}

#Content_Text_Body_Top span:nth-child(2) {

    margin-left: 300px;
    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: 35px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

/* 内容 */
#Content_Text_Body_Text {
    margin: 0 auto;
    text-align: center;
    padding: 0 30px 0 30px;
}

/* 内容 */
#Content_Text_Body_Text p {
    line-height: 230%;
    font-size: 16px;
    color: #666;
    padding: 25px 0px 0;
    text-align: justify;
    letter-spacing: 1.5px;
}

#Content_Box_logo {
    width: 120px;
    /* margin-top: -10px; */
    float: right;
}

/* 返回按钮 */
#Content_Text_Body_Img button {
    margin-top: 40px;
    width: 100px;
    height: 30px;
    text-align: center;
    color: #000;
}

/* 返回按钮 */
#Content_Text_Body_Img a button {
    font-size: 15px;
    color: #000;
}

@media all and (min-width:370px) and (max-width:1280px) {

    /*  */
    #Content_Box {
        width: 100%;
        min-height: 47.5em;
        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;
    }

    #Content_Text_Body_Top span:nth-child(2) {

        margin-left: 34px;
        text-align: center;
    }

    #Content_Text_Body_Top span:nth-child(3) {
        float: right;
    }

    #Content_Text_Body_Top h1 {
        color: #188dde;
        text-align: center;
        font-size: 1.3em;
        letter-spacing: 3px;
        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_TextBox {
        width: 100%;
    }

    #Content_TextBox h2 {
        font-size: 1.2rem;
        color: #0093c5;
        margin-bottom: 20px;
        margin-top: 17px;
        letter-spacing: 3px;

    }

    #Content_TextBox p {
        color: #333;
        margin-bottom: 20px;
        margin-top: -12px;
        letter-spacing: 3px;
        line-height: 25px;
    }

    #Content_TextBox img {
        width: 100%;
        margin-left: 0px;
    }
}