@charset "UTF-8";
/**!
* 青海政务 - 个人服务（按主题分类、按部门分类）
* date:2021-07-08
* author: zhoujie;
*/
body {
  min-width: 1366px;
}

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

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

.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;
}

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

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

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

.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;
  background: #f3f8ff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  color: #000;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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:nth-child(6n+1) {
  margin-left: 0;
}

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

.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: 50%;
  height: 60px;
}

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

.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: black;
  /* 提示文字与边框的距离 */
  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;
  margin-right: 10px;
  border-radius: 2px 17px 17px 2px;
  border: none;
  outline: none;
  background: url(../images/personal_services/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/personal_services/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;
}

.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;
}

.cycle-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 42px;
}

.cycle-box .cycle-list {
  width: 287px;
  height: 287px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#dceafc));
  background: linear-gradient(0deg, #fff, #dceafc);
  border: 1px solid #d6f3f3;
  border-radius: 4px;
  margin-right: 17px;
  margin-top: 18px;
  position: relative;
}

.cycle-box .cycle-list:nth-child(4n) {
  margin-right: 0;
}

.cycle-box .cycle-list:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#DCEAFC));
  background: linear-gradient(0deg, #FFFFFF, #DCEAFC);
  border: 1px solid #5291E4;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(179, 197, 225, 0.6);
          box-shadow: 0px 10px 30px 0px rgba(179, 197, 225, 0.6);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cycle-box .cycle-list .cycle-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cycle-box .cycle-list .cycle-container .cycle-list-name {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding: 35px 0 30px 62px;
}

.cycle-box .cycle-list .cycle-container .cycle-content {
  font-size: 16px;
  color: #666;
  line-height: 35px;
  padding-left: 24px;
  padding-top: 22px;
}

.cycle-box .cycle-list .cycle-container .cycle-content a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cycle-box .cycle-list .cycle-container .cycle-content a:hover {
  color: #2668b1;
}
.open-close{
  display:none;
}