﻿.text {
    width: 700px;
    margin: 0 auto;
}
.text-title {
    height: 86px;
    line-height: 86px;
    font-size: 30px;
    color: #333333;
}
.text-time {
    font-size: 16px;
    color: #666666;
}
.text-work {
    font-size: 18px;
    color: #3aa8ff;
    margin: 30px 0 10px 0;
}
.text-work-black {
    color: #000000;
    margin: 50px 0 10px 0;
}
.text-details {
    height: 35px;
}
.text-details > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    font-size: 18px;
}
.text-details > span:nth-child(1) {
    width: 155px;
    color: #000000;
}
.text-details > span:nth-child(2) {
    color: #666666;
}
.text-duty {
    /*margin: 0 0 0 -21px;*/
}
.text-duty > li {
    font-size: 16px;
    color: #666666;
    line-height: 37px;
}

.return {
    margin: 200px 0 0 0;
    border-top: 1px solid #e5e5e5;
}
.return-content {
    width: 700px;
    margin: 0 auto;
}
.return-content > img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
}
.return-content > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 120px;
    font-size: 22px;
    color: #3aa8ff;
}