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
            }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.rubberBand {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.top-breadcrumb {
    height: 14px;
    margin-top: 15px;
    margin-bottom: 24px;
    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;
    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
    }

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

.map {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px
}

    .map .map-box {
        position: relative
    }

    .map .marker {
        display: inline-block;
        position: absolute;
        width: 29px;
        height: 50px;
        margin-left: -15px;
        margin-top: -33px;
        background: url("../../../../images/about/office-marker.png") no-repeat
    }

.information-detail {
    margin-bottom: 60px;
    position: relative;
    text-align: center
}

    .information-detail .msg-panel {
        position: relative;
        z-index: 99;
        padding: 50px 82px;
        border: 1px solid #ac9455;
        background-color: #fff
    }

        .information-detail .msg-panel .office {
            text-align: left
        }

            .information-detail .msg-panel .office li {
                display: inline-block;
                float: left;
                margin-right: 40px;
                margin-bottom: 25px;
                font-size: 14px;
                line-height: 14px;
                text-align: center;
                cursor: pointer
            }

                .information-detail .msg-panel .office li a {
                    display: inline-block;
                    padding-bottom: 6px;
                    border-bottom: 1px solid transparent;
                    color: #7d7d7d;
                    text-decoration: none
                }

                    .information-detail .msg-panel .office li a.active {
                        border-bottom-color: #ac9455;
                        color: #ac9455
                    }

                .information-detail .msg-panel .office li:hover a {
                    border-bottom-color: #ac9455;
                    color: #ac9455
                }

        .information-detail .msg-panel .contact-method {
            margin-top: 15px
        }

            .information-detail .msg-panel .contact-method .header .office-name,
            .information-detail .msg-panel .contact-method .header .notice-title {
                text-align: center
            }

                .information-detail .msg-panel .contact-method .header .office-name .divider,
                .information-detail .msg-panel .contact-method .header .notice-title .divider
                 {
                    position: relative;
                    display: inline-block;
                    width: 600px;
                    height: 0;
                    border-top: 1px solid #ac9455
                }

                .information-detail .msg-panel .contact-method .header .office-name .title,
                .information-detail .msg-panel .contact-method .header .notice-title .title {
                    position: relative;
                    width: 260px;
                    top: -20px;
                    margin: 0 auto 14px auto;
                    color: #ac9455;
                    background-color: #fff;
                    font-size: 24px;
                    line-height: 24px;
                    text-transform: uppercase
                }

                .information-detail .msg-panel .contact-method .header .office-name .title,
                .information-detail .msg-panel .contact-method .header .notice-title .title
                 {
                    font-size: 18px
                }

            .information-detail .msg-panel .contact-method .header address {
                margin-bottom: 56px;
                color: #343333;
                font-size: 14px;
                line-height: 14px
            }

            .information-detail .msg-panel .contact-method .content .icon-item {
                width: 140px;
                float: left;
                text-align: center
            }

                .information-detail .msg-panel .contact-method .content .icon-item:first-child {
                    margin-right: 94px
                }

                .information-detail .msg-panel .contact-method .content .icon-item.fr {
                    float: right
                }

            .information-detail .msg-panel .contact-method .content .icon {
                width: 112px;
                height: 112px;
                margin: 0 auto;
                margin-bottom: 18px;
                background: url("../../../../images/about/office-detail-icon.png") no-repeat;
                background-position: 0 0
            }

            .information-detail .msg-panel .contact-method .content .icon-2 {
                background-position: 0 -131px
            }

            .information-detail .msg-panel .contact-method .content .icon-3 {
                background-position: 0 -262px
            }

            .information-detail .msg-panel .contact-method .content .msg {
                font-size: 14px;
                line-height: 14px;
                color: #343333
            }

    .information-detail .btn-box {
        text-align: center
    }

        .information-detail .btn-box .view-more {
            display: inline-block;
            height: 39px;
            line-height: 39px;
            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;
            margin-top: 40px;
            margin-bottom: 25px;
        }

            .information-detail .btn-box .view-more:hover {
                color: #fff;
                background: #ac9455
            }



.notice-text{
    font-size: 14px;
    color: #343333;    
    text-align: justify;    
    line-height: 22px;
}
.notice-row{
    margin:0 5px;
}
.notice-ul {
    margin: 20px 0;
    text-align: justify;
    list-style-type: disc;
    margin-left: 16px;
}
.notice-ul li{
    /*height: 28px;*/
    line-height: 28px;
}
.notice-ul .notice-href{
    cursor: pointer;
}
.notice-text .notice-office-name{
    display: inline-block;
    padding: 0;
}