@media (min-width: 1300px) {
    .container {
        width: 1200px;
    }
}

.header {
    position: relative;
    display: block;
    height: 365px;
}

.header-logo {
    position: relative;
    display: block;
    height: 150px;
}

.header-logo>a {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
}

.header-title {
    position: relative;
    display: block;
    height: 140px;
    background: url("../images/title.png") no-repeat bottom center;
}

.header-title::after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: 50%;
    right: 50%;
    margin-left: -100px;
    margin-right: -390px;
    bottom: -10px;
    background-color: #fff;
}

.main {
    display: block;
    padding: 35px;
    background-color: rgba(242, 242, 242, 0.5);
}

.main::before,
.main::after,
.contents-wrapper::before,
.contents-wrapper::after {
    display: table;
    content: " ";
}

.main::after,
.contents-wrapper::after {
    clear: both;
}

.search-bar {
    padding: 50px 0 90px;
}

.search-bar .form-group {
    margin-bottom: 0;
}

.search-bar .form-group .form-control,
.search-bar .form-group .input-group-addon,
.search-bar .form-group .input-group-btn>.btn {
    height: 48px;
    font-size: 16px;
    padding: 11px 16px;
}

.main-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.sidebar {
    display: table-cell;
    width: 290px;
    font-size: 23px;
}

.contents-wrapper {
    display: table-cell;
    width: auto;
    padding-left: 15px;
}

.sidebar>.nav>li>a>.nav-text {
    display: inline-block;
    width: 92px;
    margin-left: 5px;
}

.sidebar>.nav>li>a {
    padding: 3px 15px;
    position: relative;
}

.sidebar>.nav>li.nav-item-single-line>a>.nav-text {
    width: auto;
}

.sidebar>.nav>li.nav-item-single-line>a {
    padding: 12px 15px;
}

.sidebar>.nav>li>a>i {
    padding: 0 10px;
}

.sidebar>.nav>li>a>* {
    vertical-align: middle;
}

.sidebar>.nav-pills>li>a {
    border-radius: 0;
    border: transparent 1px solid;
    background-color: #fff;
}

.sidebar>.nav-stacked>li+li {
    margin-top: 15px;
}

.sidebar>.nav-pills>li ul {
    background-color: #fff;
    font-size: 14px;
    list-style-type: none;
    padding-left: 0;
}

.sidebar>.nav-pills>li.has-child>a>.child-toggle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: normal;
}

.sidebar>.nav-pills ul>li.has-child>a>.child-toggle {
    display: inline-block;
    margin-right: 5px;
}

.sidebar>.nav-pills li.has-child>a>.child-toggle>i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar>.nav-pills ul>li.has-child.child-close>a>.child-toggle>i:before,
.sidebar>.nav-pills ul>li.has-child>a>.child-toggle>i:before {
    content: "\f0da";
}

.sidebar>.nav-pills ul>li.has-child.child-open>a>.child-toggle>i:before {
    content: "\f0d7";
}

.sidebar>.nav-pills>li.has-child.child-close>a>.child-toggle>i:before,
.sidebar>.nav-pills>li.has-child>a>.child-toggle>i:before {
    content: "\f067";
}

.sidebar>.nav-pills>li.has-child.child-open>a>.child-toggle>i:before {
    content: "\f068";
}

.sidebar>.nav-pills li.has-child.child-open>ul {
    display: block;
}

.sidebar>.nav-pills li.has-child>ul,
.sidebar>.nav-pills li.has-child.child-close>ul {
    display: none;
}

.sidebar>.nav-pills>li ul a {
    display: block;
    color: #333;
    padding: 5px;
}

.sidebar>.nav-pills>li>ul>li>a {
    padding-left: 20px;
}

.sidebar>.nav-pills>li>ul>li>ul>li>a {
    padding-left: 40px;
}

.sidebar>.nav-pills>li>ul>li>ul>li>ul>li>a {
    padding-left: 60px;
}

.sidebar>.nav-pills>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 80px;
}

.sidebar>.nav-pills>li>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 100px;
}

.sidebar>.nav-pills>li>ul>li>ul>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 120px;
}

.contents {
    background-color: #fff;
    min-height: 1000px;
    padding: 0;
}

.footer {
    margin-top: 50px;
    animation: footer-border 5s infinite linear;
}

.footer a,
.footer a:focus {
    color: #333;
}

.footer a:hover,
.footer a:focus {
    text-decoration: none;
}

@keyframes footer-border {
    0% {
        border-top: 3px solid #e6e6e6;
    }
    25% {
        border-top: 3px solid #ff9200;
    }
    50% {
        border-top: 3px solid #cf2135;
    }
    75% {
        border-top: 3px solid #ff9200;
    }
    100% {
        border-top: 3px solid #e6e6e6;
    }
}

@-webkit-keyframes footer-border {
    0% {
        border-top: 3px solid #e6e6e6;
    }
    25% {
        border-top: 3px solid #ff9200;
    }
    50% {
        border-top: 3px solid #cf2135;
    }
    75% {
        border-top: 3px solid #ff9200;
    }
    100% {
        border-top: 3px solid #e6e6e6;
    }
}

.footer-column {
    padding: 15px;
}

.footer-conac {
    text-align: left;
}

.text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.table-fixed {
    table-layout: fixed;
}

.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.svg-icon.svg-icon-2x {
    width: 2em;
    height: 2em;
    vertical-align: -0.65em;
}

.svg-icon.svg-icon-3x {
    width: 3em;
    height: 3em;
    vertical-align: -1.15em;
}

.contents>h2 {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.panel {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading.has-title {
    padding: 0;
}

.panel-heading.has-title>.panel-title {
    padding: 10px 30px;
    display: inline-block;
}

.panel-body {
    padding: 0;
}

.panel-body>.list-group {
    margin-bottom: 0;
}

.panel-body>.list-group>.list-group-item {
    padding: 10px 15px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.panel-body>.list-group.list-column-2>.list-group-item,
.panel-body>.list-group.list-column-4>.list-group-item,
.panel-body>.list-group.list-column-6>.list-group-item {
    float: left;
    border-bottom: none;
}

.panel-body>.list-group.list-column-2>.list-group-item {
    width: 50%;
}

.panel-body>.list-group.list-column-4>.list-group-item {
    width: 25%;
}

.panel-body>.list-group.list-column-6>.list-group-item {
    width: 16.66%;
}

.panel-body>.list-group>.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-body>.list-group>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
}

.panel-heading>.more {
    display: block;
    float: right;
    color: #adadad;
    padding: 10px 15px 7px;
    line-height: inherit;
}

.list-group-item>.badge {
    color: #999;
    background-color: transparent;
    border-radius: 0;
    float: right;
    font-size: inherit;
    font-weight: normal;
}

.contents>.pagination {
    margin-left: 15px;
    margin-right: 15px;
}

.panel-body .more {
    display: block;
    width: 100px;
    height: 30px;
    background: #f2f2f2;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
}

.panel-body .more:hover {
    color: #054878;
    background: #f2f2f2;
}

.contents>.zc>h2 {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    font-weight: 36px;
    color: #054878;
    font-size: 2em;
    padding: 25px 0px;
    margin: 0px;
}

.contents>.zc>ul>li {
    width: 50%;
    float: left;
    list-style: none;
}

.contents>.zc>ul>li>a {
    display: block;
    width: 52%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #054878;
    font-weight: bold;
    margin: 25px auto;
    background-color: #fce5e5;
    text-decoration: none;
}

#zczc .child-toggle {
    display: none;
}

#zczc .undefined {
    display: none;
}