/*标题*/
.main-header {
    width: auto;
    padding: 0 10px;
    line-height: 40px;
    border-left: 5px solid #0280fa;
    border-bottom: 2px solid #036bc3;
    text-shadow: 1px 1px 0 #fff
}

.main-header h2 {
    font-size: 18px;
    color: #036bc3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.arc-header {
    padding: 15px
}

.arc-header h1 {
    width: 80%;
    margin: 20px auto;
    word-wrap: break-word;
    color: #036bc3;
    font-size: 2.4em;
    font-weight: normal;
    text-align: center;
    line-height: 1.428
}

.arc-header>.info {
    font-size: 1em;
    line-height: 2;
    color: #666;
    text-align: center;
    border-bottom: 2px solid #999
}

.arc-header>.description {
    margin-top: 15px;
    padding: 10px;
    font-size: 1.1em;
    text-indent: 2em;
    color: #75b5f3;
    border: 1px dotted #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

/*内容*/
.article {
    width: 100%;
    padding: 0;
    color: #111
}

.article:before,
.article:after {
    content: "";
    display: table;
    height: 0;
    clear: both
}

.article .arc-footer,
.article .arc-content,
.article .page-control,
.article .page-nav,
.article .share {
    padding: 15px
}

.article .arc-footer {
    font-size: 1.1em;
    color: #666;
    clear: both
}

.article .arc-content {
    position: relative;
    overflow-x: hidden;
    font-size: 1.35em;
    line-height: 1.75
}

.article .arc-content p {
    text-indent: 2em
}

.article .arc-content img {
    max-width: 100%;
    height: auto !important
}

.article .arc-content table {
    line-height: 1.5;
    font-size: 14px
}

.article .arc-content table th {
    background-color: #f5f5f5
}

.article .page-control {
    text-align: right;
    font-size: 1.32em
}

.article .page-nav {
    font-size: 1.1em;
    line-height: 1.5;
    color: #036bc3;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    clear: both
}

.data-table {
    line-height: 30px;
    font-size: 13px
}

.data-table td {
    padding: 2px 5px
}

.data-table .help-block {
    padding: 0;
    line-height: 1.5;
    font-size: 12px;
    color: #999
}

.html5video {
    background: #000;
    margin: 0 auto
}