.address{
    width: 100%;
    height: 40px;
    background: #f8f8f8;
    overflow: hidden;
}
.address .add-img{
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 9px;
}
.address .add-text{
    width: auto;
    height: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #ffffff;
}
.content .con-top{
    width: 100%;
    height: 177px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}
.con-top .con-head{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top: 45px;
}
.con-top .con-title{
    width: 100%;
    height: 32px;
    font-size: 17px;
    font-weight: bold;
    color: #999999;
    line-height: 32px;
    margin-top: 20px;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom:  1px solid #cccccc;
}
.con-box .con-span{
    width: 100%;
    height: 147px;
    background: #f8f8f8;
    padding: 30px 56px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 36px;
    text-indent:2em
}
.con-box .con-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    margin-top: 40px;
    text-indent:2em
}
.con-text:nth-of-type(n+3){
    margin-top: 0;
}
.con-text:last-child{
    margin-bottom: 32px;
}

.con-last{
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}
.con-last .con-li{
    width: 600px;
    height: 35px;
    font-size: 16px;

}
.con-li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    line-height: 35px;
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}
.con-li:last-child{
    text-align: right;
}
.con-li:hover a{
    color: #27acff;
}


.recommend{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 22px;
}
.recommend .rec-head{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
}
.rec-head .rec-le{
    width: auto;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
}
.rec-head .rec-ri{
    width: 51px;
    height: 40px;
}

.recommend .rec-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.rec-ul .rec-li{
    width: 390px;
    height: 370px;
    float: left;
    margin-right: 15px;
    border-bottom: 1px solid #cccccc;
    cursor:pointer
}

.rec-li:nth-of-type(3n){
    margin-right: 0;
}
.rec-li:nth-of-type(n+4){
    margin-top: 40px;
}
.rec-li .rec-img{
    width: 100%;
    height: 245px;
    background: #009f95;
}
.rec-li .rec-box{
    width: 100%;
    height: 125px;
    overflow: hidden;
}
.rec-box .rec-time{
    width: 100%;
    height: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    line-height: 25px;
    margin-top: 20px;
}
.rec-box .rec-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    margin-top: 10px;
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;
}
.rec-li:hover .rec-text{
    color: #27acff;
}

