.new .newcon .title{
    width: 95%;
    margin: 10px auto 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #09f;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
    padding: 0 10px;
}
.title img{
    width: 26px;
    margin-left: 5px;
}
.new .newcon .content{
    width: 95%;
    margin: 0 auto;
}
.content .content-title{
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}
.content .content-in{
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 5px 0 10px 0;
    color: #666666;
}
.content .content-text{
    color: #999999;
}
.content .content-bottom{
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-warp:warp;
    -ms-flex-wrap: wrap;/*IE9以及一下不支持*/
    -webkit-flex-wrap: wrap;
}
.content .content-bottom .bottom-i{
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    border: 1px solid #09f;
    color: #09f;
    padding: 5px 20px;
    margin: 5px;
}
.content img{
    max-width: 100%;
    max-height: 100%;
}
.content .content-title-i{
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}
.content .content-in-i{
    width: 100%;
    font-size: 16px;
    color: #09f;
    margin-top: 20px;
    margin-bottom: 8px;
}
.content li{
    list-style: initial;
    color: #999999;
}
