@charset "UTF-8";
/**
*  @name: 第三代门户--专题详情页
*  @version: 3.0
*  @author: wqg
*  @date: 2021-01-27
*/

body {
    background: #fff;
}

/*---------- banner ----------*/
.banner {
    width: 100%;
    height: 220px;
    padding-top: 65px;
    margin-bottom: 30px;
    background: #003c88;
}

.banner .container {
    height: 220px;
    padding: 0;
    background: url("../../images/onewebsitehandle/banner-bg02.png") no-repeat center/cover;
}

.banner h1 {
    padding-top: 50px;
    margin-bottom: 30px;
    font-size: 44px;
    color: #edc78e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.banner p {
    height: 72px;
    font-size: 16px;
    color: #edc78e;
}

.banner p span {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*---------- 专题列表 ----------*/
.special-container {
    padding: 0;
}

.special-service-list {
    min-height: calc(100vh - 575px);
    overflow: hidden;
}

.special-service-list h4 {
    height: 40px;
    margin-bottom: 50px;
    line-height: 40px;
    border-bottom: 2px solid #333;
}

.special-service-list ul {
    margin-left: -12px;
    margin-right: -12px;
}

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

.special-card-inner {
    position: relative;
    width: 100%;
    height: 68px;
    padding: 10px;
    box-sizing: border-box;
    background: #F0F0F0;
    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;
}

.special-card-inner > span {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
}

.special-card-inner span img {
    display: block;
    width: 48px;
    height: 48px;
}

.special-card-inner span svg {
    width: 40px;
    height: 40px;
    margin: 4px;
    fill: #003c88;
}

.special-card-inner p {
    height: 48px;
    padding-left: 58px;
    margin: 0;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

.special-card-inner p span {
    display: inline-block;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}