body {
    background: #F1F1F1;
}
.wrap {
    width: 1400px;
    margin: 10px auto 50px auto;
    min-height: 800px;
}
.content-middle {
    width: 100%;
    min-height: 800px;
    margin-bottom: 20px;
    background: white;
}
.text{
    height: 180px;
    margin: 0 20px 0 20px;
    border-bottom: 1px solid #d4d4d4;
}
.title_img{
    width: 240px;
    height: 140px;
    margin: 20px 0 20px 40px;
    cursor: pointer;
}
.content{
    height: 100%;
    width: 77%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
}
.content .title{
    width: 70%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    font-size: 21px;
    margin: 20px 0 15px 0;
    cursor: pointer;
}
.content .intro{
    color: #b1b1b1;
    text-indent: 25px;
    font-size: 15px;
    height: 51px;
    margin: 0 20px 25px 0;
    cursor: pointer;
}
.content span{
    width: 30%;
    display: inline-block;
    color: #666;
}
.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;
}