.attention_two{
    width: 100%;
    overflow: hidden;
}
.attention_two .wrap{
    width: 1200px;
    margin: 202px auto 59px;
}
.attention_two .wrap .title .text{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
.attention_two .wrap .title .text span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.attention_two .wrap .title .text div{
    display: flex;
    align-items: center;
}
.attention_two .wrap .title .text div a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    top: 8px;
}
.attention_two .wrap .title .introduce{
    height: 170px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    display: flex;

}
.attention_two .wrap .title .introduce .headline{
    width: 70%;
    padding: 41px 20px 20px 27px;
}
.attention_two .wrap .title .introduce .headline span{
    width: 728px;
    height: 52px;
    background: linear-gradient(90deg, #666666, #E6E6E6);
    display: flex;
    align-items: center;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #F7AB00;
    padding: 0 0 0 18px;
}
.attention_two .wrap .title .introduce .headline p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 22px 0 0 18px;
}
.attention_two .wrap .title .introduce .images{
    width: 30%;
    height: 100%;
}
.attention_two .wrap .title .introduce .images img{
    width: 100%;
    height: 100%;
}
.attention_two .wrap .content{
    margin: 28px 0 0 0;
}
.attention_two .wrap .content p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
@media screen and (max-width: 768px) {
    .attention_two .wrap {
        width: 100%;
        padding: 0 20px;
        margin: 108px auto 59px;
    }
    .attention_two .wrap .title .text span{
        font-size: 20px;
    }
    .attention_two .wrap .title .text div a{
        font-size: 12px;
        top: 0;
    }
    .attention_two .wrap .title .introduce .headline span{
        width: 100%;
    }
    .attention_two .wrap .title .introduce .headline{
        padding: 3%;
        width: 60%;
    }
    .attention_two .wrap .title .introduce .images{
        width: 40%;
    }
    .attention_two .wrap .content p{
        font-size: 13px;
    }
    .attention_two .wrap .title .introduce .headline p{
        font-size: 13px;
    }
    .attention_two .wrap .content p img{
        width: 100%;
    }
    .attention_two .wrap .title .introduce .images{
        height: auto;
    }
    .attention_two .wrap .title .introduce{
        height: auto;
    }
}