/*组件样式*/
.ldtd {
    width: 100%;
    display: inline-block;
    margin-top:30px;}

.ldtd li {
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 25px;
    background: #ccc;
    position: relative;}


.ldtd li:after {
    display: block;
    content: "";
    width: 107px;
    height: 12px;
    background: url(../img/ckxq2.png)center no-repeat;
    position: absolute;
    bottom: 20px;
    right: 30px;}

.ldtd li:nth-child(even) {
    float: right;}

.ldtd li a {
    width: 100%;
    display: inline-block;}


.ldtd li:hover {
    box-shadow: 0px 6px 10px #990000;
    transition: 0.5s all;}

.ldtd li:hover h2 {
    color: #990000;}

.ldtd-img {
    width: 180px;
    position: relative;
    height: 220px;
    overflow: hidden;}

.ldtd-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    transform: scale(1, 1);}

.ldtd-img:hover img {
    transform: scale(1.1, 1.1);}

.ldtd-l {
    width: calc(100% - 220px);}

.ldtd-l h2 {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    color: #990000;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;}

.ldtd-l h2 span {
    font-size: 18px;
    color: #333;
    margin-left: 10px;}

.ldtd-l p {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;}

.xrld-ckxq {
    display: inline-block;
    padding: 4px 20px;
    color: #990000;
    font-size: 16px;
    border: 1px solid #990000;
    border-radius: 20px;
    position: absolute;
    right: 20px;
    bottom: 20px;}

.ldtd li:hover .xrld-ckxq {
    background: #990000;
    color: #fff;}

