﻿.main-body {
    padding: 20px;
}

.article {
    border: #eee solid 1px;
    padding: 30px;
}

.article .title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 20px;
}

.article .info {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #eee solid 1px;
    
}

.article .info span {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 25px;
    margin-right: 25px;
}

.article .info .left span:last-child,
.article .info .right span:last-child {
    margin-right: 0px;
}

.article .info .fs a {
    color: #999999;
    margin-right: 10px;
}

.article .info .fs a:last-child {
    margin-right: 0px;
}

#Text {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #eee solid 1px;
}

.article-nav div {
    padding: 5px 0;
}

.article-nav div a {
    color: #333;
    font-size: 15px;
}

.article-nav div a:hover {
    color: #999;
    font-size: 15px;
}


/* 信息公开 */


.public-info {
    border: #eee solid 1px;
    margin-bottom: 20px;
}

.public-line {
    display: flex;
    flex-direction: row;
    border-bottom: #eee solid 1px;
}

.public-line:last-child {
    border-bottom: none;
}

.public-line span {
    flex: 1;
    font-size: 15px;
    line-height: 35px;
    border-right: #eee solid 1px;
}

.public-line span:last-child {
    border-right: none;
}

.public-line span em {
    display: block;
    float: left;
    padding: 5px;
    font-style: normal;
}

.public-line span .key {
    width: 100px;
    font-weight: bold;
    background-color: #f9f9f9;
    border-right: #eee solid 1px;
    text-align: right;
}

.public-line span .value {
    width: 264px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 信件 */


.letter-content {
    padding: 20px;
    border: #eee solid 1px;
}

.letter-content span {
    font-size: 16px;
    line-height: 25px;
}

.letter-content .table-head {
    background-color: #0071cf;
    padding: 10px;
}

.letter-content .table-head span {
    color: #FFFFFF;
    font-weight: bold;
}
#VideoBox{
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

#VideoBox video{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 768px) {
    .main-body {
        padding-left: 10px;
        padding-right: 10px;
    }
}
