/*详情*/
.share-detail{
	padding: 18px;
	background: #FFFFFF;
	margin: 15px 0;
}
.share-title{
	position: relative;
}
.share-title h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom:10px;
	line-height: 20px;
}
.share-title p{
	font-size: 14px;
	color: #666666;
}
.share-title p span{
	margin: 0 10px;
}
.share-title .eyes{
	background: url(../images/liulan.png) no-repeat left center;
	background-size: 14px;
	padding-left: 18px;
}
.share-title .time{
	position: absolute;
	right: 0;
	top: 30px;
}
.share-text{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin: 20px 0;
}

.share-next>div{
	margin-bottom: 10px;
}
.share-next p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	width: 260px;
}
.share-next p:hover{
	color: #005EFF;
}

/*点赞*/
.infomde-like{
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}
.infomde-like img{
	width: 14px;
	margin-right: 5px;
	margin-top: -2px;
}
.infomde-like>div{
	padding: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
}
.infomde-like>div a{
	font-size: 14px;
	color: #666666;
}
.infomde-like>div:nth-child(1):after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 10px;
	background: #D6D6D6;
	top: 50%;
	transform: translateY(-50%);
}
.infomde-like>div:nth-child(2):after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 10px;
	background: #D6D6D6;
	top: 50%;
	transform: translateY(-50%);
}
.infomde-like>div:nth-child(3) a{
	color: #005EFF;
}
.infomde-like .img2{
	display: none;
}
.dianzan.active a{
	color: #005EFF;
}
.dianzan.active .img1{
	display:none;
}
.dianzan.active .img2{
	display: inline-block;
}
.infomde-like span{
	color: #005EFF;
	margin-left: 3px;
}












/*我的故事*/
.pstory{
	background: #ffffff;
}
.pstory .photo {
	width: 210px;
	height: 210px;
}

.pstory .storybox {
	flex: 1;
	position: relative;
	padding: 14px 15px;
}
.pstory .title span{
	display: inline-block;
	width: 90px;
	line-height: 34px;
	background: var(--themeColors);
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.pstory .intro{
	padding: 10px 0;
	line-height: 30px;
	border-bottom: 1px solid #F8F8F8;
	color: #333333;
	font-size: 14px;
	height: 50px;
}
.pstory .intro span{
	margin-right: 7%;
}
.pstory .text{
	padding: 15px 0 0 0;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
}

.pstory .storybox a{
	color: var(--themeColors);
	font-size: 14px;
}

.pstory .title-more{
	margin-left: 15px;
}
.pstory .title-more a{
	font-size: 14px;
	color: #666666;
	line-height: 46px;
}
.pstory .title-more a:hover{
	color: var(--themeColors);
}
.pstory .title-more img{
	width: 16px;
	margin-left: 4px;
}
.pstory .triangle{
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #ffffff;
}



















/*相关推荐*/
.about-recom .row{
padding: 20px 0 5px 0;
margin: 0;
background: #FFFFFF;
}
.about-recom li{
    margin: 0 0 15px;
    color: #333333;
    font-size: 14px;
    padding-left: 18px;
    line-height: 30px;
    display: flex;
    position: relative;
}
.about-recom li:hover{
    color: #005EFF;
}
.about-recom li:after{
    content:"";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);

    width: 8px;
    height: 8px;
    background: #B8B8B8;
    border-radius: 100%;
}
.about-recom li:hover:after{

    background: #005EFF;
}
.about-recom .title2{
    flex: 1;
    display: flex;
}
.about-recom .title2 p{
    margin-right: 30px;
}
.about-recom .title2 span{
    margin-right: 16px;
    color: #999999;
}
.about-recom li:hover span{
    color: #005EFF;
}
.about-recom .look{
    font-size: 12px;
color: #999999;
    width: 90px;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 15px;
border: 1px solid #F8F8F8;
    text-align: center;
}
.about-recom li:hover .look{
color: #005EFF;
border: 1px solid #005EFF;
}












@media screen and (max-width: 768px){
/*详情*/
.share-list .title h3 {
    max-width: 100%;
    flex: 1;
}
.share-title .time {
    position: relative;
    right: 0;
    top: 0;
    margin: 10px;
}


}