.detail-content{
    margin-top: 65px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.content-left{
    width: 800px;
    height: auto;
    float: left;
}
.content-left h3{
    text-align: center;
}
.time-eye{
    margin-top: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid #696969;
}
.time{
    height: 20px;
    line-height: 20px;
    background: url(../images/time.png) no-repeat left center;
    background-size: 12%;
    padding-left: 20px;
    margin-right: 40px;
}
.eye{
    height: 20px;
    line-height: 20px;
    background: url(../images/eye.png) no-repeat left center;
    background-size: 35%;
    padding-left: 25px;
}
.content-font{
    margin-top: 30px;
}
.exclusive-case{
    width: 400px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 6px;
    margin: 100px auto;
    background-color: #e75959;
}
.content-end{
    position: relative;
}
.bdsharebuttonbox{
    position: absolute;
    right: 0;
    top: 0;
}


/* right */
.content-right{
    width: 320px;
    height: auto;
    float: right;
}
.r-list-tit{
    width: 30px;
    height: 3px;
    margin-top: 20px;
    background-color: #bc3733 ;
}
.item-title{
    font-size: 20px;
    font-weight: 600;
    color: #343434;
}
.content-right ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.content-right ul li{
    width: 152px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 16px;
    text-align: center;
    background-color: #efecec;

}
.content-right ul li:hover{
    border: 1px solid #bc3733;
    color: #bc3733;
}
.content-right ul li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
a:hover, a:visited, a:link, a:active {
    color: #343434;
    outline: none;
    text-decoration: none;
 }
 

.item-list{
    margin-bottom: 10px;
    height: 80px;
    display: block;
}

 .three-img{
     width: 110px;
     height: 100%;
     overflow: hidden;
     float: left;
 }
 .three-img img{
    width: 100%;
}
.three-info{
    width: 200px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-left: 10px;
    padding: 10px;
}
.three-tit{
    font-size: 16px;
    font-weight: 600;
}
