@charset "UTF-8";
/*
 * @Description: 异地评标监控和档案归集服务
 * @Autor: zzongyi
 * @LastEditTime: 2021-12-24
 */

 .main-hd {
    background-image: url('../images/monitor/banner.jpg');
}

.main-tt {
    line-height: 112px;
}

/* 简介 */
.introduction {
    height: 90px;
    padding-left: 82px;
    padding-right: 21px;
    margin-top: 34px;
    background: #e6f3fd url('../images/intro_ico.png') 14px center no-repeat;
    border-radius: 4px;
}
.introduction-tt {
    color: #0f60cd;
    font-size: 36px;
    line-height: 90px;
    font-weight: 600;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.introduction-con {
    margin-left: 105px;
    font-size: 0;
    height: 100%;
    -webkit-text-size-adjust: none;
}
.introduction-con span {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    max-height: 72px;
    word-break: break-all;
    overflow: hidden;
}
.introduction-con > i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

/* 标题 */
.title {
    position: relative;
    height: 44px;
    line-height: 44px;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.title.overview {
    margin-top: 65px;
}
.title-txt {
    position: relative;
    padding: 0 24px;
}
.title-txt::before {
    right: 100%;
    background-image: url('../images/title_l.png');
}
.title-txt::after {
    left: 100%;
    background-image: url('../images/title_r.png');
}
.title-txt::before,
.title-txt::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 42px;
    height: 9px;
    margin-top: -4.5px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* 流程图 */
.process {
    text-align: center;
    margin-top: 27px;
}

/* 应用场景 */
.scenes {
    margin-top: 55px;
    overflow: hidden;
    height: 510px;
    background: #f6f8fb;
}
.scenes-title {
    margin-top: 50px;
}
.scenes-list {
    margin: 24px 0 0 -24px;
}
.scenes-item{
    width: 33.3333333333%;
}
.scenes-con{
    display: block;
    height: 330px;
    background-color: #fff;
    margin-left: 24px;
    box-shadow:0px 0px 15px 0px rgba(203,211,228,0.14)
}
.scenes-img{
    height: 170px;
}
.scenes-img img{
    width: 100%;
    height: 100%;
}
.scenes-info{
    padding: 6px 22px 0;
}
.scenes-tt{
    font-size: 22px;
    color: #333;
    line-height: 48px;
}
.scenes-cons{
    line-height: 20px;
    color: #5c5f6b;
    max-height: 80px;
    overflow: hidden;
}