
.talent-container{
    width: 1400px;
    margin: 0 auto;
    margin-top: 60px;
}
    .talent-img{
        text-align: center;
    }
    .talent-title{
        display: inline-block;
        font-size: 30px;
        line-height: 30px;
        color: #333;
        margin-top: 60px;
        margin-left: 80px;
        margin-bottom: 30px;
    }
    .talent-text{
        display: inline-block;
        font-size: 16px;
        color: #999;
        line-height: 30px;
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 35px;
    }

/*  */
.t-items{
    width: 100%;
    height: 340px;
    background: #f6f6f6;
    border: 1px solid #d8d8d8;
    margin-bottom: 35px;
}
    .t-items .items-box{    
        display: inline-block;
        width: calc(100% - 30px);
        height: 280px;
        margin-top: 30px;
        padding-right: 30px;
    }
        .t-items .items-img{
            display: inline-block;
            height: 100%;
            width: 360px;
            margin-left: 30px;
        }
        .t-items .items-img img{
            display: inline-block;
            height: 100%;
            width: 100%;
        }
        .items-right{
            width: 820px;
            height: 100%;
            margin-left: 80px;
            padding-right: 80px;
        }
            .items-title{
                font-size: 22px;
                line-height: 22px;
                margin-bottom: 35px;
                margin-top: 50px;
            }
            .items-text{
                font-size: 16px;
                line-height: 28px;
                color: #999;
            }