
/*#region è¯¦æƒ…é¡µ */

/*#region æ–‡ç« å†…å®¹ */
.detail-des p{
    padding:10px 0px;
}
.border-bottom{
    border-bottom: 1px solid #f1f1f1;
}
.detail-title{
    font-size: 24px;
    color: #333;
    font-weight: normal;
}
.detail-time{
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 20px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}
.detail-time span{
    margin-left: 30px;
}
.detail-time span:first-child{
    margin-left: 0px;
}
.detail-des{
    font-size: 17px;
    color: #808080;
    line-height: 30px;
    margin-top:30px;
}
.detail-des img{ display:block; margin:0 auto; height:auto !important; max-width:600px;}
.detail-img{
    width:540px;
    height: 360px;
    margin:30px auto;
}
.detail-img img{
    width:100%;
}
.detail-message{
    font-size: 17px;
    color: #808080;
    line-height: 30px;
}
.detail-tip{
    background: #f4f4f4;
    font-size: 15px;
    color: #999;
    line-height: 44px;
    text-align: center;
    margin-top:30px;
}
.detail-tip span:last-child:hover{
    cursor: pointer;
}
/*#endregion */

/*#region ç›¸å…³çŸ¥è¯†*/
.relative-zs{
    margin-top:40px;
}
.relative-title{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom:1px solid #f1f1f1;
    padding-bottom:20px;
}
.relative-title span{
    margin-left: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #ed4f5b;
    border: 1px solid #ff9999;
    border-radius: 14px;
    text-align: center;
    padding:0 15px;
    line-height: 28px;
}
.relative-title span:hover{
    cursor: pointer;
}
.relative-list{
    width: 100%;
    overflow: hidden;
}
.relative-list li{
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}
.relative-list li:hover{
    border-bottom: 1px solid #ff9999;
}
.relative-list li.no-datas:hover{
    border-bottom: 1px solid #f1f1f1;
}
.relative-img{
    width:180px;
    height: 120px;
    overflow: hidden;
}
.relative-img img{
    width:100%;
}
.relative-text{
    width:665px;
    overflow: hidden;
}
.relative-time{
    font-size: 14px;
    color: #ccc;
    margin-top:20px;
}
.list-img{
    display: block;
    width: 190px;
    height: 128px;
    overflow: hidden;
}
.list-img img{
    width:100%;
}
.list-text{
    width: 655px;
    overflow: hidden;
}
.list-title{
    width: 100%;
    font-size: 22px;
    color: #333;
    overflow: hidden;
}
.list-title:hover{
    cursor: pointer;
    color: #ed4f5b;
}
.list-des{
    width: 100%;
    max-height:50px;
    color: #808080;
    font-size: 15px;
    line-height: 24px;
    margin-top:20px;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -moz-box;
    -moz-line-clamp: 2!important;
    -moz-box-orient: vertical;
    position: relative;
}
.list-des:after {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "...";
    padding: 0 5px 1px 5px;
    position: absolute;
    right: 0;
    display:none;
}
.two-line:after{
    display: block;
}
.list-time{
    margin-top: 20px;
    font-size: 13px;
    color: #b2b2b2;

}
/*#endregion*/

/*#endregion */