@charset "UTF-8";
/* yui3 reset.css */
/* 通用样式 */
@font-face {
  font-family: "OPPOSans";
  src: url(https:/lzggzyjy.lanzhou.gov.cn/css/fonts/OPPOSans-B/OPPOSans-B.woff) format("woff"), url(https:/lzggzyjy.lanzhou.gov.cn/css/fonts/OPPOSans-B/OPPOSans-B.ttf) format("truetype"), url(https:/lzggzyjy.lanzhou.gov.cn/css/fonts/OPPOSans-B/OPPOSans-B.eot) format("embedded-opentype");
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url(https:/lzggzyjy.lanzhou.gov.cn/css/fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff) format("woff"), url(https:/lzggzyjy.lanzhou.gov.cn/css/fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf) format("truetype"), url(https:/lzggzyjy.lanzhou.gov.cn/css/fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot) format("embedded-opentype");
}
html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  padding-bottom: 215px;
  box-sizing: border-box;
}
body .mt18 {
  margin-top: 18px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

/* banner */
.banner {
  height: 250px;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/banner.png) center no-repeat;
}

/* 个人中心头部 */
/* 面包屑导航*/
.location {
  height: 50px;
  line-height: 50px;
  padding-left: 22.5px;
  color: #333;
  letter-spacing: -0.24px;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/location_ico.png) left center no-repeat;
  background-size: 13px 17px;
  box-sizing: border-box;
}
.location a {
  color: #333;
  font-size: 14px;
}
.location a:hover {
  color: #3A7ADD;
}
.location .current {
  color: #3A7ADD;
}

/* 左侧导航*/
.nav {
  align-self: flex-start;
  flex-shrink: 0;
  width: 200px;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(1, 71, 154, 0.08);
}
.nav-title {
  width: 200px;
  height: 72px;
  color: #fff;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/nav_title_bg.jpg) top center no-repeat;
  background-size: 100% 72px;
  padding: 16px 20px 0 20px;
  box-sizing: border-box;
}
.nav-title > p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-title > p:first-child {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}
.nav-title > p:last-child {
  margin-top: 4px;
  font-size: 10px;
  line-height: 12px;
}
.nav-left-item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 5px 20px;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.04px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebeef3;
}
.nav-left-item::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/nav_arrow.png) center no-repeat;
  background-size: 21px 21px;
  transition: all 0.5s;
}
.nav-left-item span {
  padding-left: 27px;
  padding-right: 21px;
}
.nav-left-item.link span {
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/link_ico.png) left center no-repeat;
}
.nav-left-item:hover, .nav-left-item.current {
  color: #fff;
  background: linear-gradient(90deg, #2A87FF 0.08%, #6CAEFC 99.94%);
}
.nav-left-item:hover::after, .nav-left-item.current::after {
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/nav_arrow_hover.png);
}
.nav-left-item:hover.link span, .nav-left-item.current.link span {
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/link_ico_hover.png);
}
.nav-left-item.current::after {
  transform: translateY(-50%) rotate(90deg);
}
.nav-left-item.current ~ .nav-sub-list {
  display: block;
}
.nav-sub-list {
  display: none;
  padding: 5px 26px;
  background: #F2F8FF;
  color: #666;
  font-size: 16px;
  letter-spacing: 0.04px;
  overflow: hidden;
}
.nav-sub-item {
  display: flex;
  align-items: center;
  font-weight: 350;
  min-height: 36px;
}
.nav-sub-item > a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  color: #666;
}
.nav-sub-item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 7px;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/nav_item_ico.png) left center no-repeat;
  background-size: 6px 7px;
}
.nav-sub-item:hover > a, .nav-sub-item.current > a {
  color: #3A7ADD;
}
.nav-sub-item:hover > a::before, .nav-sub-item.current > a::before {
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/nav_item_ico_hover.png);
}

/* 常规列表*/
.main-info .info-list {
  padding: 2px 20px 0;
  box-sizing: border-box;
}
.main-info .info-list > li {
  height: 48px;
  padding: 15px 0;
  margin-bottom: 2px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.main-info .info-list > li:last-child {
  margin-bottom: 0;
}
.main-info .info-list > li > a {
  display: flex;
  color: #333;
  font-size: 15px;
}
.main-info .info-list > li > a:hover {
  color: #3A7ADD;
}
.main-info .info-list > li > a:hover .date {
  color: #3A7ADD;
}
.main-info .info-list > li .title {
  position: relative;
  flex: 1;
  padding-left: 12px;
  padding-right: 100px;
}
.main-info .info-list > li .title::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #333;
}
.main-info .info-list > li .date {
  color: #999;
}
.main-info .info-tab {
  display: flex;
}
.main-info .info-tab > li {
  height: 38px;
  font-size: 14px;
  letter-spacing: -0.165px;
  line-height: 18px;
  margin-right: 12px;
  background: linear-gradient(180deg, rgba(108, 174, 252, 0.2) 0%, rgba(42, 135, 255, 0.2) 100%);
  box-sizing: border-box;
}
.main-info .info-tab > li:last-child {
  margin-right: 0;
}
.main-info .info-tab > li > a {
  display: block;
  padding: 10px 26px;
  color: #333;
}
.main-info .info-tab > li:hover, .main-info .info-tab > li.current {
  background: linear-gradient(0deg, #2A87FF 0%, #6CAEFC 100%);
}
.main-info .info-tab > li:hover > a, .main-info .info-tab > li.current > a {
  color: #fff;
}

/* 分页 */
.pager {
  text-align: center;
  width: 600px;
    margin: 0 auto;
    margin-top: 10px;
}
.pager .layui-laypage {
  margin: 20px 0 0 0;
  text-align: right;
}
.pager .layui-laypage-count {
  float: left;
}
.pager .layui-laypage .layui-laypage-curr {
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  margin-right: 8px;
  padding: 0 11px;
  background: #3A7ADD;
  border: 1px solid #3A7ADD;
  box-sizing: border-box;
}
.pager .layui-laypage .layui-laypage-curr em {
  color: #fff;
}
.pager .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: transparent;
}
.pager .layui-laypage-spr {
  min-width: 34px;
  text-align: center;
  padding: 0;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-right: 8px;
}
.pager .layui-laypage span {
  color: #4e5463;
  margin-top: 0;
  margin-bottom: 0;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  background: transparent;
}
.pager .layui-laypage select {
  min-width: 80px;
  box-sizing: border-box;
  height: 32px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #ddd;
}
.pager .layui-laypage a {
  min-width: 34px;
  height: 34px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 34px;
  margin: 0 8px 0 0;
  padding: 0 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.pager .layui-laypage a:hover {
  border-color: #3A7ADD;
  background-color: #3A7ADD;
  color: #fff;
}
.pager .layui-laypage input {
  border: 1px solid #ddd;
  box-sizing: border-box;
  height: 32px;
}
.pager .layui-laypage .layui-disabled {
  background-color: #ecedf2;
  color: #ecedf2;
}
.pager .layui-laypage-btn {
  display: none;
}
.pager .layui-laypage-prev,
.pager .layui-laypage-next {
  background-color: transparent !important;
  background: no-repeat center;
}
.pager .layui-laypage-prev {
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/prev.png);
}
.pager .layui-laypage-prev.layui-disabled {
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/prev_disabled.png);
}
.pager .layui-laypage-next {
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/next.png);
}
.pager .layui-laypage-next.layui-disabled {
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/next_disabled.png);
}
.pager .layui-laypage input:focus,
.pager .layui-laypage select:focus {
  border-color: #3A7ADD !important;
}

/* 链接提示弹窗 */
.layui-layer.layui-layer-iframe.outer-link .layui-layer-title {
  height: 33px;
  line-height: 33px;
}
.layui-layer.layui-layer-iframe.outer-link .layui-layer-setwin {
  top: 10px;
}

/* 手风琴布局 */
.accordion {
  margin-top: 24px;
}
.accordion:first-child {
  margin-top: 38px;
}
.accordion-head {
  height: 38px;
  border-bottom: 1px solid #d5dbe7;
}
.accordion-head > h3 {
  position: relative;
  color: #333;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
.accordion-head > h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 22px;
  background-color: #3A7ADD;
}
.accordion-body {
  padding-top: 20px;
}

.public-table {
  width: 100%;
  table-layout: fixed;
}
.public-table thead {
  background: #f6fbff;
}
.public-table th {
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
}
.public-table th:first-of-type {
  padding-left: 40px;
}
.public-table tr td {
  font-size: 16px;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
}
.public-table tr td:first-child {
  padding-left: 40px;
}
.public-table tr:nth-child(even) {
  background: #f6fbff;
}
.public-table .red {
  color: #e1251b;
}
.public-box {
  position: relative;
  z-index: 1;
}
.public-search {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 248px;
  height: 34px;
  z-index: 1;
}
.public-search-input {
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding-right: 28px;
  padding-left: 12px;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  border-radius: 4px;
}
.public-search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(https:/lzggzyjy.lanzhou.gov.cn/images/search_ico.png) no-repeat left center;
  background-size: 18px 18px;
  cursor: pointer;
  z-index: 1;
}
.public-tab .hds {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.public-tab .hd {
  position: relative;
  height: 100%;
  font-size: 16px;
  color: #333;
  line-height: 31px;
  padding: 0 4px;
  box-sizing: border-box;
  margin-left: 20px;
  cursor: pointer;
  z-index: 1;
}
.public-tab .hd:first-child {
  margin-left: 0;
}
.public-tab .hd::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #3A7ADD;
  z-index: 1;
}
.public-tab .hd:hover, .public-tab .hd.current {
  font-size: 18px;
  font-weight: 600;
  color: #3A7ADD;
}
.public-tab .hd:hover::after, .public-tab .hd.current::after {
  content: "";
}
.public-article {
  padding: 27px 20px;
}
.public-article-title {
  font-size: 26px;
  text-align: center;
  color: #000;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 19px;
}
.public-article-con {
  height: 32px;
  font-size: 16px;
  color: #333;
  text-indent: 2em;
  line-height: 32px;
}

.cmn-head {
  color: #3A7ADD;
  text-align: center;
}
.cmn-head-title {
  position: relative;
  display: inline-flex;
  font-size: 28px;
  font-weight: 700;
}
.cmn-head-title::before, .cmn-head-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 66px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 66px 17px;
}
.cmn-head-title::before {
  left: -91px;
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/index/title_left_logo.png);
}
.cmn-head-title::after {
  right: -91px;
  background-image: url(https:/lzggzyjy.lanzhou.gov.cn/images/index/title_right_logo.png);
}

.ewb-news-date2{
	right: 100px;
    top: 0;
    color: red;
    cursor: pointer;
    padding-right: 10px;
}
.wd{
	width:85%;
}