@charset "UTF-8";
/**!
* 青海政务 - 部门窗口
* date:2021-08-10
* author: tzc;
*/
body {
  min-width: 1366px;
font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
}

.content {
  margin-bottom: 60px;
  margin-top: -1px;
}

.banner {
  height: 300px;
  background: url(../images/banner2.png) top center no-repeat;
  padding-top: 0;
}

.banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .subtitle {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  line-height: 42px;
  padding-top: 105px;
}

.banner .subtitle span {
  margin-left: 31px;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.banner .tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 340px;
  margin-top: 65px;
}

.banner .tips-list {
  position: relative;
  height: 122px;
  cursor: pointer;
}

.banner .tips-list.address .tips-msg {
  width: 328px;
  padding-left: 20px;
  padding-right: 20px;
}

.banner .tips-list.time .tips-msg {
  width: 311px;
  padding-left: 19px;
  padding-right: 19px;
}

.banner .tips-list.complaints .tips-msg {
  width: 204px;
  text-align: center;
}

.banner .tips-list:hover .tips-msg {
  display: block;
}

.banner .tips-list:hover .pic-box {
  background: url("../images/tips_list.png") center no-repeat #6185ba;
}

.banner .tips-list:hover .common-pic {
  display: none;
}

.banner .tips-list:hover .hover-pic {
  display: inline-block;
}

.banner .tips-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  display: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 134px;
  max-height: 46px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  background-color: #ffffff33;
  padding: 4px 0;
}

.banner .tips-msg::before {
  position: absolute;
  content: '';
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff33;
}

.banner .tips .pic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url("../images/tips_list.png") center no-repeat;
}

.banner .tips .name {
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  color: #e0edfa;
}

.banner .tips .hover-pic {
  display: none;
}

.content-area {
  width: 1200px;
  height: auto;
  margin: auto;
}

.main {
  width: 100%;
  background: #fff;
}

.main .content-area .tab {
  margin-top: -52px;
}

.main .content-area .tab .bdl {
  width: 1200px;
}

.main .content-area .tab .hdl,
.main .content-area .tab .birth-matters {
  float: left;
  width: 194px;
  height: 52px;
  background: rgba(102, 149, 229, 0.43);
  border-radius: 4px 4px 0px 0px;
  margin-right: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
}

.main .content-area .tab .hdl.active {
  background: #0e2b5d;
}

.main .content-area .tab .bdl .select-area {
  margin-top: 35px;
  height: 120px;
  overflow: hidden;
}

.main .content-area .tab .bdl .select-area ul li {
  float: left;
  width: 183px;
  height: 40px;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #f3f8ff;
  text-align: center;
  font-size: 0px;
  color: #000;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main .content-area .tab .bdl .select-area ul li.active, .main .content-area .tab .bdl .select-area ul li:hover {
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#2868B1), to(#3780D3));
  background: linear-gradient(270deg, #2868B1, #3780D3);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(59, 114, 178, 0.29);
          box-shadow: 0px 3px 10px 0px rgba(59, 114, 178, 0.29);
}

.main .content-area .tab .bdl .select-area ul li span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.main .content-area .tab .bdl .select-area ul li span.name {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .content-area .tab .bdl .select-area ul li span.num {
  padding-left: 10px;
}

.main .content-area .tab .bdl .select-area ul li:nth-child(6n+1) {
  margin-left: 0;
}

.main .content-area .tab .bdl .item-table {
  margin-top: 40px;
}

.main .content-area .tab .bdl .item-table .item-head {
  border-bottom: 2px solid #e4e6eb;
}

.main .content-area .tab .bdl .item-table .item-head h3 {
  float: left;
  margin-right: 19px;
  font-size: 28px;
  font-weight: bold;
  color: #484e54;
  line-height: 60px;
}

.main .content-area .tab .bdl .item-table .item-head span {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 60px;
}

.main .content-area .tab .bdl .item-table .item-head span .num {
  color: #2868b1;
}

.main .content-area .tab .bdl .item-table .item-head .right {
  width: 536px;
  height: 60px;
}

.main .content-area .tab .bdl .item-table .item-head .right .check {
  float: left;
  cursor: pointer;
}

.main .content-area .tab .bdl .item-table .item-head .right .check.hall {
  margin-left: 20px;
}

.main .content-area .tab .bdl .item-table .item-head .right .check .icon-check {
  width: 18px;
  height: 18px;
  margin-top: 21px;
  margin-right: 6px;
  background: url(../../images/icon-check.png) center no-repeat;
}

.main .content-area .tab .bdl .item-table .item-head .right .check .icon-checked {
  background: url(../../images/icon-checked.png) center no-repeat;
}

.main .content-area .tab .bdl .item-table .item-head .right .item-search {
  margin-top: 6px;
  float: right;
}

.main .content-area .tab .bdl .item-table .item-head .right .item-search .item-search-input {
  float: left;
  width: 252px;
  height: 34px;
  border-radius: 17px 0 0 17px;
  margin-top: 9px;
  color: #c0c5ca;
  /* 提示文字与边框的距离 */
  padding-left: 13px;
  /* 选中后的边框线 */
  outline: none;
  border: 1px solid #ccc;
  border-right: none;
}

.main .content-area .tab .bdl .item-table .item-head .right .item-search .item-search-button {
  float: left;
  width: 52px;
  height: 34px;
  margin-top: 9px;
  border-radius: 2px 17px 17px 2px;
  border: none;
  outline: none;
  background: url(../images/bg-magnifier.png) no-repeat center;
}

.main .content-area .tab .bdl .item-table .item-head .right .item-search .item-search-button:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(59, 114, 178, 0.29);
          box-shadow: 0px 3px 10px 0px rgba(59, 114, 178, 0.29);
}

.main .content-area .tab .bdl .item-table .item-table {
  margin-bottom: 20px;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list {
  overflow: hidden;
  margin-bottom: 10px;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list li {
  float: left;
  width: 100%;
  height: 48px;
  background: #f0f7ff;
  border-radius: 3px;
  margin-bottom: 5px;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list li .child-text::before {
  float: left;
  content: '';
  width: 4px;
  height: 4px;
  background: #2868B1;
  border-radius: 50%;
  margin-top: 22px;
  margin-right: 9px;
  margin-left: 14px;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list li .child-text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 48px;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list li .btn {
  width: 97px;
  height: 30px;
  background: #fff;
  border: 1px solid #2868b1;
  border-radius: 15px;
  margin-right: 7px;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
  color: #2868b1;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list li .btn:hover {
  background: #2868b1;
  color: #fff;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list li .btn.close {
  border: 1px solid #aeaeae;
  color: #aeaeae;
}

.main .content-area .tab .bdl .item-table .item-table .table-list li ul.child-list li .btn.close:hover {
  border: 1px solid #aeaeae;
  color: #aeaeae;
  background: #fff;
}

.main .content-area .tab .bdl .item-table .item-table .table-list .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
}

.main .content-area .tab .bdl .item-table .item-table .table-list .item .icon-list-close {
  float: left;
  width: 15px;
  height: 15px;
  margin-top: 20px;
  margin-right: 10px;
  background: url(../images/icon-list-close.png) center no-repeat;
  cursor: pointer;
}

.main .content-area .tab .bdl .item-table .item-table .table-list .item span {
  display: inline-block;
  width: 940px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.main .content-area .tab .bdl .item-table .item-table .table-list .item span.child-text {
  width: 870px;
}


.main .content-area .tab .bdl .item-table .item-table .table-list .item.active .icon-list-close {
  -webkit-transition: all .1s;
  transition: all .1s;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

.main .content-area .tab .bdl .item-table .item-table .table-list .item.active span {
  color: #2868b1;
}

.statistical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

.statistical-list {
  width: 580px;
  height: 300px;
  padding: 25px 20px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
          box-shadow: 0px 0px 26px 0px rgba(16, 56, 122, 0.15);
}

.statistical .name {
  font-size: 28px;
  color: #484e54;
  font-weight: bold;
  text-align: center;
}

.statistical .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 9px;
  background-color: #edf0f5;
}

.statistical .time-list {
  width: 180px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.statistical .time-list.active, .statistical .time-list:hover {
  color: #fff;
  font-weight: bold;
  background-image: -webkit-gradient(linear, right top, left top, from(#2868b1), to(#3780d3));
  background-image: linear-gradient(-90deg, #2868b1 0%, #3780d3 100%);
}

.statistical-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.statistical-info .info-list {
  width: 180px;
  margin-top: 15px;
  text-align: center;
}

.statistical-info .info-name {
  font-size: 16px;
}

.statistical-info .info-num {
  font-size: 32px;
  color: #2868b1;
  font-weight: bold;
}

.handle {
  margin-top: 44px;
  margin-bottom: 20px;
}

.handle .name {
  height: 60px;
  line-height: 58px;
  font-size: 28px;
  font-weight: bold;
  color: #484e54;
  border-bottom: 2px solid #e4e6eb;
}

.handle-main {
  margin-top: 30px;
}

.handle .thead {
  width: 100%;
  height: 46px;
  background: #e5effc;
}

.handle .thead li {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #6686aa;
  line-height: 46px;
  text-align: center;
}

.handle .thead li:first-child {
  width: 180px;
}

.handle .thead li:nth-child(2) {
  width: 197px;
}

.handle .thead li:nth-child(3) {
  width: 213px;
}

.handle .thead li:nth-child(4) {
  width: 172px;
}

.handle .thead li:nth-child(5) {
  width: 242px;
}

.handle .thead li:nth-child(6) {
  width: 195px;
}

.handle .bd {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.handle .tbody {
  width: 100%;
}

.handle .tbody li.tr {
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 40px;
}

.handle .tbody li.tr:nth-child(2n) {
  background: rgba(144, 157, 172, 0.07);
}

.handle .tbody li.tr .li {
  float: left;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  border-left: 2px solid #e5effc;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.handle .tbody li.tr .li:first-child {
  width: 180px;
  border-left: none;
}

.handle .tbody li.tr .li:nth-child(2) {
  width: 197px;
}

.handle .tbody li.tr .li:nth-child(3) {
  width: 213px;
}

.handle .tbody li.tr .li:nth-child(4) {
  width: 172px;
}

.handle .tbody li.tr .li:nth-child(5) {
  width: 242px;
}

.handle .tbody li.tr .li:nth-child(6) {
  width: 195px;
  color: #2a67d6;
}

.open-close {
  width: 100%;
  height: 16px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #3289f5;
  text-align: center;
  cursor: pointer;
}

.open-close i {
  display: inline-block;
  width: 10px;
  height: 16px;
}

.icon-open {
  background: url(../../images/icon-arrow-bottom.png) top 9px center no-repeat;
}

.icon-close {
  background: url(../../images/icon-arrow-top.png) top 9px center no-repeat;
}

body .pager {
  padding-bottom: 0;
}


.empty-state {
    color: #999999 !important;
}

.bdl-1 .select-area .licensing-list .empty-state:hover {
    cursor: not-allowed !important;
    color: #999999;
}
