body {
    color: #666666;
}
.main_title{
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
    color: #272929;
}
.artile_attr {
    color: #B1B1B1;
}
.content_wrap_left{
    width: 780px;
}
.mv_txt{
    text-align: justify;
    margin-top: 20px;
}
.content_wrap_right{
    width: 380px;
}
.content_wrap_right .right_item{
    width: 100%;
    margin-bottom: 20px;
}
.right_item .right_title{
    line-height: 40px;
    color: #565656;
    font-weight: bold;
    font-size: 20px;
}
.img-block{
    position: relative;
    width: 180px;
    flex-shrink: 0;
    overflow: hidden;
    height: 102px;
    max-height: 102px;
}
.img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    transform: scale(1.1);
    transition: all 0.6s;
}
.img-block img:hover{
    transform: scale(1.5);
}
.txt-block{
    width: 185px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.txt-block .title{
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    width: 100%;
}
.txt-block .time{
    font-size: 12px;
    line-height: 18px;
    color: #767676;
}


