* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #f3f3f3;
    color: #333333;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
}

.news-detail-page {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}

.detail-header {
    padding: 16px 0;
    background: #ffffff;
    border-bottom: 3px solid #1D77B3;
}

.detail-header__logos {
    display: flex;
    align-items: center;
    width: 1000px;
    padding: 0 20px;
    overflow: hidden;
}

.detail-header__logos img {
    display: block;
    flex: 0 1 auto;
    min-width: 0;
    height: auto;
}

.detail-main {
    background: #ffffff;
}

.detail-breadcrumb {
    padding: 8px 22px;
    /*border-bottom: 1px solid #cccccc;*/
    color: #333333;
    text-align: left;
}

.detail-title {
    margin: 0;
    padding: 12px;
    border-bottom: 1px solid #cccccc;
    color: #111111;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
}

.detail-meta {
    padding: 10px 24px;
    border-bottom: 1px solid #cccccc;
    color: #444444;
    text-align: right;
    white-space: nowrap;
}

.detail-content {
    padding: 30px;
    color: #222222;
    text-align: left;
}

.detail-content p {
    margin: 0 0 18px;
    line-height: 2;
    text-indent: 2em;
}

.detail-close {
    padding: 0 30px 30px;
    text-align: center;
}

.detail-close button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #000000;
    font: inherit;
    cursor: pointer;
}

.detail-footer {
    background: #1D77B3;
    color: #ffffff;
    white-space: nowrap;
}

.detail-footer__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    padding: 30px;
    border-bottom: 1px solid #4991C2;
}

.detail-footer__logo {
    flex: 0 0 auto;
}

.detail-footer__logo img {
    display: block;
    width: auto;
    height: 50px;
}

.detail-footer__info {
    flex: 0 0 auto;
    text-align: right;
}

.detail-footer__info p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 2;
}

.detail-footer__info img {
    display: inline-block;
    flex: 0 0 auto;
    width: auto;
    height: 16px;
    margin-right: 6px;
}

.detail-footer__copyright {
    padding: 12px 0;
    color: #73ABD0;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
