.main .heart_wr{
    background-color: #fff;
}
/* 左侧 */
.main_left{
    width:67%;
    /* padding-top:23px;
    padding-left:40px;
    padding-right:82px;
    padding-bottom:54px; */
    padding:20px;
    float:left;
    background-color: #fff;
}
.column_location{
    font-size:14px;
    line-height:18px;
    color:#969696;
    height:28px;
}
.column_name{
    font-size:20px;
    color:#0c4c81;
}
/* .item_img_wrap{
    width:210px;
    height:118px;
    overflow: hidden;
    float:left;
    position: relative;
}
.play{
    position: absolute;
    left:10px;
    bottom:10px;
    z-index:2;
} */
/* 右侧 */
.main_right{
    float:right;
    margin-top:17px;
    width:calc(33% - 40px);
}
/* 推荐阅读 */
.main_right .recommended-reading{
    position: relative;
    padding:30px 20px 30px 20px;
    background-color: #fff;
}
.main_right .recommended-reading .tjread{
    position: absolute;
    top:-17px;
    background-color:#0c4c81;
    color:#fff;
    font-size: 18px;
    line-height: 40px;
    padding: 0 22px;
    height: 40px;

}
.main_right .recommended-reading .tjread:after{
    content:'';
    width:20px;
    height:49px;
    background:url('/web/europechinesenews/images/column_title_bg.png');
    position: absolute;
    right:-18px;
    top:0px;
}
.tj-list{
    margin-top:15px;
}
.tjdiv{
    width:124px;
    height:70px;
    overflow: hidden;
    position: relative;
}
.tj-detail{
    margin-left:139px;
}
.tj-detail .title{
    font-size:16px;
    line-height:19px;
    color:#333;
}
.tj-detail .time{
    font-size:12px;
    line-height:14px;
    color:#979797;
    margin-top:6px;
}
.tjdiv .play{
    width:40px;
    height:auto;
    position: absolute;
    left:50%;
    margin-left:-20px;
    bottom:50%;
    margin-bottom:-20px;
    z-index:2;
}
/* 广告 */
.guanggao{
    margin-top:20px;
    width:100%;
    /* height:274px; */
    height:100%;
}
.swiper-wrapper div{
    width:100%;
}
.guanggao img{
    /* height:100%;
    width:auto; */
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}
.guanggao_position{
    width:100%;
    height:274px;
    background-color: #ccc;
    text-align:center;
    line-height:274px;
      display: none;
}
@media (max-width:1000px){
    .main_left{
        width:65%;
    }
    .main_right{
        width:calc(35% - 20px);
    }
}
@media (max-width:767px){
    .main_left{
        width:100%;
        float:none;
        padding:20px;
        background:#fff;
        
    }
    .main_right{
        display:none;
    }
    .column_location{
        font-size: 0.3rem;
        line-height: 0.4rem;
    }
    .column_name{
        font-size:0.36rem;
    }
    .item_img_wrap{
        width:2.6rem;
        height:1.4rem;
    }

}
@media (max-width:500px){
    .column_item{
        min-height:83px;
    }
    .main_left{
        padding-left:15px;
        padding-right:15px;
    }
    .item_img_wrap{
        width:2.6rem;
        height:1.4rem;
    }
}
