a {
    display: inline-block;
    box-sizing: border-box;
}
a, a:hover {
    text-decoration: none;
}
/* cylt-main */
.cylt-main {
    width: 100vw;
    height: 100vh;
    min-width: 1366px;
    background-color: #e4edf9;
    overflow: hidden;
}
/* top-container */
.top-container {
    position: relative;
    height: 100px;
    font-size: 14px;
    background-image: url(../images/kczt/logobg.png);
    background-repeat: no-repeat;
    background-size: 150% 100%;
    background-position: left 50% top;
}
.clock {
    position: absolute;
    top: 7px;
    left: 16px;
    color: #fff;
}

.user-info {
    position: absolute;
    top: 7px;
    right: 24px;
    color: #fff;
}

.user-name {
    margin-right: 6px;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.logo1 {
    /* width: 300px; */
}
.logo2 {
    /* width: 100px; */
    margin-top: -10px;
}
.kczt-nav-container {
    position: absolute;
    top: 40px;
    width: 100%;
    height: 70px;
    font-size: 14px;
}

.nav-left, .nav-right {
    width: 28%;
}
.nav-left {
    /* justify-content: end; */
}

.nav-item a {
    width: 153px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin: 0 12px;
    background-image: url(../images/kczt/zhitu_bt2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #1537bf;
    transition: all .3s;
}
.nav-item.is-active a,
.nav-item a:hover {
    font-weight: bold;
    background-image: url(../images/kczt/zhitu_bt1.png);
    color: #ffffff;
}
/* content */
.body-container {
    width: 100%;
    height: calc(100vh - 100px);
    padding: 20px;
    /* padding-top: 0; */
    overflow: hidden;
}
.left-body {
    width: 320px;
    height: 100%;
    border: 1px solid #b8cdf3;
    border-top-left-radius: 50px;
    background-color: #fff;
}
.right-body {
    width: calc(100% - 320px - 30px);
    height: 100%;
    border: 1px solid #b8cdf3;
    background-color: transparent;
}
/* left */
.left-title {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../images/kczt/liantu_bt.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.left-title img {
    margin-top: -4px;
    margin-right: 10px;
}
.left-content {
    height: calc(100% - 46px);
    font-size: 16px;
    background-color: #fff;
    color: #666;
}
.left-list {
    height: 100%;
    padding: 18px 13px;
    overflow-x: hidden;
    overflow-y: auto;
}
.left-list-item {
    position: relative;
    height: 54px;
    line-height: 54px;
    margin-bottom: 13px;
    padding-left: 48px;
    border: 1px dashed #d3e0f7;
    border-radius: 4px;
    background-image: linear-gradient(#ffffff, #e8f0fa);
    transition: all .5s;
    cursor: pointer;
}
.left-list-item::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 18px;
    height: 17px;
    background-image: url(../images/kczt/liantu_bt3.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s;
}
.left-list-item:hover,
.left-list-item.is-active {
    border: 1px solid #b8cdf3;
    background-image: linear-gradient(#e4edf9, #dce8f8);
    color: #1d4de7;
}
.left-list-item.is-active::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 13px;
    background-image: url(../images/kczt/liantu_bt4.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s;
}
.child-list {
    display: none;
    position: fixed;
    /* top: 0;
    left: 100%; */
    width: 300px;
    max-height: 350px;
    overflow-y: auto;
    padding: 13px;
    line-height: 1.5;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1), -4px -4px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 999999;
}
.left-list-item:hover .child-list {
    display: block;
}
.child-list-item {
    position: relative;
    margin-bottom: 13px;
    padding: 15px;
    border: 1px dashed #d3e0f7;
    border-radius: 4px;
    background-image: linear-gradient(#ffffff, #e8f0fa);
    transition: all .5s;
    cursor: pointer;
    color: #666;
}
.child-list-item:hover,
.child-list-item.is-active {
    border: 1px solid #b8cdf3;
    background-image: linear-gradient(#e4edf9, #dce8f8);
    color: #1d4de7;
}
.child-list-item:hover::after,
.child-list-item.is-active::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 8px;
    height: 13px;
    background-image: url(../images/kczt/liantu_bt4.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    z-index: 2;
    transition: all .5s;
}
/* right */
.right-content {
    height: 100%;
    padding: 20px 0;
    background-color: #ffffff;
}
.content {
    flex: 1;
    max-width: 33.333333%;
    height: 100%;
    padding: 8px 23px;
    border-right: 1px solid #97c1fb;
}
.content.top {
}
.content.center {
}
.content.bottom {
    border-right: none;
}
.right-title {
    position: relative;
    height: 37px;
    line-height: 37px;
    padding-left: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-repeat: no-repeat;
}
.top .right-title {
    background-image: url(../images/kczt/liantu_bg2.png);
}
.center .right-title {
    background-image: url(../images/kczt/liantu_bg3.png);
}
.bottom .right-title {
    background-image: url(../images/kczt/liantu_bg4.png);
}
.right-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 37px;
    background-image: url(../images/kczt/liantu_bt5.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
}
#left-list, #center-list, #right-list {
    max-height: calc(100% - 34px);
    overflow-x: hidden;
    overflow-y: auto;
}
.right-list-container {
    height: calc(100% - 27px);
    /* overflow: hidden; */
}
.right-list {
    width: 106%;
    height: calc(100%);
    padding: 7px 13px;
    transform: translateX(-3%);
    /* overflow-x: hidden;
    overflow-y: auto; */
}
.right-list .right-item {
    position: relative;
    height: 72px;
    padding-left: 9px;
    border-bottom: 1px solid #dfe9fa;
    transition: all .5s;
    z-index: 1;
    cursor: pointer;
}
.right-list .right-item a {
    display: inline;
}
.right-list .right-item:last-child {
    border-bottom: none;
}
.right-list .right-item:hover .item-title {
    color: #4a7ec6;
}
.right-list .right-item:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 106%;
    height: 100%;
    transform: translateX(-3%);
    background-color: #edf2fc;
    z-index: -1;
    transition: all .5s;
}
.item-title {
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #333333;
    transition: all .3s;
}
.item-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 21px;
    background-image: url(../images/kczt/zhitu_btn.png);
    background-repeat: no-repeat;
    background-position: center;
}
.item-tags {
    display: flex;
}
.item-tags .tags {
    margin-right: 14px;
    padding: 4px 12px;
    border-radius: 4px;
}
.item-tags .tags:first-child {
    background-color: #d7defa;
    color: #1537bf;
}
.item-tags .tags:nth-child(2) {
    background-color: #ceefd7;
    color: #28773e;
}
.item-tags .tags:nth-child(3) {
    background-color: #c7e2fd;
    color: #0769c2;
}
#cmspage {
    height: 44px;
    line-height: 44px;
    text-align: left;
    padding-left: 8px;
    color: #ccc;
}
#cmspage a {
    border: none;
    margin-left: 0;
}
#cmspage a:hover {
    background-color: #1d4de7;
}
.layui-laypage {
    margin: 5px 0;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 4px;
    border: none;
    background-color: #fff;
    color: #333;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: transparent;
}
.layui-laypage .layui-laypage-curr em {
    font-weight: 700;
    color: #0769c2;
}