.rj-info {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
}

.rj-info-left {
    width: 162px;
    margin-right: 55px;
}

.rj-info-left .rj-avatar {
    width: 162px;
    height: 162px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 100%;
}

.rj-info-left .rj-avatar img {
    width: 162px;
    height: 162px;
    display: block;
}

.rj-info-left .rj-name {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #666;
    line-height: 30px;
}

.rj-info-left .rj-name img {
    vertical-align: middle;
    margin-top: -5px;
}

.rj-info-left a {
    display: block;
    height: 47px;
    margin-bottom: 5px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #4cbbb4;
    border-radius: 3px;
}

.rj-info-left a:hover {
    color: #fff;
}

.rj-info-left a.rj-btn2 {
    background: #fda233;
    color: #fff;
}

.rj-info-right ul {
    margin-bottom: 15px;
}

.rj-info-right li {
    line-height: 36px;
    color: #666;
    font-size: 18px;
}

.rj-item {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    padding: 25px 0;
    border-top: 1px solid #ddd;
    font-family: 'Microsoft YaHei';
}

.rj-item h4 {
    display: inline-block;
    height: 45px;
    margin-bottom: 15px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    padding: 0 20px;
    border-radius: 45px;
    font-weight: normal;
    background: #4cbbb4;
    *display: inline;
}

.rj-item h3 {
    height: 28px;
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 20px;
    line-height: 28px;
    color: #4cbbb4;
    font-weight: normal;
    background: url(../images/time.png) left center no-repeat;
}

.rj-item p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
    font-size: 18px !important;
    line-height: 30px !important;
    color: #666;
}

.rj-item video {
    width: 100%;
    height: auto;
}

.rj-item .pic {
    font-size: 0;
    margin-left: -10px;
    margin-top: -10px;
}

.rj-item .pic img {
    margin-left: 10px;
    margin-top: 10px;
}

/* .rj-item-btn {
    position: relative;
    top: -20px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 600px;
}

.rj-item-btn a {
    width: 191px;
    height: 50px;
} */

.rj-item-btn a.rj-item-btn1 {
    left: 30px;
}

.rj-item-btn a.rj-item-btn2 {
    left: 290px;
}

.rj-item-btn a.rj-item-btn3 {
    right: 50px;
}