/**!
* 跨省通办
* date:2020-12-28
* author: qxy
*/


/* 字体 */

@font-face {
    font-family: "SHR";
    src: url("../font/SourceHanSansCN-Regular.woff") format("woff"), url("../font/SourceHanSansCN-Regular.ttf") format("truetype"), url("../font/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SHM";
    src: url("../font/SourceHanSansCN-Medium.woff") format("woff"), url("../font/SourceHanSansCN-Medium.ttf") format("truetype"), url("../font/SourceHanSansCN-Medium.eot") format("embedded-opentype");
}

body {
    font-family: "SHR";
}

.main {
    background-color: #f3f8fb !important; 
}

.main .content-area .tab {
    margin-top: 0px !important;
}

.content {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.main .content-area .tab .hdl {
    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: #2f4b7a;
  }

/* 通用标题 */

.mod-hd {
    position: relative;
    padding-top: 43px;
    text-align: center;
}

.mod-hd p {
    margin-top: 13px;
    font-size: 16px;
    color: #888;
}

.mod-hd h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #3868AB;
}

.mod-hd h2::before,
.mod-hd h2::after {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    content: "";
    width: 172px;
    height: 15px;
}

.mod-hd h2::before {
    left: -210px;
    background: url(../images/acrossProvince/title-l.png);
}

.mod-hd h2::after {
    right: -210px;
    background: url(../images/acrossProvince/title-r.png);
}

.mod-hd .view-more {
    position: absolute;
    top: 50px;
    right: 0;
}


/* 提供跨省通办事项办理 */

.handle-hd {
    margin: 55px 0 39px;
    border-bottom: 2px solid #DDDDDD;
}

.handle-type {
    margin-bottom: -2px;
}

.handle-type li {
    float: left;
    margin-right: 16px;
    padding: 0 3px 19px 1px;
    font-size: 18px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

.handle-type li.active {
    font-weight: bold;
    border-bottom: 4px solid #3868AB;
}

.view-more {
    margin-top: 2px;
    font-size: 16px;
    color: #328AF5;
}

.handle-condition {
    height: 20px;
    margin-top: 25px;
    overflow: hidden;
}

.handle-condition>* {
    float: left;
    line-height: 20px;
    font-size: 16px;
}

.handle-condition>p {
    font-weight: bold;
}

.handle-condition .more {
    padding-right: 24px;
    color: #3289F5;
    background: url(../images/acrossProvince/triangle-down.png) right center no-repeat;
}

.handle-condition .more.open {
    background-image: url(../images/acrossProvince/triangle-up.png);
}

.condition-list {
    width: 1066px;
    margin-left: -8px;
}

.condition-list li {
    float: left;
    margin: 0 0 10px 22px;
    cursor: pointer;
}

.condition-list li.active {
    font-weight: bold;
    color: #3868AB;
}

.handle-con {
    margin-top: 32px;
    padding: 0 30px;
    background: #F8F8F8;
    overflow: hidden;
}

.handle-con .amount {
    margin: 24px 0;
    font-size: 16px;
}

.handle-con .amount span {
    margin: 0 9px;
    font-family: "SHM";
    font-size: 24px;
    color: #3868AB;
}

.handle-list li {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.handle-list li .name {
    position: relative;
    max-width: 900px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 19px;
}

.handle-list li .name::before {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -3px;
    content: "";
    width: 6px;
    height: 6px;
    background: #3868AB;
    border-radius: 50%;
}

.handle-list li .handle-btn {
    margin: 12px 0 0 0;
}

.handle-list .handle-btn:hover {
    color: #fff;
    background-color: #3868AB;
    background-image: url(../images/acrossProvince/handle-h.png);
}


/* 高频跨省通办事项清单 */

.item-list {
    overflow: hidden;
}

.list-detail {
    margin: 39px 0 0;
}

.list-detail li {
    height: 80px;
    padding-top: 14px;
    margin-bottom: 20px;
    padding-left: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(118, 170, 202, 0.1);
    box-sizing: border-box;
    transition: all ease 200ms;
    cursor: pointer;
}

.list-detail .name {
    max-width: 830px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-family: "SHM";
}

.list-detail .dep {
    font-size: 18px;
    color: #666;
    transition: all ease 200ms;
}

.handle-btn {
    width: 138px;
    height: 36px;
    margin: 8px 30px 0 0;
    padding-left: 53px;
    line-height: 36px;
    font-size: 16px;
    background: url(../images/acrossProvince/handle.png) 22px center no-repeat;
    border-radius: 18px;
    transition: all ease 200ms;
    box-sizing: border-box;
}

.list-detail li:hover {
    color: #fff;
    background: #3868AB;
}

.list-detail li:hover .dep {
    color: #fff;
}

.list-detail li:hover .handle-btn {
    color: #3868AB;
    background-color: #fff;
}


/* 便民应用 */

.convenience-app {
    margin-top: 6px;
    padding-bottom: 54px;
}

.app-type {
    margin-top: 43px;
}

.app-type>li {
    float: left;
    width: 375px;
    min-height: 320px;
    padding-top: 24px;
    background: #F5F5F5;
    box-sizing: border-box;
}

.app-type>li+li {
    margin-left: 37px;
}

.app-type .title {
    width: 185px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.app-type>li:nth-child(1) .title {
    background: url(../images/acrossProvince/app-title1.png);
}

.app-type>li:nth-child(2) .title {
    background: url(../images/acrossProvince/app-title2.png);
}

.app-type>li:nth-child(3) .title {
    background: url(../images/acrossProvince/app-title3.png);
}

.convenience-list {
    margin-top: 14px;
    padding: 0 23px;
}

.convenience-list li {
    box-sizing: border-box;
    background: url(../images/acrossProvince/arrow.png) right 5px center no-repeat;
}

.convenience-list li+li {
    border-top: 1px solid #FFFFFF;
}

.convenience-list a {
    position: relative;
    max-width: 255px;
    display: block;
    height: 60px;
    padding-left: 15px;
    line-height: 60px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.convenience-list a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "·";
}


/* 重写分页 */

.pager {
    margin: 43px 0 30px;
    text-align: center;
}

.m-pagination-page>li.active>a {
    color: #fff;
    background: #3868AB;
}

/* 2021年7月15日新增 */
.btn-box{
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}
.btn-list{
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}
.btn-list.active{
    color: #fff;
    background-color: #3868AB;
}

.location {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 11px;
  margin-top: 18px;
  height: 496px;
  background: url("../images/platform_index/location_bg.jpg") top center no-repeat;
}

.location-main {
  width: 1200px;
  margin: 22px auto 0;
}

.location-list {
  float: left;
  overflow: hidden;
  width: 220px;
  height: 280px;
  border-radius: 6px;
  background: url("../images/platform_index/location_list_bg.png") center no-repeat;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(168, 209, 249, 0.4);
          box-shadow: 0px 0px 8px 0px rgba(168, 209, 249, 0.4);
  margin-left: 25px;
}

.location-list:first-child {
  margin-left: 0;
}

.location-list .pic-box {
  height: 210px;
  line-height: 210px;
  text-align: center;
}

.location-list .pic-box img {
  width: 220px;
  height: 210px;
  vertical-align: middle;
}

.location-list .title {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}