@charset "UTF-8";
/**
 *  @name: 新版门户--首页
 *  @version: 3.0
 *  @author: wqg
 *  @date: 2021-01-08
 */

/*--------- banner ----------*/
.slide-show {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 400px;
    background: #fff;
}
.slide-content-box {
    position: absolute;
    left: 0;
    right: 0;
    /*top: 50%;*/
    top: 0%;
    bottom: 0;
    z-index: 998;
    padding: 0;
    /*height: 0;*/
    height: 100%;
}
/*---------- 轮播图 ----------*/
@media all and (max-width: 1200px) {
    .shutter {
        height: 400px !important;
    }
    .shutter .shutter-img img {
        height: 400px !important;
    }
}

/*---------- 搜素 ----------*/
.search-box {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 50%;*/
    width: 835px;
    /*height: 54px;*/
    margin-top: -145px;
}

.search-box .search {
    margin-top: 14%;
    float: left;
    width: 71%;
    height: 54px;
    padding: 5px 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, .4);
}

.search-box .search:-ms-input-placeholder {
    color: #fff;
}

.search-box .search::-moz-placeholder {
    color: #fff;
}
.search-box .search:-moz-placeholder {
    color: #fff;
}

.search-box .search::-webkit-input-placeholder {
    color: #fff;
}

.search-box .search-btn {
    margin-top: 14%;
    float: left;
    width: 130px;
    height: 54px;
    font-size: 20px;
    color: #fff;
    border: none;
    background: #edc78e;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.search-box .search-btn:hover {
    background: rgba(237, 199, 142, .8);
}

.search-drop-down {
    /*position: absolute;*/
    left: 0;
    top: 54px;
    display: none;
    width: 71%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 3px 10px 8px rgba(0, 0, 0, .1);
    background: #fff;
    overflow: hidden;
}

.keywords-box {
    margin-bottom: 20px;
}

.keywords-box h5 {
    height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}


.keywords-box ul {
    margin-left: -10px;
    overflow: hidden;
}

.keywords-box ul li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.keywords-box ul li:hover {
    color: #666;
}

.keywords-box ul li:last-child {
    border-right: none;
}

/*--------- 搜索框下拉菜单高频办理事项 ----------*/
.index-popular-Items {
    position: relative;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}

.index-popular-Items h5 {
    height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.index-popular-Items > button {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 0 5px;
    margin: 0;
    border: none;
    background: transparent;
}

.index-popular-Items > button span,
.index-popular-Items > button svg {
    float: left;
    display: block;
    line-height: 24px;
}

.index-popular-Items > button svg {
    margin: 4px 0 4px 4px;
    fill: #999;
}

.index-popular-Items > ul {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
}

.index-popular-Items > ul > li {
    position: relative;
    width: 50%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding-left: 25px;
    margin: 5px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.index-popular-Items > ul > li:nth-child(4),
.index-popular-Items > ul > li:nth-child(5),
.index-popular-Items > ul > li:nth-child(6) {
    position: absolute;
    left: 50%;
}

.index-popular-Items > ul > li:nth-child(4) {
    top: 5px;
}

.index-popular-Items > ul > li:nth-child(5) {
    top: 40px;
}

.index-popular-Items > ul > li:nth-child(6) {
    top: 75px;
}

.index-popular-Items > ul > li .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
}

.index-popular-Items > ul > li .icon-box svg {
    display: block;
    width: 20px;
    height: 20px;
}

.index-popular-Items > ul > li:nth-child(1) .icon-box svg {
    fill: #f26100;
}

.index-popular-Items > ul > li:nth-child(2) .icon-box svg {
    fill: #fdab4d;
}

.index-popular-Items > ul > li:nth-child(3) .icon-box svg {
    fill: #dacaaa;
}

.index-popular-Items > ul > li:nth-child(4):before,
.index-popular-Items > ul > li:nth-child(5):before,
.index-popular-Items > ul > li:nth-child(6):before {
    position: absolute;
    left: 6px;
    top: 12px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a7a7a7;
}

.center-horizontally {
    left: 50% !important;
    margin-left: -418px;
}

/*---------- 轮播图上方高频办理事项 ----------*/
.popular-items {
    position: absolute;
    right: -24%;
    top: 50%;
    width: 290px;
    height: 286px;
    margin-top: -143px;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .7);
}

.popular-items-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.popular-items-title h5 {
    height: 24px;
    line-height: 24px;
}

.popular-items-refresh {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
    margin: 0;
    border: none;
    background: transparent;
}

.popular-items-refresh span,
.popular-items-refresh svg {
    float: left;
    display: block;
    line-height: 24px;
}

.popular-items-refresh svg {
    margin: 4px 0 4px 4px;
    fill: #999;
}

.popular-items ul {

}

.popular-items ul li {
    position: relative;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    padding-left: 25px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.popular-items ul li span:last-child {
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.popular-items ul li span:last-child:hover {
    color: #666;
}

.popular-items ul li .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
}

.popular-items ul li .icon-box svg {
    display: block;
    width: 20px;
    height: 20px;
}

.popular-items ul li:nth-child(1) .icon-box svg {
    fill: #f26100;
}

.popular-items ul li:nth-child(2) .icon-box svg {
    fill: #fdab4d;
}

.popular-items ul li:nth-child(3) .icon-box svg {
    fill: #dacaaa;
}

.popular-items ul li:nth-child(4):before,
.popular-items ul li:nth-child(5):before,
.popular-items ul li:nth-child(6):before {
    position: absolute;
    left: 6px;
    top: 12px;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a7a7a7;
}

/*---------- 卡片公共样式  ----------*/
.card-bg:nth-child(odd) {
    background: #fbfbfb;
}

.card-bg:nth-child(even) {
    background: #f7f7f7;
}

.container {
    background: none;
}

.card-box {
    padding: 40px 0 35px;
}

.card-title {
    margin-bottom: 26px;
}

.card-title:after {
    display: block;
    content: "";
    clear: both;
}

.card-title h2 {
    float: left;
    font-size: 28px;
    color: #2A307E;
    font-family: Source Han Sans CN;
    font-weight: 500;
}

.card-title p {
    float: left;
    height: 20px;
    margin-top: 18px;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.btn-more {
    float: right;
    padding: 2px 15px;
    color: #666;
    background-color: transparent;
    background-image: url("../../images/onewebsitehandle/icon-btn-more.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

.btn-more:active {
    box-shadow: none;
}

/*----------- 服务分类 ----------*/
.card-tabs {
    margin-left: -20px;
}

.card-tabs li {
    position: relative;
    float: left;
    padding: 0 30px;
    line-height: 28px;
    cursor: pointer;
}

.card-tabs li:after {
    position: absolute;
    right: 0;
    top: 4px;
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #E8E8E8;
}

.card-tabs li:last-child:after {
    display: none;
}

.card-tabs li h2 {
    font-size: 28px;
    color: #555;
    font-weight: 400;
    user-select: none;
}

.card-tabs li.active h2 {
    color: #2A307E;

}

.service-card-box {
    overflow: hidden;
}

.service-card-inner {
    position: relative;
    left: 0;
    top: 0;
    width: 300%;
    background: #fff;
}

.service-card-inner:after {
    display: block;
    content: "";
    clear: both;
}

.service-card-box ul {
    float: left;
    width: 1200px;
    height: 280px;
    background: #fff;
}

.service-card-box ul > li {
    position: relative;
    float: left;
    width: 284px;
    height: 288px;
    box-shadow: 0px 4px 30px 0px rgba(195,195,195,0.2);
    box-sizing: border-box;
    background: linear-gradient(to bottom , #fff , #FBFBFB 20%);
    /*cursor: pointer;*/
    margin-right: 19px;
    margin-bottom: 11px;
    padding: 28px 32px;
    box-sizing: border-box;
    overflow: hidden;
}
.service-card-box ul > li:nth-child(4n){
    margin-right: 0;
}

.service-card-box ul > li > div {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.service-card-box ul li:before,
.service-card-box ul li:after,
.service-card-box ul li > div:before,
.service-card-box ul li > div:after {
    position: absolute;
    display: block;
    content: "";
    background: #edc78e;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-card-box ul li:before,
.service-card-box ul li:after {
    right: 0;
    top: 0;
}

.service-card-box ul li:before {
    width: 0;
    height: 4px;
}

.service-card-box ul li:after {
    width: 1px;
    height: 0;
}

/*.service-card-box ul li:hover:before {*/
/*    width: 100%;*/
/*}*/

/*.service-card-box ul li:hover:after {*/
/*    height: 100%;*/
/*}*/

.service-card-box ul li > div:before,
.service-card-box ul li > div:after {
    left: 0;
    bottom: 0;
}

.service-card-box ul li > div:before {
    width: 1px;
    height: 0;
}

.service-card-box ul li > div:after {
    width: 0;
    height: 1px;
}

/*.service-card-box ul li:hover > div:before {*/
/*    height: 100%;*/
/*}*/

/*.service-card-box ul li:hover > div:after {*/
/*    width: 100%;*/
/*}*/

.service-card-box ul li:hover p {
    color: #003c88;
}

.service-card-box ul > li i{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 9999;
    color: #0000A1;
    font-size: 10px;
    font-family: Tahoma;
    line-height: normal;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
}
.service-card-box ul > li i:hover{
    position: absolute;
    right: 0;
    top: -1px;
}

.service-card-box .icon-box {
    width: 60px;
    height: 60px;
    background: url(../../images/infoPortal/iconbj.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-box .icon-box img,
.service-card-box .icon-box svg {
    display: block;
    width: 30px;
    fill: #003c88;
}

.service-card-box .icon-box svg {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.service-card-box p .title {
    font-size: 24px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*---------- 专题服务 ----------*/
.project-service {
    /*margin-left: -12px;*/
    margin-right: -12px;
    margin-top: -24px;
}

.project-service li {
    float: left;
    width: 160px;
    height: 320px;
    border-radius: 10px;
    margin-right: 10px;
    background-size: 100% 100%;
}
.project-service li:nth-child(1){
    background: #E4EDFF url(../../images/infoPortal/1.jpg) no-repeat;
}

.project-service li.on:nth-child(1){
    background: #E4EDFF url(../../images/infoPortal/01.jpg) no-repeat;
}

.project-service li:nth-child(2){
    background: #E4EDFF url(../../images/infoPortal/2.jpg) no-repeat;
}

.project-service li.on:nth-child(2){
    background: #E4EDFF url(../../images/infoPortal/02.jpg) no-repeat;
}

.project-service li:nth-child(3){
    background: #E4EDFF url(../../images/infoPortal/3.jpg) no-repeat;
}

.project-service li.on:nth-child(3){
    background: #E4EDFF url(../../images/infoPortal/03.jpg) no-repeat;
}

.project-service li:nth-child(4){
    background: #E4EDFF url(../../images/infoPortal/4.jpg) no-repeat;
}

.project-service li.on:nth-child(4){
    background: #E4EDFF url(../../images/infoPortal/04.jpg) no-repeat;
}

.project-service li:nth-child(5){
    background: #E4EDFF url(../../images/infoPortal/5.jpg) no-repeat;
}

.project-service li.on:nth-child(5){
    background: #E4EDFF url(../../images/infoPortal/05.jpg) no-repeat;
}

.project-service li:nth-child(6){
    background: #E4EDFF url(../../images/infoPortal/6.jpg) no-repeat;
}

.project-service li.on:nth-child(6){
    background: #E4EDFF url(../../images/infoPortal/06.jpg) no-repeat;
}
.project-service li:last-child{
    margin-right: 0;
}

.project-service li.on{
    width: 348px;
    background: #2A307E;
    opacity: 0.75;
}

.project-service li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.project-service li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.project-service li a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: "";
    height: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.project-service li a:hover:before {
    background: #edc78e;
}

.project-service li a:hover:before{
    background: none !important;
}

.project-service li button{
    display: none;
    width: 80px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    bottom: 92px;
    left: 28px;
    background: none;
}

.project-service li.on button{
    display: block;
    cursor: pointer;
}



.project-service .icon-box {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

.project-service .icon-box img,
.project-service .icon-box svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #003c88;
}

.project-service .icon-box svg {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.project-service h4 {
    position: relative;
    text-align: left;
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-service p {
    height: 48px;
    margin: 0;
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 24px;
    -webkit-box-orient: vertical;
}

.project-service p .title {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #FFFFFF;
}

.project-service li.on h4::after{
    content: '';
    display: block;
    width: 20px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    left:0;
    bottom: 0;
}

.project-service li.on h4{
    text-align: left;
    color: #fff;
}

/*---------- 直通部门 ----------*/
.department-ent {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
}

.department-ent:after {
    display: block;
    content: "";
    clear: both;
}

.department-ent li {
    float: left;
    width: 25%;
    padding: 24px 12px 0;
    box-sizing: border-box;
}

.department-ent li a {
    display: block;
    width: 100%;
    height: 90px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.department-ent li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.department-ent li a h4 {
    height: 30px;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.department-ent li a p {
    margin: 0;
    color: #999;
    text-align: center;
    line-height: 24px;
}

/*---------- 服务数据统计 ----------*/
.services-data-statistics {
    width: 1200px;
    height: 160px;
    background: #003c88;
}

.services-data-statistics dl {
    float: left;
    width: 20%;
    height: 160px;
    padding: 30px 0;
    box-sizing: border-box;
}

.services-data-statistics dl dt,
.services-data-statistics dl dd {
    height: 50px;
    font-size: 18px;
    color: #edc78e;
    text-align: center;
    line-height: 50px;
}

.services-data-statistics dl dt span {
    padding: 0 5px;
    font-size: 28px;
}

/*---------- 便民服务 ----------*/
.convenience-service {
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.convenience-service div {
    display: table-cell;
    width: 200px;
    height: 160px;
}

.convenience-service div dl {
    position: relative;
    width: 200px;
    height: 158px;
    padding: 25px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.convenience-service div dl:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.convenience-service div dl:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    content: "";
    height: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.convenience-service div dl:hover:before {
    background: #edc78e;
}

.convenience-service div dl dt {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.convenience-service div dl dt img,
.convenience-service div dl dt svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: #003c88;
}

.convenience-service div dl dt svg {
    width: 50px;
    height: 50px;
    margin: 5px;
}

.convenience-service div dl dd {
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*---------- 服务资讯 ----------*/
.affiche-card-tabs {
    width: 1100px;
    height: 46px;
    margin-left: -20px;
    overflow: hidden;
}

.affiche-card-tabs li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px;
    line-height: 46px;
    cursor: pointer;
}

.affiche-card-tabs li:after {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #e5e5e5;
}

.affiche-card-tabs li:last-child:after {
    display: none;
}

.affiche-card-tabs li h2 {
    font-weight: 400;
}

.affiche-card-tabs li.active h2 {
    font-weight: bold;
}

.service-info {
    overflow: hidden;
    outline: 1px solid #e5e5e5;
}

.service-info-inner {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
}

.service-info-inner:after {
    display: block;
    content: '';
    clear: both;
}

.service-info-inner ul {
    float: left;
    width: 1200px;
}

.service-info-inner ul:after {
    display: block;
    content: "";
    clear: both;
}

.service-info-inner ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 150px;
    padding: 25px 20px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-info-inner ul li h4 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.service-info-inner ul li:hover {
    z-index: 998;
}

.service-info-inner ul li:hover h4 {
    color: #003c88;
}

.service-info-inner ul li:after {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: block;
    content: "";
    height: 1px;
    background: #e5e5e5;
}

.service-info-inner ul li:nth-last-child(1):after,
.service-info-inner ul li:nth-last-child(2):after {
    display: none;
}

.service-info-inner h4 {
    margin-bottom: 10px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-info-inner p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-info-inner span {
    display: inline-block;
    color: #999;
    line-height: 30px;
}

/*---------- RSS新闻源 ----------*/
.rss-card-tabs {
    height: 46px;
    margin-left: -20px;
    overflow: hidden;
}

.rss-card-tabs li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px;
    line-height: 46px;
    cursor: pointer;
}

.rss-card-tabs li:after {
    position: absolute;
    right: 0;
    top: 8px;
    display: block;
    content: "";
    width: 1px;
    height: 30px;
    background: #e5e5e5;
}

.rss-card-tabs li:last-child:after {
    display: none;
}

.rss-card-tabs li h2 {
    font-weight: 400;
}

.rss-card-tabs li.active h2 {
    font-weight: bold;
}

.rss-info {
    overflow: hidden;
    outline: 1px solid #e5e5e5;
}

.rss-info-inner {
    position: relative;
    left: 0;
    top: 0;
    background: #fff;
}

.rss-info-inner:after {
    display: block;
    content: '';
    clear: both;
}

.rss-info-inner ul {
    float: left;
    width: 1200px;
}

.rss-info-inner ul:after {
    display: block;
    content: "";
    clear: both;
}

.rss-info-inner ul li {
    position: relative;
    float: left;
    width: 50%;
    height: 150px;
    padding: 25px 20px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rss-info-inner ul li h4 {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.rss-info-inner ul li:hover {
    z-index: 998;
}

.rss-info-inner ul li:after {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    display: block;
    content: "";
    height: 1px;
    background: #e5e5e5;
}

.rss-info-inner ul li:nth-last-child(1):after,
.rss-info-inner ul li:nth-last-child(2):after {
    display: none;
}

.rss-info-inner h4 {
    margin-bottom: 10px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rss-info-inner p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rss-info-inner span {
    display: inline-block;
    color: #999;
    line-height: 30px;
}

/*---------- 业务直通车 ----------*/
.express-list {
    height: 261px;
    display: flex;
    justify-content: space-around;

}

.express-list:after {
    display: block;
    content: "";
    clear: both;
}

.express-list li {
    width: 224px;
    height: 261px;
    background: #fff url(../../images/infoPortal/bj.jpg) center top no-repeat;
    background-size: 100% auto;
    border-radius: 10px;
}

.express-list li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.express-list li a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.express-list li img{
    height: 50px;
    display: block;
    margin: 80px auto 20px;
}

.express-list li a h4 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-family: Alibaba PuHuiTi 2.0;
    font-weight: normal;
    color: #555555;
}

.express-list li a:hover h4 {
    color: #003c88;
}
.swiperexpress{
    height: 302px;
    overflow: hidden;
    position: relative;
}
.intro_list{
    margin-top: 9px;
    margin-left: 69px;
    width: 120px;
}

.intro_list li{
    padding-left: 15px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #777777;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.service-card-inner .intro_list li:hover{
    color: var(--main-color);
}

.service-card-inner .intro_list li:before{
    content: '';
    display: block;
    width:5px;
    height: 5px;
    border-radius: 50%;
    background: #7F7FD0 !important;
    position: absolute;
    left: 0;
    top: 10px;
}
