.loc_choose {
  width: fit-content;
  display: flex;
  align-items: center;
  width: 131px;
  height: 40px;
  line-height: 40px;
  border-radius: 90px;
  background: rgba(226, 226, 226, 0.1607843137);
  display: flex;
  align-items: center;
  padding: 0px 16px;
  font-size: 16px;
  justify-content: space-between;
}
.loc_choose .loc_icon {
  width: 11px;
}
.loc_choose .arrow_icon {
  width: 13px;
}
.loc_choose p {
  margin: 0 4px 0px 8px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.com_choose {
  position: relative;
}

.service_choose {
  z-index: 10;
  position: absolute;
  left: -340px;
  top: 60px;
  width: 1200px;
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  padding-right: 50px;
}
.service_choose img {
  width: 32px;
}
.service_choose .showchoose {
  margin-bottom: 18px;
  color: #2868b1;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 13px;
}
.service_choose .showchoose .overchoose_ul {
  display: flex;
  gap: 20px;
}
.service_choose .showchoose .overchoose_ul li {
  cursor: pointer;
  position: relative;
}
.service_choose .showchoose .overchoose_ul li:first-child::before {
  content: unset;
}
.service_choose .showchoose .overchoose_ul li::before {
  position: absolute;
  content: ">";
  left: -15px;
  color: #2868b1;
  font-size: 18px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
.service_choose .choose_ul {
  padding-left: 13px;
  margin-left: 32px;
  display: flex;
  margin-left: 35px;
  flex-wrap: wrap;
}
.service_choose .choose_ul li {
  cursor: pointer;
  margin-right: 47px;
  margin-bottom: 20px;
  color: #333;
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}
.service_choose .choose_ul li:hover {
  color: #2868b1;
}
.service_choose .input-with-select {
  width: 248px;
  display: flex;
  align-items: center;
  border: 1px solid #2868b1;
  border-radius: 4px;
}
.service_choose .input-with-select input {
  flex: 1;
  font-size: 14px;
  text-indent: 10px;
  border-radius: 4px 0px 0px 4px;
  height: 36px;
  line-height: 36px;
  border: unset;
}
.service_choose .input-with-select .icon-search {
  height: 36px;
  line-height: 34px;
  background: #2868b1;
  color: #fff;
  font-size: 14px;
  width: 54px;
  padding: 0px;
  text-align: center;
  cursor: pointer;
}
.service_choose .department_div {
  border: 1px dashed #e1e6eb;
  border-left: unset;
  border-right: unset;
  padding: 10px 13px;
  padding-left: 0px;
  margin-left: 32px;
}
.service_choose .department_div .title_search {
  padding-left: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: #2868b1;
}
.service_choose .department_div .department_ul {
  margin-top: 17px;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  height: 185px;
  overflow-y: auto;
}
.service_choose .department_div .department_ul li {
  cursor: pointer;
  padding: 0px 14px;
  margin-right: 50px;
  margin-bottom: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px;
  line-height: 34px;
  height: 34px;
  width: calc((100% - 220px) / 5);
}
.service_choose .department_div .department_ul li:hover {
  background: #ebf4ff;
  color: #2868b1;
}
.service_choose .department_div .department_ul li:nth-child(5n) {
  margin-right: 0px;
}
.service_choose .result_div {
  margin: 20px 0px;
  margin-left: 32px;
  padding-left: 13px;
  display: flex;
  font-size: 14px;
  color: #333;
}
.service_choose .result_div .overchoose_ul {
  display: flex;
  gap: 15px;
}
.service_choose .result_div .overchoose_ul li {
  color: #2868b1;
  position: relative;
}
.service_choose .result_div .overchoose_ul li:first-child::before {
  content: unset;
}
.service_choose .result_div .overchoose_ul li::before {
  position: absolute;
  content: ">";
  left: -12px;
  color: #2868b1;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.service_choose .result_div .ouname {
  color: #2868b1;
}
.service_choose .btn_div {
  margin-left: 32px;
  padding-left: 13px;
  display: flex;
  gap: 15px;
}
.service_choose .btn_div a {
  display: inline-block;
  width: 110px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
}
.service_choose .btn_div .enter_btn {
  background: linear-gradient(270deg, #2868b1 0.26%, #5e97e2 99.74%);
}
.service_choose .btn_div .cancel_btn {
  background: #ebf4ff;
  color: #2868b1;
}

::-webkit-scrollbar {
  width: 4px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 4px;
}

.footer2023 {
  background: #1c4d82 !important;
}
.footer2020-104bottom1 ,.footer2020-104bottom2{
  background: #225790 !important;
}

.footer2020-2 {
  background: #154172 !important;
}

.footer2020-201 p {
  color: #fff !important;
}

.footer2020-1 > div:first-child {
  background: #225790 !important;
  color: #fff;
}
.footer2020-1 ul li {
  /* background: #225790 !important; */
  font-size: 14px !important;
  color: #fff !important;
}
li.gjweb {
    background: #225790 url(https://www.jszwfw.gov.cn/picture/0/2009071047071895628.png) no-repeat 10px center !important;
    padding-left: 40px !important;
}
li.apperweima {
    padding-left: 40px !important;
    background: url(https://www.sczwfw.gov.cn/picture/2/2109131013078973271.png) no-repeat #225790 10px !important;
}
.footer2020-104bottom1 >a{
  background: #fff;
    padding: 5px;
    border-radius: 4px;
}
.link-content{
  overflow-y:auto;
}
 
.footer2020-101title {
  font-size: 16px !important;
}

.footer2020-101list ul li span {
  background: #fff !important;
}

.el-popover {
  padding: 0px;
}

.poptitle {
  position: relative;
  box-shadow: 0px 4px 16px 0px rgba(86, 119, 157, 0.1490196078);
  background: #fff;
  position: absolute;
  top: 100px;
  right: 120px;
  width: 100%;
  z-index: 20;
}
.poptitle .arrow {
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ebeef5;
}
.poptitle .arrow::after {
  content: "";
  position: absolute;
  top: -15px;
  left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.poptitle p {
  height: 46px;
  line-height: 46px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.poptitle p:hover {
  color: #2868b1;
  background: #f0f5ff;
}

.znkf {
  right: 0;
  position: fixed;
  z-index: 10;
  top: 0px;
  width: 112px;
  height: 134px;
  background: url("../images/img_znkf.png") no-repeat center center;
  display: inline-block;
}


.right-nav1 {
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 150px;
  right: 10px;
  width: 100px;
  height: 684px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(86, 119, 157, 0.1490196078);
  z-index: 10;
}
.right-nav1 .nav-detail {
  text-align: center;
  /* height: 113px; */
  font-size: 14px;
  color: #333;
  padding: 12px 0px;
}
.right-nav1 .nav-detail:nth-child(7) {
  margin-bottom: 26px;
}
.right-nav1 .nav-detail .icon {
  margin-bottom: 5px;
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.right-nav1 .nav-detail:hover {
  background: #f0f5ff;
  color: #2868b1;
}
.right-nav1 .nav-detail:nth-child(1):hover .icon {
  background: url("../images/hovernav1.png") no-repeat center center, linear-gradient(142.22deg, #7babe9 6.24%, #2e5494 91.63%);
}
.right-nav1 .nav-detail:nth-child(1) .icon {
  background: url("../images/nav1.png") #f0f5ff no-repeat center center;
}
.right-nav1 .nav-detail:nth-child(2):hover .icon {
  background: url("../images/hovernav2.png") no-repeat center center, linear-gradient(142.22deg, #7babe9 6.24%, #2e5494 91.63%);
}
.right-nav1 .nav-detail:nth-child(2) .icon {
  background: url("../images/nav2.png") #f0f5ff no-repeat center center;
}
.right-nav1 .nav-detail:nth-child(3):hover .icon {
  background: url("../images/hovernav3.png") no-repeat center center, linear-gradient(142.22deg, #7babe9 6.24%, #2e5494 91.63%);
}
.right-nav1 .nav-detail:nth-child(3) .icon {
  background: url("../images/nav3.png") #f0f5ff no-repeat center center;
}
.right-nav1 .nav-detail:nth-child(4):hover .icon {
  background: url("../images/hovernav4.png") no-repeat center center, linear-gradient(142.22deg, #7babe9 6.24%, #2e5494 91.63%);
}
.right-nav1 .nav-detail:nth-child(4) .icon {
  background: url("../images/nav4.png") #f0f5ff no-repeat center center;
}
.right-nav1 .nav-detail:nth-child(5):hover .icon {
  background: url("../images/hovernav5.png") no-repeat center center, linear-gradient(142.22deg, #7babe9 6.24%, #2e5494 91.63%);
}
.right-nav1 .nav-detail:nth-child(5) .icon {
  background: url("../images/nav5.png") #f0f5ff no-repeat center center;
}
.right-nav1 .nav-detail:nth-child(6):hover .icon {
  background: url("../images/hovernav6.png") no-repeat center center, linear-gradient(142.22deg, #7babe9 6.24%, #2e5494 91.63%);
}
.right-nav1 .nav-detail:nth-child(6) .icon {
  background: url("../images/nav6.png") #f0f5ff no-repeat center center;
}
.right-nav1 .nav-detail:nth-child(7):hover .icon {
  background: url("../images/hovernav7.png") no-repeat center center, linear-gradient(142.22deg, #7babe9 6.24%, #2e5494 91.63%);
}
.right-nav1 .nav-detail:nth-child(7) .icon {
  background: url("../images/nav7.png") #f0f5ff no-repeat center center;
}
.right-nav1 .sm-btn {
  position: relative;
  display: block;
  padding-left: 26px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(180deg, #5d91cc 0%, #2868b1 100%);
}
.right-nav1 .sm-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 11.5px;
  height: 6px;
  background: url("../images/icon_updown.png") no-repeat center center;
}


.right-nav1 > li .media-box{
    display: none;
    position: absolute;
    bottom: 0;
    left: -177px;
    width: 165px;
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 27px 0px rgba(30, 48, 74, 0.13);
}
.right-nav1 > li .media-box .media-list{
    margin-top: 8px;
    margin-bottom: 8px;
}
.right-nav1 > li .media-box .media-list:first-child{
    margin-top: 0;
}
.right-nav1 > li .media-box .pic-box{
    height: 150px;
}
.right-nav1 > li .media-box .pic-box img{
    width: 150px;
    height: 150px;
    vertical-align: middle;
}
.right-nav1 > li .media-box span{
    line-height: 17px;
}
.right-nav1 > li .media-box::before{
    position: absolute;
    content: '';
    bottom: 34px;
    right: -7px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 5px solid transparent;
}
.right-nav1 > li.new-media:hover .media-box{
    display: block;
}