.inner-banner i {
    display: block;
}

.inner-banner img {
    width: 100%;
}

.inner {
    position: relative;
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.6);
    border-top: 2px solid #008d45;
}

.inner-img img {
    width: 100%;
}

.inner-title {
    padding: 10px 0;
}

.inner-name {
    font: 400 18px/24px '微软雅黑';
    color: #000;
}

.inner-detail {
    font: 400 14px/20px '微软雅黑';
    color: #999999;
}

.inner-since {
    display: none;
    margin: 0 0 10px;
    padding: 0 0 0 24px;
    background: url(../images/since.png) no-repeat 0 center/auto 48px;
}

.since-year {
    font: 400 36px/1 '宋体';
    color: #000;
}

.since-p {
    font: 400 14px/18px '微软雅黑';
    color: #000;
}

.inner-en {
    display: none;
}


.inner-p p {
    font: 400 14px/24px "微软雅黑";
    color: #000;
    text-align: justify;
}

.inner-p p img {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .inner-banner {
        position: relative;
        margin: 0 5%;
    }

    .com-layer {
        position: absolute;
        z-index: 5;
        left: 10%;
        top: 12%;
    }

    .bread {
        width: 1100px;
        margin: 0 auto;
        padding: 15px 0;
        font: 400 16px/30px '微软雅黑';
        color: #000;
    }

    .bread a {
        color: #000;
    }

    article {
        margin: 0 5%;
        padding: 350px 0 150px;
        border-top: 1px solid #000000;
    }

    .inner {
        position: relative;
        width: 1200px;
        margin: 0 auto;
        padding: 220px 60px 60px 260px;
        background: rgba(255, 255, 255, 0.6);
        border-top: 8px solid #008d45;
    }

    .inner-top {
        position: absolute;
        z-index: 10;
        left: 60px;
        top: -280px;
        width: 1140px;
    }

    .inner-img {
        width: 872px;
    }

    .inner-title {
        position: absolute;
        z-index: 10;
        right: 45px;
        top: 60px;
        width: 150px;
    }

    .inner-name {
        font: 400 24px/36px '微软雅黑';
        color: #000;
        text-align: right;
    }

    .inner-detail {
        font: 400 16px/30px '微软雅黑';
        color: #999999;
    }

    .inner-since {
        position: absolute;
        z-index: 5;
        right: 36px;
        top: 330px;
        padding: 0 0 0 30px;
        background: url(../images/since.png) no-repeat 0 center;
    }


    .since-year {
        font: 400 64px/1 '宋体';
        color: #000;
    }

    .inner-en {
        display: block;
        position: absolute;
        left: 60px;
        top: 220px;
        width: 202px;
        font: 400 24px/36px '微软雅黑';
        color: #000;
        letter-spacing: 5px;
        border-right: 3px solid #008d45;
    }

    .inner-p {
        padding: 0 0 0 30px;
        font: 400 16px/30px '微软雅黑';
        color: #000;
        border-left: 1px solid #999;
    }

    .inner-p p {
        font: 400 16px/30px "微软雅黑";
    }
}
