body{
    background: #fbfbf9;
}
.w1280{
    width: 1280px;
    margin: auto;
}
/*广告合作*/
.ad-combine{
    margin: 42px auto 77px auto;
}
.ad-combine_list{
    width: 300px;
    height: 602px;
    margin-right: 20px;
}
.ad-combine_list ul li{
    width: 100%;
    height: 98px;
    background: #eeeeee;
    margin-bottom: 3px;
    font-size: 24px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: center;
    line-height: 98px;
    letter-spacing: 1.44px;
    cursor: pointer;
}
.ad-combine_list .active span{
    color: #bb2c26;
}
.active::after{
    content: "";
    position: absolute;
    left: 0;
    transform: translateY(94px);
    width: 300px;
    height: 4px;
    background: #ba2c25;
}
.ad-combine_list ul li:nth-last-of-type(1){
    margin-bottom: 0;
}
.ad-combine_show{
    width: 960px;
    min-height: 598px;
    background: #ffffff;
    border: 2px solid #eeeeee;
    padding: 36px 48px 36px 49px;
}
.item_con_title{
    /* width: 102px; */
    height: 25px;
    font-size: 24px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #323333;
    /*line-height: 87px;*/
    letter-spacing: 1.44px;
    margin-bottom: 35px;
}
.item_con_title::before{
    content: "";
    display: inline-block;
    width: 3px;
    height: 24px;
    background: #ba2c25;
    margin-right: 10px;
    margin-bottom: -4px;
}
.item_con_con{
    width: 863px;
    /*height: 410px;*/
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: justify;
    color: #333333;
    line-height: 40px;
    letter-spacing: 1.08px;
    /*overflow: auto;*/
}
/*::-webkit-scrollbar{*/
/*    display: none;*/
/*}*/
.item_con_con p img{
    width: 100%;
}