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
}

.main-canvas {
    padding: 65px 70px 60px 70px;
    border: 1px solid #ac9455;
    background-color: #fff;
    padding: 60px 50px 74px;
    margin-bottom: 60px;
    min-height: 1000px
}

.search-result-title {
    margin-top: 70px;
    text-align: center
}

.search-result-title .divider {
    position: relative;
    display: inline-block;
    width: 770px;
    height: 0;
    border-top: 1px solid #ac9455
}

.search-result-title .title {
    position: relative;
    width: 430px;
    top: -20px;
    margin: 0 auto 50px auto;
    color: #ac9455;
    background-color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase
}

.result-list-wrap .fl {
    float: left
}

.result-list-wrap .item {
    position: relative;
    margin-top: 20px;
    height: 180px;
    cursor: pointer
}

.result-list-wrap .item:first-child {
    margin-top: 0
}

.result-list-wrap .item:hover .name, .result-list-wrap .item:hover .office, .result-list-wrap .item:hover .expertise {
    color: #ac9455 !important
}

.result-list-wrap .item .li-content-wrap {
    display: inline-block
}

.result-list-wrap .item .img {
    width: 268px;
    height: 160px;
    margin-right: 30px
}

.result-list-wrap .item .content {
    width: 768px;
    height: 189px;
    border-bottom: 1px solid #e2e3e4;
    padding-top: 42px
}

.result-list-wrap .item .content img {
    max-width: 770px
}

.result-list-wrap .item .content .part {
    width: 33.3333%
}

.result-list-wrap .item .content .name {
    overflow: hidden;
    max-height: 144px;
    padding-right: 10px;
    color: #343333;
    word-break: break-all;
    font-size: 18px;
    line-height: 36px
}

.result-list-wrap .item .content .office, .result-list-wrap .item .content .expertise {
    color: #8c8f94;
    font-size: 14px;
    line-height: 36px
}

.result-list-wrap .item .content .expertise {
    line-height: 24px
}

#m-search {
    width: 1070px;
    height: 42px;
    margin: 0 auto
}

#m-search .ms-wrap {
    position: relative;
    display: inline-block
}

#m-search .fa {
    position: absolute;
    color: #b1b1b1;
    font-size: 18px;
    top: 13px;
    right: 26px;
    cursor: pointer
}

#m-search .fa.angle {
    font-size: 7px;
    top: 17px;
    right: 34px
}

#m-search input[type="text"] {
    width: 285px;
    height: 42px;
    margin-right: 14px;
    padding: 10px 26px 7px 12px;
    border: 1px solid #ac9455;
    font-size: 12px
}

#m-search input[type="text"].input:focus {
    box-shadow: 0 10px 8px -8px #dadadb
}

#m-search input[type="submit"] {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 30px;
    margin-left: 16px;
    border: 1px solid #ac9455;
    border-radius: 20px;
    color: #ac9455;
    background: #fff;
    font-size: 12px;
    transition: all .2s ease-in-out;
    padding-top: 3px !important
}

#m-search input[type="submit"]:hover {
    color: #fff;
    background: #ac9455
}

#m-search .angle {
    transition: all .4s ease-in-out
}

#m-search .angle.closed {
    -webkit-transform: rotateZ(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotateZ(-180deg)
}

#m-search .s-list {
    z-index: 999;
    position: absolute;
    top: 41px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 285px;
    max-height: 254px;
    border: 1px solid #ac9455;
    background: #fff
}

#m-search .s-list .item {
    width: 100%;
    height: 42px;
    border-top: 1px solid #ac9455;
    background: #fff;
    font-size: 12px;
    line-height: 42px;
    text-align: left;
    cursor: pointer;
    padding-left: 30px;
}

#m-search .s-list .item:first-child {
    border-top: none
}

#m-search .s-list .item .second-item {
    padding-left: 32px;
    border: none;
}

.btn-sub-expand {
    float: left;
    display: inline-block;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    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;
    position: relative;
    top: 16px;
    margin-left: 10px;
}

.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;
}