.t_list .t_left {
    width: 840px;
    margin-top: 30px;
}

.t_list .topic_right {
    width: 330px;
    margin-top: 30px;  
    margin-bottom:182px;
}

.t_list .t_left .topic_txt .pic {
    width: 260px;
    height: 178px;
    overflow: hidden;
}
.t_list .t_left .topic_txt .title a:hover{
    color:#222!important;
}
.t_list .t_left .topic_txt .pic img {
    width: 100%;
    height: 100%;
    display: block;
   transition: all 0.5s;
  cursor: pointer;
}
.t_list .t_left .topic_txt li:hover img{
   transform: scale(1.1);
}
.t_list .t_left .topic_txt .title {
    margin-top: 9px;
}

.t_list .t_left .topic_txt .title a {
    width: 260px;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    display: block;
    line-height: 30px;
   cursor: pointer;
}

.t_list .t_left .topic_txt ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 30px;
}

.t_list .t_left .topic_txt ul li:nth-child(3n) {
    margin-right: 0;
}

.t_list .t_left .load_more {
    margin-top: 26px!important;
}