.list-slide:hover{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.list-slide-img img{
    width: 100%;
    height: 5.25rem;
}

.list-slide-small-imgs{
    margin-top: 0.18rem;
}
.list-slide-small-img{
    width: 2.28rem;
	height: 1.54rem;
	background-color: #bfbfbf;
    border:1px solid #bfbfbf;
}
.list-slide-small-img + .list-slide-small-img{
    margin-left: 0.14rem;
}
.list-slide-small-img img{
    width: 100%;
	height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.list-slide-small-img.list-slide-img-active{
    border-color:#006bdd;
}
.list-slide-main{
    text-align: left;
    margin-bottom: 0.8rem;
}
.list-slide-name{
    font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.44rem;
    margin:0.3rem 0 0.2rem;
    text-align: left;
}
.list-slide-intro{
    font-size: 0.24rem;
	line-height: 0.28rem;
	color: #7d7d7d;
}
.list-slide-tags{
    text-align: left;
    margin-top: 0.24rem;
    border-top:1px solid #e5e5e5;
    padding:0.2rem 0 .22rem;
}
.list-slide-tags span{
    font-size: 0.24rem;
	line-height: 0.42rem;
	color: #7d7d7d;
    width: 1.38rem;
	border-radius: 0.05rem;
	border: solid 1px #bfbfbf;
    text-align: center;
    margin-right: .18rem;
}
.list-slide-tip{
    padding-left: 0.4rem;
    background: url(/images/tip.png) no-repeat 0 center / .24rem .24rem;
    font-size: 0.24rem;
    line-height: 0.28rem;
    color: #7d7d7d;
    margin: 0 0 .3rem;
    height: 0.28rem;
}



.details-recom{
    border-top:0.2rem solid #f5f5f5;
    padding-bottom: 0.52rem;
}
.details-recom-title{
    font-size: 0.4rem;
	font-weight: bold;
	line-height: 1;
    margin:0.46rem 0 0.2rem 2.4%;
}
.list-slide-recom{
    width: 3.45rem;
	height: 2.2rem;
    -webkit-box-shadow: 0 0 0 1px #eee inset;
            box-shadow: 0 0 0 1px #eee inset;
    text-align: left;
    padding:0 0.22rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin:0 0.11rem;
}
.list-slide-recom .list-slide-type{
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.28rem;
    color: #007eff;
    margin: 0 0 0.14rem;
    padding:0.2rem 0 0;
}
.list-slide-recom .list-slide-name {
display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 15px;
  line-height: 1.5;
  max-height: calc(1.5em * 2);

  color: #313131;
  margin: 0;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.list-slide-recom .list-slide-btns {
    margin-top: 0.24rem;
}
.list-slide-recom .list-slide-btns > div{
    line-height: 0.44rem;
    width: 1.4rem;
	height: 0.44rem;
}


.details-intro{
    width: 100%;
}
.details-intro img{
    max-width: 100%;
    height: auto;
}
.details-intro p span{
    white-space: normal !important;
}



/* 相关资讯 */
.details-news{
    padding:0.55rem 2.4% 0.46rem;
    border-top:0.2rem solid #f5f5f5;
}
.details-news-title{
    font-weight: bold;
    font-size: 0.4rem;
	line-height: 0.38rem;
}
.news-latest-links{
    margin-top: 0.22rem;
}
.news-latest-link{
    border-bottom: 1px dashed #e5e5e5;
    height: 0.8rem;
    padding:0.22rem 0;
    position: relative;
}
.news-latest-link-date{
    width: 0.8rem;
	height: 0.8rem;
	background-color: #1c56d7;
    text-align: center;
    color:#fff;
    position: absolute;
    left:0;
    top:0.22rem;
}
.news-latest-link:nth-child(even) .news-latest-link-date{
    background-color: #007eff;
}
.news-latest-link-date p:nth-child(1){
    font-size: 0.4rem;
	line-height: 0.8rem;
    font-weight: bold;
}
.news-latest-link-date p:nth-child(2){
    font-size: 14px;
	line-height: 11px;
}
.news-latest-link-main{
    margin-left: 1rem;
    margin-top: 0.06rem;
}
.news-latest-link-name{
    font-size: 0.24rem;
	line-height: 0.34rem;
    color: #313131;
}
.news-latest-link:hover{
    background-color: rgba(129, 186, 255, 0.1);
}
