﻿@charset "utf-8";

body {
  background: #f6fbff;
}

#container {
  width: 1200px;
  margin: 0 auto;
}

/* 写信和查询 */
#container .container-content1 .top {
  height: 140px;
  background: url(xy-hd-xecbg.png) no-repeat left center;
  background-size: 1170px 130px;
  justify-content: space-around;
  align-items: center;
}

#container .container-content1 .top .left {
  width: 30%;
  padding: 0 30px;
  border-right: 1px dashed #d5dfe7;
}

#container .container-content1 .top .left {
  width: 30%;
  padding: 0 30px;
  border-right: 1px dashed #d5dfe7;
}

#container .container-content1 .top .right {
  width: 30%;
  padding: 0 30px;
}

#container .container-content1 .top h5 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

#container .container-content1 .top p {
  font-size: 14px;
  color: #999;
}

#container .container-content1 .top .lt-img {
  padding: 0 20px;
}

/* 信件信息 */
#container .container-content1 .bottom {
  justify-content: space-between;
}

#container .container-content1 .bottom .left {
  width: 755px;
}

#container .container-content1 .bottom .right {
  width: 420px;
}

#container .title {
  position: relative;
  text-indent: 10px;
  font-size: 24px;
  background: url(icon-line.png) no-repeat 110px bottom;
}

#container .title::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 16px;
  top: 8px;
  left: 0;
  background-color: #015293
}

#container .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1PX;
  background-color: #e0e2e4
}

#container .container-content1 .bottom .left .title::after {
  width: 600px;
}

#container .container-content1 .bottom .right .title::after {
  width: 265px;
}

/* 信箱公示 */
#container .container-content1 .bottom .left .thead {
  height: 50px;
  line-height: 50px;
  background-color: #d8e3ec;
}

#container .container-content1 .bottom .left .thead li {
  text-align: center;
}

#container .container-content1 .bottom .left .thead li:first-of-type {
  width: 40%;
}

#container .container-content1 .bottom .left .thead li:nth-of-type(2) {
  width: 25%;
}

#container .container-content1 .bottom .left .thead li:nth-of-type(3) {
  width: 15%;
}

#container .container-content1 .bottom .left .thead li:last-of-type {
  width: 20%;
}

#container .container-content1 .bottom .left .table-list li {
  height: 54px;
  line-height: 54px;
  background-color: #fff;
}

#container .container-content1 .bottom .left .table-list-item li {
  text-align: center;
}

#container .container-content1 .bottom .left .table-list-item li:first-of-type {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container .container-content1 .bottom .left .table-list-item li:nth-of-type(2) {
  width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container .container-content1 .bottom .left .table-list-item li:nth-of-type(3) {
  width: 15%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container .container-content1 .bottom .left .table-list-item li:last-of-type {
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container .container-content1 .bottom .left .no-data {
  font-size: 22px;
  font-weight: 700;
  height: 290px;
  line-height: 290px;
  text-align: center;
  background: #fff;
}

/* 信件统计 */
#container .container-content1 .bottom .right .total ul {
  justify-content: space-between;
}

#container .container-content1 .bottom .right .total li {
  width: 200px;
  height: 80px;
  background: #fff;
  align-items: center;
}

#container .container-content1 .bottom .right .total li .lt {
  padding: 0 20px;
  border-right: 1px dashed #d5dfe7;
}

#container .container-content1 .bottom .right .total li .rt {
  padding: 0 20px;
}

#container .container-content1 .bottom .right .total li .rt h4 {
  font-size: 18px;
  color: #333;
}

#container .container-content1 .bottom .right .total li .rt p {
  font-size: 14px;
  color: #666;
}

#container .container-content1 .bottom .right .echart {
  width: 420px;
  height: 145px;
  background: #fff;
}

/* 调查问卷和意见征集 */
#container .container-content2 {
  justify-content: space-between;
}

#container .container-content2 .questionnaire .title::after,
#container .container-content2 .collect .title::after {
  width: 430px;
}

/* 调查问卷 */
#container .container-content2 .survey-list li {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #d5dfe7;
  position: relative;
  text-indent: 10px;
}

#container .container-content2 .survey-list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background: #c6c7c8;
  border-radius: 50%;
}

#container .container-content2 .survey-list li a {
  display: inline-block;
  width: 66%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container .container-content2 .survey-list li span {
  float: right;
  color: #999;
}

/* 意见征集 */
#container .container-content2 .collect-top {
  border-bottom: 1px dashed #e0e9ef;
  justify-content: space-between;
}

#container .container-content2 .collect-top .headline {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 700;
  width: 320px;
}

#container .container-content2 .collect-top .time {
  font-size: 14px;
  color: #999;
}

#container .container-content2 .collect-top img {
  height: 125px;
}

#container .container-content2 .collect-bottom li {
  height: 57px;
  line-height: 57px;
}

/* 盒子宽度占比 */
.w50 {
  width: 565px;
}

.w100 {
  width: 100%;
}