body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
}

.zy_news {
    width: 100%;
    padding: 30px 0;
    font-size: 16px;
    color: #555555;
    text-align: left;
}

.zy_news .i_mb {
    width: 100%;
    padding-top: 20px;
}

.zy_news .i_mb dl {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 10px 0;
    border-bottom: 0px dashed #bbb;
    margin-bottom: 6px;
    background-color: #f2f2f2;
    -webkit-border-radius: 3px;
}

.zy_news .i_mb dl dt, .i_mb dl dt img {
    width: 150px;
    height: 40px;
    margin-left: 8px;
    float: left;
    text-align: center;
    vertical-align: top;
    background-color: #02808b;
    color: #FFFFFF;
    -webkit-border-radius: 3px;
    line-height: 40px;
    font-size: 20px;
}

.zy_news .i_mb dl dd {
    width: 900px;
    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: 16px;
    font-weight: 400;
}

.zy_news .i_mb dl dd .des {
    width: 100%;
    height: 55px;
    font-size: 12px;
    color: #555555;
    line-height: 150%;
    overflow: hidden;
}

.zy_news .i_mb dl dd .time {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    position: relative;
    font-size: 12px;
    color: #888;
}

.zy_news .i_mb dl dd .time a {
    display: block;
    font-size: 12px;
    color: #0062DA;
    position: absolute;
    left: 0;
    top: 0;
}

/* 文章详情页*/
.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;
}


