/*! author: Keyon Y, lenglu */
@charset "UTF-8";
/* 公告详情 */
.bg_white {
  background-color: #fff;
  overflow: hidden; }

.main {
  margin: 28px auto 58px auto; }

.main_left, .main_right {
  box-sizing: border-box;
  border-radius: 4px; }

.main_left {
  width: 920px; }

.notice_title_box {
  box-sizing: border-box;
  height: 102px;
  padding-top: 34px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3; }
  .notice_title_box .item {
    color: #545454; }
    .notice_title_box .item + span {
      color: #999; }

.notice_title {
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 8px; }

.notice_content {
  padding: 20px 30px; }

.main_right {
  width: 260px; }
  .main_right h4 {
    box-sizing: border-box;
    height: 44px;
    padding-top: 16px;
    padding-left: 20px;
    font-size: 14px;
    color: #343434;
    background-color: #E1E1E1; }

.notice_list {
  padding: 0 18px; }
  .notice_list :first-child {
    border-top: none; }

.notice_item {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border-top: 1px dashed #E3E3E3; }
  .notice_item span {
    color: #676767; }
  .notice_item a {
    display: inline-block;
    max-width: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0966E9;
    vertical-align: top; }
