
body {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 3.6;
}
a, a:link, a:visited {
    color: #000;
}
a:hover {
    color: #d90036;
}
.header {
    background-image: url("imagesheader.png");
    height: 274px;
}
h3 {
    color: #8c0023;
}
.headline {
    border-bottom: 1px dotted #e4e9f0;
    display: block;
    margin: 10px 0 25px;
}
.headline h2, .headline h3, .headline h4 {
    border-bottom: 2px solid #ffbf00;
    display: inline-block;
    margin-bottom: -2px;
    margin-left: 10px;
    padding-bottom: 5px;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    z-index: 10;
}
.carousel-caption p {
    padding-left: 20px;
}
.carousel-caption p a {
    color: #fff;
}
.nav {
    font-size: 18px;
}
.vertical-center {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.top-20 {
    margin-right: 20px;
    margin-top: 25px;
}
.content {
    padding: 60px;
}
.contentheader {
    border-bottom: 1px dotted #e4e9f0;
    padding: 20px;
}
.content > p {
    text-indent: 35px;
}
