﻿
/* 头部 */
.navigation_item_information{
    border-bottom: 2px white solid;
    padding: 6px 0px;
}
.navigation_roll .navigation_item_information{
    border-bottom: 2px #3e6ef1 solid !important;
    padding: 6px 0px !important;
}
.banner{
    background-image: url('../image/header_bg4.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
}
.banner_box{
    width: 1200px;
    color: #FFFFFF;
    padding-top: 163px;
    box-sizing: border-box;
    justify-content: flex-start;
}
.banner_dot{
    width: 65px;
    height: 7px;
    background: #F2A41E;
    opacity: 1;
    border-radius: 6px;
    margin: 16px 0px 38px 0;
}
.information-title{
    padding-top: 99px;
    padding-bottom: 79px;
    font-size: 50px;
    text-align: center;
    box-sizing: border-box;
}
.information-list{
    margin-bottom: 61px;
}
.information-item{
    padding: 35px;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-bottom-color: #E9ECF5;
    cursor: pointer;
}
.information-item:hover{
    border: 1px solid #3E6EF1;
    border-radius: 4px;
    box-shadow: 0px 10px 30px rgba(119, 140, 162, 0.13);
}
.information-item .logo{
    width: 312px;
    height: 230px;
    border-radius: 4px;
    border: 1px solid #E9ECF5;
    overflow: hidden;
    margin-right: 50px;
}
.logo img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-info{
    flex: 1;
    overflow: hidden;
}
.item-info-title{
    margin-bottom: 28px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.item-info-time{
    margin-bottom: 48px;
}
.item-info-details{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 30px;
}

/* 详情 */
.detail-title{
    text-align: center;
    margin-top: 122px;
    margin-bottom: 37px;
    font-weight: 600;
}
.detail-time{
    text-align: center;
    margin-bottom: 82px;
}
.detail-content{
    line-height: 30px;
}
.detail-content a{
    color: inherit;
}
.detail-content a:link{
    color: inherit;
}
.footer-nav{
    margin-top: 50px;
    align-items: flex-start;
    margin-bottom: 100px;
}
.footer-nav-left,.footer-nav-right{
    width: 50%;
    cursor: pointer;
}
.footer-nav-right{
    text-align: right;
}
#pagination{
    margin-bottom: 60px;
}


.product_footer{
    height: 290px;
    margin-top: 41px;
    background: url('../image/one_bg.png') no-repeat;
    background-size: cover;
}
.product_footer_btn{
    width: 280px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(8, 9, 41, 0.2);
    opacity: 1;
    border-radius: 4px;
    color: #3E6EF1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}
.product-footer-content{
    padding-top: 59px;
    box-sizing: border-box;
}
.product-footer-content img{
    width: 537px;
    height: 85px;
    margin-bottom: 16px;
}