body {
    background: #f8f8f8;
}

.banner-container {
    background-image: url(/images/banner_echain.jpg?v=20250429165117);
}

.main-leftmenu-list-item {
    padding: 0 20px 0 50px;
}

.main-leftmenu-list-item.on .main-leftmenu-list-title {
    border: none;
    padding-bottom: 0;
}

.main-leftmenu-list-item.on {
    position: relative;
}

.main-leftmenu-list-item.on:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 10px;
    height: 10px;
    background: #F3BF4A;
    border-radius: 10px;
}

#list {
    padding-top: 50px;
}

.item-wrap {
    padding: 10px 0 30px;
}

.item-wrap .title {
    position: relative;
    margin: 20px 0 0;
}

.item-wrap .title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    line-height: 0;
    font-size: 0;
    background: #F3BF4A;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
}

.item-wrap .title .txt {
    font-size: 24px;
    font-weight: 700;
    color: #060879;
    position: relative;
    background: #fff;
    display: inline-block;
    padding-right: 30px;
    z-index: 1;
}

.item {
    margin-top: auto;
    /*height: 170px;*/
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}

.item .img-wrap {
    float: left;
    width: 210px;
    height: 140px;
    border-radius: 15px;
    border: 1px solid #F3BF4A;
    overflow: hidden;
    background: #fafafa;
    text-align: center;
}

.item .img-wrap img {
    display: block;
    width: 100%;
    /* height: 100%; */
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.item .btn {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border: 1px solid #F3BF4A;
    border-radius: 40px;
    font-size: 14px;
    color: #060879;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    font-weight: 700;
}

.item .btn:hover {
    background: #060879;
    color: #fff;
}

.item .btn .iconfont {
    color: #F3BF4A;
    margin-left: 5px;
    font-size: 14px;
}

.item .item-info {
    padding: 0 0 0 240px;
}

.item .desc {
    height: 70px;
    font-size: 13px;
    color: #737373;
    line-height: 18px;
    overflow: hidden;
}

/*main-content end*/
/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {
    body {
        background: #f8f8f8;
    }

    .banner-left {
        width: 80%;
        bottom: -90px;
        padding: 15px 0;
        background: #f8f8f8;
    }

    .item .img-wrap {
        width: 120px;
        max-height: 80px;
        border-radius: 10px;
    }

    .item .item-info {
        padding-left: 140px;
    }

    .item .desc {
        font-size: 3vw;
    }

    .item .btn {
        height: 38px;
        line-height: 38px;
        font-size: 3vw;
    }

    .item {
        padding: 4vw 0 0 0;
        /*height: 150px;*/
    }

    .item-wrap {
        padding-bottom: 0;
    }

    .main-content {
        padding: 3vw 5vw 6vw;
        margin: 3vw 0 8vw 8vw;
        min-height: 200px !important;
        border-radius: 15px;
        display: block;
        width: auto;
    }

    .main {
        margin: 108px auto 0;
        padding: 0;
        display: block;
    }
}