.container-list{
    padding: 0 20px;
    margin-top: 20px;
}

.menu-left {
    width: 265px;
    float: left;
}

.menu-left .title {
    height: 49px;
    padding-left: 32px;
    color: #fff;
    background-color: #048BFE;
    line-height: 48px;
    font-size: 20px;
}

.menu-left .menus {
    background-color: #ECF3F9;
    padding: 10px 20px 20px;
}

.menu-left .menus li a{
    display: block;
    margin: auto;
    background-color: #fff;
    box-sizing: border-box;
    width: 176px;
    height: 40px;
    border: 1px solid #B5B5B5;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 40px;
    color: rgb(1, 98, 179);
}
.menu-left .menus li a:hover, .menu-left .menus li a:active {
    color: red;
}
.img-menu {
    margin-top: 15px;
}
.img-menu img {
    width: 100%;
}
.img-menu li {
    height: 70px;
}

.container-content {
    float: right;
    width: 880px;
}

.container-content .title{
    background-color: #ECF3F9;
    height: 49px;
    line-height: 48px;
}

.container-content .title label {
    color: rgb(1, 98, 179);
    display: block;
    float: left;
    font-size: 20px;
    margin-left: 20px;
    border-bottom: 2px solid rgb(1, 98, 179);
}

.container-content .title span {
    float: right;
    margin-right: 30px;
    font-size: 15px;
}

.container-content .title a {
    color: #000;
}

.container-content .con {
    background-color: #ECF3F9;
    margin-top: 1px;
    padding: 20px;
    min-height: 450px;
}

.container-content .con .con-list{
    clear: both;
    border-bottom: 1px dashed #ccc;
    height: 45px;
    line-height: 45px;
}

.container-content .con .con-list a i:before{
    content: '•';
    margin-right: 10px;
    color: #005EC0;
    font-style: normal;
}

.container-content .con .con-list a{
    clear:both;
    font-size: 16px;
    line-height: 34px;
}

.container-content .con .con-list .date{
    float: right;
    margin-right: 12px;
    line-height: 45px;
}

.tit-con-635{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    width: 635px;
    float: left;
    line-height: 45px;
}

.con-title{
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

.con-content{
    margin-top: 30px;
    text-indent: 2em;
    padding: 10px;
    padding-bottom: 30px;
}

.page-box{
    margin: 10px 30px 30px;
    height: 30px;
}

.con-tag{
    padding: 20px 50px;
    color: #777;
    font-size: 14px;
}
.next-box a{
    color: #000;
    font-size: 14px;
}
.next-box a:hover{
    color: #777;
}