.detail_con{
    width: 100%!important;
    margin-top: 20px;
}
.detail_con p{
    font-size: 14px !important;
    font-family: "Microsoft YaHei", serif;
}
.detail_con img{
    width: 100%;
    border-radius: 5px;
}
.detail_con span{
    display: inline-block;
}
.atl_top{
    border-bottom: 1px solid #F8F8F8;
}
.atl_top h1{
    font-size: 30px;
    color: #262626;
    letter-spacing: 0;
    text-align: justify;
    line-height: 42px;
}
.list_foot{
    margin: 15px 0;
}
.list_foot span{
    display: inline-block;
    margin-right: 35px;
    color: #666666;
    letter-spacing: .5px;
}
.left_main{
    background: #fff;
}

.share_box {
    width: 220px;
    height: 30px;
    transform: scale(1.1);
    margin-left: 506px;
}
.share_box > div {
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    background-size: contain;
    margin: 0 10px;
    background-repeat: no-repeat;
}
.wx_share { background-image: url(../images/wechat.png); }
.sina_share { background-image: url(../images/sina.png); }
.pyq_share { background-image: url(../images/pyq.png); }
.share_box span{
    display: inline-block;
    float: left;
    line-height: 30px;
    color: #969696;
}
.tj_tj{
    clear: both;
}
.tj_box{
    float: left;
    width: 210px;
    margin-left: 25px;
    margin-top: 20px;
    padding: 10px 0;
}
.tj_box img{
    width: 100%;
    height: 100%;
}
.tj_box:after{
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    content: '';
    visibility: hidden;
}
.rmtj{
    font-size: 20px;
    line-height: 38px;
    color: #ff3333;
    margin-left: 25px;
}
.tj_title{
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 35px;
}
.tj_img{
    height: 130px;
}
.left_main{
    padding: 28px 120px 36px 120px
}