/* 新闻列表 */

.news-content-box{
    width: 1160px;
    background-color: #fff;
    padding: 20px 20px 30px 20px;
    margin: 30px auto 15px;
    box-shadow: 0 0 10px rgba(0,43,185,0.15);
}
.news-lists-title {
    width: 1060px;
    margin: 20px auto;
    height: 40px;
    border-bottom: 1px solid #d52428;
}

.news-lists {
    width: 127px;
    height: 40px;
    display: inline-block;
    /* background-image: url(../images/news-title-bg.png); */
    background-size: 100%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background-color: #d52428;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.news-page-lists{
    width: 1060px;
    margin: 0 auto 30px;
}
.news-page-lists li{
    list-style: none;
    width: 1040px;
    height: 50px;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    line-height: 50px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
}
.news-page-lists li h1{
    max-width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: medium;
    font-weight: normal;
    display: inline-block;
}

.news-page-lists li .sign {
    float: left;
    line-height: 48px;
    margin-right: 10px;
    color: #666;
}

.news-page-lists li .date {
    float: right;
    line-height: 50px;
    margin-right: 10px;
    color: #999;
}

.news-page-lists li:hover{
    color: #d52428;
    cursor: pointer;
}
.news-page-lists li:hover .sign{
    color: #d52428;
}
.news-page-lists .date{
    color: #d52428;
}




.newsPage {
    text-align: center;
}

.layui-box{
    text-align: center;
    margin: 0;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
    border: 1px solid #e2e2e2;
}
.layui-disabled, .layui-disabled:hover {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #d52428;
}
.layui-laypage a:hover {
    color: #d52428;
}


.art-title {
    width: 1060px;
    margin: 0 auto 30px;
    min-height: 75px;
    border-bottom: 1px dashed #ddd;
    text-align: center;
}
.art-title h1 {
    font-size: 22px;
    margin-top: 30px;
    color: #444;
}
.art-title span {
    display: block;
    margin-top: 15px;
    margin-bottom: 13px;
    color: #999;
}
.news-content-box p {
    width: 1060px;
    display: block;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
}
.news-content-box .new-detail-img{
    display:block;
    margin: 20px auto;
}







.news-list-height{
    min-height:372px;
    padding-top: 20px;
}
.news-bar-box{
    width: 260px;
    float: left;
}

.news-bar-box .bar-top-img{
    width: 260px;
    height: 120px;
    border-top: 3px solid #d52428;
    border-bottom: 1px solid #e3e3e3;
}
.news-bar-box li{
    width: 260px;
    height: 60px;
    border-bottom: 1px solid #e3e3e3;
    cursor:pointer;
    transition: .3s all linear;
}
.news-bar-box li h1{
    font-weight: normal;
    font-size: 16px;
    color: #444;
    line-height: 60px;
    padding-left: 20px;
}
.news-bar-box li h1 div{
    width: 26px;
    height: 26px;
    background-image: url(../img/news-bar-icon02.png);
    background-size: 100% 100%;
    float: right;
    margin-right:15px;
    margin-top: 17px;
}
.news-bar-box .bar-selected{
    width: 260px;
    height: 60px;
    background-color: #d52428;
}
.news-bar-box .bar-selected  h1{
    color: #fff;
}
.news-bar-box .bar-selected h1 div{
    background-image: url(../img/news-bar-icon01.png);
}
.news-bar-box li:hover{
    width: 260px;
    height: 60px;
    background-color: #d52428;
    transition: .3s all linear;
}
.news-bar-box li:hover h1{
    color: #fff;
}
.news-bar-box li:hover h1 div{
    background-image: url(../img/news-bar-icon01.png);
}

.news-bar-content{
    display: inline-block;
    width:869px;
    min-height:372px;
    padding-left:30px;
    border-left: 1px solid #e3e3e3;
}
.news-bar-content .news-list{
    width: 869px;
    margin: 0 auto 30px;
}
.news-bar-content .news-list li{
    list-style: none;
    width: 869px;
    height: 50px;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    line-height: 50px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: medium;
}
.news-bar-content .news-list li h1{
    max-width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: medium;
    font-weight: normal;
    display: inline-block;
}

.news-bar-content .news-list li .sign {
    float: left;
    line-height: 48px;
    margin-right: 10px;
    color: #666;
}

.news-bar-content .news-list li .date {
    float: right;
    line-height: 50px;
    margin-right: 10px;
    color: #999;
}
.news-bar-content .news-list li:hover{
    color: #d52428;
    cursor: pointer;
}
.news-bar-content .news-list li:hover .sign{
    color: #d52428;
}
.news-bar-content .news-list li:hover .date{
    color: #d52428;
}