﻿/* 新闻详情 */
.details{
    width:100%;
}
.details-content{
    width:1200px;
    margin: 0 auto;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    margin-top:20px;
    margin-bottom:60px;
}
/* 左面详情 */
.details-left{
    width:840px;
    height:auto;
    background: #fff;
    padding:24px 40px;
    box-sizing: border-box;
}
.details-breadcrumb{
    font-size:14px;
    color: #666;
}
.details-breadcrumb a{
    font-size:14px;
    color: #666;
}
.details-breadcrumb a:hover{
    color: #2CB7B9;
}
.details-title{
    font-size:28px;
    color: #333;
    margin-top:20px;
    word-wrap:break-word;
}
.details-date{ 
    margin-top:16px;
    display: flex;
    align-items: center;
}
.details-date span{
    font-size:14px;
    color: #999;
}
.details-date img{
    width:14px;
    height: 14px;
    margin-left: 16px;
    margin-right: 8px;
}
.details-main{
    margin:12px 0;
    word-wrap:break-word;
    /* line-height:24px; */
    line-height:170%;
}
.details-main img{
    max-width: 760px;
    margin: 12px 0;
}
.details-main .js_tx_video_container{
    margin: 0 auto !important;
}
.details-main ul li{
    list-style-type: disc;
}
.details-main ol li{
    list-style-type: decimal;
}
.details-like,.details-like2{
    width: 88px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #2CB7B9;
    color: #fff;
    margin-left: 12px;
    vertical-align: middle;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    cursor: pointer;
    margin: 0 auto;
}
.details-like{
    display: none;
    background: #aaa;
}
.details-like2{
    
}
.details-like img,.details-like2 img{
    width: 16px;
    height: 16px;
    margin-right:8px;
    margin-top: -2px;
}
.details-like span,.details-like2 span{
    font-size: 12px;
}
/* 右面猜你喜欢 */
.details-right{
    width: 340px;
    /* height: 400px; */
    background: #fff;
    padding: 16px 20px;
    box-sizing: border-box;
    position: fixed;
    left:50%; top: 92px;
    margin-left: 260px;
}
.details-more-title{
    font-size: 14px;
    font-weight:bold;
    color: #333;
}
.details-more-main{
    margin-top:10px;
}
.details-more-item{
    height:68px;
    display: flex;
    margin-top: 12px;
}
.details-more-item img{
    width: 120px;
    height: 68px;
    margin-right: 12px;
}
.details-more-item div{
    height: 68px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.details-more-item div span{
    font-size: 14px;
    color: #999;
}
.details-more-item div a{
    display: block;
    height: 38pxt;
    width: 168px;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    cursor: pointer;
    height: 38px;
    word-wrap:break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.details-more-item div a:hover{
    color: #2CB7B9;
}
