﻿@charset "UTF-8";

/**!
 * 芜湖市&#98;&#101;&#116;&#53;&#51;&#54;&#53;&#20122;&#27954;&#29256;&#95;&#109;&#111;&#98;&#105;&#108;&#101;&#51;&#54;&#53;&#23448;&#26041;&#32593;&#31449;&#31435;&#21363;&#21152;&#20837;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#22791;&#29992;&#22120;&#19979;&#36733;交易 首页-重要通知
 * date:2022-01-25
 * author: haotang;
 */
/* 主体 */
.content {
  padding-bottom: 45px;
}

.content-body {
  border-radius: 5px;
  height: 834px;
  display: flex;
  box-shadow: 0px 0px 51px -21px rgba(0, 0, 0, 0.1);
}

.content-left {
  width: 299px;
  background-color: #fff;
  padding: 19px 20px 0;
}

.content-right {
  padding: 0 20px 0;
  width: calc(100% - 299px);
  background-color: #fff;
  box-shadow: 26px 0 24px -19px rgba(218, 233, 245, 0.8) inset;
}

.notice-tt {
  height: 60px;
  background: url("../css/images/important_notice/important_notice.png") center no-repeat;
  text-align: center;
  color: #fff;
  line-height: 60px;
  font-weight: 800;
  font-size: 20px;
  border-radius: 3px;
  margin-bottom: 19px;
}

.notice-list-click {
  display: block;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  margin-bottom: 19px;
  background-color: #edf4fd;
  color: #404742;
  font-size: 18px;
  text-align: center;
}

.notice-list-click.current,
.notice-list-click:hover {
  background-image: linear-gradient(to right, #1d7bf1, #5cc5fe);
  color: #fff;
}

/* 地区选择 */
.area-list {
  height: 91px;
  display: flex;
}

.area-click {
  cursor: pointer;
  margin: 22px 5px 0 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  text-align: center;
  width: 114px;
  background-color: #edf4fd;
  font-size: 18px;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.area-click.active {
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(to right, #1d7bf1, #5cc5fe);
}

.area-swiper {
  overflow: hidden;
}

.area-swiper .area-click {
  margin-right: 0;
}

.swiper-box {
  position: relative;
  margin: 0 50px;
}

.swiper-box .swiper-button-prev,
.swiper-box .swiper-button-next {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-top: -13px;
}

.swiper-box .swiper-button-next {
  background: url("../css/images/important_notice/swiper_right.png") center center no-repeat;
  right: -44px;
}

.swiper-box .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url("../css/images/important_notice/swiper_right_un.png") center center no-repeat;
}

.swiper-box .swiper-button-prev,
.swiper-box .swiper-container-rtl .swiper-button-next {
  background: url("../css/images/important_notice/swiper_left.png") center center no-repeat;
  left: -44px;
}

.swiper-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url("../css/images/important_notice/swiper_left_un.png") center center no-repeat;
}

/* 分页 */
.pagin {
  height: 40px;
}

.pagin-list {
  padding: 0 10px;
  height: 570px;
  overflow: auto;
}

.pagin-container {
  padding-top: 32px;
}

.pagin-list-click {
  display: block;
  height: 47px;
  line-height: 46px;
  border-bottom: 1px dashed #e5e5e5;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.pagin-list-click>p {
  font-size: 16px;
}

.pagin-list-click::before {
  position: absolute;
  content: "";
  width: 7.5px;
  height: 7.5px;
  background-color: #8fd1ff;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4.5px;
  left: 2px;
}

.pagin-list-click:hover::before {
  background-color: #3da1f7;
}

.pagin-list-date {
  width: 100px;
  text-align: right;
  color: #999;
}

.pagin-list-name {
  width: calc(100% - 100px);
  padding-right: 80px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagin-list-click:hover>p {
  color: #217ef1;
}

.ewb-area {
    color: red;
}