﻿@charset "utf-8";

/* 文章列表 */
.notice_sort {
    width: 100%;
    background: #fff;
}

.notice_sort dl {
    width: 100%;
    padding: 18px 2%;
    box-sizing: border-box;
    border-bottom: solid 1px #e7e7e7;
    display: -webkit-box;
}

.notice_sort dl dd {
    -webkit-box-flex: 1;
}

.notice_sort dl dd span {
    width: 80%;
    line-height: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.notice_sort dl dd font {
    height: 30px;
    line-height: 30px;
    color: #999;
    display: block;
}

.notice_sort dl dt {
    width: 30%;
}

.notice_sort dl dt img {
    width: 100%;
}

/* 文章详情 */
.notice_deta {
    width: 100%;
    background: #fff;
}

.notice_deta_title {
    width: 100%;
    padding: 20px 2%;
    box-sizing: border-box;
    border-bottom: solid 1px #e0e0e0;
}

.notice_deta_title span {
    display: block;
    font-size: 16px;
    line-height:24px;
    color: #333;
}

.notice_deta_title font {
    font-size: 12px;
    overflow: hidden;
}

.notice_deta_title font i {
    color: #777;
}

.notice_deta_title font em {
    padding: 0 10px;
}

.notice_deta_content {
    width: 100%;
    padding: 20px 2% 0;
    box-sizing: border-box;
    line-height: 150%;
    overflow: hidden;
}

.notice_deta_content img{
    max-width:100%!important;
    height:auto!important;
}

.notice_title{
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}
