﻿.list {
    flex-grow: 0;
    display: flex;
    flex-flow: column nowrap;
    padding: 20px 0;
}

/*-------------------------------------------- 
      Main List - News
  --------------------------------------------*/

.news {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    margin: 0 0 20px;
    padding: 0 30px;
    background: #ffffff;
    /*box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.04);*/
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

    .news:hover {
        /*box-shadow: 0px 0px 15px 0px rgba(23, 24, 25, 0.2);*/
        background: #fafafa;
    }

    .news ._content {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        width: 490px;
        height: 50px;
        margin: 0 30px 0 0;
    }

        .news ._content ._title {
            color: #2681f6;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 16px;
        }

        .news ._content .tip {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            color: #9c9c9c;
            font-size: 14px;
        }

            .news ._content .tip .divider {
                margin: 0 10px;
            }

    .news ._info {
        flex-grow: 1;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        min-width: 0;
        height: 50px;
        margin: 0 30px 0 0;
    }

        .news ._info .school {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            color: #2681f6;
            height: 50px;
        }

            .news ._info .school .vip {
                height: 12px;
                width: auto;
                margin: 0 0 0 4px;
            }

            .news ._info .school .verify {
                height: 16px;
                width: auto;
                margin: 0 0 0 4px;
            }

        .news ._info .location {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            color: #9c9c9c;
            font-size: 14px;
        }

            .news ._info .location .divider {
                margin: 0 10px;
            }

    .news .icon {
        display: flex;
        align-items: center;
        height: 50px;
    }

        .news .icon img {
            width: 60px;
            height: 60px;
        }


.container {
    width: 1200px;
    margin: 0 auto;
}

a:link, a:visited {
    color: #171819;
}

.text {
    font-size: 16px !important;
    /*color: #171819 !important;*/
}


.insidePage ul li {
    background: url(/lib/images/icon-libg.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    line-height: 51px;
    height: 51px;
    overflow: hidden;
    border-bottom: 1px dotted #dedede;
}

    .insidePage ul li .time {
        float: right;
        color: #999;
        font-size: 14px;
        font-family: Arial;
    }

    .insidePage ul li a {
        font-size: 16px;
    }

        .insidePage ul li a:hover { 
            color: #2681f6; 
        }
