.ldtd h3 {
    padding-left: 30px;
    background: url(../images/ldtd-h3.png) no-repeat;
    background-position: left center;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-top: 40px;}

.ldtd h3:first-child {
    margin-top: 0;}

.ldtd ul li {
    background: #f1f1f1;
    border-radius: 15px;
    margin-top: 30px;
    padding: 20px 15px;}

.ldtd ul li h4 {
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    padding-left: 35px;
    font-weight: normal;}

.ldtd ul li a>div {
    background: #fff;
    border-radius: 15px;
    padding: 15px 35px;
    margin-top: 15px;}

.ldtd-l {
    overflow: hidden;
    padding-right: 35px;
    position: relative;}

.ldtd-l::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 27px;
    background-color: #e1e1e1;
    opacity: 0.58;}

.ldtd-l p {
    font-size: 16px;
    line-height: 34px;
    color: #515151;}

.ldtd-r {
    float: right;
    width: 200px;
    padding-left: 45px;
    background: url(../images/ldtd-tel.png) no-repeat;
    background-position: left center;
    min-height: 33px;
    margin-left: 50px;}

.ldtd-r p {
    font-size: 16px;
    line-height: 34px;
    color: #515151;}

