.mianB a {
    color: #FFF;
    display: inline-block !important; 
}
.trends_detail_con h3{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.trends_detail_con .tip p{
    display: inline-block;
    margin: 30px 10px;
}
.line{
    width: 100%;
    height: 1px;    
    background: #DCDCDC;
}
.trends_detail_div{
    margin: 80px 0;
    text-align: center;
}
.trends_detail_div p{
    font-size: 20px;
    text-indent: 2em;
    line-height: 40px;
    text-align: left;
}
.trends_detail_div img{
    width: 695px;
    display: inline-block;
    margin-top: 30px;
}
.trends_detail_con .fast_btn p{
    width: 48%;
    height: 26px;
    line-height: 28px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.trends_detail_con .fast_btn p.prv {
    float: left;
    padding-left: 47px;
    background: url(../images/btn_left.png) no-repeat left center;
}
.trends_detail_con .fast_btn p.next {
    float: right;
    padding-right: 47px;
    background: url(../images/btn_right.png) no-repeat right center;
    text-align: right;
}
.fast_btn{
    overflow: hidden;
}
.trends_detail_con .ul{
    overflow: hidden;
    margin-top: 80px;
}
.trends_detail_con .ul h4{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 36px;
}
.trends_detail_con .ul li{
    float: left;
    width: 49.3%;
    line-height: 30px;
    height: 90px;
    background: #F9F9F9;
    padding: 18px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
}
.trends_detail_con .ul li:nth-child(2n){
    float: right;
}
.trends_detail_con .ul li p{
    font-size: 18px;
    padding-left: 34px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.trends_detail_con .ul li p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #005BAC;
    position: absolute;
    left: 20px;
    top: 14px;
    border-radius: 50%;
}
.trends_detail_con .ul li span{
    padding-left: 34px;
    box-sizing: border-box;
    color: #666;
}