/**!
 * 新疆维吾尔自治区一体化在线政务服务平台项目-个人办事页面修改
 * date:2020-09-18
 * author: hujiahua;
 */

input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}

/* 公共样式 */

.container {
  width: 1200px;
  margin: 0 auto;
}

.sort {
  width: 100%;
  background: #f8fcfe;
}

.sort-list {
  margin-left: -48px;
}

.sort-item {
  float: left;
  width: 158px;
  height: 38px;
  background: #fff;
  border: 1px solid #1492ff;
  border-radius: 4px;
  font-size: 18px;
  color: #1492ff;
  line-height: 38px;
  text-align: center;
  margin: 0 0 30px 48px;
  cursor: pointer;
}

.sort-item.active {
  color: #fff;
  background: #1492ff;
}

.header-all {
  float: right;
  height: 76px;
  font-size: 16px;
  font-weight: 300;
  color: #999;
  line-height: 76px;
}

.header-num {
  font-weight: bold;
  color: #ffa800;
}

.search-input {
  float: right;
  position: relative;
  margin: 20px 0;
}

.search-input input {
  width: 384px;
  height: 36px;
  background: #f7f7f7;
  border-radius: 18px;
  border: none;
  outline: none;
  padding-left: 16px;
}

.search {
  position: absolute;
  width: 21px;
  height: 21px;
  background: url("../images/search.png") no-repeat;
  top: 7px;
  right: 16px;
}

.matter-item {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  padding: 19px 0;
}

.matter-title {
  display: block;
  height: 50px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.matter-item:hover > .matter-title {
  color: #1492ff;
}

.matter-title::before {
  content: "";
  float: left;
  width: 14px;
  height: 11px;
  background: url("../images/title-left.png") no-repeat;
  margin: 20px 14px 19px 0;
}

.matter-item-header .matter-title {
  float: left;
}

.matter-more {
  float: right;
  font-size: 16px;
  color: #666;
}

.matter-more.active {
}

.matter-item-content {
  display: none;
  overflow: hidden;
  margin-left: 26px;
  background: #fafdff;
  margin: 16px 0 12px 0;
}

.matter-item-content .matters-list {
  padding: 10px 0 34px 0;
}

.matter-item-content .matter-item {
  color: #333;
  line-height: 56px;
  border-bottom: none;
  padding: 3px 0;
}

.matter-item-content .matter-title {
  height: 56px;
}

.matter-item-content .matter-item:hover {
  background: rgba(0, 129, 224, 0.04);
}

.matter-item-content .matter-title::before {
  content: "";
  float: left;
  width: 6px;
  height: 6px;
  background: #35b2f2;
  border-radius: 50%;
  margin: 25px 13px 25px 24px;
}

.service-list {
  height: 0;
  position: relative;
  line-height: 30px;
  z-index: 100;
  overflow: hidden;
  margin-left: 24px;
  transition: 0.3s;
}

.matter-item-content .service-list {
  margin-left: 43px;
}

/* 直接事项悬停效果 */

.matter-item:hover .service-list {
  height: 35px;
}

/* 包含子事项的直接事项的悬停效果 */
.matter-item:hover .matter-item-content .service-list {
  height: 0;
}

/* 子事项悬停效果 */
.matter-item-content .matter-item:hover .service-list {
  height: 53px;
}

.service-item2 {
  float: left;
  width: 78px;
  height: 28px;
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-right: 8px;
  padding-left: 42px;
  background-repeat: no-repeat;
  background-position: left 14px center;
}

.service-item {
  float: left;
  width: 132px;
  height: 30px;
  /*background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;*/
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: left 14px center;
}

.service-item2:hover {
  color: #fff;
  background-color: #1492ff;
  border: 1px solid #1492ff;
}

.service1 {
  background-image: url("../images/service-icon1.png");
}

.service2 {
  background-image: url("../images/service-icon2.png");
}

.service3 {
  background-image: url("../images/service-icon3.png");
}

.service4 {
  background-image: url("../images/service-icon4.png");
}

.service5 {
  background-image: url("../images/service-icon5.png");
}

.service1:hover {
  background-image: url("../images/service-icon1-hover.png");
}

.service2:hover {
  background-image: url("../images/service-icon2-hover.png");
}

.service3:hover {
  background-image: url("../images/service-icon3-hover.png");
}

.service4:hover {
  background-image: url("../images/service-icon4-hover.png");
}

.service-item:nth-child(5):hover {
  background-image: url("../images/service-icon5-hover.png");
}

.m-pagination {
  width: 653px;
  margin: 34px auto;
}

.banner {
    height: 140px;
    background: linear-gradient(0deg, #FFFFFF, #EDF7FF);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.banner h2 {
    height: 68px;
    font-size: 44px;
    font-weight: bold;
    color: #1080CC;
    line-height: 68px;
    padding-top: 13px;
    text-align: center;
}

.banner h3 {
    height: 35px;
    font-size: 22px;
    font-weight: bold;
    color: #1080CC;
    line-height: 35px;
    text-align: center;
}

.tab-hd {
    text-align: center;
    font-size: 0;
    margin-top: 10px;
}

.tab-hd-item {
    display: inline-block;
    width: 286px;
    height: 54px;
    font-size: 20px;
    background: rgba(142, 142, 142, 0.55);
    line-height: 54px;
    margin-right: 1px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    vertical-align: bottom;
}

.tab-hd-item.active {
    height: 74px;
    line-height: 74px;
    font-size: 26px;
    background: #1580CA;
}

.tab-bd {
    margin-top: 40px;
}


.sort {
    width: 1200px;
}

.sort-list {
    padding-top: 8px;
    margin: 0 0 0 -14px;
    height: 118px;
    overflow: hidden;
}

.sort-item {
    margin: 16px 0 0 38px;
}

.sort-more {
    height: 64px;
    font-size: 16px;
    color: #666;
    line-height: 64px;
    text-align: center;
}

.sort-more-button {
    padding-right: 21px;
    background: url("../images/down-icon.png")no-repeat right center;
}

.sort-more-button.active {
    background: url("../images/up-icon.png")no-repeat right center;
}

.title-line {
    margin-top: 15px;
    border-bottom: 1px solid rgba(145, 186, 222, 0.3);
}

.header-title {
    float: left;
    font-size: 20px;
    height: 52px;
    font-weight: bold;
    color: #333;
    line-height: 52px;
}

.header-all {
    float: right;
    height: 48px;
    line-height: 48px;
    margin-top: 4px;
}

.chose-line {
    margin: 16px 0 6px;
}

.select {
    float: left;
    width: 200px;
    height: 36px;
    border-radius: 4px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: #999;
    line-height: 36px;
    padding-left: 16px;
}

.online-chose {
    float: right;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 36px;
    padding-left: 30px;
    background: url("../images/check-box.png")no-repeat left center;
}

.online-chose.active {
    background: url("../images/checked.png")no-repeat left center;
}

.search-input input {
    font-size: 16px;
}

.search-input {
    margin: 0;
}
.sort-more{
    display:none;
}
/* 1819 */
.pager{
    display:none;
}
.pager[style*=default]{
    display:block;
}