.bans {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bans .i_cgjj {
    position: absolute;
    left: 5%;
    top: 25%;
    z-index: 999;
    width: 50%;
}

.bans .title {
    color: #fff;
    font-family: "ÃƒÂ¥Ã‚Â®Ã¢â‚¬Â¹ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“";
    font-weight: bolder;
    font-size: .2rem;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: 0rem;
    margin-bottom: 0;
    text-align: left;
    height: .4rem;
    line-height: .4rem;
    text-shadow: .004rem .004rem 0rem #fff;
}

.bans .title span {
    background: url(../images/ico_jj.png) no-repeat 0;
    display: block;
    width: 100%;
    padding-left: 5%;
}

.bans .cgjj_txt {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bans .cgjj_txt p {
    font-weight: normal;
    color: #ffffff;
    font-size: .22rem;
    line-height: .36rem;
    font-family: ÃƒÂ¥Ã‚Â¾Ã‚Â®ÃƒÂ¨Ã‚Â½Ã‚Â¯ÃƒÂ©Ã¢â‚¬ÂºÃ¢â‚¬Â¦ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: .15rem;
}

.bans .cgjj_txt a {
    color: #ffffff;
    display: block;
    float: right;
    font-size: .18rem;
    font-weight: normal;
}

.bans .cgjj_txt a:hover {
    font-weight: bold;
}

.line11 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

@media screen and (max-width:1024px) {
    .bans .i_cgjj {
        display: none;
    }
}