.Article_one {
    overflow: hidden;
    /* padding: 0 30px; */
    box-sizing: border-box;
    display: flex;
/*    margin-top: 32px;*/
}

.news_information {
    /* width: 100%; */
    flex: 1;
/*    background: #fbfbfb;*/
}

.Article_notice {
    width: 405px;
}

/* 模块标题 */
.moduleTitle {
    margin: 32px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moduleTitle .moduleTitle_left {
    display: flex;
    align-items: flex-end;
}

.moduleTitle .moduleTitle_left .moduleTitle_text {
    font-size: 32px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #0b45a1;
    line-height: 1;
    margin: 0 11px 0 20px;
}

/* 标题 更多 */
.Article_top {
    height: 60px;
    display: block;
    /* border-bottom: 1px solid #CCCCCC; */
    background: #f6f9fe;
    border-radius: 4px;
    padding-right: 15px;
    box-sizing: border-box;
}

.Article_top .Article_title {
    width: 133px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #009b4d;
    /* border-bottom: 2px solid #009b4d; */
    height: 60px;
    line-height: 60px;
    background: url('/Areas/Home/Views/Home/PC/1/Themes/img/titleBg.png') no-repeat center center;
    background-size: contain;
}

.Article_top .more_url {
    font-size: 16px;
    font-weight: 400;
    color: #009b4d;
    height: 60px;
    line-height: 60px;
}

/* end */

.news_information_main {
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.Section-dynamic-left {
    width: 602px;
    height: 456px;
    overflow: hidden;
    position: relative;
    margin-right: 12px;
}

.Section-dynamic-left .swiper-container {
    width: 100%;
    height: 100%;
}
.floatRight {
    float: right;
}
.Section-dynamic-left .swiper-slide {
    display: block;
    background-color: #dddddd;
    width: 723px;
    height: 457px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Section-dynamic-left .swiper-button-prev {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 45%;
    left: 10px;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}

.Section-dynamic-left .swiper-button-next {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 45%;
    right: 10px;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}

.Section-dynamic-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
    /* background-color: rgba(33, 99, 230, 0.8); */
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 1;
    line-height: 46px;
    padding: 0 15px;
    box-sizing: border-box;
    display:flex;
    justify-content:space-between;
}
.Section-adv-box .Section-dynamic-pagination {
    background-color: transparent;
}
.dynamic-pagination-title {
    width: 310px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dynamic-pagination-dot {
    padding: 20px 0;
    box-sizing: border-box;
    display:flex;
}

.dynamic-pagination-dot>span {
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all .3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
    behavior: url(/Areas/Home/Views/Home/PC/1/Plugins/PIE-1.0.0/PIE.htc);
}

.dynamic-pagination-dot>span.active {
    background-color: #ffffff;
}

.Section-dynamic-left:hover .swiper-button-next,
.Section-dynamic-left:hover .swiper-button-prev {
    opacity: 1;
}

.Section-dynamic-left:hover .swiper-button-disabled {
    opacity: 0.35;
}

.Article_one_right {
    /* width: 525px; */
    flex: 1;
height:456px;
}

/* 更多 */
._more {
    display: inline-block;
    width: 77px;
    height: 60px;
    background: #e8f6ef;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #009b4d;
    transition: all 0.3s;
}

._more2 {
    font-size: 16px;
    font-weight: 400;
    color: #0b45a1;
    background: #e8f6ef;
    transition: all 0.6s;
}

._more:hover {
    background: #009b4d;
    color:#fff;
}


.Article_one_nav {
    width: 100%;
    font-size: 0;
    position: relative;
    display: flex;
    padding:0 10px;
}

/* .Article_one_nav::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #eeeeee;
    position: absolute;
    left: 50%;
    top: 15px;
} */

    .Article_one_nav li {
        display: inline-block;
        width: 246px;
        height: 60px;
        background: rgba(0,155,77,0.09);
        line-height: 60px;
        text-align: center;
        /* padding: 0 20px; */
        box-sizing: border-box;
        /* overflow: hidden; */
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        color: #333333;
        font-size: 18px;
        font-weight: 700;
        border-radius: 2px;
        margin-right: 2px;
        transition: all 0.3s;
    }

.Article_one_nav li a {
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    display: block;
    transition: all 0.3s;
}

        .Article_one_nav li.active {
            background: #009b4d;
            position: relative;
            color: #fff;
        }

.Article_one_nav li.active::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    /* 反向偏移自身宽高的50% */
    width: 0;
    height: 0px;
    border-width: 6px 6px 0px;
    border-style: solid;
    border-color: #009b4d transparent transparent;
    z-index: 90;
}

.Article_one_nav li.active a {
    color: #ffffff;
    font-weight: 700;
}

.Article_one_data {
    height:calc(100% - 60px);
    overflow:hidden;
    width: 100%;
    box-sizing: border-box;
}

.Article_one_data ul {
    width: 100%;
    /* height: 256px; */
    height: 100%;
    overflow: hidden;
    display: none;
}

.Article_one_data ul.active {
    display: block;
}

.Article_one_data ul li {
    position: relative;
    padding: 13px 0 13px 14px;
}

.Article_one_data ul li:first-child {
/*    padding-top: 0px;*/
}

.Article_one_data ul li:last-child {
    padding-bottom: 0px;
}

.Article_one_data li.active {
    padding-bottom: 11px;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
}

.Article_one_data li.active:first-child {
    border-top: none;
}

.Article_one_data li.active:last-child {
    border-bottom: none;
}

.Article_one_data li.active {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
}


.Article_one_data li.active a .title {
    display: flex;
    flex-direction: column;
}

/* .Article_one_data ul li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #009b4d;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 17px;
    margin-right: 10px;
} */

.Article_one_data ul li a {
    display: inline-block;
}
    .Article_one_data ul li a .title .floatLeft {
        float:left;
    }
    .Article_one_data ul li a .title .text {
        width: 452px;
        font-size: 16px;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.Article_one_data ul li a .title .time {
    width: 45px;
    margin-right: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999;
    word-wrap: break-word;
    /* 旧版浏览器支持 */
    overflow-wrap: break-word;
    /* 标准属性 */
}

.Article_one_data ul li a .describe {
    width: 452px;
    /* margin-top: 4px; */
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* .Article_one_data ul li.active {
    height: auto;
    box-sizing: border-box;
    color: #009b4d;
} */

.Article_one_data ul li:first-child {
    border-top: none;
}

.Article_one_data ul li.active::before {
    display: none;
}

    .Article_one_data ul li.active a .title .text {
        color: #009b4d;
        width: 100%;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        white-space: initial;
    }

.Article_one_data ul li.active a .title .time {
    margin-top: 10px;
    word-wrap: normal;
    /* 旧版浏览器支持 */
    overflow-wrap: normal;
    /* 标准属性 */
}

/* 每日热点 */
.Article_hotSpot {
    height: 112px;
    background: #f6f9fe;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    padding: 0 32px 0 25px;
    box-sizing: border-box;
    border: 1px solid #e4e9ed;
}

.Article_hotSpot ._hotSpot-img {
    width: 107px;
    height: 33px;
}

.Article_hotSpot ._hotSpot-list {
    flex: 1;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
}

.Article_hotSpot ._hotSpot-list ._hotSpot-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Article_hotSpot ._hotSpot-list ._hotSpot-item .itemTitle {
    font-size: 26px;
    font-weight: 700;
    color: #0b45a1;
}

.Article_hotSpot ._hotSpot-list ._hotSpot-item .itemText {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.Article_hotSpot ._hotSpot-list ._hotSpot-item .itemText ._text {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.Article_hotSpot .hotSpotShow {
    display: flex;
    flex-direction: column;
}

.Article_hotSpot .hotSpotShow>div {
    width: 7px;
    height: 7px;
    background: #A9B4CD;
    margin: 3px 0;
    cursor: pointer;
    border-radius: 50%;
}

.Article_hotSpot .hotSpotShow .hotSpotShow-active {
    background: #0C276B;
}

._mf50 {
    margin-left: 50px;
}

/* 通知公告 */
.Article_announcement {
    width: 405px;
    background: #fbfbfb;
    margin-left: 32px;
    box-sizing: border-box;
}

.Article_announcement .announ_title {
    height: 60px;
    background: rgba(94, 140, 230, 0.17);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 0 24px;
    box-sizing: border-box;
}

.Article_announcement .announ_title:hover ._more2 {
    color: rgba(11, 69, 161, 0.6);
}

.Article_announcement .Article_announcement_data {
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.Article_announcement .Article_announcement_data ul {
    width: 100%;
    /* height: 256px; */
    height: 338px;
    overflow: hidden;
    margin-top: 21px;
}

.Article_announcement .Article_announcement_data ul li {
    position: relative;
    padding: 13px 14px 5px 14px;
}

.Article_announcement .Article_announcement_data ul li:first-child {
    padding-top: 0px;
}

.Article_announcement .Article_announcement_data ul li:last-child {
    padding-bottom: 0px;
}

.Article_announcement .Article_announcement_data li.active {
    padding-bottom: 11px;
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
}

.Article_announcement .Article_announcement_data li.active:first-child {
    border-top: none;
}

.Article_announcement .Article_announcement_data li.active:last-child {
    border-bottom: none;
}

.Article_announcement .Article_announcement_data li.active {
    border-top: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
}


.Article_announcement .Article_announcement_data li.active a .title {
    display: flex;
    flex-direction: column;
}

.Article_announcement .Article_announcement_data ul li a {
    display: inline-block;
}

.Article_announcement .Article_announcement_data ul li a .title .text {
    width: 316px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Article_announcement .Article_announcement_data ul li a .title .time {
    width: 45px;
    margin-right: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #999999;
    word-wrap: break-word;
    /* 旧版浏览器支持 */
    overflow-wrap: break-word;
    /* 标准属性 */
}

.Article_announcement .Article_announcement_data ul li a .describe {
    width: 316px;
    /* margin-top: 4px; */
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.Article_announcement .Article_announcement_data ul li:first-child {
    border-top: none;
}

.Article_announcement .Article_announcement_data ul li.active::before {
    display: none;
}

.Article_announcement .Article_announcement_data ul li.active a .title .text {
    color: #009b4d;
    width: 100%;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: initial;
}

.Article_announcement .Article_announcement_data ul li.active a .title .time {
    margin-top: 10px;
    word-wrap: normal;
    /* 旧版浏览器支持 */
    overflow-wrap: normal;
    /* 标准属性 */
}

/* 图片广告轮播 */
.columnTopic {
    width: 100%;
    height: 106px;
    background: #eff3f9;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.columnTopic .columnTopic_title {
    margin-right: 14px;
    width: 91px;
    height: 102px;
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #009b4d;
    background: url('/Areas/Home/Views/Home/PC/1/Themes/img/titleBg2.png') no-repeat center center;
    background-size: contain;
    display: flex;
    align-items: center;
    letter-spacing: 4.8px;
    padding: 0px 16px 0px 17px;
    box-sizing: border-box;
}

/* 图片广告轮播 */
.Article_img_banner {
    margin-top: 32px;
    /* padding: 0 30px; */
    box-sizing: border-box;
}

.Article_img_banner .swiper-container {
    width: 100%;
    height: 110px;
    overflow: hidden;
}

.Article_img_banner .swiper-container .swiper-slide {
    display: block;
    width: 348px;
    height: 110px;
    overflow: hidden;
}

.Article_img_banner .swiper-container .swiper-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
}

.Article_img_banner .swiper-container .swiper-slide:hover .img {
    transform: scale(1.1);
}

.Article_img_banner .swiper-button-prev {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 45%;
    left: 10px;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.Article_img_banner .swiper-button-next {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 45%;
    right: 10px;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
    /* background-color: rgba(0, 0, 0, 0.1); */
}

.Article_img_banner:hover .swiper-button-prev,
.Article_img_banner:hover .swiper-button-next {
    opacity: 1;
}

/* 广告 */
.header-top-banner {
    /* width: 100%; */
    /*height: 160px;*/
    margin: 32px auto;
    margin-bottom: 18px;
}

.header-top-banner .swiper-container {
    width: 100%;
    height: 180px;
}

.header-top-banner .swiper-slide {
    width: 100%;
    height: 100%;
}

.header-top-banner .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 健康资讯 */
.Article_three {
    overflow: hidden;
    /* padding: 0 30px; */
    box-sizing: border-box;
    display: flex;
    margin-bottom: 32px;
}

.Article_flex {
    display: flex;
    align-items: center;
    height: 60px;
    background: transparent;
    border-radius: 0px;
    border: none;
    padding-right: 0px;
    box-sizing: border-box;
}

.Article_three_left {
    width: 100%;
    /* margin-top: 10px; */
    /* background: #f9f9f9; */
}

.Article_three_left_nav {
    flex: 1;
    /* padding: 0 20px; */
    box-sizing: border-box;
}

.Article_three_left_nav ul {
    width: 100%;
    font-size: 0;
    /* border: 1px solid #eeeeee; */
    box-sizing: border-box;
    /*padding: 2px 2px 0;
    background: linear-gradient(90deg, #699afb, #009b4d);*/
}

.Article_three_left_nav ul li {
    width: 466px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin-right: 2px;
    cursor: pointer;
    background: rgba(94, 140, 230, 0.17);
    border-radius: 2px;
    margin-right: 2px;
    transition: all 0.3s;
}

.Article_three_left_nav ul li a {
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    display: block;
    transition: all 0.3s;
    text-align: center;
}

.Article_three_left_nav ul li.active {
    background: #009b4d;
    position: relative;
}

.Article_three_left_nav ul li.active a {
    color: #ffffff;
}

.Article_three_left_nav ul li.active::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0px;
    border-width: 6px 6px 0px;
    border-style: solid;
    border-color: #009b4d transparent transparent;
    z-index: 100;
}


.Article_three_left_main {
    width: 100%;
    /* height: 361px; */
    /* height: 340px; */
    /* border: 1px solid #eeeeee; */
    border-top: none;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

.Article_three_left_main.active {
    display: block;
}

.Article_three_left_main_top {
    width: 100%;
    padding: 20px 12px;
    box-sizing: border-box;
}

.Article_three_left_main_top ul {
    width: 860px;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.Article_three_left_main_top ul li {
    display: inline-block;
    margin-left: 20px;
}

.Article_three_left_main_top ul li:first-child {
    margin-left: 0;
}

.Article_three_left_main_top ul li a {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #ECF2FC;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*border: 1px solid #009b4d;*/
    font-weight: 400;
}


.Article_three_left_main_top ul li.active a {
    background-color: #009b4d;
    color: #ffffff;
    font-weight: 700;
}

.Article_three_left_main_top .more_url {
    display: inline-block;
    font-size: 16px;
    color: #009b4d;
    height: 40px;
    line-height: 40px;
}

.Article_three_left_main_item {
    width: 100%;
    height: 267px;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box;
}

.Article_three_left_main_item ul {
    width: 100%;
    height: 100%;
    font-size: 0;
    display: none;
}

.Article_three_left_main_item ul.active {
    display: block;
}

.Article_three_left_main_item ul li {
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 0;
    margin-bottom: 18px;
    /* padding: 0 20px; */
    box-sizing: border-box;
}

/* .Article_three_left_main_item ul li:nth-child(2n) {
    text-align: right;
} */

.Article_three_left_main_item ul li .title {
    display: inline-block;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.Article_three_left_main_item ul li .title .text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    width: 390px;
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.Article_three_left_main_item ul li .title .text .title_con {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
}

.Article_three_left_main_item ul li .title .text .title_con2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 370px;
}

.Article_three_left_main_item ul li .title .time {
    font-size: 14px;
    color: #999999;
    height: 20px;
    line-height: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Light;
    font-weight: 300;
}

._zhuti {
    margin-left: 32px;
    background-color: #ffffff;
}

._zhuti .Article_top {
    height: 60px;
    background: rgba(94, 140, 230, 0.17);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 0 24px;
    box-sizing: border-box;
}

._zhuti .Article_top:hover ._more2 {
    color: rgba(11, 69, 161, 0.6);
}

._zhuti .Article_top .Article_title2 {
    font-size: 18px;
    font-weight: 700;
    color: #009b4d
}

._jianshe {
    margin-left: 32px;
    background-color: #FBFBFB;
}

._jianshe .Article_top {
    height: 60px;
    background-image: url('/Areas/Home/Views/Home/PC/1/Themes/img/tqjs.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    padding: 0 24px;
    box-sizing: border-box;
}

._jianshe .Article_top:hover ._moreJi {
    color: rgba(255, 255, 255, 0.6);
}

._jianshe .Article_top .Article_title2 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff
}

._jianshe .Article_top ._moreJi {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    transition: all 0.6s;
}

/* 政务信息 */
.Article_new {
    overflow: hidden;
    /* padding: 0 30px; */
    box-sizing: border-box;
    display: flex;
}

/* 健康提示 */
.Article_health_hint {
    width: 100%;
}

.Article_health_hint ul {
    width: 100%;
    overflow: hidden;
    margin-top: 16px;
    padding: 0 12px;
    box-sizing: border-box;
}

.Article_health_hint ul li {
    width: 100%;
    margin-bottom: 16px;
    /* padding: 0 10px; */
    box-sizing: border-box;
}

/* .Article_health_hint ul li:first-child {
    margin-top: 14px;
} */

.Article_health_hint ul li.active:first-child {
    margin-top: 0;
}

.Article_health_hint ul li:last-child {
    margin-bottom: 0;
}

.Article_health_hint ul li a {
    /* display: inline-block; */
    width: 100%;
}

.Article_health_hint ul li a .img {
    width: 100%;
    height: 159px;
    display: none;
    overflow: hidden;
}

.Article_health_hint ul li a .img .img {
    transition: all 0.6s;
}

.Article_health_hint ul li:hover a .img .img {
    transform: scale(1.1);
}

.Article_health_hint ul li a .title {
    width: 100%;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}

.Article_health_hint ul li.active {
    border-bottom: 1px dashed #cccccc;
}

.Article_health_hint ul li.active a .img {
    display: block;
    object-fit: cover;
}

.Article_health_hint ul li.active a .title {
    font-weight: bold;
    height: 50px;
    line-height: 50px;
}

.Article_health_hint ul li.active a .title::before {
    display: none;
}


/* 健康主题 */
.illness_index {
    overflow: hidden;
    border-radius: 2px;
    font-size: 0;
    height: 60px;
    background-color: #F6F9FE;
    display: flex;
    align-items: center;
}

.illness_index .text {
    width: 127px;
    height: 60px;
    line-height: 60px;
    background: url('/Areas/Home/Views/Home/PC/1/Themes/img/jbjs.png') no-repeat center center;
    background-size: cover;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.illness_index .text .serach_Img {
    width: 19px;
    height: 15px;
    margin-right: 8px;
}

.illness_index ul {
    display: inline-block;
    font-size: 0;
    padding: 0 24px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.illness_index ul li {
    display: inline-block;
    font-size: 0;
}

.illness_index ul li a {
    display: inline-block;
    /* width: 26px; */
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.illness_index ul li a:hover {
    color: #009b4d;
}

.Article_health_main ul {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Article_health_main ul li {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}

.Article_health_main ul li:hover {
    transform: scale(1.1);
}

.Article_health_main ul li:first-child {
    margin-left: 0;
}

.Article_health_main ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 184px;
}

.Article_health_main ul li a .text {
    margin-top: 120px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
}

.Article_material {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 20px;
}

.Article_material a {
    width: 322px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 21px 32px 28px 25px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
}

.Article_material a:hover .title_img {
    transform: translateX(10px);
}

.Article_material a .my_title {
    flex: 1;
}

.Article_material a .my_title .title_self {
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffffff;
}

.Article_material a .title_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.6s;
    margin-top: 6px;
}

.Article_material a .my_Name {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 9px;
}

/* 信息公开 党群建设 */
.Article_five {
    /* padding: 0 30px; */
    box-sizing: border-box;
}

.Article_five .Article_three_left_nav ul {
    background: none;
    border: 1px solid #eeeeee;
    padding: 0;
}

.Article_five .Article_three_left_nav ul li {
    width: 33.33%;
    position: relative;
}

.Article_five .Article_three_left_nav ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: 30px;
    background: #eeeeee;
}

.Article_five .Article_three_left_nav ul li.active::before {
    content: "";
    position: absolute;
    left: 155px;
    bottom: -1px;
    width: 0;
    height: 0;
    border-width: 0 15px 17px;
    border-style: solid;
    border-color: transparent transparent #F9F9F9;
}

.Article_five .Article_three_left_nav ul li:first-child::after {
    display: none;
}

.Article_five .Article_three_left_nav ul li a {
    color: #000000;
    background-color: #ffffff;
}

.Article_five .Article_three_left_nav ul li.active a {
    color: #ffffff;
    background-color: #009b4d;
    z-index: 1;
    position: relative;
}

.Article_five .Article_three_left_main {
    display: none;
}

.Article_five .Article_three_left_main.active {
    display: block;
}

.Article_five .Article_three_left_main_item ul {
    display: none;
}

.Article_five .Article_three_left_main_item ul.active {
    display: block;
}

.Article_five .Article_three_left_main_item ul li {
    width: 100%;
}

.Article_five .Article_three_left_main_item ul li .title .text {
    width: 825px;
}

.Article_five .Article_three_left_main_item ul li .title .text .classify {
    font-size: 16px;
    color: #009b4d;
    display: inline-block;
}

.Article_five .Article_three_left_main_item ul li .title .text .title_con {
    display: inline;
    font-size: 16px;
    color: #000000;
}

.Article_five .Article_notice .Article_top .Article_title {
    color: #E11614;
    border-color: #E11614;
}

.Article_five .Article_notice .Article_top .more_url {
    color: #E11614;
}

.Article_five .Article_health_hint ul li a .title::before {
    background-color: #E11614;
}

.Article_five .Article_three_left_main_top ul li a {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
    font-weight: 400;
}

.Article_five .Article_three_left_main_top ul li.active a {
    background-color: #009b4d;
    border: 1px solid #009b4d;
    color: #ffffff;
    font-weight: bold;
}


/* 疾控服务 */
.Article_img_data {
    /* padding: 0 30px; */
    box-sizing: border-box;
}

.Article_img_data ._news {
    width: 100%;
}

.Article_img_data_main {
    display: flex;
}

.Article_img_data_main ._zjjs {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 441px;
    height: 296px;
    border-radius: 2px;
    padding: 37px 40px 36px 31px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
   justify-content:space-between;
}

.Article_img_data_main ._zjjs .my_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffffff;
}

.Article_img_data_main ._zjjs .my_title ._getmore {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
}

.Article_img_data_main ._zjjs .my_Name {
    opacity: 0.5;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    margin-top: 10px;
    color: #FFFFFF;
}

.Article_img_data_main ._zjjs ._img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.Article_img_data_main ._zjjs ._img>img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: all 0.3s;
}

.Article_img_data_main ._zjjs:hover ._img>img {
    transform: translateX(10px);
}

.Article_img_data_main ._zjjs ._Expert {
    flex: 1;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list {
    flex: 1;
    display: flex;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item {
    width: 100%;
    height: 156px;
    background: #ffffff;
    border-radius: 2px;
    padding: 12px 13px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item ._item-img {
    width: 95px;
    height: 132px;
    transition: all 0.3s;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item ._item-con {
    flex: 1;
    margin-left: 12px;
    height: 100%;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item ._item-con ._con-top ._span1 {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #333333;
    transition: all 0.3s;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item ._item-con ._con-top ._span2 {
    font-size: 13px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item ._item-con .des {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;

    width: 337px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item ._item-con .btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #009b4d;
    line-height: 2;
    margin-top: 44px;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item ._item-con .btn ._btnImg {
    margin-left: 8px;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item:hover ._btnImg {
    transform: translateX(4px);
}

.Article_img_data_main ._zjjs ._Expert ._Expert-list ._Expert-item:hover ._item-con ._con-top ._span1 {
    color: #009b4d;
}

.Article_img_data_main ._zjjs ._Expert .slideshow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Article_img_data_main ._zjjs ._Expert .slideshow>div {
    width: 6px;
    height: 6px;
    background: #164978;
    border-radius: 3px;
    margin: 0 3px;
    cursor: pointer;
}

.Article_img_data_main ._zjjs ._Expert .slideshow .slideshow-active {
    width: 19px;
    height: 6px;
    background: #92aec4;
    border-radius: 3px;
}



.Article_img_data_main ul {
    flex: 1;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.Article_img_data_main ul li {
    display: inline-block;
    width: 440px;
    height: 137px;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 22px;
    margin-left: 22px;
}

.Article_img_data_main ul li:first-child {
    margin-top: 0px;
}

.Article_img_data_main ul li:nth-child(2) {
    margin-top: 0px;
}

.Article_img_data_main ul li a {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 36px 0 30px;
    box-sizing: border-box;
    display: flex;
}

.Article_img_data_main ul li a:hover .title_img {
    transform: translateX(10px);
}

.Article_img_data_main ul li a .my_title {
    flex: 1;
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffffff;
}

.Article_img_data_main ul li a .title_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transition: all 0.3s;
}

.Article_img_data_main ul li a .my_Name {
    opacity: 0.5;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    margin-top: 10px;
    color: #FFFFFF;
}

.Article_img_data_main ul li a .my_Name1,
.Article_img_data_main ul li a .my_title .title_self1 {
    color: #133D84;
}

.Article_img_data_main ul li a .my_Name2,
.Article_img_data_main ul li a .my_title .title_self2 {
    color: #10505E;
}

.Article_img_data_main ul li a .my_Name3,
.Article_img_data_main ul li a .my_title .title_self3 {
    color: #781919;
}

.Article_img_data_main ul li a .my_Name4,
.Article_img_data_main ul li a .my_title .title_self4 {
    color: #6D2206;
}

.Article_img_data_main ul li a .my_Name5,
.Article_img_data_main ul li a .my_title .title_self5 {
    color: #131B84;
}

/* 中心挂靠 */
.Article_img_data {
    /* padding: 0 30px; */
    box-sizing: border-box;
}

.Article_data_main {
    width: 100%;
}

.Article_data_main ul {
    font-size: 0;
    margin-top: 15px;
}

.Article_data_main ul li {
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 20px;
    vertical-align: top;
}

.Article_data_main ul li:first-child,
.Article_data_main ul li:nth-child(7n-6) {
    margin-left: 0;
}

.Article_data_main ul li a {
    display: block;
    width: 181.5px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    background: #f3f7ff;
    border: 1px solid #c0d4fb;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s;
}

.Article_data_main ul li:hover a {
    border: 1px solid #009b4d;
    color: #ffffff;
    background-color: rgba(33, 99, 230, 1);
}

/* 互动交流 */
._communication {
    margin-top: 32px;
    height: 128px;
    border-radius: 2px;
    /* background-color: #c0d4fb; */
    background: url('/Areas/Home/Views/Home/PC/1/Themes/img/jlBg.png') no-repeat center;
    background-size: contain;
    padding: 14px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

._communication ._comImg {
    width: 92px;
    height: 77px;
    margin-right: 30px;
}

.Article_communication {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Article_communication a {
    width: 304px;
    height: 100px;
    background: rgba(249, 249, 249, 0.7);
    border-radius: 4px;
    display: flex;
    padding: 22px 30px;
    box-sizing: border-box;
}

.Article_communication a ._comImg {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    transition: all 1s;
}

.Article_communication a:hover ._comImg {
    transform: rotateY(360deg);
}

.Article_communication a .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.Article_communication a .title .title_self {
    font-size: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    color: #333333;
}

.Article_communication a .title .name {
    opacity: 0.5;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333333;
}

/* hover */
.Article_one_data ul li:hover a .title .text,
.Article_notice_data ul li:hover a .title .text,
.Article_three_left_main_item ul li:hover .title .text,
.Article_health_main ul li:hover a .text,
.Article_five .Article_three_left_main_item ul li:hover .title .text .title_con,
.Article_health_hint ul li:hover a .title {
    color: #009b4d;
}

.Article_five .Article_health_hint ul li:hover a .title {
    color: #E11614;
}




.Section-adv-box .swiper-container {
    width: 100%;
    height: 100%;
}

.Section-adv-box .swiper-slide {
    display: block;
    background-color: #dddddd;
    width: 100%;
    height: 160px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.Section-adv-box .swiper-button-prev {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 45%;
    left: 10px;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}

.Section-adv-box .swiper-button-next {
    background-image: url(/Areas/Home/Views/Home/PC/1/Themes//Images/fontIcon/swiper_arrow_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: 45%;
    right: 10px;
    width: 42px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
}

.Section-adv-box-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
    /* background-color: rgba(33, 99, 230, 0.8); */
    background-color: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    z-index: 2;
    line-height: 46px;
    padding: 0 15px;
    box-sizing: border-box;
}

.Section-adv-box .Section-adv-box-pagination {
    background-color: transparent;
}

.Section-adv-box-title {
    width: 310px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Section-adv-box-dot {
    padding: 20px 0;
    box-sizing: border-box;
}

    .Section-adv-box-dot > span {
        width: 6px;
        height: 6px;
        background-color: rgba(0, 0, 0, 0.3);
        transition: all .3s;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-left: 8px;
        cursor: pointer;
        position: relative;
        behavior: url(/Areas/Home/Views/Home/PC/1/Plugins/PIE-1.0.0/PIE.htc);
    }

        .Section-adv-box-dot > span.active {
            background-color: #ffffff;
        }

.Section-adv-box-left:hover .swiper-button-next,
.Section-adv-box-left:hover .swiper-button-prev {
    opacity: 1;
}

.Section-adv-box-left:hover .swiper-button-disabled {
    opacity: 0.35;
}
.navbar-toggle .icon-bar{
    background:#fff!important;
}