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

/* ******************************banner部分************************ */
.banner-main {
    height: 473px;
    background: url(m-industry-insight1.png) no-repeat center top;
}
.banner-text {
    position: absolute;
    top: 158px;
    left: 50%;
    transform: translateX(-136%);
}
.banner-text-title {
    font-size: 42px;
}
.banner-text-info {
    font-size: 30px;
    margin-top: 52px;
}

/* ******************************内容部分************************ */
.insight-main {
    width: 690px;
}
.insight-nav {
    height: 79px;
}
.insight-nav-item {
    line-height: 79px;
    font-size: 24px;
    padding: 0 22px;
    margin: 0 15px;
}
.insight-nav-item:hover {
    border-bottom: 3px #0f51ca solid;
    color: #0f51ca;
}
.insight-nav-item.hover {
    border-bottom: 3px #0f51ca solid;
    color: #0f51ca;
}

.insight-content-item-info {
    float: left;
    height: 100%;
    padding: 10px 0 10px 40px;
    box-sizing: border-box;
}
.insight-content-item-info-title {
    height:auto;
    font-size: 30px;
    line-height: 46px;
}

.insight-content-item-info-icon {
    width: 100px;
    height: 4px;
    background-color: #ce400e;
}
.insight-content-item-info-time {
    float: left;
    font-size: 24px;
}
.insight-content-item-info-type {
    width: 440px;
    height: 105px;
    margin-top: 0;
}
.insight-content-item-info-type-name {
    float: left;
    font-size: 24px;
    line-height: 27px;
    color: #0f51ca;
    padding: 0 10px 0 0;
    margin: 18px 10px 0 0;
    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 {
    float: right;
    font-size: 24px;
    height: 52px;
    line-height: 52px;
    margin-right: 26px;
}

.insight-content-item-img {
	display:none;
}
.insight-content-item {
    width: 100%;
    height: auto;
    min-height: 280px;
    margin-top: 20px;
    box-shadow: 3.5px 6.062px 24px 0px rgb( 210, 210, 210 );
}

/*特殊分辨率处理*/	
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}