.main {
    width: 100%;
    margin-top: 20px;
}

.main-container {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.aside-container {
    display: flex;
    justify-content: space-between;
    min-height: 600px;
}

.aside-context {
    width: 24%;
}

.aside-list {
    width: 75%;
}
.aside-box {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    color: #303133;
}




.aside-item:hover, .aside-item:active{
    background-color: #eeeeee;
}

.aside-box .active{
    background-color: lightblue;
}


.crumbs-nav {
    width: 95%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: #eee;
    padding-left: 30px;
}


.crumbs-nav a:hover {
    color: lightblue;
}


.aside-item {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 30px;
    color: #63065f;
}


.aside-item-dq {
    background-color: #1e88e5;
    font-size: 20px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    text-align: center;
}


.list-context {
    margin-top: 20px;
}

.list-item {
    width: 93%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 50px;
    margin-left: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.list-name {
    width: 50%;
    font-size: 16px;
}
.list-date {
    width: 20%;
    font-size: 16px;
}
.list-money {
    width: 20%;
    font-size: 16px;
}

.list-ly {
    width: 100%;
    box-sizing: border-box;
    margin: 0px 10px 4px 0px;
    background: #f8f8f8;
    padding: 11px 16px;
    font-size: 14px;
    color: #687289;
    line-height: 26px;
}

.list-img-context {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 50px;
}

.img-item-zt {
    transition: all .2s ease;
    width: 45%;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgb(3 27 78 / 12%);
    height: 330px;
    border-radius: 10px;
}

.img-item:hover {
    transform: translate(0px, -3px);

}

.img-zt {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0 0;
}

.introduce-zt {
    padding: 0px 25px;
    line-height: 1.5;
    color: #999;
font-size: 14px;
}
.title-zt {
    height: 45px;
    line-height: 50px;
    padding: 0px 25px;
    font-size: 18px;
}

.zt-context {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px 20px 20px;
}

.zt-img {
    width: 300px;
    border-radius: 10px;
}

.zt-title {
    color: #333;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}

.zt-ewm {
    padding: 34px 0px;
}
.zt-main {
    width: 40%;
}

.img-item-zt:hover{
  transform: translateY(-10px);
}



.jz-zt-img-container {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.jz-zt-img {
    width: 70%;
}

.jz-zt-introduce-container {
    width: 98%;
    margin-top: 30px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    transition: .2s;
}


.jz-button {
    border-top: 1px solid #eaeefb;
    height: 44px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    margin-top: -1px;
    color: #d3dce6;
    cursor: pointer;
    line-height: 44px;
    font-size: 15px;
}
.jz-button:hover {
    color: #1e88e5;
}

.hide {
    display: none;
}
.jz-zt-introduce {
padding: 40px;
}

.jz-zt-title {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jz-zt-ysz {
    font-size: 40px;
    text-shadow: 5px 5px 5px black, 0px 0px 2px black;
    color: white;
    width: 50px;
}