.imContent .imgbox {
    padding-left: 15px
}

.imContent .img {
    display: block;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.imContent .actDes {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
    padding-right: 20px
}

.imContent .actIns {
    color: #333;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: justify;
    padding-right: 20px;
    height: auto;
    overflow: hidden
}

.imContent .adv {
    width: 50%;
    display: block;
    position: relative;
    padding-left: 10px;
    float: left
}

.imContent .dot {
    background: #EA4120;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.imContent .btn {
    width: 98px;
    height: 30px;
    border-radius: 4px;
    background: #EA4120;
    color: #fff;
    outline-style: none
}

.imContent .btn:hover {
    background: #890028
}

.effect {
    padding-left: 15px
}

.effect .e_row {
    height: auto;
    overflow: hidden;
    margin-top: 50px
}

.effect .e_left {
    width: 152px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 20px
}

.effect .e_right {
    width: 550px;
    height: auto;
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px
}

.effect .sp {
    width: 50%;
    float: left;
    display: block;
    line-height: 32px
}

.effect .e_row1 .e_left {
    background: #f7c335;
}

.effect .e_row2 .e_left {
    background: #f58929
}
.effect .e_row3 .e_left {
	 background: #ec272a
}
@media (max-width:767px) {
    .mainRight {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .imContent {
        padding-bottom: .5rem;
        border-bottom: 1px solid #e7e7e7
    }
    .imContent .imgbox {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
        padding-bottom: .3rem
    }
    .imContent .img {
        width: 100%
    }
    .imContent .actDes,
    .imContent .actIns {
        padding-left: .15rem;
        padding-right: .15rem;
        line-height: .42rem;
        font-size: .26rem;
        text-align: justify;
        margin-bottom: .3rem
    }
    .imContent .btn {
        width: 1.58rem;
        font-size: .22rem;
        height: .42rem;
        margin-left: .15rem;
        line-height: .4rem
    }
    .imContent .adv {
        width: 33.3%
    }
    .effect {
        padding-left: 0
    }
    .effect .e_row {
        margin-top: .5rem;
        height: auto;
        overflow: auto
    }
    .effect .e_left {
        width: 1.5rem;
        height: .88rem;
        line-height: .88rem;
        font-size: .24rem;
        margin-right: .1rem
    }
    .effect .e_right {
        width: 5.3rem;
        height: auto;
        font-size: .24rem;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
    .effect .sp {
        padding: 0 .1rem;
        display: block;
        height: auto;
        line-height: .44rem
    }
}