.box {
    position: relative;
    font-size: 0.27rem;
    color: #333333;
    background-color: #fff;
}

/* 顶部banner图 */

.banner {
    height: 2.93rem;
    background-image: url("../../resource/images/banner.png");
    background-size: 100% 100%;
}

.city {
    position: absolute;
    top: 0.26rem;
    right: 0.24rem;
    padding: 0.08rem 0.16rem 0.08rem 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.23rem;
    background-color: #ffffff;
}

.city img {
    width: 0.24rem;
    height: 0.18rem;
    margin-left: 0.1rem;
    margin-bottom: 0.02rem;
}

/* 通知 */
.info-box .info {
    width: 100%;
    height: 0.6rem;
    margin-right: 0.14rem;
    border-radius: 0.1rem;
    font-size: 0.25rem;
    background-color: #ecf3fc;
}

.info-box .info .left {
    width: 0.6rem;
    padding: 0.15rem 0.14rem;
    border-radius: 0.1rem 0 0 0.1rem;
    background-color: #3f8ce3;
}

.info-box .info .right {
    width: 100%;
    line-height: 0.6rem;
}

.info-box .detail-btn {
    width: 2.3rem;
    padding: 0.15rem 0;
    border-radius: 0.59rem;
    border: 0.01rem solid #3f8ce3;
    font-size: 0.21rem;
    text-align: center;
}

.info-box .detail-btn a {
    color: #3f8ce3;
}

/* 顶部切换导航 */
.nav {
    margin: 0.52rem 0 0.08rem;
    flex-wrap: wrap;
}

.nav li {
    width: 2.19rem;
    margin-right: 0.22rem;
    margin-bottom: 0.36rem;
    padding: 0.12rem 0;
    border: 0.01rem solid rgba(63, 140, 227, 0.3);
    border-radius: 0.84rem;
    color: #555;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.03);
}

.nav li:nth-child(3n) {
    margin-right: 0;
}

.nav li a {
    color: #555;
}

/* 隔离核酸规定 */
.in-out {
    /* margin: 0.2rem 0.24rem;
    padding: 0 0.23rem; */
    padding-top: 0.4rem;
    padding-bottom: 0.46rem;
    border-bottom: 0.02rem solid #f3f3f3;
    background-color: #ffffff;
    border-radius: 0.22rem;
}

.in-icon, .out-icon {
    width: .51rem;
    height: .53rem;
    margin-right: .21rem;
}

.city-name {
    margin-bottom: 0.12rem;
    flex-wrap: nowrap;
    font-size: 0.35rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
}

.level-scroll {
    max-width: 2.4rem;
    white-space: nowrap;
    overflow-x: scroll;
}

.level-scroll::-webkit-scrollbar {
    width: 0 !important;
    height: 0;
}
.level-scroll {
    -ms-overflow-style: none;
}
.level-scroll {
    overflow: -moz-scrollbars-none;
}

.lv {
    display: inline-block;
    margin-left: 0.1rem;
    padding: 0.05rem 0.16rem;
    border-radius: 0.2rem;
    font-size: 0.23rem;
    font-weight: normal;
}

/* 低风险 */
.low {
    background-color: #ecf8ec;
}

.low a {
    color: #55a657;
}

/* 中风险、部分地区中风险 */
.middle {
    background-color: #fff6df;
}

.middle a {
    color: #ffc123;
}

/* 高风险、部分地区高风险 */
.height {
    background-color: #fee9e9;
}

.height a {
    color: #dc5f5f;
}

/* 部分地区中高风险 */
.mid-high-lv {
    background-color: #ffeddd;
}

.mid-high-lv a {
    color: #f17013;
}

/* 低中高风险政策的背景色 */
.low-bg {
    background-color: #ecf8ec;
}

.mid-bg {
    background-color: #fff6df;
}

.high-bg {
    background-color: #fee9e9;
}

/* 低中高风险政策的字体颜色 */
.low-color {
    color: #55a657;
}

.mid-color {
    color: #ffc123;
}

.high-color {
    color: #dc5f5f;
}

/* 序号的背景色 */
.order-low {
    background-color: #55a657;
}

.order-mid {
    background-color: #ffc123;
}

.order-high {
    background-color: #dc5f5f;
}

.phone-btn {
    padding: 0.05rem 0.2rem;
    border-radius: 0.3rem;
    font-size: 0.23rem;
    font-weight: normal;
    color: #3688da;
    background-color: #dbeafb;
}

.phone-img {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.15rem;
}

.city-content-box {
    position: relative;
    margin-left: 0.27rem;
    font-size: 0.27rem;
}

.left-line {
    margin-right: 0.4rem;
    padding-bottom: 0.48rem;
    border-left: 0.03rem dashed #e2e2e2;
}

.risk-border {
    margin: 0.23rem 0;
    padding: 0.16rem 0.23rem 0.23rem;
    border-radius: 0.2rem;
}

.mudi-border {
    margin-top: 0.16rem;
    padding: 0.23rem;
    border-radius: 0.2rem;
    font-size: 0.25rem;
    color: #666666;
    background-color: #fff;
}

.article ul li {
    display: flex;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 0.02rem solid #e2e2e2;
}

.article ul li:last-child {
    margin-bottom: 0.23rem;
}

.article ul li:nth-child(1) {
    padding: 0 0 0.25rem;
}

.article ul li .order {
    width: 0.29rem;
    height: 0.29rem;
    line-height: 0.29rem;
    margin-right: 0.23rem;
    border-radius: 50%;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
}

.risk-border .article .item {
    width: 90%;
}

.article p {
    position: relative;
    text-align: justify;
    line-height: 0.33rem;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.collapse {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 0.1rem;
    color: #3887d9;
}

.find-more {
    margin-top: 0.16rem;
    text-align: right;
}

.find-more a {
    display: inline-block;
    padding: 0.05rem 0.16rem;
    border-radius: 0.2rem;
    font-size: 0.21rem;
}

.dengji .find-more a {
    color: #3588da;
    background-color: #dbeafb;
}

.new-chu {
    background-color: #dbeafb;
}

.new-chu .order {
    background-color: #3588da;
}

.new-chu .find-more a {
    color: #3588da;
    background-color: #dbeafb;
}

.out {
    margin-top: 0.1rem;
}

.title-type {
    font-weight: 700;
}

.dengji {
    padding: 0.16rem 0.23rem 0.23rem;
    border-radius: 0.2rem;
    background-color: #dbeafb;
}

.dengji .title-type {
    color: #3588da;
}

.city-content {
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 0.14rem;
}

.pass-no {
    display: none;
    margin-top: 0.4rem;
}

.pass-ban {
    padding: 0.16rem 0.23rem 0.23rem;
    border-radius: 0.2rem;
    color: #fff;
    background-color: #f57567;
}

.pass-ban .article {
    padding: 0.45rem 0;
    text-align: center;
}

.not-allow {
    display: none;
}

/* 目的地疫情等级 */
.model-item {
    /* padding: 0.49rem 0.29rem 0.52rem 0.3rem; */
    margin-bottom: 0.29rem;
    background-color: #ffffff;
    border-radius: 0.16rem;
}

.model-item:last-child {
    margin-bottom: 0;
}

.model-title-box {
    margin-bottom: 0.42rem;
}

.yiqingdengji .list-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 0.27rem;
    color: #000000;
    margin-top: 0.24rem;
    background: #F5F5F5;
    padding: 0.2rem;
    border-radius: 0.1rem;
}

.model-title-box .model-title {
    font-weight: 700;
    font-size: 0.31rem;
    color: #0883e1;
}

.model-title-box .model-link {
    width: 1.55rem;
    height: 0.41rem;
    padding: 0 0.17rem;
    font-size: 0.2rem;
    line-height: 0.41rem;
    text-align: center;
    border-radius: 0.21rem;
    background-color: #118dec;
}

.model-title-box .model-link a {
    color: #ffffff;
}

.model-title-box .model-link .arrow-right {
    width: 0.08rem;
    height: 0.14rem;
    margin-left: 0.07rem;
}

.risk-type {
    padding: 0.4rem 0 0.24rem 0;
    border-top: 0.02rem solid rgba(0, 0, 0, 0.1);
    font-size: 0.29rem;
    font-weight: 600;
    color: #999999;
}

.risk-type div {
    width: 33%;
}

.level-high {
    color: #e05050;
}

.risk-type .type-name {
    margin-top: 0.1rem;
    font-size: 0.25rem;
    font-weight: normal;
}

.risk-type div:nth-child(2) {
    padding: 0 0.2rem;
    border-left: 0.02rem solid rgba(0, 0, 0, 0.1);
    border-right: 0.02rem solid rgba(0, 0, 0, 0.1);
}

.level-high {
    color: #e05050;
}

.level-mid {
    color: #ffc123;
}

.list-detail {
    margin-bottom: 0.31rem;
    border-radius: 0.2rem;
}

.yiqingdengji .more {
    height: 0.75rem;
    margin-top: 0.25rem;
    margin-bottom: 0.31rem;
    line-height: 0.75rem;
    font-size: 0.27rem;
    border-radius: 0.37rem;
    text-align: center;
    background-color: #f0eef2;
}

.yiqingdengji .more .arrow-down {
    width: 0.24rem;
    height: 0.13rem;
    margin-left: 0.19rem;
}

.time {
    margin-top: 0.05rem;
    margin-right: 0.2rem;
    font-size: 0.25rem;
    font-weight: 300;
    color: rgba(184, 184, 184, 1);
    text-align: right;
}

.none {
    margin-top: 0.75rem;
}

.fankui {
    width: 0.96rem;
    height: 0.58rem;
    margin-bottom: 0.5rem;
}

.fk-text {
    margin-bottom: 0.51rem;
    text-align: center;
    font-size: 0.27rem;
    color: #999999;
}

.request {
    width: 2.3rem;
    height: 0.49rem;
    line-height: 0.49rem;
    font-size: 0.25rem;
    text-align: center;
    color: #ffffff;
    background-color: #118dec;
    border-radius: 0.25rem;
}

/*交通工具防疫 */
.border-content {
    /* margin: 0 0.24rem; */
    margin-top: 0.24rem;
    margin-bottom: 0.34rem;
    padding: 0.28rem 0.25rem;
    background-color: #ffffff;
    border-radius: 0.22rem;
}

.border-content-title {
    margin-bottom: 0.34rem;
}

.border-content-title p {
    font-size: 0.29rem;
    color: #000000;
    font-weight: 700;
}

.tab-bar {
    padding-bottom: 0;
    margin-bottom: 0.48rem;
    overflow-x: scroll;
}

.chouse {
    height: 0.84rem;
    line-height: 0.75rem;
    color: #ffffff;
    background-color: #ffffff;
    background-image: url(/news/gelizhengce/images/chouse.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.bar-item {
    height: 0.85rem;
    min-width: 1.43rem;
    margin-right: 0.28rem;
    line-height: 0.75rem;
    font-size: 0.29rem;
    text-align: center;
    background-color: #f9fbfc;
    border-radius: 0.18rem;
}

.question-item {
    margin-bottom: 0.37rem;
}

.item-title {
    margin-bottom: 0.25rem;
    font-size: 0.33rem;
    font-weight: 700;
}

.item-title img {
    display: inline-block;
    width: 0.37rem;
    margin-right: 0.19rem;
}

.itme-detail {
    padding-left: 0.27rem;
    padding-bottom: 0.31rem;
    overflow: hidden;
    background-color: #f9fbfc;
    border-radius: 0.18rem;
}

.itme-detail p {
    display: -webkit-box;
    margin: 0.26rem 0.27rem;
    margin-left: 0;
    margin-bottom: 0.29rem;
    font-size: 0.27rem;
    line-height: 0.45rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: pre-wrap;
}

.itme-detail a {
    color: #3887d9;
}

.traffic .more {
    position: relative;
    display: block;
    height: 0.75rem;
    margin-top: 0.25rem;
    font-size: 0.27rem;
    border-radius: 0.37rem;
    text-align: center;
    color: #000000;
    background-color: #f0eef2;
}

.more-new {
    position: absolute;
    top: 0.1rem;
    right: 0.2rem;
    padding: 0.03rem 0.08rem;
    border-radius: 0.2rem 0.2rem 0.2rem 0;
    font-size: 0.2rem;
    color: #fff;
    background-color: #f00;
}

.more-text {
    display: inline-block;
    margin-top: 0.2rem;
}

/* 核酸检测地点 */
.hesuan-didian .zmrk {
    display: block;
    margin-top: 0.16rem;
    padding: 0.29rem 0.27rem;
    text-align: right;
    font-size: 0.23rem;
    color: #ffffff;
    background: linear-gradient(270deg, #5195dc 0%, #fff 100%);
    backdrop-filter: blur(0.04rem);
}

.hesuan-didian .search {
    padding: 0.21rem 0.31rem;
    font-size: 0.31rem;
    color: #5195dd;
    text-align: center;
    background-color: #ffffff;
}

.hesuan-didian .input {
    width: 77%;
    height: 0.73rem;
    margin-right: 0.43rem;
    line-height: 0.76rem;
    padding-left: 0.41rem;
    text-align: left;
    background-color: #f6f6f6;
    border-radius: 0.36rem;
}

.hesuan-didian input {
    width: 100%;
    height: 100%;
    font-size: 0.29rem;
    line-height: 0.76rem;
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
}

.hesuan-didian .select {
    margin-top: 0.34rem;
    border-radius: 0.22rem;
    background-color: #ffffff;
}

.hesuan-didian select {
    max-width: 2.7rem;
    padding-right: 0.5rem;
    background: url(http://imgbdb3.bendibao.com/whbdb/20202/26/20200226162105_59108.png)
        no-repeat scroll center right 0.26rem transparent;
    -webkit-appearance: none;
    background-size: 0.16rem 0.08rem;
    border: none;
    font-size: 0.27rem;
    color: #3b9639;
    text-align: center;
    background-color: transparent;
}

.hesuan-didian .tips {
    margin-top: 0.2rem;
    font-size: 0.27rem;
    color: #999999;
    text-align: center;
}

.hesuan-didian .list {
    font-size: 0.29rem;
    color: #999999;
}

.hesuan-didian .list-item {
    padding: 0.3rem 0.31rem;
    margin: 0.22rem;
    background-color: #ffffff;
    border-radius: 0.14rem;
}

.hesuan-didian .list-border {
    margin-bottom: 0.34rem;
    padding-bottom: 0.32rem;
    border-bottom: 0.02rem solid #f2f2f2;
}

.hesuan-didian .name {
    font-size: 0.35rem;
    color: #333333;
    font-weight: 700;
}

.hesuan-didian .left {
    flex-shrink: 0;
    margin-right: 0.48rem;
}

.hesuan-didian .tel-number {
    color: #5195dd;
    word-break: break-all;
}

.hesuan-didian .list-item .list-border:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hesuan-didian .getMore {
    height: 0.75rem;
    margin: 0.22rem;
    margin-top: 0.25rem;
    line-height: 0.75rem;
    font-size: 0.27rem;
    border-radius: 0.37rem;
    text-align: center;
    background-color: #f0eef2;
}

.hesuan-didian .no-more {
    font-size: 0.27rem;
    color: #888888;
    text-align: center;
}

/* 报备登记电话 */
.search-wrap {
    padding: 0.34rem 0.23rem 0.39rem;
}

.search-wrap .search-box {
    height: 0.63rem;
    padding: 0.14rem 0.39rem;
    background: #ffffff;
    border-radius: 0.49rem;
    border: 0.01rem solid #dedede;
}

.search-wrap .search-box .icon-search {
    display: inline-block;
    width: 0.39rem;
    height: 0.39rem;
    background: url(/news/shequdianhua/resource/icon/search.png);
    background-size: 100%;
}

.search-wrap .search-box input {
    width: 80%;
    font-size: 0.25rem;
    font-weight: 400;
    color: #999999;
}

.main {
    background-color: #fff;
    border-radius: 0.49rem 0.49rem 0rem 0rem;
}

.none-wrap {
    display: flex;
    padding: 0.6rem 0;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
}

.none-wrap .href-item {
    text-align: center;
    display: flex;
    width: 45%;
    justify-content: center;
    align-items: center;
    height: 1rem;
    padding: 0 0.2rem;
    font-size: 0.23rem;
    border: 1px solid #ddd;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
}

.none-wrap .href-item a {
    color: #000;
}

.regin-wrap {
    background: #f6f6f6;
    border-radius: 0.49rem 0.49rem 0rem 0rem;
}

.regin-wrap .regin-item {
    width: 50%;
    height: 0.78rem;
}

.regin-wrap .regin-item select {
    max-width: 2rem;
    padding-right: 0.3rem;
    border: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    background: url(/news/shequdianhua/resource/icon/icon-s.png) no-repeat
        scroll right 0.05rem transparent;
    background-size: 0.2rem 0.16rem;
}

.regin-wrap .regin-item .select {
    align-items: center;
}

.regin-wrap .regin-item .select option {
    text-align: center;
}

.regin-wrap .regin-item .icon-s {
    display: inline-block;
    width: 0.16rem;
    height: 0.15rem;
    margin-left: 0.23rem;
    background: url(/news/shequdianhua/resource/icon/icon-s.png);
    background-size: 100%;
}

.list-wrap {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    padding-bottom: 0.8rem;
}

.list-wrap .list-empty {
    display: none;
    position: absolute;
    /* top: 50%; */
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.list-wrap .list-empty .image {
    width: 0.94rem;
    height: 1.17rem;
}

.list-wrap .list-empty p {
    font-size: 0.25rem;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #999999;
}

.list-wrap .list-item {
    padding: 0.39rem 0.23rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}

.list-wrap .list-item .item-top .name {
    font-size: 0.29rem;
    font-weight: 700;
    color: #333333;
}

.list-wrap .list-item .item-top .phone {
    display: block;
    font-size: 0.27rem;
    font-weight: 400;
    color: #db433f;
}

.list-wrap .list-item .tips {
    margin-top: 0.23rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #999999;
}

/* 全国疫情地图 */
/* 病例数据疫情地图 */
.yiqing-map .head {
    margin-bottom: 0.43rem;
}

.mudi-bingli {
    margin-top: 0.24rem;
}
.bingli {
    padding: 0.24rem;
    border-radius: 0.1rem;
    border: 0.01rem solid rgba(0,0,0,.1);
}

.bingli > p {
    font-size: 0.27rem;
    color: #333333;
}

.bingli ul {
    margin-top: 0.32rem;
    font-size: 0.23rem;
}

.bingli ul li {
    width: 1.04rem;
    display: flex;
    flex-direction: column;
}

.bingli ul li .num {
    padding: 0.24rem 0;
    border-radius: 0.1rem;
    font-size: 0.39rem;
    color: #3F8CE3;
    text-align: center;
    background-color: #DBEAFB;
}

.bingli ul li:nth-child(2) .num {
    color: #FFC123;
    background-color: #FFF6DF;
}

.bingli ul li:nth-child(3) .num {
    color: #E05050;
    background-color: #FEE9E9;
}

.bingli ul li:nth-child(4) .num {
    color: #55A657;
    background-color: #ECF8EC;
}

.bingli ul li .name {
    margin-top: 0.16rem;
    color: #666666;
    text-align: center;
}

.bingli .sign {
    margin-top: 0.4rem;
    font-size: 0.21rem;
    color: #999;
}

/* 封控管理模块 */
.yiqing-map .control {
    border-radius: 0.09rem;
    background-color: white;
    width: 7.07rem;
    margin: auto;
    margin-top: 0.3rem;
    padding: 0 0.2rem;
    /* 地图选项卡内容 */
  }

  .yiqing-map .control #control_meanu {
    display: flex;
    align-items: center;
    border-bottom: 0.02rem solid #999;
    height: 0.94rem;
  }

  .yiqing-map .control #control_meanu li {
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.94rem;
    color: #6f6f6f;
  }

  .yiqing-map .control #control_meanu .active {
    color: #333333;
    font-weight: bold;
    margin-left: 0.2rem;
  }

  .yiqing-map .control #control_meanu_container {
    padding-bottom: 0.1rem;
  }

  .yiqing-map .control #control_meanu_container li {
    display: none;
  }

  .yiqing-map .control #control_meanu_container li .textArea {
    background-color: #f7f7f7;
    margin-top: 0.2rem;
    padding: 0.1rem;
  }

  .yiqing-map .control #control_meanu_container li .textArea p {
    font-size: 0.28rem;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: LEFT;
    color: #666666;
  }

  .yiqing-map .control #control_meanu_container li .container_box .tittle {
    display: flex;
    height: 1.05rem;
    align-items: center;
    /* justify-content: space-between; */
  }
  
  .yiqing-map .control #control_meanu_container li .container_box .tittle h3 {
    font-size: 0.32rem;
  }

  .yiqing-map .control #control_meanu_container li .container_box .tittle a {
    font-size: 0.28rem;
    color: #249AFF;
  }

  .yiqing-map .control #control_meanu_container li .container_box .list_box .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    margin-bottom: 0.12rem;
  }

  .yiqing-map .control #control_meanu_container li .container_box .list_box .list .text {
    padding: 0.25rem 0.25rem 0.33rem 0.23rem;
  }

  .yiqing-map .control #control_meanu_container li .container_box .list_box .list .text h3 {
    font-size: 0.29rem;
  }

  .yiqing-map .control #control_meanu_container li .container_box .list_box .list .text p {
    font-size: 0.26rem;
    /* background: #666; */
    color: #666;
  }

  .yiqing-map .control #control_meanu_container li .container_box .list_box .list .icon {
    display: flex;
    align-items: center;
    margin-right: 0.25rem;
  }

  .yiqing-map .control #control_meanu_container li .container_box .list_box .list .icon img {
    width: 0.4rem;
    height: 0.4rem;
  }

  .yiqing-map .control #control_meanu_container .on {
    display: block;
  }
  
  /* 封控管理区域 */
  .yiqing-map .close_control{
    border-radius: 0.09rem;
    background-color: white;
    width: 7.07rem;
    margin: auto;
    margin-top: 0.3rem;
    padding: 0 0.5rem 0.45rem 0.5rem;
  }

  /* 封控管理区域 百度地图部分 */
  .yiqing-map .close_control .baidu_map .map_tittle ul{
    height: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .yiqing-map .close_control .baidu_map .map_tittle ul .tittle{
    display: flex;
    align-items: center;
  }

  .yiqing-map .close_control .baidu_map .map_tittle ul .tittle i{
    display: inline-block;
    width: 0.18rem;
    height: 0.18rem;
    background: #249aff;
    border-radius: 50%;
  }

  .yiqing-map .close_control .baidu_map .map_tittle ul .tittle i:nth-child(2)
  {
    background: rgba(36,154,255,0.25);
    position: relative;
    left: -0.08rem;
  }

  .yiqing-map .close_control .baidu_map .map_tittle ul .tittle h3{
    font-size: 0.34rem;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #333333;
  }
  /* 进入地图 */
.yiqing-map .close_control .baidu_map .map_tittle ul .into_map{
    display: flex;
    align-items: center;
  }

  .yiqing-map .close_control .baidu_map .map_tittle ul .into_map a{
  font-size: 0.32rem;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #249aff;
  }
  
  /* 百度地图 */
  .yiqing-map .close_control .baidu_map .map_box{
  margin: auto;
  width: 5.99rem;
  height: 5.3rem;
  border-radius: 0.06rem;
  box-shadow: 0rem 0.1rem 0.32rem -0.04rem rgba(24,39,75,0.10), 0rem 0.06rem 0.14rem -0.06rem rgba(24,39,75,0.12); 
  }

  .yiqing-map .close_control .baidu_map .map_box #main_map{
    width: 100%;
    height: 100%;
  }
  /* 封控管理 城市数据部分 */
.yiqing-map .close_control .city_data h3{
    font-size: 0.32rem;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: LEFT;
    color: #000000;
    margin-top: 0.4rem;
    margin-bottom: 0.14rem;
}

.yiqing-map .close_control .city_data .city_textArea{
  padding: 0.23rem 0.26rem 0.28rem 0.16rem;
  background: #f7f7f7;
}

.yiqing-map .close_control .city_data .city_textArea div{
  margin-bottom: 0.2rem;
}

.yiqing-map .close_control .city_data .city_textArea div p span{
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background: #c4c4c4;
    border-radius: 50%;
    margin-right: 0.2rem;
    vertical-align: auto;
}

.yiqing-map .close_control .city_data .city_textArea div p{
  font-size: 0.28rem;
  color: #6F6F6F;
}

.yiqing-map .close_control .city_data .city_textArea .no_tittle p{
  color: #0bac71;
}

.yiqing-map .close_control .city_data .city_textArea div p i{
  color: red;
  font-style: normal;
}

/* 新闻资讯模块 */
.yiqing-map .new_model {
    border-radius: 0.09rem;
    background-color: white;
    width: 7.07rem;
    margin: auto;
    margin-top: 0.3rem;
    padding: 0rem 0.2rem 0rem 0.2rem;
  }

  .yiqing-map .new_model a {
    display: block;
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .yiqing-map .new_model a .img_url {
    display: flex;
    /* position: relative; */
    align-items: flex-end;
    border-radius: 0.1rem;
    width: 100%;
    background: #999;
    height: 100%;
    height: 3.1rem;
    /* background: url('../../resource/images/banner.png') no-repeat; */
  }

  .yiqing-map .new_model a .img_url .new_tittle {
    color: #ffffff;
    margin-left: 0.24rem;
    margin-bottom: 0.14rem;
  }

  .yiqing-map .new_model a .img_url .new_tittle h3 {
    font-size: 0.32rem;
    margin-bottom: 0.08rem;
  }

  .yiqing-map .new_model a .img_url .new_tittle p {
    font-size: 0.24rem;
  }

  .yiqing-map .new_model .new_list {
      padding: 0.01rem 0;
  }

  .yiqing-map .new_model .new_list ul li {
    border-bottom: 0.02rem solid #888;
  }

  .yiqing-map .new_model .new_list ul li a h3 {
    font-size: 0.32rem;
    font-weight: 500;
    /* text-align: LEFT; */
    color: #000000;
    margin-bottom: 0.16rem;
  }

  .yiqing-map .new_model .new_list ul li a p {
    font-size: 0.24rem;
    font-weight: 500;
    text-align: LEFT;
    color: #888888;
  }

  .yiqing-map .new_model .new_list ul li:last-child {
    border-bottom: none;
  }

  .yiqing-map .export {
    border-radius: 0.09rem;
    background-color: white;
    width: 7.07rem;
    margin: auto;
    margin-top: 0.3rem;
    /* padding: 0rem 0.2rem 0rem 0.2rem; */
    /* text-align: center; */
    line-height: 3.56rem;
    color: #999;
  }

  .yiqing-map  .fengkong {
    position: absolute;
    left: 0;
    width: 100%;
    padding-bottom: 1.5rem;
    background-color: #249AFF;
}

/* 开学时间 */
.kaixue .head-title {
    display: flex;
    align-items: center;
    margin: 0.4rem 0 0.24rem 0;
    font-size: 0.29rem;
}

.kaixue .head-name {
    margin-left: 0.13rem;
    font-size: 0.31rem;
    font-weight: 700;
}

.kaixue .line-img {
    width: 0.07rem;
    height: 0.26rem;
    margin: 0.03rem 0.03rem 0 0;
}

.back-content {
    max-height: 4.22rem;
    margin-bottom: 0.23rem;
    padding: 0.31rem 0.22rem 0.23rem;
    border-radius: 0.1rem;
    overflow-y: scroll;
    background-color: #f4f4f4;
}

.back-content::-webkit-scrollbar {
    width: 0.06rem;
    /* height: 13px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.back-content::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
}

.back-content li {
    display: flex;
    margin-bottom: 0.28rem;
    font-size: 0.27rem;
}

.back-content li .back-left {
    width: 1.2rem;
    font-weight: 600;
}

.back-content li .back-right {
    width: 4.6rem;
    margin-left: 0.35rem;
    color: #666666;
    text-align: justify;
}

.back-content li .back-right a {
    color: #40bffc;
}

.back .btns {
    padding: 0 0.15rem;
    text-align: center;
}

.back .btns .btn {
    width: 47%;
    padding: 0.2rem 0;
    border-radius: 0.81rem;
    font-size: 0.25rem;
    color: #ffffff;
    background-color: #00afff;
}

.area-tab {
    font-size: 0.29rem;
    font-weight: 600;
    color: #00b3ff;
}

.area-tab span {
    width: 33%;
    padding: 0.1rem 0;
    border-radius: 0.09rem 0.09rem 0rem 0rem;
    box-shadow: -0.05rem 0rem 0.22rem -0.04rem rgba(24,39,75,0.08), 0.05rem 0rem 0.11rem -0.05rem rgba(24,39,75,0.12); 
    text-align: center;
    background-color: #b7ebff;
}

.area-tab span:nth-child(n+2) {
    margin-left: 0.03rem;
}

.area-tab .active {
    color: #000;
    background-color: #ffffff;
}

.require-content ul {
    max-height: 4.22rem;
    padding: 0.26rem 0.13rem 0.03rem;
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    box-shadow: -0.06rem 0.08rem 0.23rem -0.04rem rgba(24, 39, 75, 0.08),
        0.06rem 0rem 0.12rem -0.06rem rgba(24, 39, 75, 0.12);
    overflow-y: scroll;
}

.require-content ul::-webkit-scrollbar {
    width: 0.06rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.require-content ul::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
}

.require-content ul:nth-child(n+3) {
    display: none;
}

.require-content ul li {
    margin-bottom: 0.23rem;
    padding: 0.26rem;
    border-radius: 0.1rem;
    background-color: rgba(196, 196, 196, 0.19);
}

.require-content .title {
    margin-bottom: 0.24rem;
    font-size: 0.27rem;
    color: #000;
}

.require-content .text {
    font-size: 0.25rem;
    color: #706d6d;
}

.kaixue .con-border {
    border-radius: 0.2rem;
    margin-bottom: 0.52rem;
    box-shadow: 0rem 0.06rem 0.12rem rgb(0 0 0 / 16%);
}

.kaixue .con-title {
    height: 0.7rem;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    background-color: #3ea5ff;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.kaixue .con-detail {
    margin: 0.36rem 0.38rem 0.24rem 0.34rem;
    font-size: 0.28rem;
}

.kaixue .con-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
    padding-bottom: 0.22rem;
    border-bottom: 0.02rem solid #e2e2e2;
}

.kaixue .title {
    color: #141414;
    font-weight: 500;
}

.kaixue .time {
    font-size: 0.25rem;
    color: rgba(184, 184, 184, 1);
    margin-top: 0.05rem;
    font-weight: 300;
}

.kaixue .more {
    margin-left: 0.02rem;
    font-size: 0.25rem;
    color: #3ea5ff;
}