@charset "UTF-8";
/* 政民互动 */

.wrapper-hd {
  margin-bottom: 20px;
}
.wrapper-hd .container-1200 {
  background-color: #fff;
  padding: 20px;
}

/* 新闻 */
.line-news {
  position: relative;
  margin: 0 -10px;
  margin-bottom: 40px;
}

.hd-channel {
  text-align: center;
}
.hd-channel span {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 25px;
}
.hd-channel a {
  float: right;
  width: 64px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #0059a9;
  margin-top: -3px;
  transition: 0.36s;
  position: absolute;
  right: 20px;
}
.hd-channel a:hover {
  background: #ff4d0e;
  color: #fff;
}
.hd-channel--1 {
  margin-bottom: 20px;
}

.news-left {
  float: left;
  width: 40%;
  padding: 0 10px;
}
.news-right {
  float: left;
  width: 60%;
  padding: 0 10px;
}

.first-news h2 {
  font-size: 24px;
  color: #222222;
  height: 26px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.first-news p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 8px;
}
.first-news span {
  font-size: 12px;
  color: #f87b3f;
}

/* 轮播图 */
.slideBox {
  width: 100%;
  height: 310px;
  position: relative;
  margin-bottom: 30px;
}
.slideBox .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 1;
}
.slideBox .hd ul li {
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
  padding: 3px 7px;
  line-height: 15px;
  color: #fff;
  background: rgb(102, 102, 102);
  font-size: 15px;
  border-radius: 5px;
  opacity: 0.3;
}
.slideBox .hd ul li.on {
  background: rgb(241, 123, 10);
  opacity: 1;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd p {
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding: 14px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 信箱 */
.line-xx {
  margin: 0 -12px;
}
.xx-left {
  float: left;
  width: 68%;
  padding: 12px;
  position: relative;
}
.xx-right {
  float: left;
  width: 32%;
  padding: 12px;
}
.hd-channel--2 span {
  color: #ff4f0e;
}
.hd-channel--2 a {
  border: #ff4d0e 1px solid;
  color: #f87b3f;
  background: #fff;
}

.mail-query {
  padding: 12px 12px;
  background: #f2f2f2;
  margin: 15px 0 5px;
}
.mail-query-input {
  margin-bottom: 10px;
}
.mail-query-input input {
  width: 48.5%;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border: none;
  float: left;
  outline: none;
}
.mail-query-input input:first-child {
  margin-right: 3%;
}
.mail-query-button a {
  display: inline-block;
  margin-left: 12px;
  width: 96px;
  height: 35px;
  line-height: 35px;
  background: #f87b3f;
  transition: 0.6s;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.mail-query-button a:hover {
  background: #0059a9;
}

.mail-table {
  position: relative;
}
.mail-table .mail-table-tag {
  display: inline-block;
  width: 37px;
  height: 21px;
  line-height: 21px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #4caa81;
  vertical-align: middle;
}
.mail-table table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #eaeaea;
}
.mail-table tr {
  border: 1px solid #eaeaea;
  border-top: 0;
}
.mail-table tr td {
  text-align: center;
  padding: 10px 0;
}
.mail-table tr td:nth-child(1) {
  width: 7%;
}
.mail-table tr td:nth-child(2) {
  width: 53%;
  text-align: left;
}
.mail-table tr td:nth-child(2) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.mail-table tr td:nth-child(3) {
  width: 20%;
  color: #6e6e6e;
  font-size: 14px;
}
.mail-table tr td:nth-child(4) {
  width: 20%;
  color: #6e6e6e;
  font-size: 14px;
}
.mail-table-footer {
  border: 1px solid #eaeaea;
  border-top: 0;
}
.mail-table-footer span {
  width: 25%;
  padding: 10px 0;
  float: left;
  text-align: center;
}
.mail-table-footer span:first-child {
  background: #d4eeff;
  color: #1054af;
}

.mail-links {
  margin: 0 -10px;
  margin-bottom: 10px;
}
.mail-links li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 8px;
}
.mail-links li a {
  display: block;
  text-align: center;
  transition: 0.36s;
  font-weight: bold;
  font-size: 18px;
}
.mail-links li a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.mail-links li:nth-child(1) a {
  background: #ebf4f9;
  color: #51aec8;
}
.mail-links li:nth-child(2) a {
  background: #f9ebeb;
  color: #c22e2e;
}
.mail-links li:nth-child(3) a {
  background: #f5faf0;
  color: #81b73a;
}
.mail-links li:nth-child(4) a {
  background: #fbf0e7;
  color: #f87b3f;
}
.mail-links li:nth-child(5) a {
  background: #ebf9f3;
  color: #4caa81;
}
.mail-links li:nth-child(6) a {
  background: #eeebf9;
  color: #856bda;
}
.mail-links li span {
  display: inline-block;
  vertical-align: middle;
  height: 68px;
  line-height: 68px;
}
.mail-links li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.mail-href {
  margin-bottom: 22px;
}
.mail-href img {
  width: 100%;
}

.mail-text {
  font-size: 14px;
  padding-left: 20px;
}
.mail-text p {
  line-height: 26px;
}
.mail-text span {
  font-weight: bold;
}

/* 热线服务 */
.wrapper-phone {
  margin-bottom: 20px;
}
.wrapper-phone .container-1200 {
  background-color: #fff;
  padding: 20px;
}
.phone-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.phone {
  display: flex;
  flex-wrap: wrap;
}
.phone li {
  width: 10%;
  padding: 0 10px;
  margin-bottom: 10px;
}
.phone li a {
  display: block;
  text-align: center;
}
.phone .phone-img {
  display: inline-block;
  background: #568ed1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 100%;
}
.phone .phone-img img {
  display: inline-block;
  vertical-align: middle;
}
.phone li p:nth-child(2) {
  font-size: 18px;
  line-height: 30px;
  color: #568ed1;
  font-weight: bold;
}
.phone li p:nth-child(3) {
  font-size: 14px;
  line-height: 18px;
  color: #568ed1;
}

@media screen and (max-width: 1200px) {
  .line-news {
    margin-left: 0;
    margin-right: 0;
  }
  .news-left,
  .news-right {
    width: 100%;
    float: none;
    padding: 0;
  }

  .line-xx {
    margin-left: 0;
    margin-right: 0;
  }
  .xx-left,
  .xx-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .xx-left {
    margin-bottom: 20px;
  }

  .phone li {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .slideBox {
    height: 200px;
    margin-bottom: 50px;
  }
  .first-news h2 {
    font-size: 18px;
  }

  .mail-table-footer span {
    width: 100%;
  }
  .mail-table tr td:nth-child(1) {
    width: 50px;
  }
  .mail-table tr td:nth-child(2) {
    width: calc(100% - 50px - 70px - 100px);
  }
  .mail-table tr td:nth-child(3) {
    width: 70px;
  }
  .mail-table tr td:nth-child(4) {
    width: 100px;
  }

  .phone li {
    width: 33.33333%;
  }
}

@media screen and (max-width: 425px) {
  .mail-query-button {
    width: 100%;
  }
  .mail-query-button a {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }

  .mail-links li {
    width: 100%;
  }

  .phone li {
    width: 50%;
  }
}
