@import url(http://at.alicdn.com/t/font_2435342_w1zu3g6sq0j.css);
@import url("iconfont.css");

.header .top {
    height: 170px;
    background-image: url(../images/tbaner.jpg);
    background-repeat: no-repeat;
}

    .header .top .logo {
        margin-top: 50px;
        color: #fff;
        font-weight: 700;
        font-size: 32px;
    }

    .header .top .search {
        overflow: hidden;
        margin: 64px 20px 0 0;
        padding: 2px 10px 2px 20px;
        border-radius: 4px;
        background: #fff;
    }

        .header .top .search input {
            display: inline-block;
            width: 200px;
            height: 40px;
            outline: 0;
            border: none;
            border-radius: 18px;
            background: 0 0;
            vertical-align: top;
            font-size: 14px;
            line-height: 40px;
        }

        .header .top .search button {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #fff;
            vertical-align: top;
            cursor: pointer;
        }

            .header .top .search button img {
                width: 20px;
            }

    .header .top .login {
        margin: 64px 0;
        width: 100px;
        height: 42px;
        border: 1px solid #008bee;
        border-radius: 4px;
        background: #fff;
        color: #0d77c3;
        text-align: center;
        line-height: 42px;
    }

        .header .top .login a {
            display: block;
            color: #0d77c3;
        }

            .header .top .login a img {
                margin-top: -2px;
                margin-right: 2px;
            }

.header .bot {
    height: 60px;
    background: #0d77c3;
}

.header .nav li {
    position: relative;
    float: left;
    width: 11.11%;
    height: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

    .header .nav li .fir {
        display: inline-block;
        padding: 0 10px;
        height: 57px;
        color: #fff;
    }

    .header .nav li.active .fir {
        border-bottom: 3px solid #ff8a00;
    }

    .header .nav li:hover .fir {
        border-bottom: 3px solid #ff8a00;
    }

    .header .nav li .drop {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 100;
        display: none;
        padding: 5px 0;
        min-width: 100%;
        border: 1px solid #d2d2d2;
        border-radius: 2px;
        background-color: #fff;
        box-shadow: rgba(0,0,0,.12) 0 2px 4px;
        white-space: nowrap;
        line-height: 36px;
        animation-duration: .3s;
        animation-fill-mode: both;
    }

        .header .nav li .drop a {
            display: block;
            border-bottom: 1px solid #eee;
            color: #333;
            line-height: 40px;
        }

            .header .nav li .drop a:hover {
                background: #f6f6f6;
            }

            .header .nav li .drop a:last-child {
                border-bottom: 0;
            }

    .header .nav li:hover .drop {
        display: block;
    }

.anyou-left-bar {
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 500;
    text-align: left;
}

    .anyou-left-bar li {
        position: relative;
        right: -80px;
        margin: 4px 0;
        padding: 10px;
        width: 110px;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        background: #333;
        cursor: pointer;
    }

        .anyou-left-bar li .iconBox {
            display: flex;
            overflow: hidden;
            text-align: center;
            align-items: center;
            justify-content: space-between;
        }

        .anyou-left-bar li i {
            color: #fff;
            font-size: 24px;
        }

        .anyou-left-bar li h4 {
            margin: 2px 0 2px 15px;
            color: #fff;
            text-align: left;
            font-size: 14px;
        }

        .anyou-left-bar li:hover {
            background: #0d77c3;
        }

        .anyou-left-bar li .hideBox {
            position: absolute;
            top: -10px;
            right: 120px;
            z-index: 999;
            display: none;
            padding: 10px 15px 10px 10px;
        }

            .anyou-left-bar li .hideBox .hb {
                padding: 10px 20px;
                border: 1px solid #ddd;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px;
                background-color: #fff;
            }

                .anyou-left-bar li .hideBox .hb img {
                    width: 120px;
                }

                .anyou-left-bar li .hideBox .hb h5 {
                    display: block;
                    padding: 5px 0;
                    color: #333;
                    white-space: nowrap;
                    font-weight: 400;
                    font-size: 16px;
                }

.index-section1 .slider {
    width: 450px;
}

.index-section1 .slide1 .swiper-button-next, .index-section1 .slide1 .swiper-button-prev {
    width: 20px;
    background-size: 20px;
}

.index-section1 .slider .swiper-pagination {
    bottom: 0;
}

.index-section1 .slider .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.index-section1 .slider img {
    width: 450px;
    height: 254px;
}

.index-section1 .slider .text {
    padding: 10px;
    height: 30px;
    background: #0d77c3;
    color: #fff;
    font-size: 16px;
}

.index-section {
    margin-top: 30px;
}

.index-section1 .notice {
    margin-left: 30px;
    width: 410px;
}

    .index-section1 .notice .title {
        position: relative;
        margin-bottom: 15px;
        padding-left: 28px;
        height: 32px;
        background: url(../images/index-notice.png) left center no-repeat;
        color: #0d77c3;
        font-weight: 700;
        font-size: 20px;
        line-height: 32px;
    }

        .index-section1 .notice .title span {
            position: absolute;
            top: 15px;
            right: 40px;
            display: block;
            width: 260px;
            height: 1px;
            background: #0d77c3;
        }

        .index-section1 .notice .title a {
            float: right;
            color: #0d77c3;
            font-weight: 400;
            font-size: 14px;
        }

.index-section1 .info-box {
    width: 280px;
}

    .index-section1 .info-box .more {
        margin-top: 15px;
        font-size: 0;
    }

        .index-section1 .info-box .more a {
            position: relative;
            display: inline-block;
            margin-left: -1px;
            padding: 10px;
            width: 72px;
            height: 60px;
            border: 1px solid #eee;
            color: #333;
            text-align: center;
            font-size: 14px;
        }

        .index-section1 .info-box .more i {
            display: block;
            color: #0d77c3;
            font-size: 24px;
        }

        .index-section1 .info-box .more a:hover {
            background: #0d77c3;
            color: #fff;
        }

            .index-section1 .info-box .more a:hover i {
                color: #fff;
            }

.index-section1 .login .title span {
    display: block;
    padding: 0 15px;
    height: 35px;
    border-top: 4px solid #0d77c3;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #333;
    font-size: 16px;
    line-height: 35px;
}

.index-section1 .login .form {
    padding-top: 5px;
    padding-bottom: 15px;
    border: 1px solid #eee;
}

    .index-section1 .login .form .line {
        margin: 12px auto 0;
        width: 200px;
    }

    .index-section1 .login .form input {
        padding: 4px 10px;
        width: 180px;
        height: 30px;
        background: #eee;
        line-height: 30px;
    }

    .index-section1 .login .form .btn1 {
        display: block;
        height: 36px;
        background: #0d77c3;
        color: #fff;
        text-align: center;
        line-height: 36px;
    }

        .index-section1 .login .form .btn1:hover {
            opacity: .8;
        }

.index-section1 .login .user {
    padding: 15px 0;
    border: 1px solid #eee;
}

.index-section1 .login .form-login .username {
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

.index-section1 .login .form-login .logout {
    margin: 0 auto;
    width: 120px;
    height: 30px;
    background: #f0f0f0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

    .index-section1 .login .form-login .logout:hover {
        background: #ddd;
    }

.index-section1 .login .form-login .search {
    display: block;
    margin-top: 20px;
    height: 45px;
    background: #0d77c3;
    color: #fff;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}

    .index-section1 .login .form-login .search:hover {
        opacity: .8;
    }

.index-section1 .list {
    margin-bottom: 20px;
}

    .index-section1 .list a {
        display: block;
        margin-top: 20px;
        color: #333;
    }

        .index-section1 .list a:first-child {
            margin-top: 0;
        }

        .index-section1 .list a .time {
            width: 60px;
            text-align: center;
        }

        .index-section1 .list a .d {
            height: 37px;
            background: #eee;
            color: #555;
            font-size: 24px;
        }

        .index-section1 .list a .y {
            width: 60px;
            height: 32px;
            background: #0d77c3;
            color: #fff;
            font-size: 14px;
            line-height: 32px;
        }

        .index-section1 .list a .t {
            display: -webkit-box;
            overflow: hidden;
            margin-bottom: 5px;
            text-overflow: ellipsis;
            font-size: 16px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow-wrap: break-word;
        }

        .index-section1 .list a:hover .t {
            color: #0d77c3;
        }

        .index-section1 .list a .c {
            display: -webkit-box;
            overflow: hidden;
            height: 45px;
            color: #999;
            text-overflow: ellipsis;
            font-size: 14px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow-wrap: break-word;
        }

.index-section1 .list2 a {
    display: block;
    height: 34px;
    color: #333;
    line-height: 34px;
}

    .index-section1 .list2 a .t1 {
        position: relative;
        height: 34px;
        line-height: 34px;
    }

        .index-section1 .list2 a .t1 .dot {
            position: absolute;
            top: 15px;
            left: 0;
            display: block;
            width: 4px;
            height: 4px;
            background: #ddd;
        }

        .index-section1 .list2 a .t1 .t11 {
            display: inline-block;
            overflow: hidden;
            padding-left: 15px;
            width: 300px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .index-section1 .list2 a:hover .t1 .t11 {
        color: #0d77c3;
    }

    .index-section1 .list2 a .fr {
        width: 80px;
        color: #999;
        text-align: revert;
    }

.index-section1 .list a .con {
    width: 330px;
}

.index-section .news-box {
    float: left;
    margin-right: 30px;
    width: 378px;
    border: 1px solid #eee;
}

    .index-section .news-box .title {
        padding: 0 10px;
        height: 45px;
        border-top: 4px solid #0d77c3;
        background: #f6f6f6;
        font-size: 18px;
        line-height: 45px;
    }

        .index-section .news-box .title a {
            float: right;
            color: #999;
            font-weight: 400;
            font-size: 14px;
            cursor: pointer;
        }

    .index-section .news-box .list {
        padding: 15px;
    }

        .index-section .news-box .list a {
            display: block;
            height: 34px;
            color: #333;
            line-height: 34px;
        }

            .index-section .news-box .list a .t1 {
                position: relative;
                height: 34px;
                line-height: 34px;
            }

                .index-section .news-box .list a .t1 .dot {
                    position: absolute;
                    top: 15px;
                    left: 0;
                    display: block;
                    width: 4px;
                    height: 4px;
                    background: #ddd;
                }

                .index-section .news-box .list a .t1 .t11 {
                    display: inline-block;
                    overflow: hidden;
                    padding-left: 15px;
                    width: 240px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

            .index-section .news-box .list a .fr {
                width: 80px;
                color: #999;
                text-align: revert;
            }

    .index-section .news-box.last {
        margin-right: 0;
    }

.anyou-footer3 {
    margin-top: 50px;
    padding: 20px 0 15px;
    background: #2f2f2f;
    text-align: center;
    line-height: 1.8;
}

    .anyou-footer3 .fnav {
        margin-bottom: 10px;
        font-size: 0;
    }

        .anyou-footer3 .fnav a {
            display: inline-block;
            color: #b8b8b8;
            font-size: 14px;
        }

        .anyou-footer3 .fnav span {
            display: inline-block;
            margin: 0 4px;
            color: #999;
            font-size: 14px;
        }

    .anyou-footer3 .fbot {
        color: #666;
        font-size: 14px;
    }

        .anyou-footer3 .fbot a {
            color: #666;
        }

    .anyou-footer3 a:hover {
        color: rgb(13 119 195);
    }

.index-section3 .box {
    background-size: cover;
}

    .index-section3 .box .title {
        margin-bottom: 20px;
        height: 45px;
        border-top: 3px solid #0d77c3;
        border-bottom: 1px solid #ddd;
        color: #333;
        font-size: 18px;
        line-height: 45px;
    }

        .index-section3 .box .title a {
            float: right;
            color: #999;
            font-weight: 400;
            font-size: 14px;
            cursor: pointer;
        }

    .index-section3 .box .list {
        font-size: 0;
    }

        .index-section3 .box .list a {
            display: inline-block;
            margin-left: 20px;
        }

            .index-section3 .box .list a:first-child {
                margin-left: 0;
            }

            .index-section3 .box .list a img {
                padding: 5px;
                width: 122px;
                height: 170px;
                border-radius: 4px;
                background: #f6f6f6;
            }

            .index-section3 .box .list a:hover img {
                background: #ddd;
            }

.index-section .news-box .list a:hover .t1 .t11 {
    color: #0d77c3;
}

.index-section .news-box .title a:hover {
    text-decoration: underline;
}

.header .top .login:hover {
    background: #d4e9f8;
}

.page {
    margin: 30px;
}

.page-left {
    margin-right: 3%;
    width: 24%;
}

    .page-left .menu {
        border: 1px solid #eee;
    }

        .page-left .menu .t {
            padding: 0 15px;
            height: 60px;
            border-top: 3px solid #0d77c3;
            background: #f6f6f6;
            color: #0d77c3;
            font-weight: 700;
            font-size: 18px;
            line-height: 60px;
        }

        .page-left .menu ul li {
            position: relative;
            padding-left: 17px;
            height: 60px;
            border-bottom: 1px solid #ecebeb;
            font-size: 14px;
            line-height: 60px;
        }

            .page-left .menu ul li:last-child {
                border-bottom: 0;
            }

            .page-left .menu ul li a {
                color: #000;
            }

            .page-left .menu ul li:hover a {
                color: #0d77c3;
            }

            .page-left .menu ul li.active::before {
                position: absolute;
                top: 25%;
                left: 0;
                width: 4px;
                height: 50%;
                background-color: #ff8a00;
                content: "";
            }

    .page-left .index-section .news-box {
        margin-bottom: 50px;
        width: 100%;
    }

        .page-left .index-section .news-box .title {
            padding: 0 15px;
            border-top: 3px solid #0d77c3;
            font-size: 16px;
        }

.page-right {
    width: 73%;
}

    .page-right .stop {
        height: 60px;
        border-top: 3px solid #0d77c3;
        border-bottom: 1px solid #eee;
        line-height: 60px;
    }

        .page-right .stop .tit {
            color: #0d77c3;
            font-weight: 700;
            font-size: 18px;
        }

        .page-right .stop .path a {
            color: #333;
        }

            .page-right .stop .path a.active {
                color: #ff5700;
            }

    .page-right .content {
        margin: 15px 0;
        font-size: 16px;
        line-height: 2;
    }

        .page-right .content p {
            margin: 10px 0;
        }

        .page-right .content img, .page-right .content video {
            max-width: 100%;
        }

.page-nav {
    margin: 30px 0;
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0d77c3;
}

.layui-laypage a:hover {
    color: #0d77c3;
}

.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #0d77c3!important;
}

.page-right .index-section3 .box .list {
    margin-left: -25px;
}

    .page-right .index-section3 .box .list a img {
        width: 146px;
        height: 205px;
    }

    .page-right .index-section3 .box .list a {
        margin-bottom: 20px;
        margin-left: 25px;
    }

        .page-right .index-section3 .box .list a:first-child {
            margin-left: 20px;
        }

.doc-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.select-menu {
    margin: 20px auto;
    padding: 15px 0;
    background: #f6f6f6;
    font-size: 14px;
}

.select-menu-panle {
    overflow: hidden;
    padding-top: 10px;
}

    .select-menu-panle .name {
        padding: 2px 0;
        width: 90px;
        text-align: right;
        font-size: 16px;
    }

    .select-menu-panle .list {
        width: 770px;
    }

        .select-menu-panle .list a {
            float: left;
            display: block;
            margin: 0 10px 10px 0;
            padding: 5px 10px;
            border: 1px solid #ddd;
            border-radius: 2px;
            background: #fff;
            color: #666;
            cursor: pointer;
        }

            .select-menu-panle .list a:hover {
                border: 1px solid #0269b8;
                background: #ecf7ff;
                color: #0269b8;
            }

            .select-menu-panle .list a.on {
                background: #0269b8;
                color: #fff;
            }

        .select-menu-panle .list .input {
            padding-left: 10px;
            width: 200px;
            height: 38px;
            border: 1px solid #ddd;
            border-style: solid;
            border-width: 1px;
            border-radius: 2px;
            background-color: #fff;
            line-height: 1.3;
        }

        .select-menu-panle .list .btn {
            margin-left: 15px;
            width: 80px;
            outline: 0;
            border: 0;
            border-radius: 4px;
            background: #0269b8;
            color: #fff;
            line-height: 40px;
            cursor: pointer;
        }

            .select-menu-panle .list .btn:hover {
                background: #257fc4;
            }

.sub_tit {
    position: relative;
    display: block;
    margin-bottom: 30px;
    line-height: 50px;
}

    .sub_tit span {
        display: inline-block;
        padding: 0 30px;
        border-bottom: #0269b8 3px solid;
        color: #0269b8;
        font-size: 18px;
    }

.table_style {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

    .table_style td, .table_style th {
        padding: 5px 15px;
        border: #ddd 1px solid;
        color: #666;
        font-size: 16px;
        line-height: 40px;
    }

    .table_style th {
        background: #f6f6f6;
        font-weight: 400;
    }

    .table_style td {
        color: #333;
    }

        .table_style td a {
            text-decoration: underline;
        }

            .table_style td a:hover {
                color: #38276e;
            }

.lawyer_card li {
    display: inline-block;
    margin: 0 0 40px 0;
    padding: 25px 25px 15px 25px;
    width: 1140px;
    border: #ddd 1px solid;
    background: #fff;
}

    .lawyer_card li:nth-child(2n) {
        margin-right: 0;
    }

    .lawyer_card li .flex-hd {
        margin-right: 30px;
        width: 120px;
        text-align: center;
    }

        .lawyer_card li .flex-hd p {
            margin-top: 10px;
            color: #000;
            text-align: center;
            font-size: 16px;
            line-height: 30px;
        }

    .lawyer_card li .flex-item p {
        margin: 0;
        color: #777;
        font-size: 14px;
        line-height: 30px;
    }

    .lawyer_card li:hover {
        box-shadow: rgba(0,0,0,.3) 3px 3px 5px;
    }

    .lawyer_card li .flex-hd img {
        margin: 20px auto;
        width: auto;
        max-width: 80%;
    }

.page-right section {
    padding: 15px 0;
}

.anyou-contact3 .map {
    width: 100%;
    height: 300px;
}

.anyou-contact3 .box {
    position: relative;
    height: auto;
    margin: 30px 0;
}

    .anyou-contact3 .box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .anyou-contact3 .box p {
        color: #666;
        font-size: 16px;
    }

.anyou-detail2 .top .title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-align: center;
    width: 80%;
    margin: 30px auto;
}

.anyou-detail2 .top .time {
    text-align: center;
    color: #333;
}

    .anyou-detail2 .top .time span {
        margin: 0 30px;
        color: #666;
    }

.anyou-detail2 .top .font-size {
    position: absolute;
    right: 55px;
    top: 0px;
    color: #999;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
}

    .anyou-detail2 .top .font-size .btn {
        display: inline-block;
        cursor: pointer;
        text-align: center;
        font-size: 14px;
        margin-left: 4px;
        color: #999;
    }

        .anyou-detail2 .top .font-size .btn i {
            font-size: 16px;
            margin-right: 2px;
        }

        .anyou-detail2 .top .font-size .btn.on {
            color: #333;
        }

.anyou-detail2 .top .share {
    position: absolute;
    right: -50px;
    top: 0;
    padding-right: 50px;
    padding-left: 15px;
    border-left: 1px solid #eee;
    height: 20px;
    line-height: 20px;
}

    .anyou-detail2 .top .share .social-share {
        position: absolute;
        top: -10px;
        width: 40px;
        right: 0;
        display: none;
    }

    .anyou-detail2 .top .share:hover .social-share {
        display: block;
    }

    .anyou-detail2 .top .share i {
        font-size: 20px;
        color: #999;
        cursor: pointer;
    }

.anyou-detail2 .news-content {
    color: #000;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
}

    .anyou-detail2 .news-content img, .anyou-detail2 .news-content video {
        max-width: 800px;
        width: auto;
    }

.anyou-detail2 .links {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

    .anyou-detail2 .links a {
        display: block;
        color: #666;
        line-height: 2;
    }

        .anyou-detail2 .links a:hover {
            color: rgb(13, 119, 195);
        }

.anyou-detail2 .top .infos {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.anyou-list1 .listul li {
    min-height: 18px;
    padding: 20px 5px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}

.anyou-list1 li .liL {
    width: 84px;
    height: 84px;
    background: #F2F2F2;
    padding-right: 15px;
}

    .anyou-list1 li .liL .day {
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        margin-top: 20px;
        font-family: arial;
        color: #666;
    }

    .anyou-list1 li .liL .year {
        text-align: center;
        font-family: arial;
        font-size: 14px;
        line-height: 20px;
        color: #afafaf;
    }

.anyou-list1 li .liL-img {
    width: 150px;
    height: inherit;
    background: none;
}

    .anyou-list1 li .liL-img img {
        width: 100%;
    }

.anyou-list1 li .liR, .anyou-list1 li .li-btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


    .anyou-list1 li .liR a {
        font-size: 16px;
        color: #333;
        height: 24px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        font-weight: bold;
    }

    .anyou-list1 li .liR .sub {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #666;
        padding-top: 7px;
        line-height: 22px;
    }

    .anyou-list1 li .liR .info {
        color: #999;
        margin-top: 5px;
        font-size: 12px;
    }

.anyou-list1 li .li-btn {
    color: #333;
    border: 1px solid #eee;
    padding: 5px 10px;
    display: inherit;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 14px;
}

    .anyou-list1 li .li-btn:hover {
        color: #fff;
        background: #0269b8;
        border: 1px solid #0269b8;
    }

.anyou-list1 li:hover .liR a {
    color: #0269b8;
}

.anyou-list1 li:hover .liR, .anyou-list1 li:hover .li-btn {
    transform: translateX(10px);
}

/* 
Anyou
Ã¨Â®Â¾Ã¨Â®Â¡Ã¨Â´Å¸Ã¨Â´Â£Ã¤ÂºÂºÃ¯Â¼Å¡XueJifei
Ã¥Â¼â‚¬Ã¥Â§â€¹Ã¦â€”Â¶Ã©â€”Â´Ã¯Â¼Å¡2021/01/25
*/

.anyou-list3 li {
    padding: 7px 0;
    font-size: 16px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
}

    .anyou-list3 li .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 50%;
        vertical-align: middle;
        background: #5b99cb;
    }

    .anyou-list3 li .list-text {
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 80%;
    }

    .anyou-list3 li .timedate {
        display: inline-block;
        color: #999;
        vertical-align: middle;
        float: right;
        padding-right: 5px;
    }

    .anyou-list3 li:hover {
        background: #f6f6f6;
    }

    .anyou-list3 li a {
        color: #333;
    }

.per-tag {
    display: inline-block;
    margin: 8px;
}

.per-tag-1 {
    background: #e6ebee;
    color: #0269b8;
    font-size: 14px;
    padding: 4px 8px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.per-tag-2 {
    background: #f3f3f3;
    font-size: 14px;
    padding: 4px 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
