.zwxmt_banner {
    width: 100%;
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/zwxmt_banner.png) no-repeat;
    background-size: 100% 100%;
    height: 506px;
    display: flex;
    align-items: center;
}

.zwxmt_banner .banner_title {
    width: 698px;
    height: auto;
}

.zwxmt_banner .banner_title .title_logo img {
    width: 100%;
    height: 100%;
}

.zwxmt_banner .banner_title .rectangle {
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/rectangle.png) no-repeat;
    width: 488px;
    height: 150px;
    margin-left: 120px;
    margin-top: 25px;
}

.zwxmt_banner .banner_title .rectangle .rectangle_total {
    height: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zwxmt_banner .banner_title .rectangle .rectangle_total p {
    color: #0f90e4;
    font-size: 16px;
    font-weight: 700;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 15px;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li {
    flex: 1;
    display: flex;
    align-items: center;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li img {
    width: 46px;
    height: auto;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con {
    margin-left: 10px;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con .con1 {
    font-size: 1rem;
    font-weight: 600;
    color: #0f90e4;
}

.zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con p {
    font-size: 0.9rem;
}

.zwxmt_nav {
    top: 0;
    left: 0;
    width: 100%;
    background: #1492ff;
}

.zwxmt_nav li:hover {
    background: #1492ff;
}

.zwxmt_nav li:hover i {
    position: absolute;
    bottom: -1px;
    width: 17px;
    height: 8px;
    left: 50%;
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/triangle.png) center top no-repeat;
}

.zwxmt_nav .zwxmt_inNav {
    background: #1492ff;
}

.zwxmt_nav .zwxmt_inNav i {
    position: absolute;
    bottom: -1px;
    width: 17px;
    height: 8px;
    left: 50%;
    background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/triangle.png) center top no-repeat;
}

.zwxmt_nav ul {
    display: flex;
}

.zwxmt_nav ul li {
    width: calc(100% / 3);
    height: 75px;
    line-height: 75px;
    font-size: 1rem;
    background: #5bb3ff;
}

.zwxmt_nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.zwxmt_nav ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

@media screen and (min-width: 310px) and (max-width: 1044px) {
    .w1200 {
        width: 92% !important;
    }
}

/* @media screen and (min-width: 450px) and (max-width: 600px) {
  .zwxmt_inNav li {
    bottom: 13px;
  }

  .zwxmt_inNav li:hover {
    bottom: 13px;
  }

  .zwxmt_banner .banner_title .rectangle {
    height: 12rem;
  }
} */

@media screen and (min-width:576px) and (max-width: 766px) {
    .zwxmt_inNav li {
        bottom: 13px;
    }

    .zwxmt_inNav li:hover {
        bottom: 13px;
        cursor: pointer;
    }

    .zwxmt_banner .banner_title .rectangle {
        height: 12rem;
    }

    .zwxmt_banner {
        background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/banners.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
    }

    .zwxmt_banner .banner_title {
        width: 100%;
    }

    .zwxmt_banner .banner_title .title_logo img {
        margin-top: 4%;
    }

    .zwxmt_banner .banner_title .rectangle {
        width: 92%;
        margin: auto;
        height: 16rem;
        padding: 0.5rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list {
        margin-top: 2rem;
        margin-left: 3%;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list li img {
        width: 3.5rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list .rectangle_con .con1 {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list .rectangle_con p {
        font-size: 0.9rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_total {
        height: 4rem;
        font-size: 1.9rem;
    }

    .zwxmt_nav ul li {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:576px) {
    .zwxmt_banner {
        height: 300px;

    }

    .zwxmt_banner .banner_title {
        width: 100%;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con .con1 {
        font-size: 1.3rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list .rectangle_con p {
        font-size: 1rem;
    }

    .zwxmt_nav ul li {
        font-size: 1rem;
    }

    .zwxmt_banner {
        background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/banners.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
    }

    .zwxmt_banner .banner_title .title_logo img {
        margin-top: 14%;
    }

    .zwxmt_banner .banner_title .rectangle {
        width: 90%;
        margin-left: 0.9rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list {
        margin-top: 0rem;
        margin-left: 3%;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list li img {
        width: 2rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con {
        margin-left: 0.2rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con .con1 {
        font-size: 1rem;
    }

    .zwxmt_banner .banner_title .rectangle .rectangle_list li .rectangle_con p {
        font-size: 0.8rem;
    }

    .zwxmt_nav ul li a img {
        margin-right: 0.2rem;
    }

    .zwxmt_nav ul li a p {
        font-size: 10px;
    }

    .content .search_content .search_nav .search_topic a {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    /* 搜索 */
}

@media screen and (min-width: 766px) and (max-width: 991px) {
    .zwxmt_banner {
        background: url(https://www.dxh.gov.cn/material/2024/images/zwxmtwdz/wxjz/banners.png) no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 1201px) {
    .m_header .logo {
        height: auto !important;
    }
}

/* @media screen and (max-width: 350px) {
  .zwxmt_banner .banner_title .rectangle .rectangle_list .rectangle_con p {
    font-size: 1rem;
  }

  .zwxmt_nav ul li {
    font-size: 1rem;
  }
} */


/* 热点话题 */
.content {
    background: #f6fbff;
    height: auto;
}

.content .search_content {
    background: #f6fbff;
    height: 190px;
    display: flex;
    align-items: center;
}

.content .search_content .search_nav {
    background: #fff;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content .search_content .search_nav .search_topic {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
}

.content .search_content .search_nav .search_topic a {
    font-size: 16px;
    color: #666666;
    line-height: 47px;
    padding: 0 1rem;
    margin-left: 1rem;
}

.content .search_content .search_nav .search_topic a:hover,
.topiclist a:hover,
.m-searchNav .m-topic .m-topiclist a:hover {
    background-color: #1492ff;
    color: #fff;
    cursor: pointer;
}

.content .search_content .search_nav .search_topic .cur,
.m-searchNav .m-topic .m-topiclist .cur,
.topiclist .cur {
    background-color: #1492ff;
    color: #fff;
}

/* 更多话题 */
.content .search_content .search_nav .moreTopic {
    width: 8%;
    display: flex;
    /* justify-content: center; */
    position: relative;
    margin-left: 1rem;
}

.content .search_content .search_nav .moreTopic img {
    width: 12px;
    height: 7px;
    left: 70%;
    top: 40%;
    position: absolute;

}

.content .search_content .search_nav .moreTopic .topicBtn {
    color: #1492ff;
}

/* 显示隐藏 */
#myDropdown {
    display: none;
    opacity: 0;
}

#myDropdown.show {
    display: block;
    opacity: 1;
}

@keyframes ponyAnimation {
    from {
        opacity: 0;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(-10px);
    }
}

.topiclist {
    animation: ponyAnimation 0.3s forwards;
    -webkit-animation: ponyAnimation 0.3s forwards;
    width: 100%;
    height: 150px;
    background-color: #fff;
    /* display: flex; */
    /* align-items: center; */
    margin-top: -40px;
    margin-bottom: 2rem;
}

.topiclist a {
    background-color: #fff;
    /* display: flex; */
    float: left;
    color: #666666;
    width: auto;
    margin-top: 1rem;
    margin-left: 2rem;
    padding: 1em;
    /* text-align: center; */
}

.content .search_content .search_nav .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #1492ff;
    width: 26%;
    height: 49px;
    box-sizing: border-box;
    background: #fff;
    margin-left: 2%;
}

.content .search_content .search_nav .search .searchLeft {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 20px;
}

.content .search_content .search_nav .search .searchLeft .searchInput {
    flex: 1;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.content .search_content .search_nav .search .searchLeft .searchInput input {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 16px;
}

.content .search_content .search_nav .search .searchRight {
    font-size: 16px;
    color: #fff;
    height: 100%;
    background: #1492ff;
    width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content .container ul li .listPul {
    background-color: #fff;
}

.content .container ul li .listPul .newsContent:hover .newsTitle {
    color: #5bb3ff;
}

.content .container ul li .listPul .newsContent {
    background-color: #fff;
}

/* 图片动画 */
.content .container ul li .listPul .newsImg {
    width: 100%;
    max-height: 760px;
    overflow: hidden;
}

.content .container ul li .listPul img {
    transition: all 0.6s;
}

/* hover */
.content .container ul li .listPul:hover .newsImg img {
    transform: scale(1.05);
}

.content .container ul li .listPul:hover .newsContent .newsTitle h3 {
    color: #1492ff;
}

.content .container ul li .listPul .newsContent .newsTitle {
    margin: 1em;
    font-size: 18px;
    font-weight: 600;
}

.content .container ul li .listPul .newsContent .newsTitle h3 {
    color: black;
}

.content .container ul li .listPul .newsContent .newsInform {
    margin: 0 1em 0 1em;
    font-size: 16px;
    color: #666666;
    line-height: 2em;
}

.content .container ul li .listPul .newsLabel {
    width: 84%;
    margin: auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #666666;
}

.content .container ul li .listPul .newsLabel .newsSource {
    display: flex;
}

.content .container ul li .listPul .newsLabel .newsSource img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1044px) {
    .content .jz_main ul li {
        width: 45%;
        margin-left: 15px;
        margin-right: 0px;
    }

    .zwxmt_inNav li i {
        bottom: 13px;
    }

    .zwxmt_inNav li:hover i {
        bottom: 13px;
    }

    /* 整改搜索的显示与隐藏 */
    .content .search_content,
    .content .topiclist {
        height: 24rem;
        display: block;
    }

    .content .search_content .search_nav {
        height: 20rem;
    }

    .content .search_content .search_nav .search_topic {
        width: 92%;
    }

    .content .search_content .search_nav .search_topic a {
        font-size: 1.8rem;
        line-height: 4rem;
        padding: 0 0.5rem;
    }

    .content .search_content .search_nav .search {
        width: 90%;
        height: 5rem;
    }
}

/* 小屏 */
@media screen and (max-width:576px) {
    .content .search_content {
        height: 200px;
    }

    .content .search_content .search_nav {
        height: 160px;
    }

    .content .search_content .search_nav .search_topic {
        width: 100%;
    }

    .content .search_content .search_nav .search_topic a {
        font-size: 12px;
        line-height: 2rem;
    }

    .content .search_content .search_nav .moreTopic {
        width: 30%;
        margin-left: 0.5rem;
    }

    .content .search_content .search_nav .moreTopic img {
        left: 80%;
    }

    .content .search_content .search_nav .search {
        width: 60%;
    }
}

.m-searchNav {
    display: none;
}

/* 整改nav的显示与隐藏 */
@media screen and (max-width:1024px) {

    .content .search_content,
    .content .topiclist {
        display: none;
    }

    .m-top {
        width: 100%;
        height: 1.1em;
        background: #f6fbff;
    }

    .m-searchNav {
        display: block;
        /* margin-top: 4em; */
        height: 250px;
        background: #fff;
    }

    .m-searchNav .m-topic {
        width: 100%;
        background: #fff;
        height: auto;
        padding-top: 1em;
        margin-bottom: 1em;
    }

    .m-searchNav .m-topic .m-topiclist {
        margin: 0.5em;
        overflow-y: auto;
        height: 120px;

        /* border: 1px solid #0f90e4; */
    }

    .m-searchNav .m-topic a {
        float: left;
        width: auto;
        color: #666666;
        width: auto;
        /* margin-top: 1rem; */
        /* margin-left: 2rem; */
        padding: 0.5em;
    }

    .m-searchNav .m-topic .m-topiclist::-webkit-scrollbar {
        width: 3px;
    }

    .m-searchNav .m-topic .m-topiclist::-webkit-scrollbar-thumb {
        margin: 0 1px;
        border-radius: 2px;
        background: #0f90e4;
    }

    .m-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #1492ff;
        width: 90%;
        height: 49px;
        box-sizing: border-box;
        background: #fff;
        margin-left: 5%;
    }

    .m-search .m-searchLeft {
        display: flex;
        align-items: center;
        height: 100%;
        margin-left: 20px;
    }

    .m-search .m-searchLeft .m-searchInput {
        flex: 1;
        height: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .m-search .m-searchLeft .m-searchInput input {
        width: 100%;
        height: 100%;
        display: block;
        font-size: 16px;
    }

    .m-search .m-searchRight {
        font-size: 16px;
        color: #fff;
        height: 100%;
        background: #1492ff;
        width: 104px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

@media screen and (max-width: 1025px) {
    .gl-news-pc .header {
        display: none !important;
    }
}

/* .container{
width: 1200px;
margin: 0 auto;
} */