@charset "utf-8";

/* 首页样式 */

.bg-white {
    background-color: #fff;
}

#swiper {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

#swiper img {
    width: 100%;
    height: 100px;
}

.media .media-body .bottom .time {
    font-size: 12px;
    color: #777;
}

.media .media-left .media-object {
    width: 80px;
    height: 60px;
}

.news-list .media .media-body {
    position: relative;
}

.news-list .media .media-body h4 {
    color: #222;
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-list .media .bottom {
    position: absolute;
    bottom: 0px;
}

.m-info h3 {
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.m-info h3::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 0px;
    bottom: -1px;
    border: 1px solid #fd2b50;
}

.m-info h3 small {
    line-height: 20px;
}

.m-info .row h4 {
    font-size: 15px;
}

.item-wrap .media {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 18px;
}

.item-wrap .media.col-3 {
    width: 33.333%;
}

.item-wrap .media h5 {
    font-size: 15px;
    color: #222;
    max-width: 280px;
}

.item-wrap .media .media-body {
    position: relative;
}

.item-wrap .media .bottom {
    position: absolute;
    bottom: 3px;
    width: 100%;
}

.single-img-list {
    margin-right: -10px;
}

.single-img-list img {
    float: left;
    width: 33.333%;
    padding-right: 10px;
    margin-bottom: 10px;
}

#phone .text-center {
    margin-right: -20px;
}

#phone p {
    float: left;
    width: 193px;
    border: 1px solid #e5e5e5;
    padding: 10px 5px;
    margin: -1px 0 0 -1px;
}

#phone p cite,
#phone p em {
    display: block;
}

#phone p em {
    font-size: 18px;
    font-weight: bold;
    color: #fd2b50;
}

#links p a {
    font-size: 12px;
    margin-right: 15px;
    color: #999;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.footer-links {
    padding-top: 40px;
}

.footer-links dl {
    float: left;
    margin-right: 70px;
}

.footer-links dl dt {
    color: #666;
    margin-bottom: 20px;
}

.footer-links dl dd {
    color: #728398;
    margin-bottom: 16px;
}

.footer-links dl dd a {
    color: #999;
}

.footer-links dl dd a:hover {
    color: #ccc;
}

.footer-links .service {
    height: 240px;
    margin-right: 0px;
}

.footer-links .wcode {
    margin-bottom: 16px;
}

.footer-links .wcode h5 {
    text-align: center;
    margin-bottom: 20px;
}

.footer-links .wcode img {
    width: 125px;
}

.footer-links .service .phone {
    color: #4FB1F3;
    margin-top: -10px;
    font-size: 20px;
}