.example-con {
    position: relative;
}

.insight-wrapper{
    width: 950px;
    margin: 0 auto;
    padding: 60px 0px 45px;
    box-sizing: border-box;
}

.insight-sidebar{
    width: 160px;
    /* height: 192px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    position: absolute;
    top: 584px;
    right: calc((100% - 950px) / 2 - 200px);
    z-index: 100;
}

.insight-sidebar.fixed {
    position: fixed;
    top: 200px;
    right: calc((100% - 950px) / 2 - 200px);
}

.sidebar-item {
    padding: 12px 0 11px;
    text-align: center;
    transition: all 0.3s ease;
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-item a {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    text-decoration: none;
    display: block;
    width: 160px;
    height: 100%;
}

.sidebar-item.active {
    background: #C7000B;
}

.sidebar-item.active a {
    color: #fff;
}

.sidebar-item:hover:not(.active){
    background: #F6F6F6;
    color: #C7000B;
}
.sidebar-item:hover:not(.active) a{
    color: #C7000B;
    position: relative;
}
.sidebar-item:hover:not(.active) a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #C7000B;
}
.sidebar-item-active{
    background: #F6F6F6;
}
.sidebar-item-active a{
    color: #C7000B;
    position: relative;
}
.sidebar-item-active a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #C7000B;
}

.sidebar-top {
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sidebar-top .top-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../images/insight_icon@2x.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    transition: background-image 0.3s ease;
}
.sidebar-top:hover{
    background: #F6F6F6;
}
.sidebar-top:hover .top-btn{
    background-image: url('../images/insight_icon_act@2x.png');
}

.insight-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.insight-list-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    cursor: pointer;
    margin-top: 48px;
}
.insight-list-item:first-child{
    margin-top:0px;
}

.insight-list-item-title {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: bold;
}

.insight-list-item-content {
    display: flex;
    align-items: flex-start;
}

.insight-list-item-content img {
    width: 232;
    height: 144px;
    object-fit: cover;
    margin-right: 28px;
    flex-shrink: 0;
}

.insight-list-item-content-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 144px;
    padding: 6px 0px;
    box-sizing: border-box;
}

.insight-list-item-content-text {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
   
}

.insight-list-item-content-date {
    font-size: 13px;
    color: #8C8C8C;
    line-height: 18px;
    text-align: left;
    align-self: flex-start;
    margin-top: 18px;
}

/* 案例详情页面样式 */
.insight-detail {
    width: 950px;
    margin: 60px auto 0;
    /* border: 1px solid #EDECEC;
    border-top-color: #C7000B; */
    /* border-radius: 2px 0 0 0; */
}

.detail-title {
    font-size: 26px;
    color: #333333;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
}

.detail-info {
    text-align: center;
    margin-bottom: 48px;
    color: #878787;
    font-size: 15px;
}

.detail-info .company {
    color: #C7000B;
    margin-right: 12px;
}

.bottom-section {
    clear: both;
    display: flex;
    justify-content: space-between;
    margin: 40px 0 100px;
}

.next-cases {
    flex: 1;
    margin-bottom: 0;
}

.next-item {
    margin-bottom: 8px;
    font-size: 14px;
}

.next-item span {
    color: #404040;
    margin-right: 10px;
}

.next-item a {
    color: #404040;
}

.next-item a:hover {
    color: #C7000B;
}
.insight-tip{
    wwidth: 100%;
    font-size: 14px;
    color: #8C8C8C;
    line-height: 20px;
    text-align: justify;
    margin: 30px 0px;
    border-bottom: 1px solid #EDECEC;
    padding-bottom: 30px;
}
.job-detail, .job-detail p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}
.job-detail img{
    width: 745px;
}
.pages{
    display:flex;
    align-items: center;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto 104px;
}
.pages .total{
    display: none;
}
.pagination-title{
    font-size: 14px;
    color: #8C8C8C;
    line-height: 20px;
    text-align: justify;
    font-family: Microsoft YaHei;
}