@charset "UTF-8";

.breadcrumb {
    margin: 15px 0;
}

.main {
    margin-bottom: 20px;
}

.school {
    border: 1px solid #e5e5e5;
}

.school-title {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.school-nav-tree {
    width: 100%;
    background-color: transparent;
    border-radius: 0;
}

.school-nav-tree * {
    font-size: 16px;
}

.school-nav-tree .layui-nav-bar {
    display: none !important;
}

.school-nav-tree .layui-this:after {
    content: none;
}

.school-nav-tree .layui-nav-item {
    line-height: 52px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.school-nav-tree .layui-nav-item a {
    height: 52px;
    line-height: 52px;
    background-color: transparent;
    color: #333;
}

.school-nav-tree .layui-nav-item a:hover, .school-nav-tree .layui-this {
    background-color: transparent;
    color: #333;
    opacity: 0.7;
}

.news {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
}

.news-header {
    height: 52px;
    line-height: 52px;
    color: #fff;
}

.news-title {
    float: left;
    margin-left: 20px;
    font-size: 16px;
}

.news-more {
    float: right;
    margin-right: 20px;
    font-size: 12px;
}

.news-more, .news-more:hover {
    color: #fff;
}

.news-list-text {
    margin: 20px;
}

.news-list-doc {
    color: orange;
}

.contact {
    margin: 21px 0;
    text-align: center;
}

.contact-img {
    height: 44px;
    margin-top: -10px;
}

.contact-text {
    display: inline-block;
    margin-left: 10px;
}

.list, .content {
}

.list-header {
    height: 60px;
    line-height: 60px;
    background-color: #eee;
}

.list-title {
    margin-left: 20px;
    font-size: 18px;
    font-weight: bold;
}

.list-empty, .list-error {
    margin-top: 27px;
    text-align: center;
}

.list-error {
    color: #c31b21;
}

.list-item {
    display: flex;
    flex-direction: column;
    border: dashed #eee;
    border-width: 0 0 1px 0;
}

.list-item .list-item-text {
    margin-top: 12px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 21px;
    color: #333;
}
.list-item .list-item-text.substr{
    display: flex;
    white-space: unset;
}
.list-item .list-item-text.substr .left-text{
    flex: 11;
}
.list-item .list-item-text.substr .icon-right{
    flex: 1;
    float: right;
}
.list-item .list-item-date {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 12px;
    color: #999;
}

.list-item .list-item-icon {
    display: none;
    font-size: 14px;
    color: #c31b21;
}

.list-item .icon-right{
    float: right;
    color: #999;
}

.content {
    padding: 0 10px;
}

.content-title {
    margin: 10px 0;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.content-desc {
    margin-bottom: 20px;
    text-align: left;
}

.content-desc .inner-space {
    margin: 0 20px;
}

.content-txt {
    font-size: 13px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #282828;
    line-height: 24px;
}

.content-txt, .content-attachments {
    margin: 20px 0;
}

.content-txt p a {
    width: 100px;
    word-wrap:break-word;
}

.content-txt blockquote, .content-txt body, .content-txt button, .content-txt dd, .content-txt div, .content-txt dl, .content-txt dt,
.content-txt form, .content-txt h1, .content-txt h2, .content-txt h3, .content-txt h4, .content-txt h5, .content-txt h6, .content-txt input,
.content-txt li, .content-txt ol, .content-txt p, .content-txt pre, .content-txt td, .content-txt textarea, .content-txt th, .content-txt ul {
    margin: 15px 0;
}

.content-txt h1, .content-txt h2, .content-txt h3, .content-txt h4, .content-txt h5, .content-txt h6 {
    font-weight: 600;
}

.content-attachment-title {
    font-weight: bold;
}

.content-attachment-list a {
    color: #01AAED;
}

.content-attachment-list a:hover {
    color: #0286ba;
    text-decoration: underline;
}

.content-btn {
    margin-bottom: 30px;
    text-align: center;
}

.content-link {
    margin: 30px 0;
}

.content-link li {
    margin-bottom: 5px;
}

.content-line {
    border-top: 1px dashed #eee;
}

.layui-inline, img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}