@charset "utf-8";

a {
    outline: 0;
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box
}

body {
    position: relative;
    left: 0;
    top: 0;
    overflow-x: hidden
}

html,
body {
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑"
}

a {
    cursor: pointer;
    outline: 0;
    text-decoration: none
}

a,
span {
    color: inherit
}

p {
    line-height: 1.7em
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    border: 0;
    outline: 0;
    -ms-interpolation-mode: bicubic
}

ol,
ul {
    list-style: none
}

li {
    display: list-item
}

svg {
    overflow: hidden
}

i:after {
    content: " "
}

.pull-left {
    float: left;
    display: block
}

.pull-right {
    display: block;
    float: right
}

.clear {
    display: block;
    visibility: hidden;
    *zoom: 1;
    height: 0;
    line-height: 0;
    clear: both
}

.clearafter:before,
.clearafter:after {
    content: " ";
    display: table
}

.clearafter:after {
    clear: both
}

.clearafter:before,
.clearafter:after {
    content: " ";
    display: table
}

.clearafter:after {
    clear: both
}

.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.clearfix:after,
.panel-body:after {
    clear: both
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.animated {
    transition: all .3s ease 0s
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #2f3b83
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #222a5d
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.slideBox {
    border: 1px solid #ddd;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block
}

.slideBox .hd {
    bottom: 10px;
    height: 11px;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100%;
    text-align: center
}

.slideBox .hd ul {
    overflow: hidden;
    display: inline-block
}

.slideBox .hd ul li {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    width: 42px;
    height: 4px;
    background-color: #fff;
    margin-right: 5px;
    text-align: center
}

.slideBox .hd ul li.on {
    background: #ff9f2e none repeat scroll 0 0;
    color: #fff
}

.slideBox .bd {
    height: 100%;
    position: relative;
    z-index: 0
}

.slideBox .bd li {
    vertical-align: middle
}

.slideBox .bd li,
.slideBox .bd li a,
.slideBox .bd ul {
    display: block;
    width: 100%;
    height: 100%
}

.slideBox .bd img {
    display: block;
    height: 100%;
    width: 100%
}

.slideBox .prev,
.slideBox .next {
    background: rgba(0, 0, 0, 0) url(images/slider-arrow.png) no-repeat scroll -110px 5px;
    display: block;
    height: 40px;
    left: 3%;
    margin-top: -25px;
    opacity: .5;
    position: absolute;
    top: 50%;
    width: 32px
}

.slideBox .next {
    background-position: 8px 5px;
    left: auto;
    right: 3%
}

.slideBox .prev:hover,
.slideBox .next:hover {
    opacity: 1
}

.slideBox .prevStop {
    display: none
}

.slideBox .nextStop {
    display: none
}

.slideBox .bd li {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%
}

.text-list .item {
    display: block;
    width: 100%;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    color: #333;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-list .item .rt {
    float: right;
    color: #888;
    font-size: 12.32px
}

.text-list .item .rt .icon {
    height: 41px;
    width: auto
}

.text-list .item .lft {
    float: left;
    width: 25px;
    background-image: url(../../images/1/icon-textlist-red.jpg);
    background-position: 3px center;
    background-repeat: no-repeat;
    height: 41px
}

.text-list .item:before,
.text-list .item:after {
    content: " ";
    display: table
}

.text-list .item:after {
    clear: both
}

.text-list .item:before,
.text-list .item:after {
    content: " ";
    display: table
}

.text-list .item:after {
    clear: both
}

.text-list .item i:after {
    content: " "
}

.text-list .item i:before {
    content: " "
}

.text-list .item:hover {
    color: #bc0b0b
}

.text-list .item:hover .rt {
    color: #bc0b0b
}

.text-list .hr {
    height: 1px;
    margin: 20px auto 16px;
    border-bottom: 1px dashed #949495
}

table.table {
    border-width: 1px;
    border-collapse: collapse;
    text-align: center;
    line-height: 1.7em;
    width: 100%
}

table.table th {
    border-width: 1px;
    border-collapse: collapse;
    border-color: #cfd2d8;
    border-style: solid;
    background-color: #cfd2d8;
    color: #fff;
    font-size: 21px;
    padding: 9px 12px;
    font-weight: 400
}

table.table td {
    border-width: 1px;
    border-collapse: collapse;
    border-color: #e5e5e5;
    border-style: solid;
    padding: 16px 12px;
    font-size: 16px;
    color: #000
}

table.table tr.odd td {
    background-color: #f6f6f6
}

table.table tr:hover td {
    background-color: #e6e6e6
}

#index-search {
    display: block;
    width: 370px;
    height: 41px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box
}

#index-search input {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 265px;
    height: 100%;
    line-height: 41px;
    border: 0;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    text-indent: 1em
}

#index-search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 100%;
    background-image: url(../../images/icon-search.jpg);
    background-size: 45px 42px;
    background-repeat: no-repeat;
    background-color: #bf1a20;
    padding-left: 27px;
    color: #fff;
    box-sizing: border-box;
    border: 0
}

#index-search2 {
    display: block;
    width: 320px;
    height: 45px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 4px;
    background-color: #fff
}

#index-search2 input {
    position: absolute;
    left: 4px;
    top: 2px;
    display: block;
    width: 235px;
    height: 100%;
    line-height: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    text-indent: 1em
}

#index-search2 button {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 0;
    width: 80px;
    height: 40px;
    background-color: #0081ec;
    font-size: 20px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px
}

.panel-title {
    padding: 0 10px
}

.panel-title .title {
    height: 41px;
    line-height: 41px;
    padding: 0 6px;
    float: left;
    display: inline-block;
    color: #bc0b0b;
    font-size: 18px;
    position: relative;
    left: 0;
    bottom: -2px;
    font-weight: 400
}

.panel-title .bd {
    display: block;
    float: left;
    border-left: 5px solid #bc0b0b;
    height: 22px;
    margin-top: 12px
}

.panel-title .text {
    display: inline-block;
    color: #bc0b0b;
    font-size: 13px;
    background-color: #e6f0fe;
    line-height: 2em;
    border-radius: 4px;
    margin-left: 8px;
    margin-top: 8px;
    padding: 0 8px
}

.panel-title .on {
    background-color: #7baaec
}

.panel-title .more {
    float: right;
    height: 41px;
    line-height: 41px;
    font-size: 12px;
    color: #bc0b0b;
    position: relative;
    left: 0;
    top: .3em
}

.panel-title2 {
    height: 41px;
    position: relative;
    left: 0;
    top: 0;
    border-bottom: 2px solid #05a4fa
}

.panel-title2 .more {
    float: right;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    color: #000;
    position: relative;
    left: 0;
    top: .3em
}

.panel-title2 span.title {
    display: block;
    font-size: 22px;
    position: relative;
    left: 0;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    color: #000;
    float: left;
    font-weight: 400;
    padding: 0 10px
}

.panel-title2 span.on {
    position: relative;
    color: #000
}

.panel-title2 span.on .bd {
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #de0808
}

.panel-title3 {
    height: 45px;
    line-height: 45px;
    background-color: #0081ec;
    font-size: 22px;
    display: block;
    width: 100%;
    color: #fff
}

.panel-title3 .title {
    display: block;
    float: left;
    font-weight: 400;
    padding-left: 5px
}

.panel-title3 .more {
    float: right;
    height: 45px;
    width: 45px;
    background-image: url(../../images/1/icon-more.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 10px
}

.panel-content3 {
    margin-left: 140px;
    padding-top: 5px
}

#article h4.title {
    font-size: 22px;
    color: #181818;
    text-align: center;
    line-height: 30px;
    padding: 30px 60px 31px;
    font-weight: 400
}

#article p.desc {
    text-align: center;
    color: #3a3a3a;
    padding: 6px;
    font-size: 13px;
    display: block;
    width: 900px;
    background-color: #ddecf9;
    margin: 0 auto;
    margin-bottom: 63px
}

#article p.desc span {
    display: inline-block;
    width: 30%
}

#article-text {
    line-height: 2em;
    text-indent: 2em;
    font-size: 16px;
    color: #222;
    min-height: 500px;
    padding: 20px 20px 60px;
    color: #3a3a3a
}

#article-text p {
    padding-bottom: 30px;
    line-height: 1.7em
}

#article-text p img {
    display: block;
    margin: 10px auto;
    width: 60%;
    height: auto
}

.form-control {
    padding: 8px 0
}

.form-control label,
.form-control .input-text,
.form-control .text {
    line-height: 42px;
    height: 42px;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
    color: #222323;
    width: 100%;
    text-indent: 1em
}

.form-control .input-text {
    border: 1px solid #dcdcdc;
    border-radius: 4px
}

.input-inline {
    display: inline-block;
    width: auto
}

.form-control .text {
    text-indent: .5em;
    text-align: left
}

.form-control label {
    text-align: right;
    padding: 0 8px
}

.form-control .required {
    color: red;
    padding: 0 8px;
    line-height: 25px
}

.form-control .input-radio {
    width: auto
}

.form-control .input-textarea {
    height: 100px;
    border: 1px solid #dcdcdc;
    border-radius: 4px
}

.form-control .btn {
    height: 38px;
    line-height: 38px;
    display: block;
    margin: 10px auto;
    color: #fff;
    font-size: 16px;
    background-color: #1b92ff;
    border-radius: 4px;
    border: 0;
    width: 100%
}

.form-control .btn-inline {
    padding: 0 22px
}

.form-control label.error {
    display: block;
    width: 100%;
    padding-bottom: 12px;
    color: red;
    padding-left: 33.333%;
    font-size: 12px;
    text-align: left;
    float: left;
    line-height: 18px
}

.form-control .btn-img {
    background-repeat: no-repeat;
    background-position: top center;
    border: 0;
    outline: 0;
    display: inline-block
}

.form-control .btn-img1 {
    background-image: url(../../images/1/icon-submit.jpg);
    width: 141px;
    height: 43px
}

.form-control .btn-img2 {
    background-image: url(../../images/1/icon-reset.jpg);
    width: 141px;
    height: 43px
}

.menu {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid#ddd;
    text-align: center;
    font-size: 18px
}

.menu .menu-item {
    width: 250px;
    margin: 0 auto;
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #ddd;
    color: #221815
}

.menu .menu-item:last-child {
    border-bottom: 0
}

.menu .menu-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #bc0b0b;
    color: #fff;
    font-size: 18px;
    background-image: url(../../images/icon-down.jpg);
    background-repeat: no-repeat;
    background-position: 225px center
}

.menu .menu-item.on,
.menu .menu-item:hover {
    color: #bc0b0b
}

.nav-top {
    padding: 7px 0 8px;
    background-color: #3d4f59
}

.nav-top a,
.nav-top span {
    color: #fff;
    font-size: 13px;
    line-height: 1.4em;
    padding: 0 5px
}

#logo {
    height: 242px;
    background-image: url(../../images/1/logo.png);
    background-repeat: no-repeat;
    background-position: 0 49px;
    background-size: auto;
    position: relative;
    left: 0;
    top: 0
}

.nav {
    background-color: #201a12
}

.nav a {
    padding: 12px 0 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    float: left;
    width: 14.285%;
    position: relative;
    left: 0;
    top: 0;
    line-height: 1.4em
}

.nav a span.bd {
    display: block;
    width: 100%;
    height: 5px;
    background-color: inherit;
    bottom: 0;
    position: absolute;
    left: 0
}

.nav a.on,
.nav a:hover {
    background-color: #0081ec
}

.container {
    display: block;
    width: 1200px;
    *width: 1180px;
    _width: 1200px;
    margin: 0 auto;
    box-sizing: border-box
}

[class*=span] {}

.row {
    margin-left: -10px;
    margin-right: -10px;
    *zoom: 1;
    position: relative
}

.span12 {
    width: 1180px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span11 {
    width: 1080px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span10 {
    width: 980px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span9 {
    width: 880px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span8 {
    width: 780px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span7 {
    width: 680px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span6 {
    width: 580px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span5 {
    width: 480px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span4 {
    width: 380px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span3 {
    width: 280px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span2 {
    width: 180px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.span1 {
    width: 80px;
    float: left;
    min-height: 1px;
    margin-left: 10px;
    margin-right: 10px
}

.dvd12 {
    width: 100%;
    float: left;
    min-height: 1px
}

.dvd11 {
    width: 91.66666667%;
    float: left;
    min-height: 1px
}

.dvd10 {
    width: 83.33333333%;
    float: left;
    min-height: 1px
}

.dvd9 {
    width: 75%;
    float: left;
    min-height: 1px
}

.dvd8 {
    width: 66.66666667%;
    float: left;
    min-height: 1px
}

.dvd7 {
    width: 58.33333333%;
    float: left;
    min-height: 1px
}

.dvd6 {
    width: 50%;
    float: left;
    min-height: 1px
}

.dvd5 {
    width: 41.66666667%;
    float: left;
    min-height: 1px
}

.dvd4 {
    width: 33.33333333%;
    float: left;
    min-height: 1px
}

.dvd3 {
    width: 25%;
    float: left;
    min-height: 1px
}

.dvd2 {
    width: 16.66666667%;
    float: left;
    min-height: 1px
}

.dvd1 {
    width: 8.33333333%;
    float: left;
    min-height: 1px
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #2f3b83
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #2f3b83;
    border-color: #2f3b83
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #2f3b83
}

.panel-primary > .panel-heading .badge {
    color: #2f3b83;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2f3b83
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

h1 {
    color: #c24050
}

.mt20 {
    margin-top: 20px
}

.mt10 {
    margin-top: 10px
}