.ycdt {
    padding: 35px 27px 0;
}

.ycdt-head {
    background-color: url('{ms:globalskin.url/}image/heritage_mess/ycdt_back.png');
}

.ycdt-title {
    /* color: #016eb7; */
}

.ycdt .com-l {
    width: 712px;
    height: 480px;
    background-color: #fff;
    padding: 25px 18px;
    box-sizing: border-box;
}

.ycdt .com-l a.link {
    width: 677px;
    height: 430px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.ycdt .com-l a.link img {
    /* height: 100%;
    width: auto;
    margin: 0 auto; */
    width: 100%;
    height: auto;
}

.ycdt .com-l .name {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}

.ycdt .com-l .name a {
    font-size: 18px;
    color: #2f5dcc;
}

.ycdt .com-l .con {
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 28px;
    overflow: hidden;
    font-family: "Microsoft yahei", Arial;
    color: #646464;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ycdt .com-r {
    width: 440px;
    height: 480px;
    position: relative;
    margin-right: 2px;
}

.ycdt .com-content .com-title {
    background: -webkit-linear-gradient(left, #0a51a1, #e5ecf5);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #0a51a1, #e5ecf5);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #0a51a1, #e5ecf5);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #0a51a1, #e5ecf5);
    /* 标准的语法 */
}

.ycdt .com-content .com-r .com-title {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
}

.ycdt .com-r .bhyjc {
    width: 100%;
    height: 175px;
}

.ycdt .box {
    display: block;
    width: 100%;
    height: calc(100% - 30px);
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
}

.ycdt .box img {
    width: 100%;
    height: 100%;
}

.ycdt .com-r .tpz {
    width: 100%;
    height: 277px;
    margin-top: 28px;
}

.tpz .tpz-main .box {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}

.common-main {
    height: 247px;
}

.common-main>img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.common-main img.pic {
    box-shadow: 0px 2px 4px #000;
}

.common-main img.pic-back {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 4px #000;
    cursor: pointer;
}

.tpz .com-l .common-main {
    margin-left: 10px;
}

.tpz .common-main #viewer {
    width: calc(100% - 40px);
    height: calc(100% - 34px);
    position: absolute;
    top: 17px;
    left: 20px;
    overflow: hidden;
}

.video-dialog .el-dialog__body,
.video-dialog .el-dialog__header {
    padding: 0;
    line-height: 0;
}

.video-dialog .el-dialog__headerbtn {
    z-index: 2;
}

.video-dialog .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
}


/* end */

.ycdt .com-r .item {
    width: 100%;
    height: 142px;
    position: relative;
}

.ycdt .com-r .item:nth-child(1) {
    display: none;
}

.ycdt .com-r .item:nth-child(3) {
    margin: 21px 0;
}

.ycdt .com-r .item img {
    position: absolute;
    top: 1px;
    left: 0;
    width: 262px;
    height: calc(100% - 1px);
    cursor: pointer;
}

.ycdt .com-r .item .r-con {
    padding-left: 261px;
    height: 100%;
    width: calc(100% - 262px);
    color: #fff;
    background-color: #fff;
}

.ycdt .item .r-con .con-title {
    /* background-color: url('{ms:globalskin.url/}image/heritage_mess/ycdt_back.png'); */
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 80px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    background: -webkit-linear-gradient(left, #0a51a1, #e5ecf5);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #0a51a1, #e5ecf5);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #0a51a1, #e5ecf5);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #0a51a1, #e5ecf5);
    /* 标准的语法 */
}

.ycdt .item .r-con .con-title a {
    cursor: pointer;
    color: #fff;
}

.ycdt .item .r-con .con-text {
    padding: 12px;
    text-indent: 2em;
    box-sizing: border-box;
    line-height: 27px;
    overflow: hidden;
    font-family: "Microsoft yahei", Arial;
    color: #646464;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}