h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    color: #ac9455;
    outline: none !important;
    text-decoration: none
}

    a:focus, a:hover {
        color: #ac9455;
        text-decoration: none
    }

.pagination {
    display: block;
    text-align: center;
    margin-top: 22px
}

    .pagination .prev, .pagination .pages, .pagination .next, .pagination .page {
        display: inline-block
    }

    .pagination .prev, .pagination .next {
        display: inline-block
    }

        .pagination .prev .btn-prev, .pagination .prev .btn-next, .pagination .next .btn-prev, .pagination .next .btn-next {
            display: inline-block;
            width: 62px;
            height: 27px;
            line-height: 27px;
            border: 1px solid #ac9455;
            border-radius: 30px;
            color: #ac9455;
            background: #fff;
            font-size: 12px;
            text-decoration: none;
            transition: all .2s ease-in
        }

            .pagination .prev .btn-prev:hover, .pagination .prev .btn-next:hover, .pagination .next .btn-prev:hover, .pagination .next .btn-next:hover {
                color: #fff;
                background: #ac9455
            }

    .pagination .prev {
        margin-right: 20px
    }

    .pagination .next {
        margin-left: 20px
    }

    .pagination .page {
        display: inline-block;
        margin-left: 4px
    }

        .pagination .page:first-child {
            margin-left: 0
        }

        .pagination .page.active .page-item {
            border-color: #ac9455;
            color: #fff;
            background: #ac9455
        }

        .pagination .page .page-item {
            display: inline-block;
            width: 27px;
            height: 27px;
            line-height: 27px;
            border: 1px solid transparent;
            border-radius: 30px;
            color: #898989;
            text-decoration: none;
            transition: all .2s ease-in
        }

            .pagination .page .page-item:hover {
                border-color: #ac9455;
                color: #fff;
                background: #ac9455
            }

.top-breadcrumb {
    height: 14px;
    margin-top: 15px;
    margin-bottom: 48px;
    line-height: 14px;
    text-transform: uppercase
}

    .top-breadcrumb a {
        color: #333
    }

        .top-breadcrumb a:hover {
            color: #ac9455
        }

    .top-breadcrumb span {
        color: #7d7d7d
    }

.sidebar-nav .nav-list {
    padding: 0 0 0 0;
    border: 1px solid #ac9455;
    background-color: #fff;
    position: relative;
    margin-bottom: 8px;
    color: #ac9455
}

.sidebar-nav .nav-list .nav-title {
    height: 58px;
    line-height: 58px;
    padding: 0 30px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400 !important
}

        .sidebar-nav .nav-list .nav-title.active {
            color: #fff;
            background: #ac9455
        }

            .sidebar-nav .nav-list .nav-title.active a {
                color: #fff;
                background: #ac9455
            }

        .sidebar-nav .nav-list .nav-title .btn-expand {
            float: right;
            display: inline-block;
            width: 24px;
            height: 24px;
            margin-top: 18px;
            font-size: 24px;
            line-height: 24px;
            text-align: center;
            transition: all .2s ease-in-out;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            background: url("/images/icon-btn-expand.png") no-repeat center center
        }

            .sidebar-nav .nav-list .nav-title .btn-expand.i-open {
                -webkit-transform: rotateZ(45deg);
                -ms-transform: rotate(45deg);
                transform: rotateZ(45deg);
                background: url("/images/icon-btn-expand-ie8.png") no-repeat center\9
            }

    .sidebar-nav .nav-list .nav-list-ul {
        display: none
    }

        .sidebar-nav .nav-list .nav-list-ul li {
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            text-transform: uppercase;
            cursor: pointer;
        }

    .sidebar-nav .nav-list .links {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding-left: 50px;
        text-decoration: none;
        outline: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .sidebar-nav .nav-list .links.active {
            color: #fff;
            background-color: #ac9455;
        }

        .sidebar-nav .nav-list .links.less-padding {
            font-weight: 400;
            font-size: 16px;
            padding: 0 30px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis
        }

        .sidebar-nav .nav-list .links:hover {
            color: #fff;
            background-color: #ac9455;
        }

    .sidebar-nav .nav-list .spec {
        padding: 0
    }

.nav-list .nav-height {
    height: 25px !important;
    line-height: 20px !important;    
}

.nav-title {
    border-bottom: 1px solid #ac9455;
    cursor: auto !important
}

.links {
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.banner {
    position: relative;
    margin-bottom: 30px
}

    .banner img {
        width: 100%;
        height: 270px
    }

    .banner .title {
        position: absolute;
        top: 40px;
        left: 50px;
        color: #fff;
        font-weight: bolder
    }

.main-content {
    padding: 33px 47px;
    border: 1px solid #ac9455
}

    .main-content ul {
        padding-left: 1em
    }

    .main-content img {
        max-width: 770px
    }

    .main-content .title {
        height: 18px;
        line-height: 18px;
        margin-bottom: 30px;
        color: #ac9455;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase
    }

    .main-content .intro {
        color: #222328;
        font-size: 14px;
        font-weight: bold
    }

        .main-content .intro .content {
            margin-bottom: 15px
        }

        .main-content .intro .source {
            margin-bottom: 46px;
            padding-right: 28px;
            text-align: right;
            color: #222328
        }

            .main-content .intro .source .divider {
                display: inline-block;
                width: 28px;
                border-top: 1px solid #222328;
                vertical-align: middle
            }

    .main-content .title {
        margin: 35px 0 30px;
        font-weight: bolder
    }

        .main-content .title:first-child {
            margin-bottom: 30px
        }

    .main-content .text1 p, .main-content .text2 p {
        line-height: 2em
    }

    .main-content .btn-box {
        margin-top: 30px;
        text-align: center
    }

        .main-content .btn-box .download {
            display: inline-block;
            height: 41px;
            line-height: 41px;
            padding-left: 30px;
            padding-right: 30px;
            border: 1px solid #ac9455;
            border-radius: 41px;
            color: #ac9455;
            background: #fff;
            text-align: center;
            text-decoration: none;
            outline: none;
            cursor: pointer;
            text-transform: uppercase;
            transition: all .2s ease-in-out;
            text-transform: uppercase;
            margin-left: 90px
        }

            .main-content .btn-box .download:hover {
                color: #fff;
                background: #ac9455
            }

            .main-content .btn-box .download:first-child {
                margin-left: 0
            }

.relevant-professionals .title {
    margin: 20px 0 40px;
    color: #ac9455;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold
}

.relevant-professionals .click-area {
    overflow: hidden;
    width: 100%;
    height: 180px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ac9455;
    transition: all .1s ease-in-out
}

    .relevant-professionals .click-area:hover {
        box-shadow: 0 7px 14px -7px #aaa
    }

        .relevant-professionals .click-area:hover .right-text .domain > li {
            color: #ac9455
        }

    .relevant-professionals .click-area a {
        display: inline-block;
        width: 553px;
        height: 100%;
        overflow: hidden;
        color: inherit;
        text-decoration: none
    }

.relevant-professionals .right-text {
    float: left;
    width: 373px;
    height: 100%;
    padding-top: 21px
}

.relevant-professionals .avatar {
    float: left;
    width: 150px;
    height: 180px;
    margin-right: 30px
}

.relevant-professionals .name {
    color: #343333;
    font-size: 16px;
    line-height: 16px;
    height: 16px
}

.relevant-professionals .office {
    float: right;
    margin-right: 35px;
    font-size: 12px;
    color: #8c8f94
}

.relevant-professionals .domain {
    margin-top: 40px
}

    .relevant-professionals .domain li {
        margin-bottom: 14px;
        color: #8c8f94;
        font-size: 12px;
        transition: all .2s ease-in-out
    }

.relevant-professionals .relevant-btn {
    margin: 30px 0 70px
}

    .relevant-professionals .relevant-btn .view-more {
        display: inline-block;
        display: inline-block;
        height: auto;
        line-height: auto;
        padding-left: 30px;
        padding-right: 30px;
        border: 1px solid #ac9455;
        border-radius: 41px;
        color: #ac9455;
        background: #fff;
        text-align: center;
        text-decoration: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        transition: all .2s ease-in-out;
        padding: 9px 44px
    }

        .relevant-professionals .relevant-btn .view-more:hover {
            color: #fff;
            background: #ac9455
        }

.prize-awarded-container .title, .prize-awarded-container .comment {
    margin-bottom: 30px;
    color: #222328;
    font-size: 24px;
    text-align: center;
    font-weight: bolder
}

.prize-awarded-container .title {
    color: #ac9455;
    font-weight: bold;
    text-transform: uppercase
}

.prize-awarded-container .award-content {
    margin-bottom: 60px;
    padding: 39px 49px;
    border: 1px solid #ac9455
}

.prize-awarded-container .award {
    margin-top: 20px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e2e3e4
}

    .prize-awarded-container .award .title {
        color: #ac9455;
        font-size: 18px;
        text-transform: uppercase;
        text-align: left;
        font-weight: bolder
    }

    .prize-awarded-container .award .item {
        margin-left: 1em;
        color: #222328;
        line-height: 30px
    }

    .prize-awarded-container .award .year {
        margin-right: 26px;
        float: left;
        list-style-type: disc
    }

    .prize-awarded-container .award .text {
        width: 990px;
        float: left;
        white-space: pre-wrap
    }

.nav-sub-title {
    height: 50px;
    overflow: hidden;
}

#practice-title {
    border: none;
}

    #practice-title .nav-title {
        font-size: 20px;
        border: none;
    }

.nav-list li {
    margin: 1px 0;
}

#new-ul .nav-list-sub-ul .links, #new-industry-ul .nav-list-sub-ul .links {
    padding-left: 80px;
}

.sub-lis {
    color: #fff;
    background-color: #ac9455;
}

.btn-sub-expand {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 18px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    background: url("/images/icon-btn-expand.png") no-repeat center center;
    margin-right: 33px;
    position: relative;
    top: -72px;
}

.nav-sub-title .links:hover + i {
    background: url("/images/icon-btn-expand-white.png") no-repeat center center;
}

.nav-sub-title .links.active + i {
    background: url("/images/icon-btn-expand-white.png") no-repeat center center;
}

.btn-sub-expand.i-open {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    background: url("/images/icon-btn-expand-white-ie8.png") no-repeat center\9;
}
/*.practice-contain-sub .nav-list {
    margin-bottom: 1px;
}*/

.nav-list-sub-ul {
    overflow: hidden;
}
/*.nav-list-sub-ul li {
    height: 50px;
}*/

/*#new-ul .new-sub-link.active, #new-industry-ul .new-sub-link.active {
    color: #000;
    background-color: transparent;
}
#new-ul .new-sub-link:hover, #new-industry-ul .new-sub-link:hover {
    color: #000;
    background-color: transparent;
}*/

.remove-height {
    height: auto !important;
}

.custome-title {
    font-size: 14px !important;
}

.practices_list {
    margin-bottom: -1px !important;
    border-bottom: none !important;
}

.relation_practices {
    margin-top: 50px !important;
}



.nav-title.no-border {
    border:none;
}
.li-top-border>li:first-child {
    border-top: 1px solid #ac9455;
}
.nav-list-ul > li:last-child {
margin:0;
}

.nav-list-sub-ul > li:last-child {
    margin-bottom: 0px;
}

.margin-bottom-70 {
    margin-bottom:70px;
}

.text-overflow {
    width: 92%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}