html,
body {
    width: 100%;
    min-height: 100%;
    background-color: #F5F6F8;
}

/* 视图容器 */
.container {
    max-width: 1200px;
    margin: 0 auto;
}


/* banner */
.header {
    margin-bottom: 50px;
}

.header .banner {
    display: block;
    height: 240px;
    width: 100%;
    max-width: 100%;
}


/* 专栏 */
/* 通知与动态 */
.item {
    margin-bottom: 60px;
}

.item .item_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: rgba(2, 90, 225, 1);
    line-height: 45px;
    margin-bottom: 40px;
}

.item .item_title span {
    position: relative;
}

.item .item_title span::before {
    content: url('../images/lft_title.png');
    position: absolute;
    left: -123px;
    top: 3px;
}

.item .item_title span::after {
    content: url('../images/rgt_title.png');
    position: absolute;
    right: -123px;
    top: 1px;
}

.item .item_bd.notify {
    height: 330px;
    box-sizing: border-box;
    padding: 50px 60px;
}

.item .notify ul li {
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    margin-bottom: 30px;
}

.item .notify ul li a {
    color: #333333;
    display: flex;
    justify-content: space-between;
}

.item .notify ul li a:hover {
    color: rgba(2, 90, 225, 1);
}

.item .notify ul li a .lft {
    max-width: 840px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item .notify ul li a .rgt {
    min-width: 20%;
    max-width: 20%;
    text-align: right;
}

.item .notify .more {
    font-size: 22px;
    color: rgba(41, 117, 220, 1);
    line-height: 33px;
}

/* 疫情防控 */
.item .imgsContent {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    margin-right: -30px;
}

.item .imgsContent .list {
    margin-bottom: 26px;
    margin-right: 30px;
}

.item .imgsContent .list a {
    display: block;
    width: 360px;
    height: 100px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.item .imgsContent .list:hover {
    box-shadow: 0 0 5px 5px rgba(220, 220, 250, .9);
}

.item .imgsContent .list img {
    display: block;
    /* width: 74px;
    height: 81px; */
    margin-left: 36px;
}

.item .imgsContent .list p {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
    width: 162px;
    margin-left: 90px;
    margin-right: 40px;
    text-align: right;
}

/* 复工复产 */
/* .item .imgsContent.center { */
    /* justify-content: center !important;   */
/* } */

/* .item .imgsContent.center .list { */
    /* margin-left: 14px; */
/* } */



/* 最新的通知与动态显示 */
.tips_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.item .tips_lft,
.item .tips_rgt {
    height: 216px;
    width: 590px;
}

.item .tips_top {
    height: 46px;
    background: linear-gradient(270deg, rgba(228, 239, 253, 1) 0%, rgba(197, 218, 250, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.item .tips_top span {
    font-size: 20px;
    color: rgba(41, 117, 220, 1);
    position: relative;
    margin-left: 66px;
}

.item .tips_top span::before {
    content: url('../images/tips_1.png');
    width: 25px;
    height: 25px;
    position: absolute;
    left: -35px;
    top: 2px;
}

.item .tips_top span.dymaic::before {
    content: url('../images/tips_2.png');
    width: 25px;
    height: 25px;
    position: absolute;
    left: -35px;
    top: 2px;
}

.item .tips_top .more {
    font-size: 16px;
    color: rgba(41, 117, 220, 1);
    line-height: 22px;
    margin-right: 30px;
}

.item .tips_bd {
    height: 256px;
    background-color: #fff;
    padding: 26px 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.item .tips_bd ul li {
    margin-bottom: 20px;
}

.item .tips_bd ul li a {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item .tips_bd ul li a .lft {
    width: 80%;
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item .tips_bd ul li a .rgt {
    min-width: 158px;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    line-height: 22px;
}

.item .tips_bd ul li:hover .lft,
.item .tips_bd ul li:hover .rgt {
    color: rgba(41, 117, 220, 1);
}

/* 媒体查询 */
@media screen and (min-width: 900px) and (max-width: 1199px) {
    .container {
        box-sizing: border-box;
        padding: 0 20px;
        margin: 0 auto;
    }

    .header .banner {
        height: 190px;
    }

    .item .imgsContent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /* 标题 */
    .item .item_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 36px;
    }

    .item .item_title span::after {
        content: '';
        background: url('../images/rgt_title.png') no-repeat;
        position: absolute;
        right: -80px;
        top: 1px;
        width: 60px;
        height: 30px;
    }

    .item .item_title span::before {
        content: '';
        background: url('../images/lft_title.png') no-repeat;
        position: absolute;
        left: -80px;
        top: 3px;
        width: 60px;
        height: 30px;
    }

    /* 每一栏标题 */
    .item .tips_top span {
        font-size: 18px;
    }

    .item .tips_bd ul li a .lft {
        font-size: 16px;
    }

    /* 办事入口 */
    .item .imgsContent .list a {
        width: 440px;
        height: 90px;
    }
}

@media screen and (max-width: 898px) {
    .container {
        box-sizing: border-box;
        padding: 0 10px;
        margin: 0 auto;
    }

    .header .banner {
        height: 130px;
    }

    .item .item_title {
        font-size: 18px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .item .item_title span::after {
        content: '';
        background: url('../images/rgt_title.png') no-repeat;
        position: absolute;
        right: -80px;
        top: 1px;
        width: 0;
        height: 0;
    }

    .item .item_title span::before {
        content: '';
        background: url('../images/lft_title.png') no-repeat;
        position: absolute;
        left: -80px;
        top: 3px;
        width: 0;
        height: 0;
    }

    /* 每一栏标题 */
    .item .tips_top span {
        font-size: 16px;
    }

    .item .tips_top .more {
        font-size: 14px;
    }

    .item .tips_bd {
        height: 200px;
    }

    .item .tips_bd ul li {
        margin-bottom: 10px;
    }

    .item .tips_bd ul li a .lft,
    .item .tips_bd ul li a .rgt {
        font-size: 14px;

    }

    .item .tips_bd ul li a .rgt {
        min-width: 100px;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* 办事入口 */
    .item {
        margin-bottom: 24px;
    }

    .item .imgsContent {
        margin-right: 0;
    }

    .item .imgsContent .list {
        margin-bottom: 16px;
        margin-right: 0;
        width: 100%;
    }

    .item .imgsContent .list img {
        transform: scale(.8);
    }

    .item .imgsContent .list a {
        width: 100%;
        height: 70px;
    }

    .item .imgsContent .list p {
        font-size: 14px;
    }
}