.active_list li{
    display: inline-block;
    width: 47.2%;
    margin-left: 1.1%;
    margin-right: 1.1%;
    box-sizing: border-box;
}
.active_for{
    margin: 1.5%;

}
.more_active{
    margin:1.5%;
    margin-bottom: 5%;
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 2px 1px 1px #eee    ;*/
}

.active_for{
    background: #fff;
    margin: 4% 0;
}
.active_for.new{
    margin: 4% 1.5%;
}
.active_for .content{
    padding: 2%;
}
/* new */
.active_for.new .content{
    padding: 8% 0;
    margin: 0 2%;
}
.active_for .content h3{
    text-align: center;

}
.active_for.new .content h3{
    font-size: 1.3em;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
}
.active_for.new .content .title{
    text-align: center;
    margin-top: 1%;
}
.active_for.new .con{
    padding: 2% 0;
    margin-top: 7.5%;
    /*margin-bottom: 5%;*/
    line-height: 1.6em;
    color: #686969;
    /*border-bottom: ;*/
}
.active_for.new .con .content{
    text-indent: 2em;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}
.active_for.new .con .end1,.active_for.new .con .end2{
    text-align: right;
}
.active_for.new .page{
    margin: 0 2%;
    padding: 4% 0;
    border-top: 1px solid #eee;
}
.active_for.new .page p{
    padding: 3px;
}
.active_for.new .page p a{
    color: #000;
    font-weight: 400;
}
.active_for.new .page p a .color-blue{
    color: #00bcd7;
}
