body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
}

.zy_news {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #555555;
    text-align: left;
    display: grid;
}

.zy_news .i_mb {
    width: 100%;
    padding-top: 20px;
}

.zy_news .i_mb dl {
    width: 100%;
    height:120px;
    padding: 10px 0;
    border-bottom: 0px dashed #bbb;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    -webkit-border-radius: 3px;
}
.zy_news .i_mb dl dt {
    width: 150px;
    height: 100px;
    margin-left: 12px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-color: #139c44;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    line-height: 40px;
    font-size: 20px;
}

.zy_news dl dt img {
    width: 150px;
    height: 100px;
    float: left;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 3px;
    line-height: 40px;
    font-size: 20px;
}

.zy_news .i_mb dl dd {
    width: 700px;
    float: left;
    margin-left: 20px;
}

.zy_news .i_mb dl dd .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zy_news .i_mb dl dd .title a {
    font-size: 18px;
    font-weight: 600;
}

.zy_news .i_mb dl dd .title a:hover {
    color: #139c44;
}

.zy_news .i_mb dl dd .desc {
    width: 700px;
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.zy_news .i_mb dl .time {
    float: right;
    margin-right: 30px;
    height: 100px;
    line-height: 30px;
    padding-top: 20px;
    background-color: #999;
}

.zy_news .i_mb dl .time span {
    font-size:24px;
}

/* 文章详情页*/
.article{
    width: 1100px;
    margin-top: 10px;
    margin-left: 0px;
    display: inline-block;
}

.article_title{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.article_bline {
    height: 60px;
    line-height: 80px;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
    text-align: center;
}

.article_content {
    width: 100%;
    margin-left: 10px;
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 20px;
    display: inline-block;
    text-align: justify;
}

.article_content img {
    max-width: 730px;
}


