#main {
    padding-bottom: 50px;
}

.my-border {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

#main #part-left {
    width: calc(62.5% - 10px);
    box-sizing: border-box;
    padding: 20px;
}

#main #part-right {
    padding-left: 10px;
    width: 37.5%;
}


/* part-left  start */
#main .content-title>p {
    color: #333333;
    font-size: 1.7em;
    margin: 0 auto;
    padding-bottom: 20px;
}

#main .content-title>label {
    color: #c3c3c3;
    font-size: 14px;
    font-weight: 400;
}

#main .content-url .wrapper {
    position: relative;
    background: #ccc;
    width: 100%;
    padding-bottom: 57%;
    margin-bottom: 20px;
}

#main .content-url .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#main .content-info {
    border: 1px solid rgba(29, 119, 255, 0.3);
    padding: 25px;
    position: relative;
}

#main .content-info img {
    background-color: white;
    position: absolute;
    top: -14px;
    left: 20px;
}

#main .content-info p {
    background-color: white;
    position: absolute;
    top: -14px;
    left: 53px;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    padding-right: 5px;
}

#main .content-info article {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(119, 119, 119, 1);
    line-height: 36px;
}

/* part-rignt start */
#part-right .my-list {
    width: 100%;
    padding: 20px;
}

#part-right .my-list+.my-list {
    margin-top: 20px;
}

#part-right .my-list .heading img {
    height: 40px;
    width: 40px;
}

#part-right .my-list .heading {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
    margin-left: -7px;
}

#part-right .my-list>.list {
    font-size: 14px;
    padding: 0;
    margin-bottom: -14px;
    list-style-type: none;
}

#part-right .my-list>.list li {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
}

#part-right .my-list>.list li:not(:last-child) {
    border-bottom: 1px solid rgba(210, 218, 230, 0.4);
}

#part-right .my-list>.list li:hover {
    color: #1d77ff;
}

#my-fieldPlanting>.list li::before,
#my-aquaculture>.list li::before,
#my-facilityAgriculture>.list li::before,
#my-poultryBreeding>.list li::before {
    content: url(../img/socializedService/icon_vd_video2.png);
    height: 40px;
    width: 40px;
    margin-left: -7px;
    vertical-align: middle;
    display: inline-block;
}

#my-hot>.list {
    list-style-type: none;
    counter-reset: sectioncounter;
}

#my-hot>.list li:before {
    content: counter(sectioncounter) "";
    counter-increment: sectioncounter;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(255, 85, 153, 0);
    border: 1px solid rgba(102, 102, 102, 0.5);
    border-radius: 2px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-right: 6px;
}

#my-hot>.list li:nth-child(1):before {
    background-color: #ff5555;
    color: #ffffff;
    border-color: #ff5555;
}

#my-hot>.list li:nth-child(2):before {
    background-color: #fe875d;
    color: #ffffff;
    border-color: #fe875d;
}

#my-hot>.list li:nth-child(3):before {
    background-color: #FEB45D;
    color: #ffffff;
    border-color: #FEB45D;
}

#my-hot>.list li:nth-of-type(n+4):hover::before {
    color: #FEB45D;
    border-color: #FEB45D;
}

#my-hot>.list a {
    color: #666666;
}

#my-hot>.list li:nth-child(1)>a:hover {
    color: #ff5555;
}

#my-hot>.list li:nth-child(2)>a:hover {
    color: #fe875d;
}

#my-hot>.list li>a:hover {
    color: #FEB45D;
}