a, a:hover {
    text-decoration: none;
}
.list-content-container {
    padding: 20px 0;
    background-color: #ffffff;   
}
/* crumbs */
.crumbs {
    height: 22px;
    font-size: 16px;
    color: #999999;
    padding-left: 20px;
    /* background-image: url(../images/bbdw.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 17px 22px; */
}
.crumbs a:hover {
    color: #003170;
}
/* content */
.list-container {
    position: relative;
    overflow: hidden;
}
.list-container .wbi100 {
    width: 100% !important;
}
/* .list-container::before {
    content: '';
    position: absolute;
    top: 49px;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #f3f3f3;
} */
.list-container.left-none::before {
    display: none;
}
.list-left-container {
    width: 250px;
    margin-right: 25px;
    height: 100%;
}
.left-title {
    position: relative;
    height: 50px;
    line-height: 40px;
    padding-left: 45px;
    font-size: 21px;
    font-weight: bold;
    background-image: url(../images/bbbt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.left-body {
    height: 100%;
    margin-top: 8px;
    background-color: #f3f3f3;
}
.left-list {
    padding: 27px 23px;
}
.left-item {
    width: 100%;
    margin-bottom: 20px;
}
.left-item a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 32px;
    font-size: 18px;
    color: #333333;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    cursor: pointer;
    z-index: 1;
    transition: all .3s;
    box-sizing: border-box;
}
.left-item a:hover,
.left-item.is-active a {
    color: #ffffff;     
    border: 1px solid #003170;
    background-color: #003170;
    text-decoration: none;
}
.left-item a::before {
    content: '';
    position: absolute;
    left: -6px;
    top: -1px;
    width: 6px;
    height: 100%;
    background-color: #e5e5e5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    z-index: 2;
}
/* content right */
.list-right-container {
    /* width: calc(100% - 250px); */
    width: 100%;
    padding: 0 25px;
    min-height: 500px;
    color: #666666;
}
.right-title {
    line-height: 40px;
    font-size: 21px;
    font-weight: bold;
}
.lines {
    height: 1px;
    background-color: #cccccc;
}
.right-list-item {
    position: relative;
    padding-left: 29px;
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px dashed #dfdfdf;
    background-image: url(../images/bbtt.png);
    background-repeat: no-repeat;
    background-position: left 3px center;
}
.right-list-item:last-child {
    border-bottom: none;
}
.right-list-item a {
    color: #666666;
    transition: all .3s;
}
.right-list-item a:hover .text {
    color: #003170;
}
.right-list-item .time {
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
}

/* cmspage */
#cmspage {
    text-align: left;
    margin-top: 24px;
    margin-bottom: 24px;
}

#cmspage a {
    height: 32px;
    line-height: 32px;
    padding: 0 13px;
    background-image: linear-gradient(#ffffff, #f3f3f3);
    transition: all .1s;
}
#cmspage b {
    height: 32px;
    line-height: 32px;
    padding: 0 13px;
}
#cmspage a:hover, #cmspage b {
    font-weight: bold;
    border: 1px solid #003170;
    background-color: #003170;
    color: #ffffff;
}

/* 摘要列表1 */
.zylb {
    padding-left: 4px;
}
.zylb .right-list-item {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 0;
}
.zylb-img {
    width: 240px;
    height: 150px;
    margin-right: 45px;
}
.zylb-img img {
    width: 100%;
    height: 100%;
}
.zylb-info {
    width: calc(100% - 285px);
}
.zylb-title {
    font-weight: bold;
}
.zylb-desc {
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}
/* 摘要列表2 */
.zylb2 .right-list-item {
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 0;
}
.zylb2-time {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 89px;
    height: 102px;
    text-align: center;
    line-height: 30px;
    margin-right: 36px;
    font-size: 14px;
    color: #737373;
    border: 2px solid #e9e9e9;
}
.zylb2-time::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 45%;
    height: 35%;
    border-top: 1px solid #bfbdbd;
    border-left: 1px solid #bfbdbd;
}
.zylb2-time::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 45%;
    height: 35%;
    border-bottom: 1px solid #bfbdbd;
    border-right: 1px solid #bfbdbd;
}
.zylb2-time .time-top {
    font-size: 28px;
    font-weight: bold;
}
.zylb2-info {
    width: calc(100% - 125px);
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.zylb2-info .text {
    line-height: 46px;
}
.zylb2-info .zylb-desc {
    line-height: 26px;
    color: #737373;
}

/* 图片列表 */
.listimg {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
}
.listimg .right-list-item {
    width: 31.4%;
    height: 296px;
    line-height: 27px;
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 32px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    transition: all .3s;
}
.listimg .right-list-item .item {
    display: inline-block;
    width: 100%;
}
.listimg .right-list-item:nth-child(3n) {
    margin-right: 0px;
}
.listimg .listimg-img {
    width: 100%;
    height: 214px;
}
.listimg .listimg-img img {
    width: 100%;
    height: 100%;
}
.listimg .right-list-item .text {
    padding: 5px;
}
.listimg .right-list-item:hover {
    border: 1px solid #003170;
    box-shadow: 0px 0px 10px #003170;
    transform: scale(1.01);
}

.list-content-container {
    background-color: #ffffff;
}

.content-content-container {
    background-color: #ffffff;
}

