/**!
* 营口市人民政府
* date:2021-09-30
* author: zsy;
*/

.main-box {
    background-color: #fff;
}

.ewb-route {
    border: none;
}

.important-region {
    padding: 8px 24px 28px;
}

.important-box+.important-box {
    margin-top: 37px;
}

.important-hd {
    position: relative;
    height: 30px;
    text-align: center;
    background: url("../images/important_hd.png") repeat-x left center;
}

.important-hd:before,
.important-hd:after {
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    content: "";
    width: 20px;
    height: 3px;
    background-color: #5f70e3;
}

.important-hd:before {
    left: 0;
}

.important-hd:after {
    right: 0;
}

.important-hd .heading {
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
}

.standard-list {
    margin: 16px -10px 0;
}

.standard-item {
    width: 50%;
    font-size: 16px;
}

.standard-item a {
    display: block;
    height: 42px;
    line-height: 40px;
    margin: 20px 10px 0;
    padding: 0 25px;
    border: 1px solid #d9d9d9;
    border-left: 4px solid #158eeb;
    box-sizing: border-box;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.standard-item .serial {
    color: #158eeb;
}

.point-list {
    margin-top: 42px;
}

.point-item {
    width: 16.666%;
}

.point-item a {
    display: block;
    padding: 0 16px;
    height: 160px;
    text-align: center;
}

.point-item .icon {
    width: 115px;
    height: 100px;
    margin: 0 auto;
}

.point-item .icon img {
    width: 100%;
    height: 100%;
}

.point-item .text {
    margin-top: 11px;
    line-height: 18px;
    color: #333;
    font-size: 16px;
}

.point-item .icon:hover+.text,
.point-item .text:hover {
    font-weight: 800;
    color: #158eeb;
}


/* 平板 */

@media (max-width: 1099px) {
    .point-item {
        width: 25%;
    }
}


/* 手机 */

@media (max-width: 767px) {
    .important-region {
        padding: 8px 10px;
    }
    .important-hd .heading {
        font-size: 18px;
    }
    .standard-list {
        margin-top: 8px;
    }
    .standard-item {
        width: 100%;
        font-size: 14px;
    }
    .standard-item a {
        margin-top: 10px;
        padding: 0 10px;
    }
    .important-box+.important-box {
        margin-top: 20px;
    }
    .point-list {
        margin-top: 20px;
    }
    .point-item a {
        padding: 0 5px;
    }
    .point-item .text {
        font-size: 14px;
    }
    .point-item {
        width: 50%;
    }
}