@font-face {
    font-family: 'YanShiXiaXingKai';
    src: url(http://www.hanyang.gov.cn/material/2022/font/YanShiXiaXingKai.ttf);
}

.banner {
    height: calc(100vh -166px);
    margin-top: 166px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
}

.swiper-slide a i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}

.swiper-slide .img1 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .img2 {
    display: none;
    margin-top: -2px;
}

.banner .swiper-slide .banner_text {
    position: absolute;
    width: 80%;
    height: 130px;
    bottom: 50%;
    left: 50%;
    margin-left: -40%;
    margin-bottom: -130px;
    color: azure;
}

.banner .swiper-slide .banner_text p {
    text-align: left;
    color: #fff;
    line-height: 50px;
    font-size: 66px;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 'YanShiXiaXingKai';
}

.banner .swiper-slide .banner_text .baText {
    text-align: left;
    width: 100%;
    height: 60px;
    top: 0;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    letter-spacing: 3px;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
    left: 3%;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
    right: 3% !important;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 52px !important;
    height: 52px !important;
    border: 1px solid #c6c6c6;
    transition: all 0.5s;
}

.banner .swiper-button-prev {
    background: url(../images/sy/banner/swiper_prev.png) center no-repeat;
}

.banner .swiper-button-next {
    background: url(../images/sy/banner/swiper_next.png) center no-repeat;
}

.banner .swiper-button-prev:hover {
    background: #c00505 url(../images/sy/banner/swiper_prev.png) center no-repeat;
    border: 1px solid #c00505;
}

.banner .swiper-button-next:hover {
    background: #c00505 url(../images/sy/banner/swiper_next.png) center no-repeat;
    border: 1px solid #c00505;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 28px;
}

.banner .swiper-pagination-bullet {
    width: 46px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0);
}

.banner .swiper-pagination-bullet-active {
    color: #ffd02c;
    background: url(../images/sy/banner/swiper_pagination.png) center no-repeat;
}

/* content */
.content {
    overflow: hidden;
    background: url(../images/sy/content/back.png) center no-repeat;
    background-size: cover;
}

/* 板块一 */
.list1 {
    width: 100%;
    background: url(../images/sy/content/list1/list_bac.png) left center no-repeat;
    margin-top: 58px;
    padding-bottom: 10px;
}

/* 焦点图 */
.liBanner {
    width: 56%;
    height: 490px;
}

.liBanner .banner_list {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0px;
    font-size: 20px;
    text-align: left;
    background: rgba(0, 0, 0, 0.2)
}

.liBanner .banner_list a {
    padding-left: 2rem;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    width: 72%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liBanner .swiper-pagination {
    bottom: 23px;
    right: 0 !important;
    width: 27%;
    left: auto;
}

.liBanner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.liBanner .swiper-pagination-bullet-active {
    background-color: #d71221;
    width: 30px;
}

.liBanner .swiper-slide img {
    width: 100%;
    height: 100%;
}

/* 右侧新闻列表 */
.tab {
    width: 42%;
}

.list1 .tab .tab-tit .list-item {
    position: relative;
    float: left;
    margin-right: 1.5rem;
    width: 85px;
    height: 57px;
}

.list1 .tab .tab-tit .list-item em {
    font-family: 'YanShiXiaXingKai';
    color: #d71221;
    display: inline-block;
    font-size: 41px;
    letter-spacing: -18px;
}

.list1 .tab .tab-tit .list-item span {
    font-family: 'simhei';
}

.img1 {
    width: 100%;
}

.img2 {
    display: none;
}

.list1 .tab .tab-tit .more {
    line-height: 30px;
    display: none;
    color: #999;
    font-size: 16px;
}

.list1 .tab .tab-tit .more-1 {
    display: block;
}

.list1 .tab .tab-tit .list-item::after {
    width: 105px;
    height: 13px;
    background: url(../images/sy/content/list1/icon01.png) center no-repeat;
    position: absolute;
    left: 53%;
    transform: translateX(-50%);
    bottom: 0px;
    content: "";
    opacity: 0;
}

.list1 .tab .tab-tit .act::after,
.list1 .tab .tab-tit .list-item:hover::after {
    transition: all 0.5s;
    opacity: 1;
}

.list1 .tab .tab-next {
    overflow: hidden;
}

.list1 .tab .tab-next .list {
    position: relative;
    margin-top: 10px;
    display: none;
}

.list1 .tab .tab-next .list a {
    line-height: 55px;
}

.list1 .tab .tab-next .list a:hover i {
    background: url(../images/sy/content/list1/icon03.png);
}

.list1 .tab .tab-next .list a:hover .text-over1,
.list1 .tab .tab-next .list a:hover em {
    color: #c00505;
}

.list1 .tab .tab-next .list-1 {
    display: block;
}

.list1 .tab .tab-next .list i {
    float: left;
    margin-right: 0px;
    margin-top: 1.3rem;
    position: relative;
    z-index: 3;
    width: 18px;
    height: 18px;
    background: url(../images/sy/content/list1/icon02.png) left center no-repeat;
}

.list1 .tab .tab-next .list p {
    float: left;
    margin-right: 2px;
    width: auto;
    max-width: 70%;
    font-size: 18px;
    color: #333;
    padding-left: 10px;
}

.list1 .tab .tab-next .list em {
    float: right;
    font-size: 16px;
    color: #666;
}

/* 板块二 */
.list2 {
    visibility: visible;
    animation-name: fadeInUp;
    margin-top: 65px;
}

.mo-list2 {
    display: none;
}

.list2 .listUl {
    display: flex;
    justify-content: space-between;
}

.list2 .listUl .listLi {
    width: 32%;
    height: 455px;
    background-color: #fff;
    margin-top: 105px;
    padding: 40px 26px;
    box-sizing: border-box;
    cursor: pointer;
    transition: height 0.5s, margin-top 0.5s;
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
}

.list2 .listUl .listLi.active {
    background: #fff url(../images/sy/content/list2/icon_1.png) right top no-repeat;
    border: 1px solid #c00505;
    height: 560px;
    margin-top: 0;
}

.list2 .listUl .listLi .bg {
    position: absolute;
    width: 27px;
    height: 27px;
    transition: all 0.5s;
}

.list2 .listUl .listLi .bg:first-child {
    background: url(../images/sy/content/list2/icon_2.png) center no-repeat;
    top: 0;
    left: 0;
}

.list2 .listUl .listLi .bg:nth-child(2) {
    background: url(../images/sy/content/list2/icon_3.png) center no-repeat;
    top: 0;
    right: 0;
}

.list2 .listUl .listLi .bg:nth-child(3) {
    background: url(../images/sy/content/list2/icon_4.png) center no-repeat;
    bottom: 0;
    left: 0;
}

.list2 .listUl .listLi .bg:nth-child(4) {
    background: url(../images/sy/content/list2/icon_5.png) center no-repeat;
    bottom: 0;
    right: 0;
}

.list2 .listUl .listLi.active .bg:first-child {
    background: url(../images/sy/content/list2/icon_2s.png) center no-repeat;
    top: -1;
    left: -1;
}

.list2 .listUl .listLi.active .bg:nth-child(2) {
    background: url(../images/sy/content/list2/icon_3s.png) center no-repeat;
    top: -1;
    right: -1;
}

.list2 .listUl .listLi.active .bg:nth-child(3) {
    background: url(../images/sy/content/list2/icon_4s.png) center no-repeat;
    bottom: -1;
    left: -1;
}

.list2 .listUl .listLi.active .bg:nth-child(4) {
    background: url(../images/sy/content/list2/icon_5s.png) center no-repeat;
    bottom: -1;
    right: -1;
}

.list2 .listUl .listLi .title {
    display: flex;
    justify-content: space-between;
}

.list2 .listUl .listLi .title p {
    width: 85px;
    height: 30px;
}

.list2 .listUl .listLi .title p img {
    width: 100%;
    height: auto;
}

.list2 .listUl .listLi:first-of-type .title p img {
    width: 80%;
}

.list2 .listUl .listLi .title .more {
    font-size: 16px;
    color: #999;
}

.list2 .listUl .listLi .title .more:hover {
    color: #c00505;
    font-weight: bold;
}

.list2 .listUl .listLi .next {
    padding-top: 30px;
}

.list2 .listUl .listLi .next ul {
    overflow: hidden;
}

.list2 .listUl .listLi .next ul li {
    margin-top: 36px;
}

.list2 .listUl .listLi .next ul li:first-child {
    margin-top: 0px;
}

.list2 .listUl .listLi .next ul li:hover i {
    background-color: #c00505;
}

.list2 .listUl .listLi .next ul li:hover .p1,
.list2 .listUl .listLi .next ul li:hover .time {
    color: #c00505;
}

.listUl .listLi .next ul li i {
    width: 5px;
    height: 5px;
    background-color: #666;
    float: left;
    margin-top: 9px;
}

.listUl .listLi .next ul li .p1 {
    font-size: 18px;
    color: #666;
    padding-left: 15px;
    width: 98%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
}

.list2 .listUl .listLi .time {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    padding-left: 20px;
    transition: all 0.5s;
}

/* 板块三 专题专栏 */
.list3 {
    width: 100%;
    height: 350px;
    background: url(../images/sy/content/list3/icon_bac.png) right bottom no-repeat;
    display: inline-block;
}

.list3 .w1400 {
    height: auto;
    position: relative;
}

.list3 .title {
    display: flex;
    justify-content: space-between;
    height: 126px;
    line-height: 126px;
}

.list3 .title h2 {
    width: 200px;
    height: 126px;
    background: url(../images/sy/content/list3/ztdh.png) left center no-repeat;
    font-size: 24px;
    padding-left: 1rem;
}

.list3 .title h2 img {
    margin: auto 0;
}

.list3 .title .more {
    color: #999;
    font-size: 16px;
}

.list3 .title .more:hover a {
    color: #c00505;
    font-weight: bold;
}

.list3 .content {
    overflow: hidden;
    margin-top: 1rem;
}

.list3 .content .swiper:hover .self3 {
    opacity: 1 !important;
}

.list3 .swiper-slide {
    height: 151px;
    overflow: hidden;
}

.list3 .swiper-slide img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.list3 .swiper-slide img:hover {
    transform: scale(1.1);
}

.list3 .swiper-pagination-bullet {
    background: #cfcfcf;
    width: 12px;
    height: 12px;
}

.list3 .swiper-pagination-bullet-active {
    background: #d71221;
    width: 24px;
}

.list3 .content .swiper-button-prev,
.list3 .content .swiper-button-next {
    background-color: #d71221;
}

.list3 .content .swiper-button-next.self3,
.list3 .content .swiper-button-prev.self3 {
    top: 56%;
}

.list3 .content:hover .self {
    opacity: 0.8 !important;
}

.list3 .content .swiper-pagination {
    bottom: 53px;
}

/* 板块四 信息公开、办事服务*/
.list4 {
    padding-top: 54px;
    background: url(../images/sy/content/list4/li_bac.png) bottom no-repeat;
}

.zfxxgk {
    width: 57%;
    height: 885px;
    float: left;
    background: #fff url(../images/sy/content/list4/li3Bac.png) top center no-repeat;
    background-size: cover;
}

.w90 {
    width: 92%;
    margin: 0 auto;
}

.zfxxgk .title {
    display: flex;
    justify-content: space-between;
    height: 100px;
    line-height: 100px;
}

.zfxxgk .title h2 {
    width: 186px;
    height: 100px;
    background: url(../images/sy/content/list4/zfxxgk.png) center no-repeat;
}

.zfxxgk .title .more,
.bsfw .title .more {
    color: #999;
    font-size: 16px;
}

.zfxxgk .title .more:hover a,
.bsfw .title .more:hover a {
    font-weight: bold;
    color: #c00505;
}

.zfxxgk .zcjd h3 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 22px;
}

.zfxxgk .zcjd .zc-sousuo {
    height: 50px;
    background: #f2f2f2;
}

.zfxxgk .zcjd .zc-sousuo .zc-ss {
    border: none;
    width: 80px;
    text-align: center;
    font-size: 16px;
    background: #f2f2f2;
    outline: none;
}

.zfxxgk .zcjd .zc-sousuo .txt {
    width: 70%;
    height: 100%;
    font-size: 16px;
}

.zfxxgk .zcjd .zc-sousuo .zcSearch {
    float: right;
    margin-right: 20px;
    margin-top: 13px;
    background: url(../images/sy/content/list4/zcsousuo.png) center no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    outline: none;
}

.zfxxgk .zcjd .zc-sousuo .zcSearch:hover {
    background: url(../images/sy/content/list4/zcsousuos.png) center no-repeat;
    background-size: cover;

}

.zfxxgk .zcjd .mo-list {
    display: none;
}

.zfxxgk .zcjd .list {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.zfxxgk .zcjd .list a {
    display: flex;
    justify-content: space-between;
    height: 50px;
    line-height: 50px;
}

.zfxxgk .zcjd .list a i {
    float: left;
    margin-right: 0px;
    margin-top: 16px;
    position: relative;
    z-index: 3;
    width: 25px;
    height: 18px;
    background: url(../images/sy/content/list4/icon02.png) left center no-repeat;
}

.zfxxgk .zcjd .list a .text-over1 {
    padding-left: 10px;
    font-size: 18px;
}

.zfxxgk .zcjd .list a span {
    width: 60px;
    height: 40px;
    background: url(../images/sy/content/list4/jd.png) left center no-repeat;
    background-size: contain;
}

.zfxxgk .zcjd .list a em {
    width: 150px;
    line-height: 50px;
    text-align: right;
    font-size: 18px;
}

.zfxxgk .zcjd .list a:hover i {
    background: url(../images/sy/content/list4/icon03.png) left center no-repeat;
}

.zfxxgk .zcjd .list a:hover .text-over1 {
    color: #c00505;
}

.zfxxgk .zcjd .list a:hover em {
    color: #c00505;
}

.zfxxgk .zcjd .next {
    margin-top: 30px;
    background: #f9f9f9;
    height: 272px;
    padding: 20px 0 20px 50px;
}

.zfxxgk .zcjd .next .clearfix {
    display: flex;
    justify-content: space-between;
}

.zfxxgk .zcjd .next a {
    float: left;
    width: 137px;
    height: 137px;
    text-align: center;
}

.zfxxgk .zcjd .next a span {
    display: block;
    transition: all 0.1s;
    width: 51px;
    height: 60px;
    margin: 25px 43px 6px;

}

.zfxxgk .zcjd .next a p {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}

.zfxxgk .zcjd .next a .zcimg {
    width: 51px;
    height: 60px;
    margin-left: 45px;
    margin-top: 25px;
}

.zfxxgk .zcjd .next a .zcimg img {
    width: 100%;
    height: auto;
}

.zfxxgk .zcjd .next a:hover {
    background: url(../images/sy/content/list4/icon2.png) center no-repeat;
}

.zfxxgk .zcjd .next a:hover .img1 {
    display: none;
}

.zfxxgk .zcjd .next a:hover .img2 {
    display: block;
}

.zfxxgk .zcjd .next a:hover p {
    color: #fff;
}


.bsfw {
    width: 40%;
    height: 885px;
    float: right;
    background: #fff url(../images/sy/content/list4/icon5.png) bottom no-repeat;
    background-size: contain;
}

.bsfw .title {
    display: flex;
    justify-content: space-between;
    height: 120px;
    line-height: 100px;
}

.bsfw .title h2 {
    width: 126px;
    height: 100px;
    background: url(../images/sy/content/list4/bsfw.png) center no-repeat;
}

/* 湖北政务服务网 */
.hbzwfww {
    overflow: hidden;
    height: 325px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.hbzwfww a {
    background: url(../images/sy/content/list4/hbzwfww.png) center no-repeat;
    height: 289px;
    display: block;
    background-size: cover;
}

.hbzwfww span {
    background: url(../images/sy/content/list4/icon3.png) no-repeat;
}

.bsfw .work .work-con .swiper-button-prev.self {
    top: 40%;
    margin-left: -10px;
}

.bsfw .work .work-con .swiper-button-next.self {
    top: 40%;
    margin-right: -13px;
}

.bsfw .work .work-con:hover .self {
    opacity: 0.4 !important;
}

.bsfw .work .work-tit {
    height: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}

.bsfw .work .work-tit h3 {
    width: 120px;
    float: left;
    color: #666;
    cursor: pointer;
    position: relative;
    font-size: 18px;
}

.bsfw .work .work-tit .active {
    color: #000;
    font-weight: bold;
}

.work-li1::after,
.work-li2::after {
    width: 79px;
    height: 13px;
    background: url(../images/sy/content/list4/icon6.png) center no-repeat;
    position: absolute;
    left: 38%;
    transform: translateX(-50%);
    bottom: 0px;
    content: "";
    opacity: 0;
}

.work-li1::after {
    left: 36%;
}

.work-li2::after {
    left: 41%;
}

.bsfw .work .work-tit .active::after,
.bsfw .work .work-tit .work-li:hover::after {
    transition: all 0.5s;
    opacity: 1 !important;
}

.bsfw .work .work-tit h3:nth-child(2) {
    padding-left: 27px;
}

.bsfw .work .work-tit h3 em {
    width: 1px;
    background-color: #666;
    height: 15px;
    margin-top: 33px;
    float: right;
}

.bsfw .work .work-con {
    position: relative;
    height: 320px;
    padding-top: 20px;
}

.bsfw .work .work-con .swiper-container {
    width: 100%;
    height: 100%;
}

.bsfw .work .work-con .swiper-slide {
    display: block;
}

.bsfw .work .work-con .work-list a {
    width: 30%;
    height: 120px;
    margin: 0 0px 10px 10px;
    float: left;
}

.bsfw .work .work-con .pic {
    width: 45px;
    height: 45px;
    margin: 20px auto;
}

.bsfw .work .work-con .work-list a:hover .img2 {
    display: block;
}

.bsfw .work .work-con .work-list a:hover .img1 {
    display: none;
}

.bsfw .work .work-con .pic img {
    width: auto;
    height: auto;
}

.bsfw .work .work-con .geren:hover i {
    transition: all 0.5s;
    transform: rotateY(360deg);
}

.bsfw .work .work-con .geren:hover p {
    color: #c00505;
}

.bsfw .work .work-con .geren {
    height: 100px;
    width: 30%;
    float: left;
}

#work-con1,
#work-con2 {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 35px;
}


.list4 .swiper-pagination-bullet {
    background: #cfcfcf;
    width: 12px;
    height: 12px;
}

.list4 .swiper-pagination-bullet-active {
    background: #d71221;
    width: 24px;
}


.flexBox {
    margin-top: 56px;
}

.flexBox .w1400 {
    display: flex;
    justify-content: space-between;
}

.flexBox .leftImg {
    width: 57%;
}

.flexBox .leftImg img {
    width: 100%;
}

.flexBox .rightImg {
    width: 40.14%;
}

.flexBox .rightImg img {
    width: 100%;
}

.flexBox .mImg {
    display: none;
}