﻿@charset "utf-8";
/*---------------------------------------------------------
interact styles
---------------------------------------------------------*/

body {
  background: #f6fbff !important;
}

.container {
  padding: 0;
  margin: auto;
}

/* 写信和查询 */
#container .container-content1 .top {
  height: 140px;
  background: url(xy-hd-xecbg.png) no-repeat left center;
  background-size: 100% 100%;
  justify-content: space-around;
  align-items: center;
}

#container .container-content1 .top .left,
#container .container-content1 .top .center,
#container .container-content1 .top .right {
  flex: 1 1 0;
  justify-content: center;
  padding: 0 40px;
}

#container .container-content1 .top .left,
#container .container-content1 .top .center {
  border-right: 1px dashed #d5dfe7;
}

#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 {
  width: auto;
  padding: 0;
  text-align: right;
}

/* 信件信息 */
#container .collect {
  position: relative;
}

#container .title {
  height: 31px;
  display: flex;
  align-items: center;
}

#container .title a,
#container .title span {
  position: relative;
  text-indent: 15px;
  font-size: 24px;
  display: block;
}

#container .title>a,
#container .title>span {
  background: url(icon-line.png) right bottom no-repeat;
  padding-right: 55px;
}

#container .title::before {
  content: '';
  width: 5px;
  height: 16px;
  background: #015293;
}

#container .title::after {
  content: '';
  flex: 1 1 0;
  height: 100%;
  border-bottom: 1px solid #e0e2e4;
  margin-left: 10px;
}

/* 信箱公示 */
#container .container-content1 .bottom .left .thead {
  height: 50px;
  line-height: 50px;
  background-color: #d8e3ec;
}

#container .container-content1 .bottom .left .thead li {
  text-align: center;
  font-size: 16px;
  line-height: 50px;
}

#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: #fff !important;
}

#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 li {
  width: 48%;
  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 {
  font-size: 14px;
  color: #666;
}

#container .container-content1 .bottom .right .echart {
  height: 145px;
  background: #fff;
}

/* 调查问卷和意见征集 */
#container .container-content2 .questionnaire .title::after,
#container .container-content2 .collect .title::after {
  width: 70%;
}

/* 调查问卷 */
#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 {
  flex: 1 1 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

#container .container-content2 .survey-list li span {
  width: auto;
  color: #999;
  font-size: 16px;
  text-align: right;
}

/* 意见征集 */
#container .container-content2 .collect-top {
  display: flex;
  align-items: center;
}

#container .container-content2 .collect-top .headline a {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#container .container-content2 .collect-top>div {
  float: none;
}

#container .container-content2 .collect-top .name,
#container .container-content2 .collect-top .time,
#container .container-content2 .collect-top .abs {
  font-size: 14px;
  color: #999;
  word-break: break-all;
}

#container .container-content2 .collect-top .abs {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*设置方向*/
  -webkit-line-clamp: 2;
  /*设置超过为省略号的行数*/
  overflow: hidden;
}

#container .container-content2 .collect-top img {
  height: 125px;
}

#container .container-content2 .collect-bottom li {
  height: 57px;
  line-height: 57px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

/* 盒子宽度占比 */
.w50 {
  width: 565px;
}

.w100 {
  width: 100%;
}

/* 手机端 */
@media (max-width: 480px) {

  #container {
    display: block;
    padding: 0 15px;
    margin: 0;
  }

  .container {
    padding: 0;
    margin: 0;
  }

  #container .container-content1 .top,
  #container .container-content1 .bottom .left,
  #container .container-content2 .questionnaire {
    margin-bottom: 20px;
  }

  /* 模块一 */
  #container .container-content1 .top .left,
  #container .container-content1 .top .center,
  #container .container-content1 .top .right {
    width: 100% !important;
    padding: 10px 0;
    flex: none;
  }

  #container .container-content1 .top .left,
  #container .container-content1 .top .center {
    border-right: none;
    border-bottom: 1px dashed #d5dfe7;
  }

  #container .container-content1 .top {
    height: auto;
    flex-direction: column;
    background: url(xy-hd-xecbg-m.png) center no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
  }

  #container .container-content1 .top .lt-img {
    width: 20% !important;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
  }

  #container .container-content1 .top .lt-img img {
    width: 100%;
  }

  #container .container-content1 .top .rt-content {
    flex: 1 1 0;
    padding-right: 0;
  }

  #container .container-content1 .top p {
    width: 100%;
  }

  /* 县长信箱 */
  #container .container-content1 .bottom {
    flex-direction: column;
  }

  #container .container-content1 .bottom .left,
  #container .container-content1 .bottom .left .table-list li,
  #container .container-content1 .bottom .right {
    padding: 0;
  }

  #container .container-content1 .bottom .left .thead,
  #container .container-content1 .bottom .left .table-list-item {
    justify-content: space-between;
    padding: 0 5px;
  }

  #container .container-content1 .bottom .left .thead li:first-of-type,
  #container .container-content1 .bottom .left .table-list-item li:first-of-type {
    width: 34%;
  }

  #container .container-content1 .bottom .left .thead li:nth-of-type(2),
  #container .container-content1 .bottom .left .table-list-item li:nth-of-type(2),
  #container .container-content1 .bottom .left .thead li:nth-of-type(3),
  #container .container-content1 .bottom .left .table-list-item li:nth-of-type(3),
  #container .container-content1 .bottom .left .thead li:last-of-type,
  #container .container-content1 .bottom .left .table-list-item li:last-of-type {
    flex: 1 1 0;
  }

  #container .container-content1 .bottom .left .table-list-item li:last-of-type {
    text-indent: 5px;
  }

  /* 信件统计 */
  #container .container-content1 .bottom .right .total li .lt {
    padding: 0 10px;
  }

  #container .container-content1 .bottom .right .total li .rt {
    padding: 0 0 0 20px;
  }

  /* 互动访谈 */
  #container .container-content2 .collect-bottom,
  #container .container-content2 .questionnaire,
  #container .collect {
    padding: 0;
  }

  #container .container-content2 .survey-list li a,
  #container .container-content2 .survey-list li span {
    padding-right: 0;
  }

  #container .container-content2 .survey-list li span {
    font-size: 14px;
  }

  #container .container-content2 .collect-top img {
    padding: 0;
    height: 105px;
  }

  #container .container-content2 .collect-top .headline a {
    line-height: 20px;
  }
}