a, a:hover {
    text-decoration: none;
}
/* nav */
.list-nav-container {
    /* background-image: url(../images/navbg.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
    /* background-color: #1b50a0; */
    background-color: #4775b1;
    min-width: 1366px;
}

.list-nav {
    font-size: 18px;
    width: 1366px;
    height: 72px;
    overflow: hidden;
}

.list-nav .list-nav-item {
    flex: 1;
    transition: all .3s;
}

.list-nav .list-nav-item .nav-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 72px;
    overflow: hidden;
}

.list-nav .list-nav-item .nav-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 35px;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
    overflow: hidden;
}

.list-nav .list-nav-item:last-child .nav-item::after {
    content: '';
    position: absolute;
    background: none;
}

.list-nav .on,
.list-nav .list-nav-item:hover {
    background: rgba(255, 255, 255, .2);
}

.list-nav .list-nav-item .nav-item:hover {
    text-decoration: none;
}
/* crumbs */
.crumbs {
    font-size: 16px;
    padding-left: 41px;
    background-image: url(../images/bbdw.png);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-size: 17px 22px;
}
/* content */
.list-container {
    position: relative;
    overflow: hidden;
}
.list-container::before {
    content: '';
    position: absolute;
    top: 49px;
    left: 0;
    width: 250px;
    height: 100%;
    background-color: #f3f3f3;
}
.list-left-container {
    width: 250px;
    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 #2a69cf;
    background-color: #2a69cf;
    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;
}
.left-item.is-active::before {
}
/* content right */
.list-right-container {
    width: calc(100% - 250px - 25px);
    min-height: 200px;
}
.right-title {
    line-height: 40px;
    font-size: 21px;
    font-weight: bold;
    color: #666666;
}
.lines {
    height: 1px;
    background-color: #cccccc;
}
.right-body {
}
.right-list-item {
    position: relative;
    padding-left: 29px;
    font-size: 18px;
    line-height: 50px;
    color: #666666;
    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: #2a69cf;
}
.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 #2a69cf;
    background-color: #2a69cf;
    color: #ffffff;
}

/* 摘要列表1 */
.zylb {
    padding-left: 4px;
}
.zylb .right-list-item {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 0;
    background-image: none;
}
.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;
    background-image: none;
}
.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.37%;
    height: 296px;
    line-height: 27px;
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 32px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    background-image: none;
    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 #70acfe;
    box-shadow: 0px 0px 10px #70acfe;
    transform: scale(1.01);
}

