/* 付费咨询 */
.introduce {
    height: 800px;
    padding: 10px;
    margin-top: 10px;
    /* background-color: #ccc; */
    position: relative;
}

.introduce .ercode{ 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 1px;
    top: 1px;
    background: #000000ad;
    display: none;
}
.introduce .ercode img {
    position: absolute;
    left: 280px;
    top: 250px;
}

.introduce .ercode .close {
    position: absolute;
    right: 30px;
    top: 30px;
}

.introduce div.newscard {
    width: 830px;
    height: 130px;
    background-color: rgb(236, 234, 234);
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}

.introduce div.newscard .card-img {
    width: 150px;
    height: 100px;
    background-color: #aaa;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    background-size: 100% 100%;
}

/*.introduce div.newscard .card-img.card1 {
    background-image: url('../bg/5.jpg');
}

.introduce div.newscard .card-img.card2 {
    background-image: url('../bg/6.jpg');
}

.introduce div.newscard .card-img.card3 {
    background-image: url('../bg/7.jpg');
}

.introduce div.newscard .card-img.card4 {
    background-image: url('../bg/8.jpg');
}*/

.introduce div.newscard .cardcontent {
    width: 600px;
    height: 100px;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

.introduce div.newscard .cardcontent p {
    text-indent: 2em;
    font-size: 14px;
    color: #000;
    width: 600px;
    height: 37px;
    overflow: hidden;
    /* white-space: nowrap; */

    text-overflow: ellipsis;
}

.introduce div.newscard .cardcontent .card-content-title {
    width: 500px;
    height: 20px;
    line-height: 20px;
    /* background-color: skyblue; */
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 0;
}

.introduce div.newscard .cardcontent .readbutton {
    display: block;
    width: 130px;
    height: 25px;
    line-height: 25px;
    color: #D24F23;
    font-size: 14px;
    text-align: center;
    border: 1px solid #D24F23;
}

