@charset "utf-8";

.admission_training {
    /*margin-bottom: 70px;*/
}

.recentActivities{
    background: #eaf7fd;
    padding: 60px 0 80px;
}

.recentActivities .slideshow {
    margin: 40px 0;
}

.recentActivities .scrollimgs .bd li a span {

}

.industryCoverage {
    padding-top: 60px;
    padding-bottom: 220px;
}

/* 技术中心 technologyCenter */
.details_con {
    margin-top: 25px;
    margin-bottom: 70px;
}

.details_con ul li {
    width: 100%;
    height: 207px;
    background: #f0f0f0;
    margin-bottom: 30px;
    padding: 15px 25px 0 17px;
}

.details_con ul li img {
    float: left;
    width: 255px;
    height: 177px;
    margin-right: 21px;
    border: 1px solid #c3c3c3;
}

.details_con ul li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    line-height: 35px;
}

.details_con ul li p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    text-indent: 2em;
}

.details_con ul li .date {
    margin-top: 10px;
}

.details_con ul li .date span {
    float: left;
    font-size: 14px;
    color: #333;
}

.details_con ul li .date a {
    float: right;
    font-size: 14px;
    color: #333;
    /*border: 1px solid #c3c3c3;*/
    width: 115px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    /*margin-right: 15px;*/

}

.details_con ul li .date a:hover {
    color: #ff4444;
}

