﻿@charset "utf-8";
/*---------------------------------------------------------
interact styles
---------------------------------------------------------*/

body {
  background-color: #f4f5f9;
}

#container {
  width: 1200px;
  background: #fff;
  margin: 0 auto 10px;
  padding: 20px;
}

/* 通用部分 */
.row_top {
  height: 34px;
  border-bottom: 1px #e8e8e8 solid;
  margin-bottom: 22px;
}

.row_top .row_title {
  line-height: 32px;
  font-size: 18px;
}

.row_top .row_title a {
  border-bottom: 3px #18509f solid;
  font-weight: bold;
  color: #015293;
  display: inline-block;
}

.row_top .row_more {
  line-height: 30px;
  font-size: 14px;
  padding-right: 10px;
}

.row_top .row_more a {
  color: #666;
}

a:hover,
.container_row1 .row_right .total li:hover,
.container_row2 .img_list_content li:hover p:first-of-type,
.container_row2 .img_list_content li:hover p:first-of-type span {
  color: #1658A0;
}

.container_row1 .row_left .table-list-item li,
.container_row2 .img_list_content li p,
.container_row3 .row_new .new_right a,
.wsdc_list_content li span:nth-of-type(2),
.row_list_content li span:first-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 模块一 */
.container_row1 .row_left {
  width: 66%;
}

.container_row1 .row_left .row_top .row_more li:nth-of-type(2) {
  margin: 0 8px;
}

/* 信箱公示 */
.container_row1 .row_left .thead {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
}

.container_row1 .row_left .thead li {
  text-align: center;
  font-size: 16px;
}

.container_row1 .row_left .thead li:first-of-type,
.container_row1 .row_left .table-list-item li:first-of-type {
  width: 40%;
  text-align: left;
}

.container_row1 .row_left .thead li:first-of-type {
  padding: 0 30px;
}

.container_row1 .row_left .thead li:nth-of-type(2),
.container_row1 .row_left .table-list-item li:nth-of-type(2) {
  width: 25%;
}

.container_row1 .row_left .thead li:nth-of-type(3),
.container_row1 .row_left .table-list-item li:nth-of-type(3) {
  width: 15%;
}

.container_row1 .row_left .thead li:last-of-type,
.container_row1 .row_left .table-list-item li:last-of-type {
  width: 20%;
}

.container_row1 .row_left .table-list>li {
  line-height: 41px;
  border-bottom: 1px dashed #e5e5e5;
}

.container_row1 .row_left .table-list-item li {
  text-align: center;
}

.container_row1 .row_left .table-list-item li:first-of-type {
  padding: 0 10px 0 14px;
}

.container_row1 .row_left .no-data {
  font-size: 22px;
  font-weight: 700;
  height: 290px;
  line-height: 290px;
  text-align: center;
  box-shadow: 0px 1px 16px 0px rgb(238 238 238 / 80%);
}

.container_row1 .row_right {
  width: 31.5%;
}

/* 信箱统计 */
.container_row1 .row_right .total li,
.container_row1 .row_right .total .word_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_row1 .row_right .total li {
  width: 48%;
  height: 64px;
  font-size: 14px;
  background: #f8f8f8;
  margin-top: 15px;
}

.container_row1 .row_right .total li img {
  margin-right: 10px;
}

.container_row1 .row_right .echart {
  width: 100%;
  height: 180px;
  margin-top: 15px;
}

/* 模块二 */
.container_row2 .img_list_content li {
  width: 23%;
  font-size: 14px;
}

.img_list_content li img {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}

.container_row2 .img_list_content li p {
  line-height: 24px;
  padding: 0 20px;
  color: #666;
}

.container_row2 .img_list_content li span {
  color: #333;
  font-weight: bold;
}

/* 模块三 */
.container_row3 .row_left,
.container_row3 .row_right {
  width: 49%;
}

.container_row3 .row_new {
  margin-bottom: 16px;
}

.container_row3 .row_new .new_left {
  flex: 1 1 0;
  height: 80px;
  background: #1658a0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_row3 .row_new .new_left span {
  line-height: 24px;
  text-align: center;
}

.container_row3 .row_new .new_right {
  width: 86%;
  background: #f8f8f8;
  padding: 15px 20px;
}

.container_row3 .row_new .new_right a {
  display: block;
}

.container_row3 .row_new .new_right p {
  line-height: 28px;
  color: #666;
}

.container_row3 .row_right .row_top {
  margin-bottom: 10px;
}

/* 列表 */
.wsdc_list_content li,
.row_list_content li {
  line-height: 36px;
}

.wsdc_list_content li a,
.row_list_content li a {
  display: flex;
  align-items: center;
}

.wsdc_list_content li span:nth-of-type(2),
.row_list_content li span:first-of-type {
  flex: 1 1 0;
}

.wsdc_list_content li .time,
.row_list_content li .time {
  color: #666;
  margin-left: 20px;
}

.wsdc_list_content .state {
  width: 50px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: green;
  border-radius: 4px;
  border: 1px solid #666;
  margin-right: 5px;
}

.wsdc_list_content .over {
  color: #ccc;
}

/* 手机端 */
@media (max-width: 480px) {

  #container {
    width: 100%;
    padding: 80px 15px 20px;
    margin: 0;
  }

  .container_row1,
  .container_row3 {
    flex-direction: column;
  }

  .container_row1 .row_left,
  .container_row1 .row_right,
  .container_row3 .row_left,
  .container_row3 .row_right {
    width: 100%;
  }

  .container_row2,
  .container_row3 .row_left {
    margin-bottom: 30px;
  }

  .container_row1 .row_left .thead li:last-of-type,
  .container_row1 .row_left .table-list-item li:last-of-type,
  .container_row2 .img_list_content li,
  .wsdc_list_content li .time,
  .row_list_content li .time {
    display: none;
  }

  /* 模块一 */
  .container_row1 .row_left {
    margin-bottom: 15px;
  }

  .container_row1 .row_left .thead {
    height: 50px;
    line-height: normal;
  }

  .container_row1 .row_left .thead li,
  .container_row1 .row_left .table-list-item li {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .container_row1 .row_left .thead li:first-of-type,
  .container_row1 .row_left .table-list-item li:first-of-type {
    width: 50%;
    padding: 0 15px;
    justify-content: flex-start;
  }

  .container_row1 .row_left .table-list>li {
    line-height: normal;
    padding: 10px 0;
  }

  .container_row1 .row_left .table-list-item li:first-of-type {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .container_row1 .row_left .thead li:nth-of-type(3),
  .container_row1 .row_left .table-list-item li:nth-of-type(3) {
    width: 25%;
  }

  /* 模块二 */
  .container_row2 .img_list_content li:first-of-type {
    width: 100%;
    display: block;
  }

  .img_list_content li img {
    height: auto;
  }

  /* 模块三 */
  .container_row3 .row_new .new_right p {
    font-size: 14px;
  }

}