@charset "utf-8";
/* CSS Document */

/* ******************************banner部分************************ */
.banner-main {
    position: relative;
    width: 100%;
    height: 402px;
    background: url(industry-insight1.png) no-repeat center top;
}
.banner-text {
    position: absolute;
    top: 144px;
    left: 50%;
    transform: translateX(-327%);
}
.banner-text-title {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
}
.banner-text-info {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    margin-top: 30px;
}

/* ******************************内容部分************************ */
.insight-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    height: 70px;
    border-bottom: 1px #d5d9e0 solid;
    margin: 0 auto;
}
.insight-nav-item {
    height: 100%;
    line-height: 70px;
    font-size: 16px;
    padding: 0 15px;
    margin: 0 40px;
    box-sizing: border-box;
    cursor: pointer;
}
.insight-nav-item:hover {
    border-bottom: 3px #0f51ca solid;
    color: #0f51ca;
}
.insight-nav-item.hover {
    border-bottom: 3px #0f51ca solid;
    color: #0f51ca;
}
.insight-content {
    padding-bottom: 70px;
}
.insight-content-item {
    width: 100%;
    height: 260px;
    margin-top: 20px;
    box-shadow: 3.5px 6.062px 24px 0px rgb( 210, 210, 210 );
}
.insight-content-item-img {
    float: left;
    width: 200px;
    height: 260px;
}

.insight-content-item-img img{width:100%;height:100%;}

.insight-content-item-info {overflow:hidden;

    height: 100%;
    padding: 30px 60px;
    box-sizing: border-box;
}
.insight-content-item-info-title {
    height: 62px;
    font-size: 24px;
    line-height: 62px;
    font-weight: 700;
}
.insight-content-item-info-title a{color: inherit;}
.insight-content-item-info-icon {
    width: 100px;
    height: 4px;
    background-color: #ce400e;
}
.insight-content-item-info-time {
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    color: #333;
}
.insight-content-item-info-type {
    height: 16px;
}
.insight-content-item-info-type-name {
    float: left;
    font-size: 16px;
    line-height: 16px;
    color: #0f51ca;
    padding: 0 9px;
    border-right: 2px #0f51ca solid;
}
.insight-content-item-info-type-name:first-child {
    padding: 0 9px 0 0;
}
.insight-content-item-info-type-name:last-child {
    border: none;
}
.insight-content-item-info-from {
    font-size: 16px;
    height: 56px;
    line-height: 56px;
    color: #333;
}