﻿* {
  font-style: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, em, img, b, u, i, dl, dt, dd, ol, ul, li, form, input, label, table, tbody, tfoot, thead, tr, th, td, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
  color: inherit;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

img {
  /* display: block; */
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

.clear {
  zoom: 1;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.header {
  height: 260px;
  background: url(../img/header-bg.jpg) no-repeat;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
  background-position: center top;
}

.container .list li a {
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  font-size: 17px;
}

.container .list li a:hover {
  background-color: #faf9f9;
  color: #004394;
}

.container .list li a:after {
  content: "";
  background-color: #004394;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: block;
  position: absolute;
  left: 0;
  top: 48%;
}

.header .top {
  width: 1260px;
  margin: 0 auto;
  height: 200px;
  position: relative;
}

.header .logo {
  position: absolute;
  top: 40px;
  left: 0;
}

.header .search {
  position: absolute;
  right: 0;
  top: 70px;
  height: 52px;
  width: 330px;
  border-radius: 52px;
  border: 2px solid #004394;
  background-color: #ffffff;
  overflow: hidden;
}

.header .search .ipt {
  height: 52px;
  width: 240px;
  border: 0;
  background: none;
  margin-left: 20px;
  line-height: 52px;
  outline: none;
}

.header .search .btn {
  height: 52px;
  width: 52px;
  border: 0;
  line-height: 52px;
  text-align: center;
  color: #004394;
  font-size: 36px;
}

.header .search .btn:hover {
  background-color: #004394;
  color: #ffffff;
}

.header .nav {
  width: 100%;
  height: 60px;
}

.header .menu {
  display: block;
  height: 60px;
  width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header .menu .item {
  text-align: center;
  line-height: 60px;
  position: relative;
}

.header .menu .item .a {
  font-size: 24px;
  color: #004394;
}

.header .menu .item:hover .sub {
  z-index: 999;
  display: block;
}

.header .menu .sub {
  position: absolute;
  width: 180px;
  top: 60px;
  left: 50%;
  z-index: 99;
  margin-left: -90px;
  background-color: #004394;
  box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.2);
  transition: .8s;
  overflow: hidden;
  display: none;
  padding: 10px 0;
}

.header .menu .subitem a {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #ffffff;
  padding: 14px;
}

.header .menu .subitem a:hover {
  background-color: #003a6d;
}

.header .menu .item:hover .sub {
  display: block;
}

.header .tools {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 14px;
}

.header .tools span {
  margin: 0 10px;
}

.header .tools a {
  color: rgb(48, 48, 48);
}

.container {
  width: 1260px;
  margin: 0 auto;
}

.container .news {
  width: 1260px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container .news h1 a {
  font-size: 34px;
  font-weight: bold;
  color: #004394;
  font-family: '方正小标宋简体', '新宋体';
}

.container .section1 {
  height: 400px;
}

.container .swiper {
  height: 400px;
  width: 664px;
  overflow: hidden;
  position: relative;
}

.swiper .swiper-slide {
  position: relative;
}

.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.swiper .swiper-slide p {
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 100px 0 10px;
  z-index: 9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.swiper .swiper-pagination {
  position: absolute;
  color: #ffffff;
  bottom: 0px;
  right: 0;
  height: 40px;
  width: 100px;
  display: block;
  left: auto;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
}

.container .newlist {
  height: 400px;
  width: 570px;
}

.newlist .head {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #1b54a5;
  display: flex;
  justify-content: space-between;
}

.newlist .head .btn {
  font-size: 20px;
  display: block;
  color: #101012;
}

.newlist .head .btn.ing {
  font-weight: bold;
  color: #004394;
  border-bottom: 2px solid #004394;
}

.newlist .head .more {
  font-size: 16px;
  line-height: 30px;
  color: #004394;
  display: none;
}

.newlist .list {
  height: 360px;
  display: block;
  overflow: hidden;
}

.newlist .list li a {
  line-height: 59px;
  display: flex;
  justify-content: space-between;
}

.newlist .list .title {
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.newlist .list .time {
  padding-left: 10px;
  color: #9a9a9c;
}

.swiper.adSwiper {
  height: 94px;
  width: 1260px;
  margin-top: 30px;
}

.adSwiper .swiper-wrapper a {
  display: block;
  height: 94px;
}

.adSwiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adSwiper .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
}

.adSwiper .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.3);
  right: 0;
}

.adSwiper .swiper-button-next:after,
.adSwiper .swiper-button-prev:after {
  font-size: 26px;
}

.section2 {
  margin-top: 40px;
}

.tab-title {
  height: 60px;
  display: flex;
  justify-content: space-around;
  font-size: 28px;
}

.tab-title a {
  position: relative;
}

.tab-title .ing {
  color: #004394;
  font-weight: bold;
}

.tab-title .ing:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 12px solid #eaf1f9;
  margin-left: -20px;
}

.container .card {
  display: none;
}

.container .card .head {
  height: 40px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #004394;
}

.container .card .head .name {
  font-size: 20px;
  color: #004394;
  font-weight: bold;
  border-bottom: 2px solid #004394;
}

.container .card .head .more {
  line-height: 30px;
  color: #004394;
}

.container .card .cell {
  background-color: #ffffff;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.content1 {
  background-color: #eaf1f9;
  padding: 20px;
}

.content1 .top ul {
  display: flex;
  justify-content: space-between;
}

.content1 .top li {
  width: 195px;
}

.content1 .top li a {
  display: block;
  background-color: #ffffff;
  height: 96px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content1 .top li a:hover {
  background-color: #004394;
  color: #ffffff;
}

.content1 .top li a:hover .icon {
  color: #ffffff;
}

.content1 .top li a span {
  display: block;
}

.content1 .top li .icon {
  font-size: 36px;
  color: #004394;
  line-height: 36px;
  margin-bottom: 4px;
}

.content1 .bottom {
  margin-top: 20px;
}

.content1 .info {
  background-color: #ffffff;
  height: 440px;
  width: 810px;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
}

.content1 .info .tabbar {
  height: 40px;
  width: 100%;
  border-bottom: 1px solid #1b54a5;
  display: flex;
  position: relative;
}

.content1 .info .tabbar .btn {
  font-size: 20px;
  display: block;
  color: #101012;
  margin-right: 50px;
}

.content1 .info .tabbar .btn.ing {
  font-weight: bold;
  color: #004394;
  border-bottom: 2px solid #004394;
}

.content1 .info .tabbar .more {
  font-size: 16px;
  line-height: 30px;
  color: #004394;
  position: absolute;
  right: 0;
  top: 0;
}

.content1 .info .list {
  height: 360px;
  display: block;
  overflow: hidden;
}

.content1 .info .list ul {
  display: none;
}

.content1 .info .list li a {
  line-height: 59px;
  display: flex;
  justify-content: space-between;
}

.content1 .info .list .title {
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.content1 .info .list .time {
  padding-left: 10px;
  color: #9a9a9c;
}

.content1 .options {
  width: 400px;
  height: 440px;
  overflow: hidden;
}

.content1 .options a {
  height: 65px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 4px;
  display: block;
  line-height: 65px;
  display: flex;
  align-items: center;
}

.content1 .options a:hover {
  background-color: #004394;
}

.content1 .options a:hover .icon {
  color: #ffffff;
}

.content1 .options a:hover .name {
  color: #ffffff;
}

.content1 .options .icon {
  display: inline-block;
  margin-left: 100px;
  margin-right: 30px;
  font-size: 30px;
  color: #004394;
}

.content1 .options .name {
  font-size: 18px;
}

.footer {
  margin-top: 30px;
  height: 230px;
  background-color: #07213a;
}

.footer .inner {
  width: 1260px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}

.footer .inner .left {
  height: 100px;
  display: flex;
  align-items: center;
  margin-right: 30px;
  position: absolute;
  top: 60px;
  left: 0;
}

.footer .inner .left img {
  margin-right: 10px;
}

.footer .inner .right {
  margin: 0 auto;
}

.footer .inner .right p {
  color: #ffffff;
  line-height: 30px;
  text-align: center;
}

.footer .inner .right .first {
  margin-bottom: 10px;
}

.footer .inner .right p a {
  color: #ffffff;
}

.footer .inner .right .first a:hover {
  opacity: 0.8;
}

.footer .inner .right img {
  display: inline;
}

.content2 {
  background-color: #eaf1f9;
  padding: 20px;
}

.content2 .service {
  height: 556px;
  width: 760px;
}

.content2 .service .content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 460px;
  margin-top: 20px;
}

.content2 .service .content li {
  width: 24%;
  height: 50%;
}

.content2 .service .content a:hover .icon {
  color: #ffffff;
  background-color: #004394;
}

.content2 .service .content .icon {
  font-size: 48px;
  background-color: #eaf1f9;
  color: #004394;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  display: block;
  margin: 30px auto 20px auto;
}

.content2 .service .content p {
  font-size: 20px;
  color: #004394;
  text-align: center;
}

.content2 .affair {
  height: 556px;
  width: 450px;
}

.content2 .affair .list {
  display: block;
  overflow: hidden;
}

.content2 .affair .list a {
  line-height: 59px;
}

.content2 .affair .list a {
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  display: block;
}

.content3 {
  background-color: #eaf1f9;
  padding: 20px;
}

.content3 .letter {
  height: 556px;
  width: 680px;
}

.content3 .letter .tips {
  background-color: #eaf1f9;
  display: block;
  height: 92px;
  border-radius: 4px;
  margin-top: 20px;
}

.content3 .letter .tips img {
  height: 92px;
  width: 92px;
  float: left;
}

.content3 .letter .tips .text {
  float: left;
  margin-left: 20px;
}

.content3 .letter .tips b {
  font-size: 22px;
  font-weight: bold;
  color: #004394;
  margin-top: 16px;
  display: block;
}

.content3 .letter .tips p {
  color: #004394;
  font-size: 16px;
  margin-top: 10px;
}

.content3 .letter .list {
  height: 360px;
  display: block;
  overflow: hidden;
}

.content3 .letter .list li a {
  line-height: 59px;
  display: flex;
  justify-content: space-between;
}

.content3 .letter .list .name {
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.content3 .letter .list .status {
  padding-left: 10px;
  color: #9a9a9c;
}

.content3 .letter .list .status.complete {
  color: #187cfe;
}

.content3 .right {
  width: 530px;
  height: 556px;
}

.content3 .replay {
  height: 320px;
}

.content3 .replay .list {
  display: block;
  overflow: hidden;
}

.content3 .replay .list li a {
  line-height: 59px;
  display: flex;
  justify-content: space-between;
}

.content3 .replay .list .name {
  padding-left: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}

.content3 .replay .list .time {
  padding-left: 10px;
  color: #9a9a9c;
}

.content3 .us {
  margin-top: 10px;
  height: 226px;
}

.content3 .us ul {
  padding-top: 10px;
}

.content3 .us li {
  display: flex;
  align-items: center;
  height: 45px;
}

.content3 .us li .iconfont {
  font-size: 20px;
  padding: 6px;
  background-color: #eef5fb;
  color: #004394;
  border-radius: 50%;
  margin-right: 20px;
}

.friendlink {
  display: flex;
  justify-content: space-between;
  height: 55px;
  margin-top: 30px;
}

.friendlink strong {
  height: 55px;
  padding: 0 10px;
  background-color: #004394;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.friendlink strong::after {
  position: absolute;
  top: 20px;
  right: -6px;
  content: '';
  border-style: solid;
  border-color: transparent;
  border-width: 10px 0 10px 10px;
  border-left-color: #004394;
  width: 0px;
}

.friendlink img {
  height: 55px;
}

/* 列表页 */
.column {
  width: 1260px;
  margin: 0 auto;
}

.breadcrumb {
  line-height: 60px;
  height: 60px;
  font-size: 16px;
}

.breadcrumb a:hover {
  color: #004394;
}

.column .menu {
  width: 320px;
}

.column .menu h2 {
  font-size: 26px;
  display: block;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #eef5fb;
}

.column .menu h2 .iconfont {
  font-size: 38px;
  margin-right: 10px;
}

.column .menu li {
  margin-top: 8px;
}

.column .menu li a {
  background-color: #eef5fb;
  display: block;
  height: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;
}

.column .menu li a:hover {
  color: #ffffff;
  background-color: #004394;
}

.column .menu li a.ing {
  color: #ffffff;
  background-color: #004394;
}

.column .menu a .iconfont {
  font-size: 26px;
  margin-left: 90px;
}

.column .menu a span {
  font-size: 18px;
  margin-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.column .submenu {
  width: 890px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column .submenu .item {
  width: 435px;
  height: 80px;
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.column .submenu .item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #444444;
}

.column .submenu .item .iconfont {
  padding-left: 80px;
  width: 50px;
  font-size: 32px;
}

.column .submenu .item .name {
  font-size: 20px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.column .submenu .item a:hover {
  background-color: #346199;
  transition: .5s;
  color: #ffffff;
}

.column .list {
  width: 890px;
}

.column .list li {
  width: 900px;
  height: 110px;
  margin-bottom: 24px;
  border-bottom: 1px solid #efefef;
}

.column .list#search {
  width: 100%;
}

.column .list#search li {
  width: auto
}

.column .list li a:hover {
  color: #004394;
}

.column .list li .time {
  background-color: #eef5fb;
  height: 86px;
  width: 86px;
  border-radius: 4px;
  float: left;
}

.column .list li .day {
  display: block;
  font-size: 34px;
  color: #004394;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 4px;
}

.column .list li .date {
  display: block;
  color: #004394;
  font-size: 16px;
  text-align: center;
}

.column .list li .title {
  float: left;
  padding-left: 30px;
  width: 780px;
}

.column .list li .title .name {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
}

.column .list li .title .views {
  font-size: 16px;
  color: #505050;
  margin-top: 20px;
}

.column .list .text h1 {
  text-align: center;
  font-size: 32px;
  color: #2c66a5;
  font-weight: bold;
  padding-bottom: 60px;
}

.column .list .text p {
  line-height: 26px;
  padding: 6px 0;
  text-indent: 2em;
}

.column .list .text p a {
  font-size: 16px;
  color: #2c66a5;
  text-decoration: underline;
}

.pagination {
  margin: 50px 0;
  text-align: center;
}

.pagination a {
  display: inline-block;
  font-size: 16px;
  padding: 8px 14px;
  border: 1px solid #d3d3d3;
  margin-right: 10px;
}

.pagination a:not(.disabled):hover {
  background-color: #004394;
  color: #ffffff;
  border-color: #004394;
}

.pagination .disabled {
  background-color: #efefef;
}

.pagination .ing {
  background-color: #004394;
  color: #ffffff;
  border-color: #004394;
}

.article {
  width: 1260px;
  margin: 0 auto;
}

.article .h1 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  padding: 20px 0 20px 0;
}

.article .line {
  border-top: 1px solid #dbdbdb;
  height: 1px;
  width: 1000px;
  margin: 0 auto;
}

.article .info {
  text-align: center;
  font-size: 17px;
  color: #989898;
  line-height: 60px;
}

.article .text {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.article .text p {
  line-height: 40px !important;
  margin: 20px 0 !important;
  font-family: "微软雅黑" !important;
}

.article .text p strong, .article .text p em, .article .text p b {
  font-family: "微软雅黑" !important;
}

.article .text img {
  margin: 10px auto;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

.article .text table {
  margin: 10px auto;
  max-width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

.article .text table td {
  border: 1px solid #c1c1c1;
}

.article .text table p {
  margin: 0 !important;
}

.article .share {
  height: 80px;
}

.article .share .btn a {
  cursor: pointer;
}

.article .other .p {
  line-height: 40px;
}

.article .other .p a {
  font-size: 18px;
  color: rgb(58, 58, 58);
}

.article .other .p a:hover {
  color: #004394;
}

.column .letter {
  width: 890px;
}

.column .letter .tips {
  border: 5px solid #e8e8e8;
  padding: 20px 40px;
}

.column .letter .line {
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin: 20px 0;
}

.column .letter .tips .name {
  font-weight: bold;
  line-height: 36px;
  width: 100px;
  color: #004394;
}

.column .letter .tips ul {
  display: block;
  width: auto;
}

.column .letter .tips li {
  line-height: 36px;
}

.column .form {
  border: 5px solid #e8e8e8;
  margin-top: 20px;
  padding: 20px 40px;
}

.column .form label {
  display: block;
  display: flex;
  margin: 10px 0;
}

.column .form .name {
  width: 80px;
  text-align: right;
  line-height: 40px;
  margin-right: 20px;
}

.column .form .star {
  color: red;
  line-height: 40px;
  display: inline-block;
  margin-right: 5px;
}

.column .form .ipt {
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc;
  width: 400px;
  padding: 0 10px;
}

.column .form .text {
  width: 670px;
  display: block;
  line-height: 40px;
  height: 120px;
  font-size: 18px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-family: inherit;
}

.column .form .btn {
  height: 40px;
  width: 120px;
  background-color: #004394;
  line-height: 40px;
  border: none;
  color: #ffffff;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  font-size: 15px;
}

.column .form .btn:hover {
  background-color: #003a6d;
}

.map {
  width: 1260px;
  margin: 0 auto;
}

.map .content h3 {
  height: 40px;
  line-height: 40px;
  background-color: #004294;
  padding-left: 20px;
  width: auto;
  margin: 10px 0;
}

.map .content h3 a {
  color: #ffffff;
  font-size: 20px;
}

.map .content dl {
  padding: 10px 0;
}

.map .content dl dd {
  display: inline-block;
}

.map .content dl dd a {
  font-size: 18px;
  margin-right: 20px;
  line-height: 40px;
}

.map .content dl dd a:hover {
  color: #003a6d;
}

/* 政府信息公开 */
.open .head {
  width: 1100px;
  height: 360px;
  margin: 0 auto;
  position: relative;
}

.open .head .logo {
  position: absolute;
  top: 30px;
  left: 0;
  display: flex;
  align-items: center;
}

.open .head .logo img {
  width: 60px;
}

.open .head .logo h2 {
  font-size: 35px;
  color: white;
  margin-left: 20px;
}

.open .head h1 {
  font-size: 100px;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  text-align: center;
}

.open .layer {
  width: 1100px;
  background-color: #f2f2f2;
  margin: 0 auto;
  background-color: rgb(242, 242, 242);
  padding-bottom: 100px;
}

.open .layer .search {
  height: 120px;
  padding-top: 50px;
}

.open .layer .search form {
  height: 50px;
  width: 500px;
  border: 2px solid #2c66a5;
  border-radius: 6px;
  background-color: #ffffff;
  margin: 0 auto;
}

.open .layer .search .ipt {
  border: none;
  outline: none;
  background: none;
  padding: 0 10px;
  line-height: 50px;
  width: 420px;
  height: 50px;
}

.open .layer .search .btn {
  font-size: 40px;
  color: #2c66a5;
  line-height: 50px;
  width: 50px;
  height: 50px;
}

.open .layer .menu {
  width: 240px;
  padding-left: 32px;
}

.open .layer .menu dd {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.open .layer .menu .item {
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  color: #2e68a7;
}

.open .layer .menu .item .iconfont {
  font-size: 46px;
  padding-left: 26px;
}

.open .layer .menu .item .name {
  font-size: 22px;
  padding-left: 26px;
}

.open .layer .menu .item .switch {
  font-size: 36px;
  position: absolute;
  top: 12px;
  right: 8px;
}

.open .layer .menu .ing {
  background-color: #2c66a5;
}

.open .layer .menu .ing .iconfont,
.open .layer .menu .ing .name,
.open .layer .menu .ing .switch {
  color: #ffffff;
}

.open .layer .menu .sub {
  padding: 10px 0;
  padding-left: 68px;
  display: none;
}

.open .layer .menu .sub li {
  line-height: 30px;
  font-size: 14px;
}

.open .layer .menu .sub li:before {
  content: "·";
  font-weight: bold;
  margin-right: 16px;
}

.open .layer .menu .sub .active,
.open .layer .menu .sub a:hover {
  color: #004294;
  font-weight: bold;
}

.open .content {
  width: 750px;
  min-height: 800px;
  background-color: #ffffff;
  margin-right: 50px;
  overflow-x: hidden;
}

.open_content {
  padding: 20px;
}

.open_content .list {
  margin-bottom: 30px;
}

.open_content .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  border-bottom: 2px solid #808080;
}

.open_content .title h3 {
  background-color: #2d66a5;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}

.open_content .title .more {
  color: #003a6d;
  font-size: 16px;
}

.open_content ul {
  padding: 10px 0;
}

.open_content ul li {
  line-height: 40px;
  height: 40px;
}

.open_content ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.open_content ul li a:hover {
  color: #003a6d;
}

.open_content ul li .name {
  font-size: 16px;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 20px;
}

.open_content ul li .time {
  font-size: 16px;
  color: rgb(150, 150, 150);
}

/* 留言列表 */
.message {
  width: 890px;
}

.message li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.message li .title, .message li .content {
  line-height: 30px;
}

.message li .msg {
  display: flex;
  padding-bottom: 16px;
  justify-content: space-between;
}

.message li .msg .iconfont {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #e2f0fc;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
}

.message li .msg .right {
  flex: 1;
}

.message li .msg .right .title {
  font-weight: bold;
  color: #494949;
}

.message li .msg .right .content {
  color: #535353;
}

.message li .msg .time {
  margin-left: 20px;
  color: #9e9e9e;
  line-height: 30px;
}

.message li .t {
  color: #003a6d;
}

.message .replay {
  display: flex;
  margin-left: 80px;
  background-color: #f5fbff;
  border-radius: 16px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.message .replay .text {
  display: block;
  color: rgb(182, 182, 182);
  line-height: 30px;
}

.message .replay p {
  flex: 1;
  line-height: 30px;
}

/* 调查列表 */
.survey {
  width: 890px;
}

.survey li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.survey li .msg {
  display: flex;
  padding-bottom: 26px;
  align-items: center;
}

.survey li .msg .iconfont {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #e2f0fc;
  color: #ffffff;
  font-size: 50px;
  text-align: center;
  line-height: 80px;
  margin-right: 20px;
}

.survey li .msg .center {
  flex: 1;
}

.survey li .msg .center .title {
  color: #494949;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}

.survey li .msg .center .title a:hover {
  color: #004394;
}

.survey li .title, .survey li .content {
  line-height: 40px;
}

.survey li .msg .center .content {
  color: #868686;
}

.survey li .msg .time {
  margin-left: 20px;
  color: #9e9e9e;
  line-height: 30px;
}

.survey li .t {
  color: #003a6d;
}

.survey .result {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin-left: 10px;
  height: 36px;
  width: 90px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  background-color: #bb3129;
}

.survey .result:hover {
  opacity: 0.8;
}

.survey_tp {
  width: 890px;
  border: 5px solid #e8e8e8;
  box-sizing: border-box;
  padding: 20px 40px;
  margin-bottom: 80px;
}

.survey_tp h2 {
  font-size: 26px;
  color: #004394;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.survey_tp h2 .iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #b2dafd;
  font-weight: normal;
}

.survey_tp h3 {
  font-size: 26px;
  font-weight: bold;
  color: rgb(68, 68, 68);
}

.survey_tp ul {
  padding: 20px 0;
  margin-left: 5px;
}

.survey_tp ul li {
  padding: 10px 0;
}

.survey_tp ul li input {
  margin-right: 16px;
  transform: scale(1.5);
}

.survey_tp .bottom {
  text-align: center;
  padding: 20px 0 20px 0;
}

.survey_tp .bottom a {
  display: inline-block;
  background: none;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  font-size: 16px;
}

.survey_tp .bottom .blue {
  background-color: #004394;
}

.survey_jg {
  width: 890px;
  border: 5px solid #e8e8e8;
  box-sizing: border-box;
  padding: 20px 40px;
  margin-bottom: 30px;
}

.survey_jg h2 {
  font-size: 26px;
  color: #004394;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.survey_jg h2 .iconfont {
  font-size: 40px;
  margin-right: 10px;
  color: #b2dafd;
  font-weight: normal;
}

.survey_jg h3 {
  font-size: 26px;
  font-weight: bold;
  color: rgb(68, 68, 68);
}

.survey_jg ul {
  padding: 20px 0;
}

.survey_jg ul li {
  margin-bottom: 20px;
}

.survey_jg ul li .name {
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
}

.survey_jg .progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.survey_jg .progress .bar {
  background-color: #eef5fb;
  height: 30px;
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
}

.survey_jg .progress .inner {
  background-color: #004394;
  height: 30px;
  width: 0;
}

.survey_jg .progress .num {
  width: 60px;
  padding-left: 20px;
  text-align: center;
}

.slider {
  position: fixed;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  z-index: 999;
}

.slider .item {
  height: 60px;
  width: 60px;
  background-color: #f3f8fd;
  border-radius: 60px;
  margin: 20px 0;
  position: relative;
}

.slider .item .iconfont {
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  color: #004294;
  font-size: 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.slider .item .iconfont:hover {
  background-color: #004294;
  color: #ffffff;
}

.slider .item .popover {
  display: none;
  height: 150px;
  width: 120px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  position: absolute;
  left: -160px;
  top: 0;
  padding: 10px;
}

.slider .item:hover .popover {
  display: block;
}

.slider .item .popover img {
  height: 120px;
  width: 120px;
}

.slider .item .popover .name {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}