﻿/*新闻列表 start*/.news-content-info{    width: 100%;}.news-list{    width: 1200px;    margin:0 auto;    height: 100%;}.left-title{    height: 21px;    border-left: red solid 5px;    font-size: 16px;    padding-left: 5px;    color: #000000;    margin: 15px 0;}.news-list ul.left-list{    padding: 0 6px;    margin-bottom: 30px;}.news-list ul.left-list li{    padding: 15px 0;    border-bottom: #cccccc solid 1px;    width: 100%;    font-family: "宋体";    cursor:pointer;}.news-list ul.left-list li .title{    display: inline-block;    width: 100%;    font-weight: bold;    word-wrap: normal;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;}.news-list ul.left-list li .title [class^="layui-col"]:nth-of-type(1){    color: #000000;    font-size: 16px;}.news-list ul.left-list li .title [class^="layui-col"]:nth-of-type(2){    color: #666666;    font-size: 14px;}.news-list ul.left-list li .brief-introduction{    color: #999999;    line-height: 25px;    font-family: "宋体";    margin-top: 10px;}.right-title{    height: 21px;    font-size: 20px;    color: #000000;    margin: 15px 0;    padding-top: 10px;    font-weight: bold;}.news-list ul.right-list{    background-color: #F7F8F9;    width: 100%;}.news-list ul.right-list li{    width: 100%;    padding: 10px 5px;    border-bottom: #F0F0F0 solid 1px;    cursor:pointer;}.news-list ul.right-list li .index-info{    float: left;    color: #FEB701;    width: 20px;    height: 20px;    line-height: 20px;    text-align: center;}.news-list ul.right-list li .title{    color: #333333;    font-size: 16px;    word-wrap: normal;    text-overflow: ellipsis;    white-space: nowrap;    overflow: hidden;    padding-left: 5px;}.news-list ul.right-list li .hot1{    background-color: red;    color: white;}.news-list ul.right-list li .hot2{    background-color:#FE7C3E;    color: white;}.news-list ul.right-list li .hot3{    background-color:#FFB700;    color: white;}.news-list .content-tile{    width: 100%;    margin-top: 20px;    color: #000000;    font-size: 26px;    text-align: center;}.news-list .content-time{    width: 100%;    margin-top: 20px;    color: #666666;    font-size: 14px;    text-align: center;}.news-list .content-box{    line-height: 30px;    color: #666666;    margin: 20px 0 50px 0;}.news-list .content-bottom{    border-top: #cccccc solid 1px;    padding: 20px 10px;    margin-bottom: 20px;}.news-list .content-bottom p{    color: #666666;    margin-top: 15px;}