* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.box {
    height: 195.5px;
    width: 830px;
    margin: 0 auto;


}

.eor {
    width: 830px;
    height: 28.5px;


    background-color: #fff;
    margin: 0 auto;

}

.eor>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #ddd;


    text-align: center;
    line-height: 28.5px;

}

.down {
    width: 830px;
    height: 163.7px;
    background-color: #f8f9fb !important;
    position: absolute;
    border: 1px solid #edeef2 !important;
}

.pic {
    width: 127px;
    height: 127px;

    position: relative;
    top: 19px;
    right: -8px;
    border: 5px solid #ccc;
    border-radius: 5%;
    float: left
}

.pic>img {
    width: 120px;
    height: 120px;
    position: relative;
    top: 3px;
    right: -3px;
    border: 1px solid #f8f9fb !important;

}

.text {
    width: 665px;
    height: 131px;
    float: left;
    background-color: #f8f9fb !important;
    position: relative;
    top: 19px;
    right: -12px;
    margin-left: 13px;
}

.text>span {
    font-size: 14px;
}

.weight {
    font-weight: 700;
}

.text>span>a {
    font-style: "Microsoft YaHei";
    color: #5C8EC8;
}

.text>span {
    display: inline-block;
    padding-top: 6px;
}

.text>span>a:visited {
    color: #5C8EC8;
}

.text>span>a:hover {
    color: #FFA042;
}

.text>span>b {
    color: #5C8EC8;
}

.text>span>strong {
    color: red;
}

.text>span>b:hover {
    color: #FFA042;

}