/* 未能缩小。正在返回未缩小的内容。
(275,28): run-time error CSS1046: Expect comma, found '51'
(275,34): run-time error CSS1046: Expect comma, found '/'
 */
#news-main {
    margin: 0 auto;
    width: 1100px;
    overflow: hidden;
}

#news-left, #news-content {
    float: left;
}

#news-left {
    margin-right: 25px;
}

#news-content {
}

#contact-information {
    width: 170px;
    height: 260px;
    margin: 30px 0px;
    background-image: url(/Content/images/left_03.jpg);
}

#classify-list {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

    #classify-list .classify-item {
        width: 170px;
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        text-align: center;
        border-bottom: 1px solid #efefef;
    }

    #classify-list .classify-title {
        color: #ffffff;
        font-size: 18px;
        text-align: left;
        border-bottom: none;
        background-color: #696866;
    }

        #classify-list .classify-title span {
            margin-left: 25px;
        }

    #classify-list .classify-item a {
        display: block;
        background: url(/Content/images/helpmenu.png) no-repeat;
        background-position: 10px -590px;
    }

        #classify-list .classify-item a:hover {
            background-position: 10px -634px
        }

    #classify-list .classify-item-this {
        width: 167px;
        border-left: 3px solid #e25353;
    }

        #classify-list .classify-item-this a {
            background: none;
        }


#news-content {
    width: 900px;
    padding: 20px 0px;
    /*overflow: hidden;*/
}

    #news-content .news-item {
        margin: 10px 0px;
    }

    #news-content .news-title {
        font-size: 24px;
        color: #333;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    #news-content .news-author {
        text-align: center;
    }

    #news-content .news-body {
        font-size: 14px;
    }


    #news-content .news-time {
        text-align: right;
    }


    #news-content .news-author, #news-content .news-time {
        color: #c1c1c1c1;
    }


    #news-content #news-list ul {
        padding: 0 20px;
    }

        #news-content #news-list ul li {
            overflow: hidden;
            padding: 10px;
            padding-right: 0;
            line-height: 16px;
            border-bottom: 1px dashed #e0e0e0;
        }

            #news-content #news-list ul li p {
                float: left;
                width: 545px;
                padding-left: 15px;
                font-size: 14px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }


            #news-content #news-list ul li span {
                float: right;
                display: block;
                width: 230px;
                color: #999;
                font-size: 12px;
                text-align: right;
            }



.layui-laypage a:hover {
    color: #F67919 !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #F67919;
}

.layui-laypage input:focus {
    border-color: #F67919 !important
}

.about-title {
    position: relative;
    padding-left: 15px;
    line-height: 50px;
    font-size: 16px;
    color: #434e68;
    font-weight: bold;
    margin-top: 20px;
}



/*
    begin：合作伙伴
*/
.partners {
    width: 940px;
    margin: 0 auto;
    overflow: hidden;
}

    .partners .partner-item {
        width: 202px;
        height: 56px;
        display: block;
        text-align: center;
        float: left;
        border: #e0e0e0 solid 1px;
        margin: 6px;
        margin-top: 0;
    }

        .partners .partner-item:hover {
            border: #999 solid 1px;
        }

        .partners .partner-item .partners-image {
            max-width: 177px;
            object-fit: cover;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
        }

/*
    end：合作伙伴
*/








/*
    begin：缴费方式
*/

.clear-paymode {
    clear: left;
    width: 0px;
    height: 0px;
}

#paymodes-body {
    width: 100%;
}

    #paymodes-body .pay-type {
        color: rgba(154,154,154,1);
        font-size: 26px;
        line-height: 37px;
    }

    #paymodes-body .pay-title {
        width: 96%;
        height: 40px;
        font-weight: 600;
        font-size: 18px;
        line-height: 40px;
        padding-left: 10px;
        border-left: 3px solid rgb(204, 78, 74);
        background: #f3f4f4;
        margin-top: 30px;
        color: #e05149;
    }

    #paymodes-body .pay-modes {
        height: auto;
        /*min-height: 200px;*/
    }

    #paymodes-body .paymode-item {
        float: left;
        width: 244px;
        min-height: 200px;
        text-align: center;
        border-radius: 10px;
        padding: 30px 16px;
        margin-top: 20px;
        margin-right: 20px;
        border: 1px solid #eaeaea;
        padding-bottom: 10px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        #paymodes-body .paymode-item:hover {
            animation: paymode-animation 1.5s ease forwards;
        }

@keyframes paymode-animation {
    0% {
        box-shadow: none;
    }

    100% {
        /*box-shadow: rgb(51 51 51 / 18%) 0px 0px 8px 0px;*/
        box-shadow: rgb(51 51 51 / 18%) 5px 2px 10px 0px;
    }
}


#paymodes-body .item-icon {
    width: 100%;
    height: 60px;
    text-align: center;
    overflow: hidden;
}

    #paymodes-body .item-icon img {
        height: 48px;
        border-radius: 10px;
    }

#paymodes-body .item-title {
    font-size: 18px;
    line-height: 20px;
}

    #paymodes-body .item-title:after {
        content: "";
        width: 36px;
        height: 1px;
        display: block;
        margin: 0px auto;
        margin-top: 10px;
        margin-bottom: 20px;
        background: #eaeaea;
    }



#paymodes-body .label-item {
    width: 50%;
    float: left;
    height: 30px;
    text-align: left;
}

    #paymodes-body .label-item .label-icon {
        width: 20px;
        height: 20px;
        margin-right: 4px;
    }

    #paymodes-body .label-item .label-text {
        color: rgba(154,154,154,1);
        font-size: 14px;
        line-height: 20px;
    }

    #paymodes-body .label-item .label-body {
        display: flex;
    }

        #paymodes-body .label-item .label-body .left-offset {
            margin-left: 13px;
        }

#paymodes-body .label-separate {
    float: none;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

#paymodes-body .item-many .label-item {
    width: 33%;
}


/*
    end：缴费方式
*/

