﻿/* 栏目标题 */
.nav_main {
  border-bottom: 1px solid #eef2fa;
  height: 60px;
  line-height: 60px;
}
.nav_main .nav {
  float: left;
}
.nav_main .nav li {
  float: left;
  margin-right: 20px;
}
.nav_main .nav li a {
  color: #222222;
  font-size: 24px;
}
.nav_main .nav .on a {
  border-bottom: 3px solid #3a5bc9;
  padding-bottom: 13px;
  color: #3a5bc9;
}
.nav_main .more {
  float: right;
  margin-right: 10px;
  background-image: url(more.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
}
.nav_main .more a {
  display: block;
  width: 100%;
  height: 100%;
}
.content {
  float: left;
  width: 100%;
  margin-top: 15px;
  overflow: hidden;
}
.content .content_item .item {
  width: 100%;
  overflow: hidden;
}
.content .content_item .item li {
  float: left;
  margin-top: 15px;
}
.content .content_item .item .start {
  width: 75px;
  height: 24px;
  background-color: #e8e8e8;
  border-radius: 12px 0px 14px 12px;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}
.content .content_item .item .info {
  width: 380px;
  margin-left: 20px;
  font-size: 16px;
  color: #222222;
}
.content .content_item .item .type {
  margin-left: 30px;
  width: 50px;
  height: 24px;
  border-radius: 3px;
  border: solid 1px #1b4bc7;
  color: #1b4bc7;
  text-align: center;
  line-height: 24px;
}
.content .content_item .item .timer {
  float: right;
  font-size: 16px;
  color: #999999;
}
/* 厅长信箱 */
.tzxx_main {
  width: 100%;
  height: 151px;
  overflow: hidden;
}
.tzxx_main .tzxx_left {
  float: left;
  width: 670px;
  height: 100%;
  margin-right: 30px;
  background-image: url(hdjl-xx.png);
  background-size: 100% 100%;
  position: relative;
}
.tzxx_main .tzxx_left .xx {
  position: absolute;
  top: 37px;
  left: 150px;
}
.tzxx_main .tzxx_left .xx a {
  font-size: 26px;
  color: #222222;
}
.tzxx_main .tzxx_left .wyxx {
  position: absolute;
  left: 150px;
  top: 80px;
}
.tzxx_main .tzxx_left .wyxx a {
  font-size: 18px;
  color: #222222;
}
.tzxx_main .tzxx_left .wyxx :first-child {
  padding-right: 15px;
  border-right: 1px solid #6b6868;
}
.tzxx_main .tzxx_left .wyxx :last-child {
  padding-left: 15px;
}
.tzxx_main .tzxx_right {
  float: left;
}
.tzxx_main .tzxx_right div {
  float: left;
  width: 156px;
  height: 100%;
  margin-left: 15px;
}
.tzxx_main .tzxx_right div img {
  width: 100%;
  height: 100%;
}
.tzxx_main .tzxx_right :first-child {
  margin-left: 0;
}
/* 信件统计与选登 */
.xj_xd_count {
  width: 100%;
  height: 285px;
  margin-top: 40px;
  overflow: hidden;
}
.xj_xd_count .xd_main {
  float: left;
  width: 670px;
  height: 100%;
  margin-right: 30px;
}
.xj_xd_count .count_main {
  width: 500px;
  height: 100%;
  float: left;
}
.xj_xd_count .count_main .chars_main {
  margin-top: 30px;
  text-align: center;
}
.xj_xd_count .count_main .chars_main .title {
  color: #222222;
  font-size: 18px;
}
.xj_xd_count .count_main .chars_main #pie {
  width: 500px;
  height: 200px;
}
/* 民意征集、投诉建议 */
.myzj_tsjy_main {
  width: 100%;
  height: 285px;
  overflow: hidden;
  margin-top: 35px;
}
.myzj_tsjy_main .myzj_main {
  float: left;
  width: 670px;
  height: 100%;
  margin-right: 30px;
}
.myzj_tsjy_main .myzj_main .content_item .info {
  width: 460px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.myzj_tsjy_main .tsjy_main {
  width: 500px;
  height: 100%;
  float: left;
}
.myzj_tsjy_main .tsjy_main .content_item .info {
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 在线访谈 */
.online_main {
  width: 100%;
  height: 281px;
  margin-top: 35px;
  overflow: hidden;
}
.online_main .list_main {
  margin-top: 20px;
  height: 200px;
}
.online_main .list_main .bqft {
  float: left;
  width: 670px;
  height: 100%;
  margin-right: 30px;
  overflow: hidden;
}
.online_main .list_main .bqft .img {
  float: left;
  width: 250px;
  height: 200px;
  margin-right: 20px;
}
.online_main .list_main .bqft .img img {
  width: 100%;
  height: 100%;
}
.online_main .list_main .bqft .info {
  float: left;
  width: 400px;
  height: 100%;
}
.online_main .list_main .bqft .info li {
  color: #858585;
}
.online_main .list_main .bqft .info li span {
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  margin-right: 10px;
}
.online_main .list_main .bqft .info .name {
  width: 102px;
  height: 36px;
  background-color: #1a4cc7;
  border-radius: 0px 18px 18px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}
.online_main .list_main .bqft .info .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 10px;
}
.online_main .list_main .lsft {
  float: left;
  width: 500px;
  height: 100%;
}
.online_main .list_main .lsft .name {
  width: 102px;
  height: 36px;
  background-color: #1a4cc7;
  border-radius: 0px 18px 18px 0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 36px;
}
.online_main .list_main .lsft .ls_list {
  margin-top: 20px;
}
.online_main .list_main .lsft .ls_list li {
  margin-top: 15px;
}
.online_main .list_main .lsft .ls_list img {
  margin-right: 15px;
}
.online_main .list_main .lsft .ls_list a {
  font-size: 18px;
  color: #222222;
}