.subject_box {
    width: 1200px;
    height: auto;
    margin-top: 10px;
}

.subject_box img {
    width: 1200px;
}

.hot_news_box {
    width: 1200px;
    height: 99px;
    position: relative;
}

.hot_news {
    width: 1200px;
    height: 90px;
    border: 1px solid #91A9BD;
    margin-top: 20px;
    text-align: center;
}

.hot_news_box .img {
    height: 99px;
    position: absolute;
    left: 0;
    top: -7px;
}

.hot_news h3 {
    font-size: 28px;
    color: #0F5293;
    font-weight: bold;
}

.hot_news h3 a {
    color: #0F5293;
    margin: 10px auto;
    width: 90%;
    height: 38px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_news p {
    font-size: 14px;
}

.hot_news p a {
    color: #0F5293;
}

.hot_news p span {
    color: #0F5293;
    margin: 0 5px;
}

.hot_news  a{
    color: #0F5293;
}
.swiper_focus {
    width: 700px;
    height: 340px;
}

.swiper_focus .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper_focus .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_focus .swiper-slide p {
    width: 100%;
    height: 56px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(23, 23, 33, 0.9) 100%);
    line-height: 56px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}

.swiper_focus .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 20%;
    left: auto;
    right: 20px;
    text-align: right;
    bottom: 16px;
}

.swiper_focus .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper_focus .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.tab_news {
    width: 470px;
    height: 340px;
}

.tab_title {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #0F5293;
}

.tab_title a {
    display: block;
    float: left;
    margin-right: 30px;
    font-size: 20px;
    color: #0F5293;
    height: 43px;
}

.tab_title a:last-child {
    margin-right: 0;
}

.tab_title a.on {
    font-weight: bold;
    border-bottom: 3px solid #0F5293;
}

.tab_content {
    height: 350px;
    margin-top: 10px;
}

.tab_content ul {
    display: none;
}

.tab_content ul.on {
    display: block;
}

.tab_content ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/dian.png) left center no-repeat;
    text-indent: 20px;
}

.tab_content ul li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 87%;
    display: block;
    float: left;
}

.tab_content ul li span {
    float: right;
    font-size: 14px;
    color: #818181;
}
.tab_content ul li:hover a,.advice_content ul li:hover a,.group_list ul li:hover a, .material_list ul li:hover a{
    color: #0F5293;
}
.column_title {
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #0F5293;
    position: relative;
}

.column_title span {
    font-size: 22px;
    font-weight: bold;
    color: #0F5293;
    border-bottom: 3px solid #0F5293;
    display: inline-block;
    height: 43px;
    line-height: 43px;
}

.column_content {
    height: 126px;
    margin-top: 10px;
    overflow: hidden;
}

.column_content .column_Swiper .swiper-slide {
    width: 293px;
    height: 126px;
}

.column_content .column_Swiper .swiper-slide img {
    width: 293px;
    height: 126px;
}

.column_Swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/left.png) center 4px no-repeat rgba(0, 0, 0, 0.20);
    background-size: contain;
    left: 0;
}

.column_Swiper .swiper-button-prev:after {
    content: '';
}

.column_Swiper .swiper-button-next {
    width: 42px;
    height: 42px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/right.png) center 0 no-repeat rgba(0, 0, 0, 0.20);
    background-size: contain;
    right: 0;
}

.column_Swiper .swiper-button-next:after {
    content: '';
}

.recommend_content {
    height: 260px;
}

.big_recommend {
    float: left;
    width: 293px;
    height: 260px;
}

.small_recommend {
    width: 614px;
}

.big_recommend img {
    width: 100%;
    height: 100%;
}

.big_recommend:last-child {
    float: right;
}

.small_recommend span {
    width: 293px;
    height: 124px;
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.small_recommend span:nth-child(3),
.small_recommend span:nth-child(4) {
    margin-top: 12px;
}

.small_recommend img {
    width: 100%;
    height: 100%;
}

.big_bg {
    margin-top: 30px;
    background: #F4F9FD;
    height: 460px;
    padding-top: 1px;
    width: 100%;
}

.advice_item {
    width: 386px;
    margin-top: 30px;
}

.advice_content {
    width: 100%;
    height: 353px;
    background: #fff;
    padding-top: 1px;
}

#certify {
    position: relative;
    width: 340px;
    margin-top: 15px;
    margin-left: 25px;
    z-index: 9999;
    overflow: hidden;
    height: 165px;
}

#certify .swiper-slide {
    width: 238px;
    height: 141px;
}

#certify .swiper-slide img {
    display: block;
    width: 238px;
    height: 141px;
    object-fit: cover;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #0F5293;
    width: 7px;
    height: 7px;
    opacity: 0.3;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #0F5293;
    ;
    opacity: 1;
}

.advice_content ul {
    margin-top: 15px;
}

.advice_content ul li {
    width: 353px;
    margin-left: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/dian.png) left center no-repeat;
    text-indent: 20px;
}

.advice_content ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.write_column {
    width: 135px;
    height: 35px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/write.png) 10px 10px no-repeat #0F5293;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    background-size: auto 48%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    text-indent: 20px;
}

.group_left {
    width: 790px;
    margin-top: 20px;
}

.group_content {
    padding-top: 10px;
}

#map_area {
    width: 380px;
    height: 363px;
}

.focus_group{
    margin-top: 10px;
}

.focus_group,
.focus_group img {
    width: 380px;
    height: 320px;
}

.group_list {
    width: 370px;
    height: 363px;
}

.group_gg {
    width: 100% !important;
    height: auto !important;
    margin-top: 10px;
}

.group_gg ul {
    display: none;
}

.group_gg ul.on {
    display: block;
}

.group_list ul li,
.material_list ul li {
    height: 38px;
    line-height: 38px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/blue_dian.png) left center no-repeat;
    width: 100%;
    font-size: 16px;
    text-indent: 20px;
}

.group_list ul li a,.material_list ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_item {
    display: none;
}

.group_item.on {
    display: block;
}

.group_news {
    width: 332px !important;
    margin-top: 20px;
}

.history_box {
    width: 560px;
    margin-top: 20px;
}

.history_box .column_title .write_column {
    background: url(https:/file.hnzx.gov.cn/4500000001/img/write_blue.png) 10px 10px no-repeat;
    border: 1px solid #0F5293;
    color: #0F5293;
}

.history_title {
    margin-top: 20px;
}

.history_title a {
    display: inline-block;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    background: #D3E7F6;
    color: #0F5293;
    font-size: 17px;
    margin-right: 10px;
}

.history_title a:last-child {
    margin-right: 0;
}

.history_title a.on {
    background-color: #0F5293;
    color: #fff;
}

.history_con {
    width: 600px;
    height: 310px;

    padding-top: 1px;
}

.history_item {
    display: none;
    margin-top: 20px;
}

.history_item.on {
    display: block;
}

.hn_history {
    background: url(https:/file.hnzx.gov.cn/4500000001/img/history_bg.png) center bottom no-repeat;
    background-size: contain;
    width: 560px;
    height: 290px;
}

.hn_history .hn_hisImg {
    width: 163px;
    height: 249px;
    display: block;
    float: left;
    margin-left: 34px;
}

.hn_history .hn_hisImg img{
    width: 163px;
    height: 249px;
}
.hn_history ul {
    width: 310px;
    float: left;
    margin-left: 20px;
}

.hn_history ul li:first-child {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    background: none;
    text-indent: 0
}

.hn_history ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hn_history ul li {
    font-size: 16px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/book.png) left center no-repeat;
    text-indent: 20px;
    height: 30px;
    line-height: 30px;
}

.hn_history ul li a {
    color: #0F5293;
}

.book_box {
    margin-top: 41px;
    width: 600px;
    height: 275px;
}

.book_box img {
    width: 600px;
}

.theory_box {
    width: 560px;
    margin-top: 20px;
}

.diagram_box {
    width: 380px;
}

.diagram_title {
    height: 35px;
    line-height: 35px;
}

.diagram_title img {
    width: 29px;
    margin-right: 8px;
}

.diagram_title a {
    font-size: 22px;
    color: #0F5293;
    font-weight: 600;
    vertical-align: middle
}

.diagram_info {
    height: 583px;
    margin-top: 20px;
    width: 380px;
}

.diagram_info .diagram_swiper {
    width: 380px;
    height: 484px;
}

.diagram_info .diagram_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.diagram_swiper .swiper-button-next {
    width: 42px;
    height: 42px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/right.png) center 0 no-repeat rgba(0, 0, 0, 0.20);
    background-size: contain;
    right: 0;
}

.diagram_swiper .swiper-button-prev {
    width: 42px;
    height: 42px;
    background: url(https:/file.hnzx.gov.cn/4500000001/img/left.png) center 4px no-repeat rgba(0, 0, 0, 0.20);
    background-size: contain;
    left: 0;
}

.diagram_swiper .swiper-button-prev:after {
    content: '';
}

.diagram_swiper .swiper-button-next:after {
    content: '';
}

.video_box {
    width: 350px;
    margin-left: 40px;
}

.video_list {
    width: 350px;
    height: 254px;
    margin-top: 20px;
    position: relative;
}

.video_list img {
    width: 100%;
    height: 100%;
}

.video_list p {
    width: 100%;
    height: 64px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.8;
    /* text-indent: 15px; */
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    box-sizing: border-box;
}

.magazine_box {
    width: 390px;
}

.magazine_title {
    margin-top: 20px;
    height: 47px;
    position: relative;
    width: 100%;
}

.magazine_title ul {
    width: 100%;
    height: 40px;
    background: #DEEAF4;
    border-bottom: 1px solid rgba(15, 82, 147, 1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.magazine_title ul li {
    width: 85px;
    text-align: center;
    line-height: 40px;
    color: #0F5293;
    height: 40px;
    float: left;
    font-size: 18px;
    cursor: pointer;
}

.magazine_title ul li.on {
    background: #0F5293;
    line-height: 47px;
    height: 47px;
    color: #fff;
    margin-top: -7px;
    border-radius: 10px 10px 0 0;
    font-size: 18px;
}

.magazine_title a {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    bottom: 0;
    z-index: 999;
    color: #0F5293;
    display: block;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
}

.magazine_con {
    width: 100%;
    height: 275px;
    background: #F4F9FD;
    padding-top: 1px;
}

.magazine_item {
    width: 355px;
    margin: 30px auto 0;
    display: none;
}

.magazine_item.on {
    display: block;
}

.magazine_item img {
    width: 168px;
    height: 215px;
    float: left;
}

.magazine_right {
    width: 165px;
    height: 215px;
}

.magazine_right h3 {
    font-size: 19px;
    color: #0F5293;
    font-weight: 600;
}

.magazine_right p {
    font-size: 16px;
    color: #0F5293;
    letter-spacing: 0;
    margin-top: 10px;
}

.magazine_right img {
    margin-top: 10px;
    width: 127px;
    height: auto;
}

.ewm_code {
    width: 390px;
    height: 245px;
    margin-top: 17px;
}

.ewm_code img {
    width: 390px;
}


/* 适老化 */
.oldModel .hot_news_box{height: auto;}
.oldModel .hot_news{height: 150px;}
.oldModel .hot_news h3{font-size: 56px;}
.oldModel .hot_news h3 a{height: 72px;width: 85%;}
.oldModel .hot_news span{width: 48%;height: 45px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.oldModel .hot_news span a{font-size: 22px;}
.oldModel .hot_news_box .img{height: 161px;top: -10px;}
.oldModel .swiper_focus{width: 100%;height: 600px;}
.oldModel .swiper_focus .swiper-slide p{font-size: 32px;}
.oldModel .tab_news{width: 100%!important;height: auto;margin-top: 30px;}
.oldModel .tab_title a{font-size: 28px;}
.oldModel .tab_content ul li{font-size: 30px;height: 50px;line-height: 50px;}
.oldModel .tab_content ul li span{font-size: 24px;}
.oldModel .column_title span{font-size: 28px;}
.oldModel .big_bg{height: auto;}
.oldModel .advice_item{width: 100%;margin-left: 0;}
.oldModel .advice_content{height: auto;}
.oldModel #certify{width: 100%;height: 330px;margin-left: 0;}
.oldModel #certify .swiper-slide{width: 800px;height: 300px;}
.oldModel #certify .swiper-slide img{width: 800px;height: 300px;object-fit: cover;}
.oldModel .advice_content ul li{width: 1170px;height: 50px;line-height: 50px;font-size: 30px;}
.oldModel .advice_content ul{padding-bottom: 15px;}
.oldModel .group_left{width: 100%;}
.oldModel .group_list{width: 800px;height: auto;}
.oldModel .group_list ul li,.oldModel .material_list ul li{height: 50px;line-height: 50px;font-size: 30px;}
.oldModel .history_box{width: 100%;}
.oldModel .history_title a{height: 45px;line-height: 45px;font-size: 28px;}
.oldModel .history_con{width: 100%;height: auto;}
.oldModel .history_item{width: 100%;}
.oldModel .hn_history ul{width: 70%;margin-left: 35px;}
.oldModel .hn_history{height: 390px;}
.oldModel .hn_history ul li{height: 45px;line-height: 45px;font-size: 30px;}
.oldModel .theory_box{margin-top: 85px;width: 100%;}
.oldModel .video_list p{font-size: 18px;}
.oldModel .ta_con .advice_content{height: auto;}