/**组件样式*/
    .list-ul {
        box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
        background: white;
        padding: 0.2rem;}

    .list-ul li {
        position: relative;
        padding: 0.35rem 0.2rem;
        overflow: hidden;}

    .list-ul li p {
        float: left;
        font-size: 0.18rem;
        line-height: 0.28rem;
        width: calc(100% - 1.1rem);
        color: #323232;
        transition: 0.4s all;}

    .list-ul li span {
        line-height: 0.28rem;
        float: right;
        width: 1.1rem;
        text-align: right;
        color: #323232;
        font-size: 0.18rem;}

    .list-ul li::before {
        content: "";
        position: absolute;
        left: 0.2rem;
        width: 0.06rem;
        height: 0.07rem;
        background: #FF5800;
        border-radius: 50%;
        bottom: 0;}

    .list-ul li::after {
        content: "";
        position: absolute;
        left: 0.2rem;
        width: 100%;
        height: 1px;
        background: rgba(198, 149, 106, 0.3);
        border-radius: 50%;
        bottom: 0.03rem;}

    .list-ul li:hover {
        background: url(images24/textbg02.png) no-repeat center;
    background-size: cover;}

    .list-ul li:hover p {
        color: #fff;
        margin-left: 0.3rem;
        width: calc(100% - 1.4rem);}

   .list-ul li:hover span {
    color: #fff;
    background-color: #ff8800;
    text-align: center;
    border-radius: 5px;}
    .list-ul li:hover::before {
       top: 50%;
    transform: translateY(-50%);}
.JNlink{background:url(images/right-fd-bg.gif);}
.floating_ck{height:560px !important;background: #FFFFFF !important;}
