/*  */
#Content_Box {
    max-width: 1440px;
    min-height: 610px;
    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(3) 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;
}

/* 人物介绍 */
#Content_Text_Body_Body p {
    margin: 20px 0 40px 60px;
    font-size: 18px;
    color: #666;
    line-height: 210%;
    letter-spacing: 7px;
}

#Content_Text_Body_Body p span {
    margin-right: 80px;
    letter-spacing: 8px;
}

@media all and (min-width:370px) and (max-width:1280px) {

    /*  */
    #Content_Box {
        width: 100%;
        min-height: 41em;
        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 ul:first-child>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 {
        /* text-align: center; */
        width: 70%;
        overflow: hidden;
        /* background-color: #000; */
        margin-right: 20px;
    }


    /* 内容 右边 */
    #Content_Text_Body {
        width: 70%;
        overflow: hidden;
        margin-right: 20px;
    }

    .Content_Text_Body_Text {
        margin-top: 10px;
        width: 100%;
        height: 50%;
        /* display: block; */
    }

    /* 列表内容 */
    #Content_Box_logo {
        width: 120px;
        margin-top: 45px;
        float: right;
    }

    /* 人物介绍 */
    #Content_Text_Body_Body p {
        margin: 20px 0 30px 20px;
        font-size: 17px;
        color: #666;
        line-height: 210%;
        letter-spacing: 7px;
    }

    #Content_Text_Body_Body p span {
        margin-right: 30px;
        letter-spacing: 8px;
    }
}