.trs_detail {
    width: 1200px;
    margin: 0 auto;
}

.crumbs {
    margin-top: 35px;
    padding-bottom: 26px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
}

.crumbs span {
    font-size: 16px;
    margin-right: 5px;
}

.crumbs span:nth-child(2) {
    color: #0068B6;
}

.trs_detail_l {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 20px;

    width: 86px;
}

.trs_date_l {
    text-align: center;
    width: 85px;
    height: 85px;
    border: 1px solid #DCDCDC;
}

.trs_detail_r {
    flex: 1;
    border-left: 1px solid #dcdcdc;
    padding-left: 36px;
    padding-bottom: 15px;
}

.trs_day {
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    margin-top: 6px;
}

.trs_year {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.trs_share {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #B0B0B0;
    margin-top: 26px;
}

.trs_share span {
    margin-right: 4px;
}

.trs_share span:nth-child(1), .trs_share span:nth-child(3) {
    display: inline-block;
    width: 18px;
    overflow: hidden;
}

.trs_share_c {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.trs_share_c ul li {
    margin-bottom: 10px;
}

.trs_detail_con {
    display: flex;
}

.trs_wx {
    position: relative;
}

.ewm {
    width: 222px;
    height: 213px;
    position: absolute;
    display: none;
    left: 48px;
    top: -63px;
}

.trs_wx:hover .ewm {
    display: block;
}

.trs_detail_r_t {
    font-size: 38px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    margin-top: 43px;
    font-weight: 400;
}

.trs_detail_r {
    margin-left: 36px;
    margin-right: 27px;
}

.trs_author {
    text-align: center;
    margin-top: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 22px;
}

.trs_author span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    margin-right: 48px;
}

.trs_r_con_t {
    margin-top: 25px;
}

.trs_r_con_t p {
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 30px;
    text-indent: 2em;
}

.trs_r_con_t p:nth-child(1) {
    text-indent: 0;
}

.trs_d_pic {
    text-align: center;
    margin-top: 15px;
}

.trs_d_pic span {
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 17px;
}

.trs_d_tt {
    text-align: center;
    margin-top: 29px;
    font-size: 18px;
    color: #333333;
}

.trs_n_id {
    text-indent: 0;
}

.trs_qk_detail {
    border-top: 1px solid #dcdcdc;
    background: url(./trs_qk_bcg.png) no-repeat;
}

.trs_qk_detail {
    display: flex;
    padding-top: 46px;
    padding-bottom: 166px;
}

.trs_qk_l {
    margin-left: 57px;
    margin-right: 80px;
}

.trs_qk_r_t {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 30px;
}

.trs_qk_t_c {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-top: 55px;
}