body {
    background: #F1F1F1;
}
.wrap {
    width: 1400px;
    margin: 10px auto 50px auto;
    min-height: 800px;
}
.content-middle {
    width: 71%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: white;
    float: left;
    border-radius: 5px;
}
.text{
    height: 140px;
    margin: 0 20px 0 20px;
    border-bottom: 1px solid #d4d4d4;
}
.title_img{
    width: 180px;
    height: 105px;
    margin: 20px 0 20px 40px;
}
.content{
    height: 100%;
    width: 72%;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.5%;
}
.content .title{
    width: 70%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size: 18px;
    cursor: pointer;
    margin: 20px 0 15px 0;
}
.content .intro{
    color: #b1b1b1;
    text-indent: 25px;
    font-size: 15px;
    height: 35px;
    margin: 0 15px 15px 0;
    display: -webkit-box;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content span{
    width: 70%;
    display: inline-block;
    color: #666;
}

/* 右侧 */
.right{
    width: 28%;
    min-height: 800px;
    float: right;
    background: white;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#benenfit{
    background-color: #f7f7f7;
    color: #0064B2;
    width: 100px;
    font-size: 17px;
    height: 35px;
    line-height: 2;
    display: inline-block;
    margin-left: 20px;
    text-align: center;
}
.activityData{
    width: 85%;
    margin: 8px 0 0 30px;
}
.activityData li{
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.activityData li:hover{
    cursor: pointer;
    color: #0064B2;
}

.content .fenxiang{
    cursor: pointer;
    width: 50px;
    height: 20px;
    text-align: right;
    background: url(/ui/img/fen_xiang.png) 0% 0% / 18px 18px;
    background-repeat: no-repeat;
    position: relative;
}
.fx_ul{
    display: block;
    position: absolute;
    border: 1px solid rgb(224, 224, 224);
    margin-top: 4px;
    width: 70px;
    text-align: center;
    background: white;
}
.fx_ul li{
    height: 30px;
    border-bottom: 0.5px solid #ecebeb;
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}