<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; button {
    position: absolute;
    right: 0;
    top: 15px;
    padding: 0 5px;
    margin: 0;
    border: none;
    background: transparent;
}

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

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

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

.index-popular-Items &gt; ul &gt; 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 &gt; ul &gt; li:nth-child(4),
.index-popular-Items &gt; ul &gt; li:nth-child(5),
.index-popular-Items &gt; ul &gt; li:nth-child(6) {
    position: absolute;
    left: 50%;
}

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

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

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

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

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

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

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

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

.index-popular-Items &gt; ul &gt; li:nth-child(4):before,
.index-popular-Items &gt; ul &gt; li:nth-child(5):before,
.index-popular-Items &gt; ul &gt; 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: #fff;
}

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

.container {
    background: none;
}

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

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

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

.card-title h2 {
    float: left;
    font-size: 24px;
    font-weight: bolder;
    line-height: 46px;
}

.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;
    height: 46px;
    padding: 0 20px;
    line-height: 46px;
    cursor: pointer;
}

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

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

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

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

.service-card-box {
    outline: 1px solid #e5e5e5;
    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: 25%;
    height: 140px;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
}

.service-card-box ul li &gt; div {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 50px;
    box-sizing: border-box;
}

.service-card-box ul li:before,
.service-card-box ul li:after,
.service-card-box ul li &gt; div:before,
.service-card-box ul li &gt; 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 &gt; div:before,
.service-card-box ul li &gt; div:after {
    left: 0;
    bottom: 0;
}

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

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

.service-card-box ul li:hover &gt; div:before {
    height: 100%;
}

.service-card-box ul li:hover &gt; div:after {

    width: 100%;
}

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

.service-card-box .icon-box {
    position: absolute;
    left: 50px;
    top: 40px;
    z-index: 998;
    width: 60px;
    height: 60px;
}

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

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

.service-card-box p {
    height: 60px;
    padding-left: 80px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.service-card-box p .title {
    display: inline-block;
    line-height: 30px;
    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: 25%;
    padding: 24px 12px 0;
    box-sizing: border-box;
}

.project-service li a {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: 220px;
    padding: 30px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    background: #fff;
    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 .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 {
    margin-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 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*---------- 直通部门 ----------*/
.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;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);*/
}

.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;
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);*/
}

.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 {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -24px;
}

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

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

.express-list li a {
    display: block;
    width: 100%;
    height: 74px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    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;
}

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

.express-list li a h4 {
    height: 44px;
    text-align: center;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    -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;
}

.express-list li a:hover h4 {
    color: #003c88;
}</pre></body></html>