﻿.menu{
    width: 310px;
}
.menu li{
    /* height: 79px; */
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    background: #2178CA;
    font-size: 25px;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 21px 0;
}
.menu li.on,
.menu li:hover{
    background: #074088;
}
.load{
    width: calc(100% - 310px);
}
.list-wrap{
    /* width: calc(100% - 310px); */
    /* border: 1px solid #d2d2d2; */
    padding: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}
.news-list li{
    line-height: 3em;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.news-list li:before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #338DDE;
    border-radius: 50%;
}
.Pagenation{
    margin: 30px auto 0;
    text-align: center;
}
.Pagenation:after{
    content: " ";
    display: block;
    clear: both;
}
.Pagenation a{
    margin: 0 5px;
    height: 24px;
    border: 1px solid #c9ccd0;
    color: #8c9eb3;
    line-height: 24px;
    cursor: pointer;
    font-size: 12px;
    /* float: left; */
    text-align: center;
    padding: 0 8px;
    display: inline-block;
}
.Pagenation a.current{
    color: #fff;
    background: #338dde;
}