.topic_detail .topic_pic {
    margin-bottom: 33px;
    width: 100%;
    text-align:center;
}

.topic_detail .topic_pic img {  
    
    display:inline-block;
}

.box_left {
    width: 841px;
    background-color: #fff;
    padding: 0 24px;
    box-sizing: border-box;
}

.box_left .left_ul {
    height: 59px;
    line-height: 59px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
}

.box_left .left_ul li {
    float: left;
    margin-right: 36px;
    flex: 0 0 auto;
}
.box_left .left_ul::-webkit-scrollbar-thumb {
    background-color: #E5E5E5;
     border-radius:8px;
}

.box_left .left_ul::-webkit-scrollbar-track-piece {
    background-color: #F6F6F6;
   
}

.box_left .left_ul::-webkit-scrollbar {
   width: 9px;
   height: 9px;
}

.box_left .left_ul li a {
    font-size: 20px;
    color: #666;
}
.box_left .left_ul li a:hover{
  color:#666!important;
}
.box_left .left_ul li .lanmu_now:hover{
  color:#222!important;
}
.box_left .left_ul li .lanmu_now {
    padding-left: 27px;
    background: url("https://www.tadaaam-studio.com/themes/default/images/other/topic_det.png") no-repeat left center;
    background-size: 17px 20px;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.com_txt .item {
    width: 840px;
    border-bottom: 1px solid #eee;
}

.com_txt .item:first-child {
    border-top: 1px solid #eee;
}

.com_txt .item2 .wrap {
    padding: 24px 0;
    height: 135px;
}

.com_txt .pic {
    width: 241px;
    height: 136px;
}

.com_txt .pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.com_txt .right {
    height: 135px;
    display: table;
}

.com_txt .r_box {
    display: table-cell;
    vertical-align: middle;
}

.com_txt .c_top {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.com_txt .c_top a {
    max-height: 60px;
    display: block;
    overflow: hidden;
    max-width: 543px;
}

.com_txt .c_time {
    font-size: 14px;
    color: #999;
}

.com_txt .item3 .right {
    height: 70px;
    padding: 24px 0;
}

.com_txt .item3 .right .c_top a {
    max-height: 30px;
}


/* 右边 */

.box_right {
    width: 330px;
}

.box_right .news_yidu {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.box_right .news_yidu>a:hover{
   color:#222!important;
}
.box_right .news_yidu .yidu_title {
    padding: 0 20px;
    box-sizing: border-box;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    font-weight: 500;
}

.box_right .news_yidu .yidu_top,
.box_right .news_yidu .yidu_ul {
    padding: 0 20px;
}

.box_right .news_yidu .yidu_top .top_pic {
    display: inline-block;
    width: 290px;
    height: 136px;
     overflow: hidden;
}

.box_right .news_yidu .yidu_top .top_pic img {
    display: block;
    width: 100%;
    height: 100%;
     transition: all 0.5s;
}
.box_right .news_yidu .yidu_top:hover img{
   transform: scale(1.1);
}
.box_right .news_yidu .yidu_top .top_title {
    font-weight: 500;
    margin-top: 12px;
    height: 26px;
    overflow: hidden;
}

.box_right .news_yidu .yidu_ul {
    padding-bottom: 30px;
}

.box_right .news_yidu .yidu_ul li {
    margin-top: 15px;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
}

.topic_img {
    width: 330px;
    height: 187px;
}

.topic_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.d_box {
    margin-bottom: 60px;
}