﻿
.layout .con-layout-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .layout .con-layout-list .con-left-list {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 15px;
    }

        .layout .con-layout-list .con-left-list .con-top-list {
            height: 40px;
            line-height: 45px;
            overflow: hidden;
            border-bottom: 2px solid #00c957;
        }

            .layout .con-layout-list .con-left-list .con-top-list span {
                color: #45a858;
                font-weight: 400;
                background-repeat: no-repeat;
                background-image: url('../images/span001.png');
                background-position: 0 10px;
                float: left;
                padding-left: 25px;
            }

    .layout .con-layout-list .con-left-list .newsDetail .title {
        float: none;
        width: auto;
        text-align: center;
        font-size: 18px;
        margin: 5px 0 5px 0;
        font-weight: 400;
    }
        .layout .con-layout-list .con-left-list .newsDetail .sourceInfo {
            margin: 5px 0 10px 0;
            width: auto;
            text-align: center;
            padding: 0 10px;
        }

        .layout .con-layout-list .con-left-list .newsDetail .richContent {
            font-size: 14px;
            color: #666666;
            font-family: 微软雅黑;
            line-height: 1.8;
            padding: 0;
            white-space: normal;
            word-wrap: break-word;
            word-break: normal;
            overflow: hidden;
            width: 100%;
            text-align: left;
        }

