@charset "utf-8";
.wyq-m-news--skin1 .m-news-box{
    text-align: initial;
    overflow: hidden;
}
.wyq-m-news--skin1 .m-news_list {
    overflow: hidden;
    box-sizing: border-box;
}
.wyq-m-news--skin1 .m-news_img {
    width: 100%;
    height: 100%;
}
.wyq-m-news--skin1 .m-news_content {
    position: relative;
    overflow: hidden;
    height: 100%;
    overflow: hidden;
}
.wyq-m-news--skin1 .m-news_num {
    width: 20px;
    height: 100%;
    font-size: 14px;
    text-align: center;
    float: left;
}
.wyq-m-news--skin1 .m-news_source {
    text-align: center;
    float: left;
}
.wyq-m-news--skin1 .m-news_title--left {
    float: left;
}
.wyq-m-news--skin1 .m-news_title--right {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.wyq-m-news--skin1 .m-news_title--right a {
    text-decoration: none;
    transition: all ease-out 0.3s;
}
.wyq-m-news--skin1 .m-news_time {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.wyq-m-news--skin1 .m-news_introduction {
    line-height: 22px;
    padding-top: 10px;
    overflow: hidden;
    clear:both;
}
.wyq-m-news--skin1 .m-news_introduction a {
    text-decoration: none;
    color: #333;
    font: 12px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei,
        Tohoma, Arial;
    font-family: "Microsoft YaHei";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px;
}