﻿html {
    color: #333;
}

.header {
    width: 100%;
    margin-bottom: 10px;
}

.header__img {
    width: 100%;
}

.headline {
    margin: 50px auto;
    padding: 15px 0;
    background: #f3f3f3;
}

.headline__h2 {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-decoration: none !important;
}

.headline__h2:first-child {
    text-align: center;
    font: bold 28px/36px SimHei;
    color: #c40000;
}

.headline__h2:first-child:hover {
    color: #ee0000;
}

.carousel {
    height: 350px;
    margin-bottom: 40px;
    background-color: #bb4400;
}

.carousel__link {
    display: block;
    height: 100%;
    width: 100%;
}

.carousel__img {
    display: block;
    height: 100%;
    width: 100%;
}

.news {
    padding: 15px 25px 25px;
}

.news__header {
    margin-bottom: 20px;
    border-bottom: 1px solid #ee0000;
}

.news__name {
    display: inline-block;
    margin: 0;
    color: #c40000;
    line-height: 36px;
    border-bottom: 3px solid #c40000;
    vertical-align: middle;
}

.news__more {
    float: right;
    font-size: 16px;
    color: #404040;
    line-height: 36px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-decoration: none;
}

.news__more:hover, .news__more:active, .news__more:focus {
    color: #c40000;
}

.news__item {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #404040;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news__item:hover, .news__item:active, .news__item:focus {
    color: #c40000;
}

.news__item--top {
    display: block;
    color: #c40000;
}

.news__pagebar {
    margin: 20px auto;
}

.outer {
    margin-top: 40px;
}

.outer__img {
    width: 100%;
}

.footer {
    display: block;
    height: 100px;
    margin-top: 50px;
    background: url(/ztjy/images/footer.png) center center;
    background-size: cover;
}

.footer__copyright {
    padding-top: 55px;
    text-align: center;
    color: #fff;
}

.breadcrumb {
    color: #333;
    margin: 0;
    background: none;
}

.breadcrumb a {
    color: #333;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
    color: #c40000;
}

.article-info {
    padding: 20px 0;
    margin-bottom: 30px;
    text-align: center;
    background-color: #e4e4e4;
}

.article-title {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
}

.article-date {
    font-size: 14px;
    color: #404040;
    font-family: "Monospaced Number";
}