

.bossgoo-index-news12{
    margin-top: 100px;
    background-color: #f4f2ed;
}


.bossgoo-index-news12 .main{
    padding: 60px 0;
}

.bossgoo-index-news12 .main .titlebox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bossgoo-index-news12 .main .titlebox .title{
    font-weight: bold;
    font-size: 40px;
    color: var(--themeColor);
    text-align: center;
    margin: 30px 0;
}

.bossgoo-index-news12 .main .titlebox  .icon-gengduomore12{
    font-size: 28px;
    color: #b7aa89;
}

.bossgoo-index-news12 .main .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bossgoo-index-news12 .main .content li{
    width: 48%;
}

.bossgoo-index-news12 .main .content li .textbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px dashed #d5d3ce;
}

.bossgoo-index-news12 .main .content li .textT a:hover{
    color: var(--themeColor);
    text-decoration: underline;
}

.bossgoo-index-news12 .main .content li.active .textT a{
    color: var(--themeColor);
    text-decoration: underline;
}

@media only screen and (max-width:1040px) {
    .bossgoo-index-news12{
        margin-top: 60px;
        
    }

    .bossgoo-index-news12 .main{
        padding: 0 10px;
    }



  

   
}

@media only screen and (max-width:767px) {
    .bossgoo-index-news12 .main .titlebox .title{
        font-size: 22px;
         margin: 15px 0;
    }
    .bossgoo-index-news12 .main .titlebox .icon-gengduomore12{
        font-size: 16px;
    }

    .bossgoo-index-news12 .main .content li{
        width: 100%;
    }

    .bossgoo-index-news12 .main .content li .textbox{
        padding: 15px 0;
    }
}


.bossgoo-index-news12{
    margin-top: 0;
}