* {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
}
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  background: #fff;
}
/* 头部 */
header {
  position: relative;
  top: 0;
  left: 0;
}
header .swiper-container {
  width: 100%;
  height: 100%;
}
header .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .swiper-container .swiper-wrapper .swiper-slide a {
  display: inline-block;
  width: 100%;
}
header .swiper-container .swiper-wrapper .swiper-slide a img {
  width: 100%;
}
header .swiper-container .swiper-pagination .swiper-pagination-bullet {
  margin: 0 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  transition: all 0.5s;
}
header .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
}
header .search {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  padding: 10px 30px;
  width: 40%;
  height: 60px;
  z-index: 2;
  background: #fff;
  border-radius: 30px;
  border: 1px solid #007AFF;
}
header .search input {
  position: relative;
  top: -5px;
  display: inline-block;
  width: calc(100% - 60px);
  height: 40px;
  font-size: 26px;
  line-height: 40px;
  color: #000;
  background: #fff;
  border: none;
  outline: none;
}
header .search .iconfont {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}
/* 内容 */
.container {
  margin: 10px auto 0;
  display: flex;
  justify-content: space-between;
  width: 1130px;
  background: #fff;
  /* 中列 */
  /* 右列 */
}
.container .content-center {
  width: 100%;
  max-width: 700px;
}
.container .content-center .content-header {
  margin-bottom: 10px;
}
.container .content-center .content-header .layui-show {
  display: flex !important;
}
.container .content-center .content-header .layui-nav {
  padding: 0;
  display: flex;
  justify-content: space-between;
  background: #fff;
  color: #3D4758;
}
.container .content-center .content-header .layui-nav > li {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 10px 10px 0;
  padding: 0 10px;
  width: auto;
  height: 30px;
  line-height: 30px;
}
.container .content-center .content-header .layui-nav > li.layui-nav-item .desc {
  padding-right: 10px;
}
.container .content-center .content-header .layui-nav > li span {
  font-size: 18px;
  transition: color 0.3s;
  user-select: none;
}
.container .content-center .content-header .layui-nav > li span .layui-icon {
  margin-left: 3px;
}
.container .content-center .content-header .layui-nav > li span::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: transparent;
}
.container .content-center .content-header .layui-nav > li.active span {
  color: #007AFF;
}
.container .content-center .content-header .layui-nav > li.active span::after {
  background: #007AFF;
}
.container .content-center .content-header .layui-nav > li .layui-nav-child {
  display: none;
  flex-wrap: wrap;
  padding: 5px;
  right: 0;
  top: 120%;
  left: unset;
  width: 650px;
  height: auto;
  border-radius: 10px;
  white-space: wrap;
}
.container .content-center .content-header .layui-nav > li .layui-nav-child .child-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.container .content-center .content-header .layui-nav > li .layui-nav-child .child-list li {
  margin: 5px;
  display: inline-block;
  width: auto;
  height: 36px;
  white-space: nowrap;
}
.container .content-center .content-header .layui-nav > li .layui-nav-child .child-list .layui-this:after,
.container .content-center .content-header .layui-nav > li .layui-nav-child .child-list .layui-nav-bar {
  display: none;
}
.container .content-center .content-header .layui-nav > li:hover .layui-nav-child {
  display: flex;
}
.container .content-center .content-header .tab-box {
  position: relative;
  top: 0;
  left: 0;
}
.container .content-center .img-list {
  display: none;
  width: 100%;
  overflow: hidden;
}
.container .content-center .img-list .title-list {
  padding: 10px;
  background: linear-gradient(to bottom, #E8F3FF, #fff);
  border-radius: 10px 10px 0 0;
}
.container .content-center .img-list .title-list li {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 20px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.container .content-center .img-list .title-list li::before {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3D4758;
  transition: all 0.5s;
}
.container .content-center .img-list .title-list li a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 30px;
  color: #3D4758;
  transition: color 0.3s;
}
.container .content-center .img-list .title-list li:hover::before {
  background-color: #007AFF;
}
.container .content-center .img-list .title-list li:hover a {
  color: #007AFF;
}
.container .content-center .img-list .inm-ul {
  margin-top: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.container .content-center .img-list .inm-ul li {
  width: 49%;
  height: 60px;
  overflow: hidden;
}
.container .content-center .img-list .inm-ul li a {
  display: inline-block;
  width: 100%;
  height: 60px;
}
.container .content-center .img-list .inm-ul li a img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: transform 0.3s;
}
.container .content-center .img-list .inm-ul li:hover a img {
  transform: scale(1.1);
}
.container .content-center .img-list.active {
  display: block;
}
.container .content-center .news-list {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #E7E7E7;
}
.container .content-center .news-list ul {
  display: flex;
  flex-wrap: wrap;
}
.container .content-center .news-list ul > li {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 170px;
  padding: 10px;
  overflow: hidden;
  z-index: 2;
}
.container .content-center .news-list ul > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -150%;
  width: 150%;
  height: 100%;
  border-radius: 0 85px 85px 0;
  background: rgba(241, 241, 241, 0.7);
  transition: all 0.5s;
  z-index: -1;
}
.container .content-center .news-list ul > li:hover::before {
  left: 0;
}
.container .content-center .news-list ul .one-image a {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.container .content-center .news-list ul .one-image a .img {
  margin-right: 10px;
  min-width: 150px;
  width: 150px;
  height: 150px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.container .content-center .news-list ul .one-image a .img img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.container .content-center .news-list ul .one-image a .right {
  flex-grow: 1;
}
.container .content-center .news-list ul .one-image a .right .list-title,
.container .content-center .news-list ul .one-image a .right .list-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.5s;
}
.container .content-center .news-list ul .one-image a .right .list-desc {
  margin-top: 10px;
  height: 40px;
  font-size: 16px;
  line-height: 20px;
}
.container .content-center .news-list ul .one-image a .right .list-date {
  position: absolute;
  bottom: 20px;
  margin-top: 10px;
  width: 100%;
  height: 20px;
  line-height: 20px;
}
.container .content-center .news-list ul .one-image a .right .list-date .iconfont {
  font-size: 16px;
  color: #a3a3a3;
}
.container .content-center .news-list ul .one-image a .right .list-date .date {
  margin-left: 10px;
  font-size: 14px;
  color: #c1c1c1;
}
.container .content-center .news-list ul .one-image a .right .list-date .column {
  padding-left: 10px;
  color: #A3A3A3;
}
.container .content-center .news-list ul .one-image:hover a .img img {
  transform: scale(1.1);
}
.container .content-center .news-list ul .one-image:hover a .right .list-title {
  color: #007AFF;
}
.container .content-center .news-list ul .three-image {
  width: 100%;
  height: auto;
}
.container .content-center .news-list ul .three-image::before {
  border-radius: 0 130px 130px 0;
}
.container .content-center .news-list ul .three-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.container .content-center .news-list ul .three-image a .list-title,
.container .content-center .news-list ul .three-image a .list-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  transition: color 0.5s;
}
.container .content-center .news-list ul .three-image a .list-desc {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
}
.container .content-center .news-list ul .three-image a .img {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container .content-center .news-list ul .three-image a .img li {
  padding: 0;
  width: 30%;
  height: 90px;
  max-height: 90px;
  border-radius: 10px;
  overflow: hidden;
}
.container .content-center .news-list ul .three-image a .img li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.container .content-center .news-list ul .three-image a .img li:hover img {
  transform: scale(1.1);
}
.container .content-center .news-list ul .three-image a .list-date .iconfont {
  color: #a3a3a3;
}
.container .content-center .news-list ul .three-image a .list-date .date {
  color: #c1c1c1;
}
.container .content-center .news-list ul .three-image a .list-date .column {
  padding-left: 10px;
  color: #A3A3A3;
}
.container .content-center .news-list ul .three-image:hover a .list-title {
  color: #007AFF;
}
.container .content-center .news-list .add-more {
  display: inline-block;
  width: 100%;
  height: 80px;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #ccc;
}
.container .content-right {
  padding: 0 0 0 15px;
  width: 400px;
  min-width: 300px;
  /* 城市服务 - 专题推荐 */
  /* 办事易 */
}
.container .content-right .city {
  border: 1px solid #ccc;
}
.container .content-right .city .tab-menu {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.container .content-right .city .tab-menu li {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3D4758;
  border: 1px solid #ccc;
}
.container .content-right .city .tab-menu li.active {
  border: none;
  font-weight: 600;
  color: #007AFF;
}
.container .content-right .city .tab-menu li.active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #FF6600;
}
.container .content-right .city .tab-box {
  /* 城市服务 */
  /* 专题推荐 */
}
.container .content-right .city .tab-box .tab-list {
  display: none;
  padding: 0 10px 10px 10px;
}
.container .content-right .city .tab-box .tab-list.active {
  display: block;
}
.container .content-right .city .tab-box .government {
  /* 政务办事 - 交通 - 民生服务 */
  /* 政务办事 */
  /* 交通 */
  /* 民生服务 */
}
.container .content-right .city .tab-box .government .city-box {
  padding: 0 10px 10px 10px;
  margin-top: 10px;
}
.container .content-right .city .tab-box .government .city-box .title {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 5px 5px 15px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
}
.container .content-right .city .tab-box .government .city-box .title .desc {
  display: inline-block;
  width: 50%;
  color: #3D4758;
}
.container .content-right .city .tab-box .government .city-box .title .more {
  display: inline-block;
  width: 50%;
  text-align: right;
  color: #3D4758;
}
.container .content-right .city .tab-box .government .city-box .title .more .iconfont {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  transform: rotateZ(180deg);
}
.container .content-right .city .tab-box .government .city-box .title::before {
  position: absolute;
  top: 25%;
  left: 0;
  content: '';
  display: inline-block;
  width: 5px;
  height: 50%;
  background: #F89290;
}
.container .content-right .city .tab-box .government .city-box ul {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #3D4758;
}
.container .content-right .city .tab-box .government .city-box ul li {
  position: relative;
  padding: 5px 0px 5px 5px;
  width: 50%;
  height: 40px;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid #ccc;
}
.container .content-right .city .tab-box .government .city-box ul li .iconfont {
  padding: 0 5px;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  color: #F89290;
}
.container .content-right .city .tab-box .government .city-box ul li .desc {
  color: #3D4758;
}
.container .content-right .city .tab-box .government .city-box ul li:nth-child(2n-1)::after {
  position: absolute;
  top: 20%;
  right: 0;
  content: '';
  display: inline-block;
  width: 0;
  height: 60%;
  border-right: 1px dashed #ccc;
}
.container .content-right .city .tab-box .government .city-box ul li:nth-child(1),
.container .content-right .city .tab-box .government .city-box ul li:nth-child(2) {
  border-top: none;
}
.container .content-right .city .tab-box .government .city-box ul li:hover {
  color: #F89290;
}
.container .content-right .city .tab-box .government .city-work .title::before {
  background: #F89290;
}
.container .content-right .city .tab-box .government .city-work ul li .iconfont {
  color: #F89290;
}
.container .content-right .city .tab-box .government .city-work ul li:hover .desc {
  color: #F89290;
}
.container .content-right .city .tab-box .government .traffic .title::before {
  background: #31A9EE;
}
.container .content-right .city .tab-box .government .traffic ul li .iconfont {
  color: #31A9EE;
}
.container .content-right .city .tab-box .government .traffic ul li:hover .desc {
  color: #31A9EE;
}
.container .content-right .city .tab-box .government .people-service .title::before {
  background: #15BD68;
}
.container .content-right .city .tab-box .government .people-service ul li .iconfont {
  color: #15BD68;
}
.container .content-right .city .tab-box .government .people-service ul li:hover .desc {
  color: #15BD68;
}
.container .content-right .city .tab-box .special {
  padding: 5px 0;
}
.container .content-right .city .tab-box .special .special-list {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.container .content-right .city .tab-box .special .special-list .title {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 15px;
  margin-bottom: 10px;
  width: 100%;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
}
.container .content-right .city .tab-box .special .special-list .title::before {
  position: absolute;
  top: 20%;
  left: 6px;
  content: '';
  display: block;
  width: 3px;
  height: 60%;
  background: #007AFF;
}
.container .content-right .city .tab-box .special .special-list ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.container .content-right .city .tab-box .special .special-list ul li {
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 0;
  padding: 2px 0;
  width: 33.3%;
  height: 34px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.container .content-right .city .tab-box .special .special-list ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #3D4758;
  transition: color 0.3s;
}
.container .content-right .city .tab-box .special .special-list ul li::after {
  position: absolute;
  top: 30%;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 40%;
  border-right: 1px dashed #ccc;
}
.container .content-right .city .tab-box .special .special-list ul li:nth-child(3n)::after {
  display: none;
}
.container .content-right .city .tab-box .special .special-list ul li:hover a {
  color: #007AFF;
}
.container .content-right .easy-work {
  margin-top: 15px;
  /* 标题 tab */
}
.container .content-right .easy-work .tab-menu {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}
.container .content-right .easy-work .tab-menu li {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3D4758;
  border: 1px solid #ccc;
}
.container .content-right .easy-work .tab-menu li a {
  color: #3D4758;
}
.container .content-right .easy-work .tab-menu li .iconfont {
  display: inline-block;
  transform: rotateZ(180deg);
}
.container .content-right .easy-work .tab-menu li:first-child {
  border: none;
}
.container .content-right .easy-work .tab-menu li:first-child::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #FF6600;
}
.container .content-right .easy-work .tab-box {
  /* 办事易*/
  /* 办事易 - 文章列表 */
  /* 办事易 - 热点列表 */
}
.container .content-right .easy-work .tab-box .tab-list ul {
  display: flex;
  flex-wrap: wrap;
}
.container .content-right .easy-work .tab-box .tab-list ul li {
  width: 100%;
  margin-bottom: 8px;
}
.container .content-right .easy-work .tab-box .tab-list ul li a {
  display: inline-block;
  width: 100%;
  color: #3D4758;
}
.container .content-right .easy-work .tab-box .tab-list ul li a .serial-number {
  float: left;
  margin-top: 2px;
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #999;
  border-radius: 3px;
}
.container .content-right .easy-work .tab-box .tab-list ul li a .desc {
  display: inline-block;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .content-right .easy-work .tab-box .tab-list ul li:nth-child(1) .serial-number {
  background: #F58C85;
}
.container .content-right .easy-work .tab-box .tab-list ul li:nth-child(2) .serial-number {
  background: #FCBC4B;
}
.container .content-right .easy-work .tab-box .tab-list ul li:nth-child(3) .serial-number {
  background: #A1D958;
}
.container .content-right .easy-work .tab-box .tab-list ul li:hover .desc {
  color: #007AFF;
}
.container .content-right .easy-work .tab-box .easy-work-hot {
  padding: 20px 0 10px;
}
.container .content-right .easy-work .tab-box .easy-work-hot ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #3D4758;
}
.container .content-right .easy-work .tab-box .easy-work-hot ul li {
  margin-bottom: 4px;
  width: 48%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  background: #f1f1f1;
}
.container .content-right .easy-work .tab-box .easy-work-hot ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #3D4758;
  transition: color 0.3s;
}
.container .content-right .easy-work .tab-box .easy-work-hot ul li:hover {
  color: #007AFF;
}
.container .content-right .aside {
  width: 385px;
}
.container .content-right .aside .panel {
  border: 1px solid #E5E5E5;
  background: #fcfcfc;
}
.container .content-right .aside .panel .panel-head {
  background: #95C7FF;
}
.container .content-right .aside .panel .panel-head h2 {
  border-left: 6px solid #007AFF;
}
.container .content-right .aside .panel .panel-body .sec a:hover {
  color: #007AFF;
}
/* 回到顶部按钮 */
.top {
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: #ccc;
  border: 1px solid #f1f1f1;
  z-index: 4;
}
.top .iconfont {
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 36px;
  transform: rotateZ(90deg);
}
