@charset "UTF-8";
/************* 颜色定义 **************/
/************* 字体定义 **************/
.notices-detail-left {
  width: 260px;
  box-sizing: border-box; }
  .notices-detail-left .menu {
    width: 100%;
    font-size: 18px;
    color: #333333;
    font-weight: bold; }
    .notices-detail-left .menu .menu-item {
      padding: 0 15px;
      cursor: pointer; }
      .notices-detail-left .menu .menu-item:hover {
        background-color: #f1f1f1; }
      .notices-detail-left .menu .menu-item .inner-item {
        height: 52px;
        padding: 16px 0;
        line-height: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #e6e6e6; }
        .notices-detail-left .menu .menu-item .inner-item img {
          width: 20px;
          height: 20px; }
      .notices-detail-left .menu .menu-item:last-child .inner-item {
        border-bottom: none; }
    .notices-detail-left .menu .active {
      background-color: #C13F3F !important;
      color: white;
      cursor: default; }
      .notices-detail-left .menu .active .inner-item {
        border-bottom: none; }

.notices-detail-right {
  width: 980px;
  box-sizing: border-box; }
  .notices-detail-right .content {
    height: 100%;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box; }
    .notices-detail-right .content .head {
      box-sizing: border-box;
      height: 64px;
      padding: 18px 0;
      border-bottom: 1px solid #C13F3F; }
      .notices-detail-right .content .head .title {
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        border-left: 6px solid #C13F3F;
        color: #C13F3F;
        padding-left: 10px; }
    .notices-detail-right .content .inner-content {
      max-height: 830px; }
.center_infor_title1 {
    width: 100%;
    height: 70px;
    text-align: center;
    margin-top:20px;
    font-size: 24px;
}
.center_content{
	min-height: 700px;
	padding-bottom: 30px;
}