.cts_cont{
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
    padding-bottom: 70px;
}
.ct_one{
    width: 100%;
    height: 190px;
    padding: 40px 0 10px;
}
.ct_img{
    float: left;
    margin-top: 10px;
    width: 20%;
    height: 180px;
    position: relative;
}
.ct_img>img{
    display: block;
    height: 98%;
    border-radius: 50%;
    margin: 0 auto;
    border: 7px solid #ebebeb;
}
.ct_img_r{
    float: right;
    margin-top: 10px;
    width: 20%;
    height: 180px;
    position: relative;
}
.ct_img_r>img{
    display: block;
    height: 98%;
    border-radius: 50%;
    margin: 0 auto;
    border: 7px solid #ebebeb;
}
.ct_cont{
    float: left;
    width: 40%;
    overflow: hidden;
    text-align: right;
}
.ct_cont_r{
    float: right;
    width: 40%;
    overflow: hidden;
}
.ct_c_tit{
    padding: 0 15px;
    overflow: hidden;
}
.ct_ct_name{
    height: 45px;
    color: #333;
    line-height: 50px;
    font-size: 28px;
}
.ct_ct_nen{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #a8a8a8;	
}
.ct_c_add{
    min-height: 95px;
    overflow: hidden;
    padding: 0 15px;
    line-height: 22px;
    font-size: 15px;
    color: #434343;
}
.ctsps{
    position: absolute;
    width: 2px;
    height: 60px;
    background: #f1f1f1;
    bottom: -60px;
    left: 50%;
}

























