.red_xq {
    margin-top: 40px;
}

.red_xq ul li {
    float: left;
    height: 202px;
    width: 282px;
    margin-right: 24px;
}

.red_xq ul li:last-child {
    margin-right: 0px;
}

.red_xq ul li a img {
    width: 282px;
    height: 174px;
}

.red_xq ul li a span {
    display: block;
    height: 15px;
    width: 280px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(102, 102, 102, 1);
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
}

.news_dt {
    margin-top: 24px;
}

.news_dt img {
    float: left;
    width: 560px;
    height: 420px;
    margin-right: 40px;
}

.news_dt ul li {
    position: relative;
    width: 580px;
    padding-left: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}
.news_dt ul li::before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c7161e;
    position: absolute;
    left: 0px;
    top: 4px;
}
.xin_de{
    margin-top: 12px;
}
.xin_de_content{
   
}
.xin_de_content ul{
    width: 1240px;
}
.xin_de_content ul li{
    float: left;
    width:580px;
    height:120px;
    background:rgba(245,245,245,1);
    margin-right: 40px;
    margin-top: 20px;
    padding: 0 15px;
    box-sizing: border-box;
}
.xin_de_content ul li a h3{
    height: 37px;
    width: 100%;
    line-height: 37px;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xin_de_content ul li a p{
    height: 77px;
    width: 100%;
    line-height: 32px;
    box-sizing: border-box;
    padding-top: 12px;
    letter-spacing: 2px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
