body {
    font-family: "microsoft yahei" !important;
    background: url(/zt/css/2020table/../../images/2020table/2020_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.top {
    display: block;
    margin-top: 125px;
    margin-bottom: 65px;
        position: relative;
}

	
    .top ul.layui-form {
        position: absolute;
        width: 136px;
        z-index: 10;
        right: 0;
        bottom: 0;
    }
    
    .top .layui-form-select .layui-input {
        border-radius: 50px;
        font-size: 19px;
        color: #4046ca;
    }
    
    .top .layui-form-select .layui-edge {
        border-top-color: #4046ca;
    }
    
    .top .layui-form-selected dl {
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        border: 0;
    }
    
    .top .layui-form-select dl dd {
        color: #4046ca;
        font-size: 14px;
        text-align: center;
        line-height: 35px;
        margin-bottom: 6px;
        background-color: #f5f6ff;
        box-shadow: 0 3x 4px rgb(0 0 0 / 12%);
    }
    
    .top .layui-form-select dl dd.layui-this {
        background-color: #4046ca;
        color: #FFF;
    }
.index-con {
    background-color: #FFF;
    border-radius: 5px;
    padding: 50px 21px 102px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 45px;
    -moz-box-shadow: 2px 2px 20px rgba(45, 109, 213, 0.4);
    -webkit-box-shadow: 2px 2px 20px rgba(45, 109, 213, 0.4);
    box-shadow: 2px 2px 20px rgba(45, 109, 213, 0.4);
}

.index-con h1 {
    display: block;
    font-size: 24px;
    color: #565656;
    font-weight: bold;
    background-color: #f5f6ff;
    line-height: 50px;
    padding-left: 27px;
    border-radius: 5px;
}

.index-con .index-list {
    padding: 22px 25px 0;
    box-sizing: border-box;
    font-size: 0;
}

.index-con .index-list a {
    font-size: 16px;
    display: inline-block;
    color: #000;
    margin-bottom: 22px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.index-con .index-list a:hover {
    color: #415eea;
}

.index-con .index-list:nth-of-type(2) a {
    padding: 0 16px;
    border-right: 1px #000 solid;
    box-sizing: border-box;
    width: 14.6%;
    text-align: center;
}

.index-con .index-list:nth-of-type(2) a:nth-child(7n+1) {
    padding-left: 0;
    text-align: left;
    width: 12%;
}

.index-con .index-list:nth-of-type(3) a {
    padding: 0 16px;
    border-right: 1px #000 solid;
    box-sizing: border-box;
    width: 16%;
    text-align: center;
}

.index-con .index-list:nth-of-type(3) a:nth-child(1) {
    padding-left: 0;
    text-align: left;
    width: 20%;
}