#index-content1 {
    background-image: url(../images/info-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    position: relative;
}

#index-content1::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#index-page-name {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 151px;


}

#index-nav {
    left: 0;
    height: 64px;
    line-height: 64px;
    width: 100%;
    z-index: 2;

}

.gift-type-list-top1 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}



#index-nav-title {
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

#index-nav-ul {
    /* float: ; */
    text-align: center;
}

.gift-type-list-top1 li {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
    /* margin-left: 50px; */
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.gift-type-list-top1 li a {
    color: #FFFFFF;
    display: block;
}



.gift-type-list-top1 li a:hover {
    font-weight: 700;
    font-size: 18px;
    color: #6FB568;
}


/* .gift-type-list-top1 a:hover::before, */
.gift-type-list-top1 #index-nav-active a::before {
    content: "";
    display: block;
    width: 106px;
    height: 4px;
    background: #6FB568;
    background: linear-gradient(to right, #073190 30%, #6FB568 30%, #6FB568 100%);
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    bottom: 0;
}


.gift-type-list-top1 #index-nav-active>a {
    font-weight: 700;
    color: #6FB568;
}


.gift-type-list-top2 {
    position: fixed !important;
    top: 0 !important;
    background: #fff !important;
}

.gift-type-list-top2 #index-nav-title,
.gift-type-list-top2 li a {
    color: #333 !important;
}

.gift-type-list-top2 a:hover {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #6FB568 !important;
}

/* .gift-type-list-top2 a:hover::before, */
.gift-type-list-top2 #index-nav-active a::before {
    content: "";
    display: block;
    width: 106px;
    height: 4px;
    background: #6FB568 !important;
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    bottom: 0;
}

.gift-type-list-top2 #index-nav-active>a {
    font-weight: 700;
    color: #6FB568 !important;
}

#index-router {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin: 30px 0;
}

#index-content3 {
    padding-bottom: 50px;
}

#index-content3-title {
    padding-left: 18px;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #6FB568;
    position: relative;
}

#index-content3-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 6.5px;
    background: #6FB568;
    background: linear-gradient(#073190 50%, #6FB568 50%);
}

#index-content3-info {
    margin-top: 30px;
}

#index-content3-info-left,
#index-content3-info-left2 {
    float: left;
    width: 364px;
    display: none;
}

.layui-nav-tree {
    width: 100%;
}

.layui-nav {
    background: none;
}

.layui-nav .layui-nav-item a {
    font-weight: 700;
    font-size: 18px;
    color: #333333;
}

.layui-nav-itemed>.layui-nav-child {
    background: none !important;

}


/* .layui-nav-tree .layui-nav-title a:hover */

.layui-nav-tree .layui-nav-title a:hover {
    color: #6FB568;
}

.layui-nav-itemed>a,
.layui-nav-tree .layui-nav-title a {
    background: #6FB568;
    color: #fff !important;
    position: relative;
}
.layui-nav-itemed>a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #073190;
}

/* .layui-nav .layui-nav-item a:hover, */
.layui-nav .layui-this a {
    /* background: #6FB568 ; */
    color: #6FB568 !important;
}

.layui-nav .layui-nav-item a:hover {
    color: #6FB568;
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
    color: #6FB568;
    background: none;

}

.layui-nav-tree .layui-nav-item a {
    height: 70px;
    line-height: 60px;
}

.layui-nav-tree .layui-nav-child a {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    height: 52px;
    line-height: 52px;
}

.info-left-item {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    border-bottom: solid 1px #D2D2D2;
    position: relative;
}

.info-left-item:last-child {
    border-bottom: none;

}

.info-left-item:hover {
    color: #6FB568;
}

.info-left-item-active {
    background: #6FB568;
    color: #FFFFFF !important;
}

.info-left-item-active::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #073190;
}

#index-content3-info-right {
    float: left;
    width: 765px;
    margin-left: 70px;
}

#info-right-list {
    display: none;
}

#info-right-details {
    display: none;
}

#info-right-two-list {
    display: none;
}

#info-right-list h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    color: #333333;
    /* padding-bottom: 21px; */
    border-bottom: solid 1px #D2D2D2;
}

.info-right-list-item {
    width: 765px;
    /* height: 100px; */
    background: #F6F6F6;
    margin-top: 20px;
    padding: 17px 0;
    cursor: pointer;
}

.info-right-list-item:hover .info-right-item-text {
    color: #6FB568;
}

.info-right-item-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    text-align: center;
    margin-left: 44px;
    margin-right: 39px;
    display: inline-block;
    vertical-align: middle;


}

.info-right-item-time i {
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    color: #333333;
}

.info-right-item-text {
    width: 583px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    vertical-align: middle;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;

}



#info-right-details h4 {
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #333333;
}

#info-right-details .info-right-details-time {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin: 20px 0 60px 0;
}

#info-right-details div p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}

#info-right-details div img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}


#info-right-two-list h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 70px;
    color: #333333;
    /* padding-bottom: 22px;     */
    border-bottom: solid 1px #D2D2D2;


}

#info-right-two-list-ul {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 15px;
    height: 54px;
    white-space: nowrap;

}

#info-right-two-list-ul li {
    padding: 15px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;

}

#info-right-two-list-ul li:hover {
    font-weight: 700;
    color: #6FB568;
}

#info-right-two-list-ul .two-list-ul-li-active {
    font-weight: 700;
    color: #6FB568;
    position: relative;
}

.two-list-ul-li-active::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #6FB568;
    background: linear-gradient(to right, #073190 30%, #6FB568 30%, #6FB568 100%);
    position: absolute;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    bottom: 0;
}

#info-paging {
    text-align: center;
    margin-top: 50px;
}

#news-paging {
    text-align: center;
    margin-top: 50px;
}