.main-notice-section {
    position: relative;
}

.section .subtitle {
    padding: .45rem;
    font-size: 14px;
    font-weight: bold;
    color: #222;
    background: #e7e6e6;
}

.subtitle {
    font-size: 1.2rem;
    margin: 0;
    color: #7e8e9f;
}

.ui-list {
    margin: 0 0 0 0;
    padding: 0;
}

ul, ol, dl {
    list-style: none;
}

.ui-list .area:first-child {
    margin-top: 5px;
}

.ui-list .area {
    overflow: hidden;
    position: relative;
    margin-top: 3px;
    padding-left: 10px;
    font-size: 12px;
    color: #222;
}

.main-notice-section .btn-more {
    position: absolute;
    right: 14px;
    top: 8px;
    padding: 1px 3px;
    font-size: 10px;
    color: #b1b1b1;
    border-radius: 3px;
    background: #fff;
}

.btn-cover {
    margin: 25px 0 0 0;
}

.tc {
    text-align: center !important;
}

.btn.btn-primary {
    color: #ffffff;
    background-color: #59c2e6;
    border-color: #59c2e6;
}

.btn-cover button, .btn-cover a {
    border-radius: 4px;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.ui-list .area:before {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    color: #222;
}

.ui-list .area a {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px 0 12px;
    font-size: 12px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 243px;
}

.fa {
    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;
    transform: translate(0, 0);
}

.ui-list .area .data {
    float: right;
    padding: 0;
    text-align: right;
    font-size: 12px;
    color: #275e9d;
    margin-right: 8px;
}

.header .header-block-collapse .collapse-btn {
    background: none;
    border: none;
    box-shadow: none;
    /*color: #59c2e6; */
    font-size: 24px;
    line-height: 40px;
    border-radius: 0;
    outline: none;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: initial;
}

input, button, select, textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.open > a {
    outline: 0;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.header-block-collapse .collapse-btn {
    background: none;
    border: none;
    box-shadow: none;
    color: #59c2e6;
    font-size: 24px;
    line-height: 40px;
    border-radius: 0;
    outline: none;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: initial;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}