@charset "UTF-8";
/**!
 * 一件事一次办
 * date:2021-11-08
 * author: 耿勇强;
 */
.main {
  position: relative;
  width: 100%;
  height: 1950px;
}

.banner {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0 360px;
  width: 100%;
  height: 300px;
  background: url("../images/oneTime/banner.jpg") top center no-repeat;
}


.banner .banner-ct {
  margin: 0 auto;
  padding-top: 60px;
  width: 1200px;
  height: 100%;
}

.banner .title {
  width: 305px;
  height: 53px;
}

.banner .nav {
  margin-top: 40px;
  width: 940px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}

.banner .nav-item {
  position: relative;
  padding-left: 45px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  background: url("../images/oneTime/nav-bg.png") center no-repeat;
}

.banner .nav-item::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45px;
  height: 40px;
}

.banner .nav-item:nth-child(1)::before {
  background: url("../images/oneTime/nav-icon1.png") center no-repeat;
}

.banner .nav-item:nth-child(2)::before {
  background: url("../images/oneTime/nav-icon2.png") center no-repeat;
}

.banner .nav-item:nth-child(3)::before {
  background: url("../images/oneTime/nav-icon3.png") center no-repeat;
}

.banner .nav-item:nth-child(4)::before {
  background: url("../images/oneTime/nav-icon4.png") center no-repeat;
}

.banner .nav-item:nth-child(5)::before {
  background: url("../images/oneTime/nav-icon5.png") center no-repeat;
}

.banner .nav-item:nth-child(6)::before {
  background: url("../images/oneTime/nav-icon6.png") center no-repeat;
}

.tab {
  position: absolute;
  left: 50%;
  top: 263px;
  transform: translateX(-50%);
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}

.tab span {
  display: block;
  width: 288px;
  height: 80px;
  line-height: 74px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(8, 76, 166, 0.6);
  text-align: center;
  background: url(../images/oneTime/tab.png) center no-repeat;
  cursor: pointer;
}

.tab span:hover, .tab span.active {
  color: #FFF;
  background: url(../images/oneTime/tab-act.png) center no-repeat;
}

/* 热门一件事 */
.hot-thing {
  margin: 90px auto 0;
  padding: 50px 40px 60px 40px;
  width: 1214px;
  height: 352px;
  background: url(../images/oneTime/retire.png) center no-repeat;
}

.hot-thing .thing-title {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  height: 30px;
  line-height: 30px;
  font-family: 'SourceHanSerifCN-Bold';
  font-size: 30px;
  font-weight: bold;
  color: #084CA6;
  text-align: left;
}

.hot-thing .thing-title::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 26px;
  height: 34px;
  background: url(../images/oneTime/hot-icon1.png) center no-repeat;
}

.hot-thing .thing-title::after {
  content: '';
  position: absolute;
  right: -87px;
  top: 0px;
  width: 74px;
  height: 34px;
  background: url(../images/oneTime/hot-icon2.png) center no-repeat;
}

.hot-thing .mod-title {
  height: 19px;
  line-height: 19px;
  font-size: 18px;
  font-weight: bold;
}

.hot-thing .thing-ct {
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
}

.hot-thing .area-ct {
  width: 440px;
}

.hot-thing .area-ct .area-list {
  margin-top: 20px;
  width: 100%;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.hot-thing .area-ct .area-list .area {
  padding-left: 5px;
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #57677D;
  text-align: center;
  background: rgba(17, 49, 90, 0.25);
  border: 1px solid #FFF;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.hot-thing .area-ct .area-list .area.unable {
  color: #FFF;
  pointer-events: none;
}

.hot-thing .area-ct .area-list .area:hover, .hot-thing .area-ct .area-list .area.active {
  color: #084CA6;
  background: rgba(8, 76, 166, 0.25);
  border: 1px solid #084CA6;
}

.hot-thing .area-ct .area-list .area:nth-child(8) {
  width: 170px;
}

.hot-thing .area-ct .button-ct {
  margin: 30px 0 0 -4px;
  width: 224px;
  height: 36px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.hot-thing .area-ct .button-ct .button {
  position: relative;
  width: 108px;
  height: 44px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background: url(../images/oneTime/button.png) center top no-repeat;
  cursor: pointer;
}

.hot-thing .item-ct {
  width: 532px;
}

.hot-thing .item-ct .list-ct {
  margin-top: 22px;
  width: 100%;
  height: 86px;
  overflow: hidden;
}

.hot-thing .item-ct .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hot-thing .item-ct .item-list li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 22px;
  width: 253px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #56677D;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-thing .item-ct .item-list li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: rgba(8, 76, 166, 0.8);
  border-radius: 50%;
}

.hot-thing .item-ct .item-list li:hover, .hot-thing .item-ct .item-list li.active {
  color: #084CA6;
}

.hot-thing .item-ct .item-list li:hover::before, .hot-thing .item-ct .item-list li.active::before {
  left: 0;
  width: 13px;
  height: 13px;
  border: none;
  background: url(../images/oneTime/dot.png) center no-repeat;
}

/* 一件事列表 */
.matter-list {
  position: relative;
  margin: 40px auto 0;
  width: 1240px;
}

.matter-list .mod-title {
  margin: 0 auto;
  width: 1200px;
  height: 45px;
  line-height: 36px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  background: url(../images/oneTime/title-bg.png) left bottom no-repeat;
}

.matter-list .search {
  position: absolute;
  top: 0;
  right: 20px;
  width: 274px;
  height: 36px;
}

.matter-list .search-input {
  width: 210px;
  height: 36px;
  line-height: 36px;
  padding: 0 11px;
  font-size: 14px;
  border: none;
  outline: none;
  color: #999;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px 0px 0px 4px;
}

.matter-list .search-input::placeholder {
  color: #999;
}

.matter-list .search-btn {
  width: 64px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #FFF;
  border-radius: 0px 4px 4px 0px;
  background: #1678D3;
  text-align: center;
  cursor: pointer;
}

.matter-list .swiper-container {
  padding: 0 0px 104px;
  margin: 0 auto;
  width: 1240px;
  height: 734px;
}

.matter-list .swiper-container .swiper-wrapper {
  padding-top: 30px;
}

.matter-list .swiper-container .swiper-slide {
  position: relative;
  width: 100%;
}

.matter-list .swiper-container .swiper-slide .list {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.matter-list .swiper-container .swiper-slide .list .item {
  position: relative;
  margin: 0 25px 20px 0;
  width: 280px;
  height: 200px;
  opacity: 1;
  transition: all .3s;
}

.matter-list .swiper-container .swiper-slide .list .item:nth-child(4n) {
  margin-right: 0;
}

.matter-list .swiper-container .swiper-slide .list .item a {
  padding: 138px 19px 0;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
}

.matter-list .swiper-container .swiper-slide .list .item a p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}

.matter-list .swiper-container .swiper-slide .list .item .icon {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  width: 146px;
  height: 144px;
  pointer-events: none;
}

.matter-list .swiper-container .swiper-slide .list .item::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translateX(-50%);
  width: 335px;
  height: 238px;
  background: url(../images/oneTime/list-bg.png) center no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: -1;
}

.matter-list .swiper-container .swiper-slide .list .item:hover {
  transform: translateY(-10px);
}

.matter-list .swiper-container .swiper-slide .list .item:hover a {
  color: #1678D3;
}

.matter-list .swiper-container .swiper-slide .list .item:hover::after {
  background: url(../images/oneTime/list-bg-act.png) center no-repeat;
  background-size: 100% 100%;
}

.matter-list .swiper-button-white {
  top: 352px;
  margin-top: 0;
  width: 46px;
  height: 46px;
}

.matter-list .swiper-button-white.swiper-button-next {
  right: -77px;
  background: url("../images/oneTime/next.png") center no-repeat;
}

.matter-list .swiper-button-white.swiper-button-next::after {
  display: none;
}

.matter-list .swiper-button-white.swiper-button-prev {
  left: -77px;
  background: url("../images/oneTime/prev.png") center no-repeat;
}

.matter-list .swiper-button-white.swiper-button-prev::after {
  display: none;
}

.matter-list .swiper-pagination {
  bottom: 50px;
  left: 540px;
  width: 120px !important;
  height: 4px;
  display: flex;
}

.matter-list .swiper-pagination .swiper-pagination-bullet {
  width: 120px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(60, 134, 221, 0.1);
  opacity: 1;
  cursor: pointer;
  margin: 0;
}

.matter-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4072C5;
}

/* 各区县一件事在线数据 */
.oneline-data {
  padding-top: 50px;
  width: 100%;
  height: 320px;
  background: url("../images/oneTime/online.jpg") center no-repeat;
}

.oneline-data .container {
  position: relative;
  margin: 0 auto;
  padding-top: 95px;
  width: 1200px;
  height: 220px;
  background: #FFF;
  display: flex;
}

.oneline-data .sub-title {
  position: absolute;
  left: -7px;
  top: 12px;
  width: 334px;
  height: 55px;
  line-height: 50px;
  font-size: 26px;
  color: #FFF;
  background: url("../images/oneTime/subtitle.png") center no-repeat;
  text-align: center;
}

.oneline-data .total {
  position: relative;
  width: 133px;
  height: 83px;
  text-align: center;
  background: url("../images/oneTime/line.png") right center no-repeat;
}

.oneline-data .total .num {
  position: relative;
  color: #1678D3 !important;
}

.oneline-data .total .num::after {
  position: absolute;
  right: -20px;
  bottom: 0;
  font-size: 14px;
  color: #666;
}

.oneline-data .name {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  font-weight: bold;
}

.oneline-data .value {
  margin-top: 35px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}

.oneline-data .value .num {
  margin-right: 7px;
  font-family: "D-DIN-Bold";
  font-size: 36px;
  font-weight: bold;
  color: #333;
}

.oneline-data .online-list {
  padding: 0 26px 0 40px;
  width: 1067px;
  height: 80px;
  display: flex;
  justify-content: space-between;
}


.arealist > a {
    margin: 20px 0 0 20px;
    float: left;
    height: 34px;
    width: 100px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    color: #4178be;
    border: 1px solid #4178be;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arealist > a.disabled {
    color: #fff;
    background-color: #cecece;
    border-color: #cecece;
}
