
/* 0619 */
*{
    box-sizing:border-box;
}
.container-title {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    /* height: 145px; */
}

.container-title .title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #333;
}

.container-title .title .imp {
    position: relative;
    display: inline-block;
    width: 93px;
    font-size: 56px;
    font-family: 'SlideTownsoul';
    font-weight: 400;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#d03737), to(#eb7575));
    background: linear-gradient(0deg, #d03737 0%, #eb7575 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 11px 0 17px;
}

.container-title .title .imp::before {
    content: '';
    position: absolute;
    width: 93px;
    height: 86px;
    background: url("../../../individuation/overall/pages/default/images/title-text-bg.png") no-repeat;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.container-title .title::before, .container-title .title::after {
    content: '';
    position: absolute;
    width: 358px;
    height: 26px;
    top: 50%;
    -webkit-transform: translateY(-22%);
    transform: translateY(-22%);
}

.container-title .title::before {
    background: url("../images/title-left-before.png") no-repeat;
    left: -383px;
}

.container-title .title::after {
    background: url("../images/title-right-before.png") no-repeat;
    right: -383px;
}

.container-title .more {
    position: absolute;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #ddeaec;
    border-radius: 15px;
    text-align: center;
    color: #666;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-22%);
    transform: translateY(-22%);
}
.handle-container{
    position:relative;
}

/* 事项 */

.main-container .type-box {
  height: 140px;
  overflow: hidden;
}

.main-container .type-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-container .type-list > li {
  width: 204px;
  height: 60px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 18px;
  line-height: 60px;
  cursor: pointer;
}

.main-container .type-list > li.active {
  color: #fff;
  background: url("../images/wanttodo/bg-contentlist.jpg") no-repeat center;
}

.main-container .type-list > li + li {
  margin-left: 31px;
}

.main-container .type-list > li:nth-child(5n+1) {
  margin-left: 0;
}

.main-container .type-list > li:nth-child(n+6) {
  margin-top: 20px;
}

.main-container .btn-box {
  margin-top: 30px;
  text-align: center;
}

.main-container .show-btn {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  padding-right: 23px;
  font-size: 16px;
  color: #999;
  background: url("../images/wanttodo/icon-down.png") no-repeat right center;
}

.main-container .show-btn.show {
  color: #e15b5b;
  background: url("../images/wanttodo/icon-up.png") no-repeat right center;
}
.m-pagination-page > li > a {
  width: 36px;
  height: 26px;
  color: #666;
  padding: 0;
}

.m-pagination-page > li > a.prev,
.m-pagination-page > li > a.next {
  width: 60px;
}

.m-pagination-page > li.active > a {
  color: #fff;
  font-weight: normal;
  background-color: #e15b5b;
  border: 1px solid #e15b5b;
}

.m-pagination-page > li:hover > a,
.m-pagination-group > button:hover {
  border-color: #e15b5b;
}

.m-pagination-info {
  height: 26px;
  line-height: 26px;
}

.m-pagination-page,
.m-pagination-info,
.m-pagination-size,
.m-pagination-jump {
  vertical-align: middle;
  margin-top: 0;
}

.m-pagination-jump {
  width: auto;
}

.m-pagination-jump .pagination-text {
  float: left;
  height: 26px;
  margin-right: 5px;
  line-height: 26px;
}

.m-pagination-group > input {
  width: 40px;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6px;
  border-radius: 0;
  border: 1px solid #ddd;
}

.m-pagination-group > button {
  width: 30px;
  height: 26px;
  border-radius: 0;
  border: 1px solid #ddd;
}
.common-search {
  display: flex;
  width: 280px;
  height: 38px;
  margin-left: auto;
  border: 1px solid rgb(214, 214, 214);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.302);
}

.common-search .search-input {
  width: calc(100% - 36px);
  height: 36px;
  padding: 0 13px;
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 16px;
}

.common-search .search-btn {
  width: 36px;
  height: 36px;
  background: url('../images/icon-search.png') no-repeat center;
}
.content-box .classify-name > span{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

/* 新 - 人才服务修改部分样式  */
.top-tab-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-tab-item {
  flex: 1;
  height: 87px;
  padding-left: 120px;
  line-height: 87px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 87px;
  color: #333;
  margin-bottom: 40px;
  cursor: pointer;
  background: url(../images/bg-help-item1.png) center no-repeat;
  background-size: cover;
  margin-right: 20px;
}

.top-tab-item.active {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.35);
}

.top-tab-item:last-child {
  margin-right: 0;
}

.top-tab-item:nth-of-type(2) {
   background: url(../images/bg-help-item2.png) center no-repeat;
  background-size: cover;
}

.top-tab-item:nth-of-type(3) {
  background: url(../images/bg-help-item3.png) center no-repeat;
  background-size: cover;
}

.content-list > li {
  background-size: 100% 100%;
  padding: 32px 22px 32px 21px;
}

.content-list > li:hover {
  background-size: 100% 100%;
}