.index-banner img,
.index-carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner .title {
    z-index: 999;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 72px;
    line-height: 72px;
    background-color: rgba(0, 0, 0, .5);
}

.index-banner .title a,
.index-banner .title i {
    float: left;
}

.index-banner .title a {
    font-size: 18px;
    color: #fff;
    margin-left: 21px;
}

.index-banner .title i {
    font-size: 35px;
}

.index-banner .layui-carousel-ind,
.index-carousel .layui-carousel-ind {
    display: none;
}

.index-tab .layui-tab {
    margin: 0;
}

.index-tab .layui-tab .layui-this {
    background-color: #2677A2 !important;
}

.index-tab .layui-tab .layui-this h4 {
    color: #fff;
}

.index-tab .layui-tab li h4 {
    color: #2677A2;
}

.index-tab .layui-tab li h4 i {
    font-size: 25px;
    margin-right: 14px;
}

.index-tab .layui-tab .layui-tab-title .layui-this:after {
    border-bottom-color: transparent;
    height: 0;
}

.index-tab .layui-tab .layui-tab-title {
    height: auto;
    border-color: #2677A2;
    border-bottom-width: 3px;
}

.index-tab .layui-tab .layui-tab-title li {
    padding: 19px 83px;
    background-color: #DFEFF7;
    line-height: initial;
}

.index-tab .layui-tab .more {
    text-align: right;
}

.index-tab .layui-tab .more a {
    color: #333;
    font-size: 16px;
}

.index-carousel .title {
    z-index: 999;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40px;
    background-color: rgba(0, 0, 0, .8);
}

.index-carousel .title a {
    color: #fff;
    line-height: 40px;
}

.list-head {
    width: 100%;
    height: 45px;
    background-color: #fafafa;
    border-top: 3px solid #2677A2;
}

.list-head h4,
.list-head i {
    float: left;
}

.list-head h4,
.list-head span,
.list-head i {
    line-height: 45px;
}

.list-head i {
    float: left;
    line-height: 45px;
    margin-left: 18px;
    color: #2677A2;
    font-size: 28px;
}

.list-head h4 {
    color: #2677A2;
    margin-left: 16px;
}

.list-head .more {
    margin-right: 18px;
    float: right;
}

.list-head .more a {
    color: #999;
    font-size: 16px;
}

/* 新闻列表通用 */
.list li a {
    width: calc(100% - 180px);
    float: left;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.list li span {
    float: right;
    color: #9F9F9F;
}

/* 列表一 */
.list1 li {
    line-height: 50px;
}

/* 列表二 */
.list2 li {
    padding-left: 18px;
    padding-right: 18px;
}

/* 列表三 */
.list3 li {
    line-height: 64px;
    padding-left: 18px;
    padding-right: 18px;
    border-bottom: 1px solid #DDD;
}

.list2 li a,
.list2 li span {
    line-height: 54px;
}

.list2 li:nth-child(even) {
    background-color: #FAFAFA;
}

/* 需求填报 */
.demand-submit {
    padding-left: 21px;
    padding-right: 21px;
    background-color: #FDFDFD;
}

.demand-submit ul li {
    margin-top: 20px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #DFDFDF;
}

.demand-submit ul li input {
    width: calc(100% - 70px);
    height: 100%;
    float: right;
    outline: none;
    border: none;
}

.demand-submit ul li i {
    color: #33A1DB;
    line-height: 35px;
    margin-left: 20px;
    font-size: 20px;
}

.demand-submit-btn {
    font-size: 18px;
    color: #fff;
    padding: 6px 20px;
    font-weight: bold;
    background-color: #2677A2;
    border-radius: 4px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}