.content{
    position: relative;
    padding: 0 !important;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 50px;
}
.content-head{
    max-width: 1566px;
    height: 250px;
    margin: 0 auto;
    background-image: url(../img/list/c-head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.con-menuBG{
    position: relative;
    display: inline-block;
    width: 235px;
    margin-right: 35px;
    background-color: #eee;
    padding: 0 20px 35px 35px;
    box-sizing: border-box;
}
.con-menu-title{
    position: absolute;
    left: 0;
    top: -80px;
    height: 80px;
    width: 100%;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 3.5;
    background-color: rgba(47, 119, 177, .7);
}
.con-menus{
    padding-top: 25px;
    padding-left: 25px;
    border-left: 1px dashed #d1d1d1;
    background-repeat: no-repeat;
    background-image: url(../img/list/bg.png);
    background-position: center center;
}
.con-menus a{
    position: relative;
    color: #333;
    display: block;
    line-height: 3;
    transition: color .2s;
}
.con-menus a.item-name::before{
    position: absolute;
    content: " ";
    width: 16px;
    height: 16px;
    display: block;
    left: -33px;
    top: 15px;
    background-color: #f7f7f7;
    border-radius: 15px;
    background-image: url(../img/list/arrow.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-image .2s;
}
.con-menus a.item-name.actived::before{
    background-image: url(../img/list/arrow-active.png);
}
.con-menus .item-subItem{
    display: none;
}
.con-menus .item-subItem a{
    font-size: 15px;
}
.article-footer a.last:hover,
.article-footer a.next:hover,
.page-head .Breadcrumb-item:hover,
.con-menus a:hover{
    color: #6ca0c5;
}
.article-footer a.last:active,
.article-footer a.next:active,
.page-head .Breadcrumb-item:active,
.con-menus a:active{
    color: #2d7cac;
}

.con-main{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 270px);
    box-sizing: border-box;
}

.page-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 30px;
}
.page-head .head-title{
    font-size: 20px;
    font-weight: bold;
}
.page-head .Breadcrumb a{
    color: #333;
    font-size: 14px;
}
.page-head .Breadcrumb{
    position: relative;
}
.page-head .Breadcrumb::before{
    content: " ";
    position: absolute;
    left: -28px;
    top: -2px;
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/list/img.png);
}
.page-head .Breadcrumb-item{
    transition: color .2s;
}
.page-head .Breadcrumb-item:not(:last-child)::after{
    content: ">";
    font-family: "Helvetica Neue","Hiragino Sans GB",SimSun,serif;
    font-style: normal;
    margin: 0 3px 0 5px;
    color: #a3a3a3;
    font-weight: bold;
}

.list-con{
    padding: 20px 40px 40px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.list .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
    line-height: 4;
    border-bottom: 1px solid #d6d6d6;
}
.list .item .link-name{
    color: #333;
    max-width: calc(100% - 80px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: color .2s;
}
.list .item .link-name:hover{
    color: #2d7cac;
    text-decoration: underline;
}

.list .item .time{
    color: #8b8b8b;
    font-size: 14px;
}

.article-list{
    position: relative;
    height: 100%;
    padding: 20px 0;   
}
.article-list .article-title{
    padding-bottom: 10px;
    width: 100%;
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 35px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-list .article-subTitle{
    width: 580px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    
}
.article-list .article-subTitle span{
    font-size: 14px;
    color: #8f8f8f;
}
.article-list .article-detail{
    margin: 30px 0 0;
    padding: 50px 0;
    color: #333 !important;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    text-align: justify;
}


.article-footer{
    margin-top: 35px;
    text-align: justify;
}
.article-footer a.last{
    margin-bottom: 20px;
}
.article-footer a.last,
.article-footer a.next{
    display: block;
    color: #333;
    transition: color .2s;
}
.article-footer .last::before{
    content: "上一篇 : ";
}
.article-footer .next::before{
    content: "下一篇 : ";
}



.pagination{
    margin-top: 30px;
    text-align: center;
}
.pagination table{
    margin: 0 auto;
}
.pagination .item{
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}
.pagination .item.input{
    line-height: 2;
}
.pagination .item span{
    font-size: 14px;
}
.pagination .item.input input,
.pagination .item.btn{
    border: 1px solid #e5e5e5;
    color: #333;
    padding: 3px;
    height: 27px;
    line-height: 1.3;
    transition: all .2s;
    box-sizing: border-box;
}
.pagination .item.input input{
    margin-right: 5px;
    width: 50px;
    text-align: center;
}
.pagination .item.input input:focus{
    border-color: #2d7cac;
}

.pagination .item:nth-child(7){
    margin-left: 10px;
}

.pagination .item.btn:hover{
    background-color: #6ca0c5;
    border-color: #6ca0c5;
    color: #ffffff;
}
.pagination .item.btn:active{
    background-color: #2d7cac;
    border-color: #2d7cac;
}
.m-pagination{
    display: none;
}




/*翻页组件样式*/
.pagination{ text-align: center; align-items: center; justify-content: center; margin: 50px 0; }
.pagination table{
    margin: 0 auto;
}
.pagination span a,
.pagination .p_no_d,
.pagination > a:not(:first-child),
.pagination  .p_fun_d,
.pagination .item{
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}
.pagination .item span{
    font-size: 14px;
}
.pagination .item.input input,
.pagination span a,
.pagination .p_no_d,
.pagination > a:not(:first-child),
.pagination  .p_fun_d,
.pagination .item.btn{
    border: 1px solid #e5e5e5 !important;color: #000 !important;height: 30px !important;line-height: 28px !important;
    width: 50px !important;transition: all .2s;padding: 0 !important;border-radius: 0;
}
.pagination .item.input input{ margin-right: 5px;box-sizing: border-box;text-align: center; }
/* .pagination .item:nth-child(7){
    margin-left: 10px;
}h */

.pagination .p_no_d,
.pagination span a:hover,
.pagination > a:not(:first-child):hover,
.pagination  .p_fun_d:hover,
.pagination .item.btn:hover{
    background-color: #1c449c;
    border-color: #1c449c;
    color: #ffffff !important;
}
.pagination span a:active,
.pagination > a:not(:first-child):active,
.pagination  .p_fun_d:active,
.pagination .item.btn:active{
    background-color: #006a82;
    border-color: #006a82;
color: #ffffff !important;
}




@media only screen and (max-device-width: 1199px){
    .con-menu-title{
        left: 4vw;
        top: -12vw;
        height: 12vw;
        width: 35vw;
        font-size: 4.5vw;
        line-height: 2.8;
    }
    .con-menuBG{
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 4vw;
        background-color: transparent;
    }
    .con-menus{
        background-image: none;
        border-width: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con-menus .menu-item{
        position: relative;
        width: 48%;
        text-align: center;
        margin-bottom: 4vw;
    }
    .con-menus a{
        background-color: #f7f7f7;
        border-radius: 1vw;
        font-size: 4vw;
        padding-right: 6vw;
    }
    .con-menus .menu-item .item-subItem a:active,
    .con-menus a:active{
        background-color: rgba(0, 0, 0, .05);
    }
    .con-menus a.item-name::before{
        width: 4vw;
        height: 4vw;
        display: block;
        right: 7vw;
        left: auto;
        top: 3.8vw;
    }
    .con-menus .menu-item .item-subItem{
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 9;
        background-color: #fff;
        box-shadow: 0 0 12px 0 #d3d3d3;
        border-radius: 1vw;
        margin-top: 2vw;
    }
    .con-menus .menu-item .item-subItem::before{
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: -2vw;
        left: 50%;
        margin-left: -1vw;
        z-index: 10;
        border-style: solid;
        border-width: 2vw;
        border-color: transparent transparent #fff #fff;
        transform: rotate(135deg);
        -webkit-box-shadow: -6px 6px 6px 0 #eaeaea;
        -moz-box-shadow: -6px 6px 6px 0 #eaeaea;
        box-shadow: -6px 6px 6px 0 #eaeaea;
    }
    .con-menus .menu-item .item-subItem a{
        background-color: #fff;
        font-size: 4vw;
        border-bottom:  2px solid #d3d3d3;
        padding: 0;
        border-radius: 0;
    }
    .con-menus .menu-item .item-subItem a:last-child{
        border-width: 0;
        border-bottom-left-radius: 1vw;
        border-bottom-right-radius: 1vw;
    }
    .con-menus .menu-item .item-subItem a:first-child{
        border-top-left-radius: 1vw;
        border-top-right-radius: 1vw;
    }
    
    .pagination,
    .page-head{
        display: none;
    }

    .con-main{
        display: block;
        width: 100%;
    }
    .m-pagination{
        display: block;
    }
    
    .list-con{
        box-shadow: none;
    }
    .list .item{
        display: block;
        line-height: 1.8;
        border-bottom: 2px solid #d3d3d3;
        padding: 5vw 0;
    }
    .list .item:first-child{
        border-top: 2px solid #d3d3d3;
    }
    .list .item .link-name{
        white-space: normal;
        font-size: 4.2vw;
        display: -webkit-box !important;
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 14vw;
        overflow: hidden;
    }
    .list .item .time{
        margin-top: 3vw;
        color: #a2a3a7;
        font-size: 3.8vw;
    }

    .m-pagination{
        text-align: center;
        margin: 10vw 0 8vw;
        
    }
    .m-pagination button{
        background-color: transparent;
        transition: background-color .2s;
        padding: 3vw 10vw;
        border-radius: 1vw;
        user-select: none;
        background-color: #f7f7f7;
    }
    .m-pagination span{
        font-size: 4vw;
        color: #acadb0;
    }
    .m-pagination button:active{
        background-color: rgba(0, 0, 0, .1);
    }
    .m-pagination button::before{
        content: " ";
        display: inline-block;
        width: 5vw;
        height: 5vw;
        background-image: url(../img/mobile/more.png);
        background-size: 100%;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: relative;
        top: 0.5vw;
        margin-right: 2vw;
    }

    .article-list .article-detail{
        margin: 8vw 0;
        padding: 8vw 0;
        border-color: #999;
        border-width: 2px;
    }
    .article-list .article-title{
        font-size: 4.5vw;
        line-height: 1.5;
        font-weight: bold;
        text-align: justify;
        height: 12vw;
        margin-bottom: 3vw;
    }

    .article-list .article-subTitle{
        margin: 0;
        flex-wrap: wrap;
        width: auto;
    }
    
    .article-list .article-subTitle .sub-item{
        max-width: 60%;
        min-width: 40%;
        line-height: 2;
    }
    .article-list .article-subTitle .sub-item:nth-child(2){
        width: 35%;
        min-width: 0;
        max-width: none;
    }
    .article-list .article-subTitle span{
        font-size: 3.8vw;
    }

    .article-footer a.last{
        margin-bottom: 3vw;
    }
    
}