@charset "UTF-8";
/**!
 * 辽阳市人民政府规章库
 * date: 2021-11-18
 * author: tfxu;
 */
/* body {
  background: #fff url("../images/regulations_bg.jpg") no-repeat;
}
 */
.regulations {
  padding: 40px 39px 60px;
}

.regul-logo {
  line-height: 44px;
  padding-left: 55px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 34px;
  background: url("/govpub/images/regulations_logo.png") no-repeat left center;
  background-size: 40px 42px;
}

.regul-tt {
  margin-bottom: 35px;
  line-height: 72px;
  font-family: 'Microsoft YaHei';
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 55px;
}

.regul-line {
  margin-bottom: 24px;
  text-align: center;
}

.regul-line-box {
  position: relative;
  display: inline-block;
  padding: 0 210px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  vertical-align: top;
}

.regul-line-box:after, .regul-line-box:before {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 2px;
  background-repeat: no-repeat;
}

.regul-line-box:before {
  left: 0;
  background-image: url("/govpub/images/regu_line1.png");
}

.regul-line-box:after {
  right: 0;
  background-image: url("/govpub/images/regu_line2.png");
}

.regul-con {
  padding: 36px 36px 64px;
  background-color: #fff;
  box-shadow: 0px 4px 9px 0px rgba(32, 61, 141, 0.08);
}

.regul-top {
  padding: 67px 108px 21px;
  font-family: 'Microsoft YaHei';
  background-color: #f5f5f5;
}

.regul-search {
  height: 46px;
  margin-bottom: 22px;
}

.regul-search-btn {
  float: right;
  width: 110px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  background-color: #015293;
  cursor: pointer;
}

.regul-search-input {
  width: calc(100% - 135px);
  height: 46px;
  padding: 0 60px 0 22px;
  line-height: 44px;
  border: 1px solid #015293;
  border-radius: 10px;
  background: #fff url("../images/regu_search.png") no-repeat right 20px center;
}

.regul-search input::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
}

.regul-search input::-moz-placeholder {
  color: #666;
  font-size: 16px;
}

.regul-search input:-moz-placeholder {
  color: #666;
  font-size: 16px;
}

.regul-search input:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
}

.regul-chose {
  text-align: center;
  line-height: 24px;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.regul-chose-label {
  display: inline-block;
  vertical-align: top;
  color: #015293;
  font-size: 16px;
}

.regul-chose-list {
  display: inline-block;
  vertical-align: top;
}

.regul-chose-item {
  display: inline-block;
  padding-left: 27px;
  margin-left: 12px;
  font-size: 16px;
  background: url("/govpub/images/regu_circle.png") no-repeat left center;
  vertical-align: top;
  cursor: pointer;
}

.regul-chose-item.active {
  background-image: url("/govpub/images/regu_circleh.png");
}

.regul-box {
  padding-top: 30px;
}

.regul-table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #eee;
}

.regul-thead th {
  height: 62px;
  font-family: "fzxbsjw";
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #015293;
}

.regul-thead th:first-child {
  width: 17%;
}

.regul-thead th:nth-child(2) {
  width: 41.43%;
}

.regul-thead th:nth-child(3) {
  width: 41.57%;
}

.regul-tbody tr:nth-child(even) td {
  background-color: #eee;
}

.regul-tbody td {
  height: 80px;
  font-size: 16px;
  text-align: center;
  font-family: "SourceHanSerifCN-Regular";
}

.regul-tbody td:nth-child(2) {
  padding-left: 25px;
  line-height: 30px;
  text-align: left;
}

.regul-tbody-name {
  display: block;
  line-height: 30px;
  font-weight: bold;
  color: #333;
/*   overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.regul-tbody-time {
  color: #5d89b6;
  font-size: 14px;
/*   overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

.regul-tbody-href {
  padding: 0 34px;
  font-size: 14px;
  color: #333;
}

.pager {
  margin-top: 63px;
}

@media (max-width: 979px) {
  .regulations {
    padding: 40px 15px 60px;
  }
  .regul-con {
    padding-left: 15px;
    padding-right: 15px;
  }
  .regul-top {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .regul-logo {
    font-size: 32px;
  }
  .regul-tt {
    line-height: 64px;
    font-size: 36px;
  }
  .regul-line-box {
    padding: 0;
  }
  .regul-line-box:after, .regul-line-box:before {
    display: none;
  }
  .regul-search-input {
    width: 100%;
    margin-bottom: 20px;
  }
  .regul-top {
    padding: 30px 10px 20px;
  }
  .regul-search {
    height: auto;
  }
  .regul-search-btn {
    float: none;
  }
  .regul-table {
    width: 900px;
  }
  .regul-box {
    overflow-x: auto;
  }
}



/* 小屏幕 */
@media (max-width: 1099px) {
	.regul-tbody-href {
		padding: 0 25px;
	}
}