
.public_title{
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
}
.public_sub_title{
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
}


.benefits{
    width: 100%;
    background: #ffffff;
    padding: 50px 0;
}

.benefits .benefits_list{
    width: 95%;
    background:  url(../image/3screen.png)center no-repeat #fff;
    padding: 45px 15px;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-size: 250px 347px;
    border-radius: 5px;
}

.benefits .benefits_list .benefits_item{
    width: calc(50% - 210px);
    border-bottom: 1px dashed #d90000;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.benefits .benefits_list .benefits_item:nth-child(odd){
    margin-right: 210px;
}

.benefits .benefits_list .benefits_item:nth-last-child(-n + 2){
    margin-bottom: 0;
    border-bottom: 0;
}

.benefits .benefits_list .benefits_item .title{
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
}

.benefits .benefits_list .benefits_item:nth-child(even) .title{
    justify-content: flex-end;
}

.benefits .benefits_list .benefits_item:nth-child(even) .title span{
    padding-left: 10px;
}

.benefits .benefits_list .benefits_item .title span{
    font-size: 20px;
    color: #d90000;
    font-weight: bold;
    padding-right: 10px;
}

.benefits .benefits_list .benefits_item .text{
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 10px;
    height: 66px;
}

/*推广策略*/
.strategy{
    width: 100%;
    background: #f7f6fb;
    padding: 45px 0 30px;
}

.strategy .tag_list{
    width: 100%;
    background: url(../image/gongwu_7.png)center no-repeat;
    background-size: 560px;
    height: 560px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.strategy .tag_list .tag_item{
    width: 352px;
    display: flex;
    flex-direction: column;
    
}

.strategy .tag_list .tag_item:last-child{
    align-items: flex-end;
}

.strategy .tag_list .tag_item .left{
    width: 352px;
    margin-top: 48px;
}

.strategy .tag_list .tag_item .left .title{
    font-size: 18px;
    color: #ce0505;
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.strategy .tag_list .tag_item .left .title span{
    font-size: 22px;
    color: #444;
    font-weight: bold;
    margin-right: 8px;
}

.strategy .tag_list .tag_item .left .text{
    font-size: 14px;
    color: #666;
    text-align: right;
    margin-top: 10px;
}

.strategy .tag_list .tag_item .right{
    width: 352px;
    margin-top: 48px;
}

.strategy .tag_list .tag_item .right .title{
    font-size: 18px;
    color: #ce0505;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.strategy .tag_list .tag_item .right .title span{
    font-size: 22px;
    color: #444;
    font-weight: bold;
    margin-right: 8px;
}

.strategy .tag_list .tag_item .right .text{
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-top: 10px;
}

.strategy .tag_list .tag_item:nth-child(2) .right:nth-child(2),
.strategy .tag_list .tag_item:nth-child(1) .left:nth-child(2){
    width: 300px;
}

/*海外新闻推广服务*/
.promote{
    padding-top: 60px;
    background:#ffffff;
    width:100%;
}

.promote .promote_write{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.promote .promote_write .item{
    margin-right: 30px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    flex:1;
}

.promote .promote_write .item:last-child{
    margin-right: 0;
}

.promote .promote_write .item .item_icon{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.promote .promote_write .item .item_icon .icon{
    display: block;
    width: 98px;
}

.promote .promote_write .item .title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 80%;
    margin:30px auto 0;
}

.promote .promote_write .item .subtitle{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 24px;
    min-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.promote .promote_write .item .consulting{
    display: block;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #666666;
    border-radius: 5px;
    margin:36px auto 22px;
}

.promote .promote_write .item:hover{
    box-shadow: 0 0 20px rgba(200,200,200,.3);
}

.promote .promote_write .item:hover .consulting{
    color: #fff;
    border-color: #1295f8;
}

.promote .overseas_list{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0px auto;
}

.promote .overseas_list .overseas_item{
    width: 380px;
    margin: 0px 10px 30px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.promote .overseas_list .overseas_item:nth-child(3n){
    margin-right: 0;
}

.promote .overseas_list .overseas_item .item_icon{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promote .overseas_list .overseas_item .item_icon .icon{
    display: block;
    width: 90%;
}

.promote .overseas_list .overseas_item .tag{
    position: absolute;
    top: 10px;
    left: 135px;
    width: 110px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background: #000000;
    text-align: center;
    border-radius: 15px;
    border: 2px solid #0fafeb;
}

.promote .overseas_list .overseas_item .text_list{
    border: 1px solid #cccccc;
    border-top:0;
    padding: 61px 30px;
    flex: 1;
    margin-top:-45px;
}

.promote .overseas_list .overseas_item .text_list li{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
/*优质博主*/
.blogger{
    width: 100%;
    padding: 50px 0;
    background: #f7f6fb;
}

.blogger .blogger_content{
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.blogger .blogger_content .left_img{
    width: 488px;
}

.blogger .blogger_content .left_img img{
    display: block;
    width: 100%;
}


.blogger .blogger_content .text_wrap{
    flex: 1;
    margin-left: 100px;
}

.blogger .blogger_content .text_wrap .blogger_title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.blogger .blogger_content .text_wrap .text{
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
}
