.lie {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.center {
    margin-left: 11%;
    margin-right: 11%;
    width: 78%;
}

.margin-left-right {
    margin-left: 11%;
    margin-right: 11%;
}

.block {
    display: block;
}


/* banner */
.banner-img {
    background-image: url("../img/home/news.jpg");
    background-size: cover;
    width: 100%;
    height: 26rem;
}

.banner-des {
    margin-top: 2.1rem;
    font-size: 1.4rem;
    font-family: Microsoft YaHei;
    color: #fff;
}

.banner-text {
    margin-top: 7.05rem;
    font-size: 3rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
}

/* 金融产品及tab */
.product-div {
    align-items: center;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    line-height: 1.8rem;
    margin-top: 2.85rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-title {
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    line-height: 1.8rem;
}

.product-des {
    margin-top: 1.6rem;
    font-size: 1.1rem;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #595959;
    line-height: 1.5rem;
}

.product-margin-top {
    margin-top: 2rem;
}

.product-margin-bottom {
    margin-bottom: 3.1rem;
}

.product-tab-content-bg {
    background: #F5F7FB;
}

.product-sub-1 {
    display: flex;
}

.product-ul {
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1F2431;
    line-height: 1.5rem;
}

.product-ul li {
    text-align: center;
}

.product-sub-line {
    width: 2.5rem;
    height: 0.2rem;
    background: #093A97;
    margin-top: 1.2rem;
}

.product-sub-div {
    margin-top: 0.5rem;

    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111111;
    line-height: 1.8rem;
}

.product-sub-title {
    font-size: 1.5rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #093A97;
    line-height: 1.5rem;
    text-align: left;
}

.product-sub-des {
    margin-top: 1.6rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 1.5rem;
    text-align: left;
}

.product-btn-div {
    width: 7.5rem;
    height: 2.3rem;
    bottom: 2.2rem;
    position: absolute;
    background: #FFFFFF;
    border: 0.1rem solid #093A97;
    border-radius: 0.2rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    color: #0A3A97;
    line-height: 2.3rem;
    text-align: center;
}

/* 融资方式浮动效果 */
#tab1 ul li {
    height: 21rem;
    width: 18rem;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    padding: 1.6rem 2.2rem 2.45rem 2.2rem;
    border: 0px solid #d2d2d2;
    border-radius: 0.2rem;
    box-shadow: 1px 1px 1rem 0px rgba(188, 188, 188, 0.35);
}

#tab1 ul li:hover {
    height: 21rem;
    width: 18rem;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-image: url('../img/financial/tab_active_bg@2x.jpg');
    padding: 1.6rem 2.2rem 2.45rem 2.2rem;
    border: 0px solid #d2d2d2;
    border-radius: 0.2rem;
    box-shadow: 1px 1px 1rem 0px rgba(188, 188, 188, 0.35);
}

#tab1 ul li:hover .product-sub-title {
    color: #FFF;
}

#tab1 ul li:hover .product-sub-des {
    color: #FFF;
}

#tab1 ul li:hover .product-sub-line {
    background: #FFF;
}

/* 融资方式选中激活效果 */
#tab1 ul li[active] {
    height: 21rem;
    width: 18rem;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    background-image: url('../img/financial/tab_active_bg@2x.jpg');
    padding: 1.6rem 2.2rem 2.45rem 2.2rem;
    border: 0px solid #d2d2d2;
    border-radius: 0.2rem;
    box-shadow: 1px 1px 1rem 0px rgba(188, 188, 188, 0.35);
}

#tab1 ul li[active] .product-sub-title {
    color: #FFF;
}

#tab1 ul li[active] .product-sub-des {
    color: #FFF;
}

#tab1 ul li[active] .product-sub-line {
    background: #FFF;
}

.product-content-height {
    height: 7.35rem;
}

.product-content-bottom {
    margin-bottom: 3.15rem;
}

.product-content-div {
    width: 56.45rem;
    height: 18rem;
}

.product-content-title {
    font-size: 1.8rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.product-content-btn {
    width: 7.5rem;
    height: 2.3rem;
    background: #FFFFFF;
    border: 0.1rem solid #0A3A97;
    border-radius: 0.2rem;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    color: #0A3A97;
    line-height: 2.3rem;
    text-align: center;
}

.product-content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0.95rem;
    grid-row-gap: 1rem;
}

.product-content-square-img {
    width: 18rem;
    height: 18rem;
}

.product-content-white-area {
    width: 1rem;
}

.bg-white {
    background-color: white;
}

.box {
    padding: 0px 1rem 0px 1rem;
    height: 8.5rem;
    background: #FFFFFF;
    border-radius: 0.2rem;
}

.box-title {
    margin-top: 1.85rem;
    font-size: 1.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #093A97;
    line-height: 1.5rem;
}

.box-content {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    line-height: 1.2rem;
}

.hover-color:hover {
    color: #0A3A97;
}

/* banner 提示语  */
.prompt-div {
    width: 100%;
    height: 25rem;
    margin-top: 2.8rem;
}

.prompt-img {
    background-image: url("../img/financial/middle_banner@2x.jpg");
    background-size: cover;
}

.prompt-title {
    font-size: 2.1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 6.5rem;
}

.prompt-content {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8rem;
    margin-top: 2.75rem;
}

/* 合作机构 */
.partners-div-height {
    height: 34.7rem;
}

.partners-img {
    background-image: url("../img/financial/institution_bg@2x.jpg");
    background-size: cover;
}

.partners-up {
    margin-top: 2.8rem;
    margin-bottom: 2rem;
}

.partners-up-title {
    text-align: center;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #262626;
}

.partners-up-content {
    text-align: center;
    margin-top: 1.6rem;
    font-size: 1.1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    line-height: 1.5rem;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    width: 100%;
}

.partners-box {
    width: 14.2rem;
    height: 6rem;
    background-size: cover;
}


/* ---------------- 立即申请 apply ------------------ */
.apply-box {
    background-image: url('../img/public/bg@2x.jpg');
    background-size: cover;
    height: 5rem;
    height: 7.2rem;
}

.apply-text {
    font-size: 2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.3rem;
}

.apply-button {
    width: 8.05rem;
    height: 2.7rem;
    background: #FFFFFF;
    font-size: 1.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0A3A97;
    line-height: 2.7rem;
    text-align: center;
}

/* ---------------- 底部菜单  bottom-menu------------------ */
.bottom-menu-box {
    background-color: #13213c;
    color: white;
    border-bottom: 0.05rem solid gray;
}

.bottom-menu-left-text {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr);
    width: 50%;
    text-align: center;
    font-size: 0.6rem;
}

.bottom-menu-left-title {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.8rem;
}

.bottom-menu-left-content {
    font-size: 0.9rem;
    font-family: Microsoft YaHei;
    font-weight: 20rem;
    color: #FFFFFF;
    line-height: 2rem;
}

.bottom-menu-left-width {
    width: 1.25rem;
}

.bottom-menu-center-text-1 {
    font-size: 1.2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.45rem;
    letter-spacing: 0.4rem;
}

.bottom-menu-center-text-2 {
    border-bottom: 0.05rem solid gray;
    font-size: 0.75rem;
    font-family: PingFang SC;
    font-weight: 25rem;
    color: #FFFFFF;
    line-height: 1.45rem;
}

.bottom-menu-center-text-3 {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 20rem;
    color: #FFFFFF;
    line-height: 0.8rem;
}

.bottom-menu-center-text-4 {
    margin-left: 0.75rem;
    font-size: 1.1rem;
    font-family: Microsoft YaHei;
    font-weight: 20rem;
    color: #FFFFFF;
    line-height: 0.8rem;
}

.bottom-menu-center-margin {
    margin-top: 1rem;
}

.bottom-menu-center-img {
    width: 1.7rem;
    height: 1.7rem;
}

.bottom-menu-right-width {
    width: 1.75rem
}

.bottom-menu-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 30% 70%;
    grid-row-gap: 0rem;
    grid-column-gap: 0.5rem;
    width: 20%;
    text-align: center;
    margin-bottom: 1rem;
}

.bottom-menu-right-text-1 {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.8rem;
}

.bottom-menu-right-text-2 {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.8rem;
}

.bottom-menu-right-img {
    width: 6rem;
    height: 6rem;
}

/* ---------------- 友情链接 link ------------------ */
.link-box {
    background-color: #13213c;
    height: 6.45rem;
    color: white;
}

.link-bottom-text {
    margin-right: 0.5rem;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.6rem;
    cursor: pointer;
}

.news-div {
    width: 100%;
    height: 10.5rem;
    display: flex;
    flex-direction: row;
    padding: 2rem;
    box-shadow: 0px 1px 1.3rem 0px rgba(188, 188, 188, 0.35);
    margin-top: 2rem;
    justify-content: space-between;
    cursor: pointer;
}

.news-div .left-div {
    display: flex;
    flex-direction: column;
    width: 75%;
}

.news-div img {
    height: 10rem;
    width: 14rem;
    margin: 0rem 2rem 0rem 0rem;
}

.news-date {
    font-size: 0.9rem;
    margin: 0rem 0rem 0.2rem 0rem;
    font-weight: bold;
}

.news-title {
    font-size: 1.4rem;
    font-weight: bold;
}

.news-tag {
    margin: 0.5rem 0rem 2rem 0rem;
    width: 4rem;
    height: 0.2rem;
    background-color: #093A97;
}

.news-content {
    font-size: 1rem;
    line-height: 1.2rem;
}

.point-point-point {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
