html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

@charset "utf-8";

/* CSS Document */

.header {
    width: 100%;
    height: 140px;
    background: url("../images/headbg.jpg") no-repeat;
    background-position: top center !important;
}

.header .header-bottom {
    padding: 33px 0;
}

.header .header-bottom .w1200 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .header-bottom .header-right .header-right-top {
    overflow: hidden;
}

.header .header-bottom .header-right .header-right-top a,
.header .header-bottom .header-right .header-right-top span {
    font-size: 16px;
    color: #333;
}

.header .header-bottom .header-right .header-right-top span {
    margin: 0 9px;
}

.header .header-bottom .header-right .header-right-btm {
    margin-top: 17px;
    overflow: hidden;
}

.header .header-bottom .search-box {
    float: left;
    width: 230px;
    height: 36px;
    border-radius: 5px;
    overflow: hidden;
}

.header .header-bottom .search-box input {
    float: left;
    padding-left: 15px;
    width: calc(100% - 40px);
    height: 36px;
    font-size: 14px;
    color: #666;
    border: 1px solid #DCDCDC;
}

.header .header-bottom .search-box button {
    width: 40px;
    height: 36px;
    text-align: center;
    border: 0;
    background: #2270D5;
}

.header .header-bottom .head-quick {
    float: left;
    margin-left: 15px;
}

.header .header-bottom .head-quick a {
    float: left;
    display: block;
    width: 100px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background: #F49730;
    border-radius: 5px;
}

.nav {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: 50px;
    background: #2270D5;
}

.nav ul {
    padding: 0;
    list-style: none;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: calc(100% / 12);
}

.nav>ul>li a {
    display: block;
}

.nav>ul>li>a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.nav>ul>li:hover,
.nav>ul>li.active {
    background: #1964C5;
}

.nav>ul>li .menu-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -32px;
    width: 160px;
    background: #1964C5;
    z-index: 99;
}

.nav>ul>li .menu-nav li a {
    padding: 8px 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}

.nav>ul>li .menu-nav li:hover {
    background: #2270D5;
}

.content {
    background: url(../images/bg4.jpg) top center no-repeat;
}

.adve-section {
    margin: 20px auto;
    margin-bottom: 30px;
    width: 1200px;
    overflow: hidden;
}

.adve-section img {
    width: 100%;
}

.section1 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.news-slide {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.news-slide .img-box {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.news-slide .img-box .cover-title {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px;
    padding-bottom: 13px;
    padding-right: 150px;
    background: rgba(0, 0, 0, .5);
}

.news-slide .img-box .cover-title p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-slide .swiper-horizontal>.swiper-pagination-bullets,
.news-slide .swiper-pagination-bullets.swiper-pagination-horizontal,
.news-slide .swiper-pagination-custom,
.news-slide .swiper-pagination-fraction {
    bottom: 14px;
}

.swiper-pagination-bullet {
    outline: none;
}

.news-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
}

.news-slide .swiper-pagination-bullet-active {
    background: #2270D5;
}

.notice-section {
    display: none;
    float: right;
    width: 435px;
}

.notice-section .notice-title {
    position: relative;
    height: 30px;
    overflow: hidden;
}

.notice-section .notice-title::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #EBEBEB;
}

.notice-section .notice-title h6 {
    float: left;
    position: relative;
    z-index: 9;
    padding-left: 30px;
    width: 120px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    background: url(../images/titbg.png) no-repeat;
    overflow: hidden;
}

.notice-section .notice-title .more {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.news-list {
    padding: 0;
    margin-top: 3px;
    list-style: none;
    overflow: hidden;
}

.news-list li {
    padding: 13px 0;
    height: 48px;
    font-size: 16px;
    border-bottom: 1px dashed #DEDEDE;
    overflow: hidden;
}

.news-list li a {
    float: left;
    display: block;
    max-width: 75%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li a span {
    margin-right: 5px;
    font-size: 14px;
    color: #1F60A8;
}

.news-list li .time {
    float: right;
    color: #999;
}

.section2 {
    margin-bottom: 25px;
}

.section3 {
    margin-bottom: 30px;
}

.news-slide2 {
    float: left;
    width: 486px;
    overflow: hidden;
}

.news-slide2 .img-box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news-slide2 .img-box .cover-section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 15px;
    padding-right: 90px;
    background: rgba(0, 0, 0, .5);
}

.news-slide2 .img-box .cover-section p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-slide2 .swiper-horizontal>.swiper-pagination-bullets,
.news-slide2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.news-slide2 .swiper-pagination-custom,
.news-slide2 .swiper-pagination-fraction {
    left: inherit;
    right: 0;
    bottom: 15px;
    padding-right: 15px;
    width: auto;
}

.news-slide2 .swiper-pagination-bullet {
    opacity: .5;
    background: #fff;
}

.news-slide2 .swiper-pagination-bullet-active {
    opacity: 1;
}

.news-tab2 {
    float: right;
    width: 685px;
}

.news-tab2 .hd {
    overflow: hidden;
}

.news-tab2 .hd ul {
    position: relative;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.news-tab2 .hd ul li {
    float: left;
    margin-right: 20px;
}

.news-tab2 .hd ul li span {
    display: block;
    width: 130px;
    height: 34px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 34px;
    background: #F2F2F2;
    border-radius: 3px;
    cursor: pointer;
}

.news-tab2 .hd ul li .more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #666;
    line-height: 34px;
}

.news-tab2 .hd ul li.on span {
    color: #fff;
    background: #2270D5;
}

.news-tab2 .hd ul li.on .more {
    display: block;
}

.news-tab2 .bd .news-item2:not(:first-child) {
    display: none;
}

.news-list2 {
    padding: 0;
    margin-top: 12px;
    list-style: none;
    overflow: hidden;
}

.news-list2 li {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
}

.news-list2 li a {
    display: block;
    float: left;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list2 li a:hover {
    color: #1F60A8;
}

.news-list2 li a span {
    margin-right: 13px;
    color: #999;
}

.news-list2 li .time {
    float: right;
    color: #999;
}

.news-tab .news-tab-tit {
    position: relative;
    padding: 0;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.news-tab .news-tab-tit li {
    float: left;
    margin-right: 20px;
}

.news-tab .news-tab-tit li .more {
    display: none;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 14px;
    color: #999;
}

.news-tab .news-tab-tit li.on .more {
    display: block;
}

.news-tab .news-tab-tit li .item-tit {
    position: relative;
    display: block;
    float: left;
    height: 39px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.news-tab .news-tab-tit li.on .item-tit {
    color: #2270D5;
}

.news-tab .news-tab-tit li.on .item-tit::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #2270D5;
}

.news-tab .bd .news-item:not(:first-child) {
    display: none;
}

.section3,
.section4 {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.section3 {
    padding: 0 30px;
    background: url(../images/bg6.jpg) no-repeat;
}

.section3 .news-section {
    padding: 35px 0;
    padding-top: 25px;
    width: 555px;
    background: transparent;
    border-top: 0;
    box-shadow: none;
}

.section3 .news-tab .news-tab-tit {
    border-color: #fff;
}

.section3 .news-tab .news-tab-tit li .item-tit {
    color: #fff;
    opacity: .7;
}

.section3 .news-tab .news-tab-tit li.on .item-tit {
    opacity: 1;
}

.section3 .news-tab .news-tab-tit li.on .item-tit::after {
    background: #F69E28;
}

.section3 .news-tab .news-tab-tit li .more {
    color: #fff;
}

.section3 .news-list {
    margin-top: 10px;
}

.section3 .news-list li {
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 0;
}

.section3 .news-list li a,
.section3 .news-list li a span,
.section3 .news-list li .time,
.section3 .news-list li a:hover {
    color: #fff;
}

.news-section {
    padding: 25px 20px;
    padding-top: 20px;
    width: 590px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(74, 74, 74, 0.07);
    border-top: 2px solid #2270D5;
    overflow: hidden;
}

.news-tab {
    width: 100%;
    overflow: hidden;
}

.section5 {
    margin-bottom: 28px;
}

.section-title2 {
    height: 35px;
    border-bottom: 1px solid #DFEBF7;
    overflow: hidden;
}

.section-title2 h6 {
    float: left;
    font-size: 18px;
    color: #333;
}

.section-title2 h6 img {
    margin-right: 10px;
}

.system-list {
    padding: 0;
    margin: 0 -10px;
    margin-top: 18px;
    list-style: none;
    overflow: hidden;
}

.system-list li {
    float: left;
    padding: 0 10px;
    width: calc(100% / 6);
}

.system-list li .item-box {
    display: table;
    width: 100%;
    height: 102px;
    background: url(../images/bg5.jpg) no-repeat;
}

.system-list li .item-box a {
    display: table-cell;
    vertical-align: middle;
}

.system-list li .item-box .icon-box {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 35px;
}

.system-list li .item-box .item-tit {
    margin-top: 8px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.link-section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
}

.link-section::after {
    position: absolute;
    content: "";
    display: block;
    top: -32px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg7.jpg) top center no-repeat;
}

.link-section .w1200 {
    position: relative;
    z-index: 9;
}

.section-title {
    height: 40px;
    border-bottom: 1px solid #dfebf7;
}

.section-title h6 {
    float: left;
    position: relative;
    height: 39px;
    font-size: 18px;
    color: #333;
}

.section-title h6::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background: #2270D5;
}

.link-list {
    margin: 0 -13px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.link-list li {
    float: left;
    padding: 0 13px;
    width: 25%;
    overflow: hidden;
}

.link-list li .item-box {
    width: 100%;
    overflow: hidden;
}

.link-list li .item-box select {
    padding-left: 20px;
    width: 100%;
    height: 42px;
    font-size: 14px;
    color: #333;
    background: #fff url(../images/icon11.jpg) 96% center no-repeat;
    border: 1px dashed #D2D2D2;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    -webkit-outline: none;
    -moz-outline: none;
    -o-outline: none;
}

.footer {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    padding: 30px 0;
    padding-bottom: 28px;
    background: #2270D5;
    overflow: hidden;
}

.footer .footer-top {
    display: flex;
    justify-content: space-between;
}

.footer .footer-top .footer-left {
    margin-top: -10px;
}

.footer .footer-top .footer-left p {
    font-size: 16px;
    color: #fff;
}

.wechat-list {
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.wechat-list li {
    float: left;
    margin-right: 30px;
    text-align: center;
    overflow: hidden;
}

.wechat-list li:last-child {
    margin-right: 0;
}

.wechat-list li img {
    width: 120px;
    height: 120px;
}

.wechat-list li p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.footer .footer-bottom {
    margin-top: 18px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.scroll-up {
    display: none;
    position: fixed;
    right: 13%;
    bottom: 292px;
    margin-right: 10px;
    width: 54px;
    height: 54px;
    text-align: center;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.scroll-up a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
}

.page-content {
    padding-bottom: 40px;
    width: 100%;
    min-height: calc(100vh - 632px);
}

.sidenav {
    float: left;
    width: 270px;
}

.sidenav .sidenav-title {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: url(../images/titlebg.jpg) no-repeat;
    background-size: 100% 100% !important;
}

.sidenav-list {
    padding: 0 20px;
    padding-bottom: 20px;
    list-style: none;
    background: #F6F6F6;
    overflow: hidden;
}

.sidenav-list ul {
    padding: 0;
    list-style: none;
}

.sidenav-list>li {
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.sidenav-list>li a {
    display: block;
    position: relative;
}

.sidenav-list>li>a {
    padding: 17px 0;
    padding-left: 15px;
    font-size: 16px;
    color: #444;
    font-weight: bold;
}

.sidenav-list>li>a::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background: #2270D5;
}

.sidenav-list>li:hover>a,
.sidenav-list>li.active>a,
.sidenav-list>li ul li:hover a,
.sidenav-list>li ul li.active a {
    color: #2270D5;
}

.sidenav-list>li.more>a {
    background: url("../images/icon23.png") right center no-repeat;
}

.sidenav-list>li.more.active>a {
    background: url("../images/icon23_2.png") right center no-repeat;
}

.sidenav-list>li ul {
    display: none;
    position: relative;
    margin-bottom: 20px;
}

.sidenav-list>li.active ul {
    display: block;
}

.sidenav-list>li ul::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 2px;
    bottom: 0;
    width: 2px;
    background: #E6E8EE;
}

.sidenav-list>li ul li {
    margin-bottom: 15px;
}

.sidenav-list>li ul li a {
    padding: 0 15px;
    font-size: 16px;
    color: #666;
}

.sidenav-list>li ul li:first-child a {
    padding-top: 0;
}

.sidenav-list>li ul li:hover a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #2270D5;
}

.cont-right {
    float: right;
    width: 910px;
    min-height: calc(100vh - 535px);
}

.page-title {
    width: 100%;
    height: 37px;
    border-bottom: 3px solid #E3E5EA;
}

.page-title h6 {
    float: left;
    position: relative;
    height: 34px;
    font-size: 18px;
    color: #2270D5;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-title h6::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    background: #2270D5;
}

.breadcrumb {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.breadcrumb sup{
    line-height: 10px;
}

.breadcrumb a,
.breadcrumb span {
    display: block;
    float: left;
}

.breadcrumb span {
    margin: 0 5px;
}

.introduction-text {
    margin-top: 15px;
    overflow: hidden;
}
.introduction-text iframe{
    width: 100% !important;
}
.introduction-text,
.introduction-text * {
    font-family: "Microsoft YaHei" !important;
    font-size: 18px !important;
    color: #444 !important;
    line-height: 2.5 !important;
}

.introduction-text img,
.introduction-text p img {
    max-width: 100%;
}

.NewsText p,
.introduction-text p,
.NewsText p span,
.introduction-text p span {
    background-color: transparent !important;
}

.first-list {
    padding: 0;
    margin-top: 23px;
    list-style: none;
    border-top: 1px dashed #DEE2E6;
    overflow: hidden;
}

.first-list li {
    position: relative;
    padding: 18px 0;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.first-list li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    background: #2270D5;
    border-radius: 50%;
}

.first-list li a {
    display: block;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first-list li .time {
    float: right;
    color: #999;
}

.member-search {
    margin: 25px auto;
    width: 650px;
    height: 44px;
    border: 1px solid #2270D5;
    border-radius: 5px;
    overflow: hidden;
}

.member-search input {
    float: left;
    width: 555px;
    height: 42px;
    font-size: 16px;
    color: #666;
    line-height: 42px;
    border: 0;
}

.member-search button {
    float: right;
    width: 90px;
    height: 42px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #2270D5;
}

.member-search button img {
    margin-right: 5px;
}

.two-list {
    padding: 0;
    list-style: none;
    border-top: 1px dashed #DEE2E6;
    overflow: hidden;
}

.two-list li {
    padding: 25px 0;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.two-list li .img-box {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 130px;
    border: 1px solid #EFEFEF;
    overflow: hidden;
}

.two-list li .img-box img {
    max-width: 90%;
    max-height: 90%;
}

.two-list li .item-cont {
    margin-left: 200px;
    overflow: hidden;
}

.two-list li .item-cont .item-title {
    width: 100%;
    overflow: hidden;
}

.two-list li .item-cont .item-title h6 {
    float: left;
    font-size: 16px;
    color: #444;
}

.two-list li .item-cont .item-title span {
    margin-left: 15px;
    font-size: 14px;
    color: #2270D5;
}

.two-list li .item-cont p {
    margin-top: 13px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /*要显示的行数*/
    overflow: hidden;
}

.three-list,
.six-list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.three-list li,
.six-list li {
    padding: 25px 0;
    border-bottom: 1px dashed #F0F0F0;
    overflow: hidden;
}

.three-list li:first-child,
.six-list li:first-child {
    padding-top: 22px;
}

.three-list li .img-box {
    float: left;
    width: 150px;
    height: 200px;
    overflow: hidden;
}

.three-list li .item-cont {
    margin-left: 175px;
    overflow: hidden;
}

.three-list li .item-cont h6 {
    margin-top: 9px;
    font-size: 20px;
    color: #444;
}

.three-list li .item-cont p {
    line-height: 28px;
}

.three-list li .item-cont p.item-info {
    margin-top: 12px;
    font-size: 16px;
    color: #333;
}

.three-list li .item-cont p.item-text {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /*要显示的行数*/
    overflow: hidden;
}

.four-list {
    padding: 0;
    margin: 0 -10px;
    margin-top: 22px;
    list-style: none;
    overflow: hidden;
}

.four-list li {
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 50%;
    overflow: hidden;
}

.four-list li .item-box {
    width: 100%;
    overflow: hidden;
}

.four-list li .item-box a {
    display: block;
    padding: 0 20px;
    height: 45px;
    font-size: 15px;
    color: #333;
    line-height: 45px;
    background: #F7F7F7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four-list li .item-box:hover a {
    color: #fff;
    background: url(../images/titbg4.jpg) no-repeat;
}

.five-list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.five-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #DEE2E6;
    overflow: hidden;
}

.five-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.five-list li .img-box {
    width: 190px;
    height: 110px;
    overflow: hidden;
}

.five-list li .item-cont {
    width: calc(100% - 210px);
    overflow: hidden;
}

.five-list li .item-cont h6 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.five-list li .item-cont p {
    font-size: 14px;
    color: #999;
}

.five-list li .item-cont p span {
    margin-right: 3px;
    display: inline-block;
    min-width: 135px;
}

.five-list li .item-cont p span img {
    margin-right: 8px;
}

.five-list li .item-cont p span:last-child {
    margin-right: 0;
}

.first-list.two {
    margin-top: 0;
    border-top: 0;
}

.six-list li .img-box {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 130px;
    border: 1px solid #dedede;
    overflow: hidden;
}

.six-list li .img-box img {
    max-width: 90%;
    max-height: 90%;
    transition: all .6s;
}

.six-list li .item-cont {
    margin-left: 220px;
    overflow: hidden;
}

.six-list li .item-cont h6 {
    margin-top: 5px;
    font-size: 16px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.six-list li .item-cont p {
    line-height: 24px;
}

.six-list li .item-cont p.item-text {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.six-list li .item-cont p.item-time {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
}

.four-list.two {
    padding-top: 30px;
    position: relative;
}

.four-list.two::after {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    border-top: 1px dashed #DEE2E6;
}

.map-section {
    margin-top: 20px;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.seven-list {
    padding: 0;
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px dashed #DEE2E6;
    overflow: hidden;
}

.seven-list ul {
    padding: 0;
    list-style: none;
    margin: 0 -14px;
    margin-bottom: -28px;
    overflow: hidden;
}

.seven-list li {
    float: left;
    padding: 0 14px;
    margin-bottom: 28px;
    width: 20%;
}

.seven-list li .item-box {
    width: 100%;
    overflow: hidden;
}

.seven-list li .item-box .img-box {
    width: 100%;
    height: 205px;
    overflow: hidden;
}

.seven-list li .item-box h6 {
    margin-top: 11px;
    height: 48px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.eight-list {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.eight-list li {
    width: 445px;
    border-radius: 5px;
}

.eight-list li .img-box {
    width: 100%;
    height: 252px;
    overflow: hidden;
}

.eight-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eight-list li .item-cont {
    padding: 23px 20px;
    height: 75px;
    border-radius: 0 0 5px 5px;
    box-shadow: 1px 0px 8px 0px rgba(169, 169, 169, .5);
}

.eight-list li .item-cont h6 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eight-list li .item-cont p {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.nine-list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.nine-list li {
    padding: 25px 0;
    border-bottom: 1px solid #F1F1F1;
    overflow: hidden;
}

.nine-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nine-list li .img-box {
    width: 242px;
    height: 152px;
    overflow: hidden;
}

.nine-list li .item-cont {
    width: calc(100% - 262px);
    overflow: hidden;
}

.nine-list li .item-cont h6 {
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nine-list li .item-cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.nine-list li .item-cont .item-info {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.nine-list li .item-cont .item-info img {
    margin-right: 5px;
}

.nine-list li .item-cont .item-info span {
    margin-right: 40px;
}

.nine-list li .item-cont .item-info span:last-child {
    margin-right: 0;
}

.nine-list.two li .item-cont .item-info {
    margin-top: 28px;
}

.colony-section {
    margin-top: 30px;
    overflow: hidden;
}

.colony-left {
    float: left;
    width: 770px;
}

.ten-list {
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.ten-list li {
    position: relative;
    width: 220px;
    overflow: hidden;
}

.ten-list li .img-box {
    width: 100%;
    height: 297px;
    overflow: hidden;
    transition: all .6s;
}

.ten-list li .item-cont {
    padding: 10px 10px 0;
    overflow: hidden;
    text-align: center;
}

.ten-list li .item-cont h6 {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.ten-list li .item-cont p {
    line-height: 24px;
}

.ten-list li .item-cont p.item-month {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}

.ten-list li .item-cont p.item-text {
    font-size: 14px;
    color: #999;
}

.ten-list li .item-cont p.item-more {
    position: absolute;
    left: 182px;
    right: 30px;
    bottom: 20px;
    font-size: 14px;
    color: #2270D5;
}

.colony-right {
    float: right;
    width: 400px;
    overflow: hidden;
}

.colony-title {
    height: 41px;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}

.colony-title h6 {
    float: left;
    padding-left: 13px;
    width: 112px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    background: url(../images/titbg5.png) no-repeat;
}

.review-list {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.review-list li {
    margin-top: 20px;
    overflow: hidden;
}

.review-list li .img-box {
    float: left;
    width: 162px;
    height: 92px;
    overflow: hidden;
}

.review-list li .item-cont {
    margin-left: 178px;
    overflow: hidden;
}

.review-list li .item-cont h6 {
    height: 48px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.review-list li .item-cont p {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eleven-list {
    padding: 0;
    margin-top: 25px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    overflow: hidden;
}

.eleven-list li {
    width: 100%;
    background: #fff;
    border: 1px solid #DEDEDE;
}

.eleven-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.eleven-list li .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 178px;
    height: 120px;
}

.eleven-list li .img-box::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 70%;
    background: #E5E5E5;
    right: -1px;
    top: 20px;
    z-index: 1;
}
.eleven-list li .img-box img {
    max-width: 70%;
    max-height: 100%;
}

.eleven-list li .item-cont {
    width: calc(100% - 198px);
    overflow: hidden;
    padding-right: 28px;
}

.eleven-list li .item-cont h6 {
    font-size: 16px;
    color: #E4550F;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}
.cont-right .cont-title{
    margin-top: 25px;
    font-size: 24px;
    color: #2270D5;
    text-align: center;
    line-height: 1.5;
}
.filter-section {
    overflow: hidden;
}

.filter-section .filter-group {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    overflow: hidden;
}

.filter-section .filter-group .item-tit {
    float: left;
    width: 30px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
}

.filter-section .filter-group .item-cont {
    margin-left: 50px;
    overflow: hidden;
}

.filter-section .filter-group .item-cont a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    height: 28px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.filter-section .filter-group .item-cont a.active {
    color: #fff;
    background: #2270D5;
}

.twelve-list {
    padding: 0;
    padding-top: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px dashed #DEE2E6;
}

.twelve-list li {
    margin-bottom: 5px;
    width: 290px;
    border-radius: 5px;
}

.twelve-list li .img-box {
    position: relative;
    width: 100%;
    height: 165px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.twelve-list li .img-box .cover-section {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 165px;
    background: rgba(0, 0, 0, .6);
    transition: all .2s;
}

.twelve-list li .img-box .cover-section img {
    width: 44px;
    height: 44px;
}

.twelve-list li:hover .img-box .cover-section {
    top: 0;
}

.twelve-list li .item-cont {
    padding: 10px 20px;
    height: 65px;
    box-shadow: 1px 0px 8px 0px rgba(169, 169, 169, .6);
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.twelve-list li .item-cont h6 {
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}
.fellow-title{
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}
.fellow-title h6{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.fellow-title p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
}

.thirteen-list {
    padding: 0;
    list-style: none;
    margin: 0 -19px;
    margin-top: 25px;
    margin-bottom: -25px;
    overflow: hidden;
}

.thirteen-list li {
    float: left;
    padding: 0 19px;
    margin-bottom: 25px;
    width: 20%;
    overflow: hidden;
}

.thirteen-list li .img-box {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.thirteen-list li p {
    margin-top: 7px;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 党建红色 */

.wrap.wrap-party .header {
    background: url("../images/headbg2.jpg") no-repeat;
}

.wrap.wrap-party .sidenav-list>li:hover>a,
.wrap.wrap-party .sidenav-list>li.active>a,
.wrap.wrap-party .sidenav-list>li ul li:hover a,
.wrap.wrap-party .sidenav-list>li ul li.active a,
.wrap.wrap-party .page-title h6,
.wrap.wrap-party .breadcrumb a:hover,
.wrap.wrap-party .breadcrumb a.active,
.wrap.wrap-party .first-list li a:hover,
.wrap.wrap-party .two-list li a:hover .item-cont .item-title h6,
.wrap.wrap-party .three-list li a:hover .item-cont h6,
.wrap.wrap-party .five-list li a:hover .item-cont h6,
.wrap.wrap-party .six-list li a:hover .item-cont h6,
.wrap.wrap-party .pages .pagination li,
.wrap.wrap-party .pages .pagination li a {
    color: #C50C11;
}

.wrap.wrap-party .nav,
.wrap.wrap-party .nav>ul>li .menu-nav li:hover,
.wrap.wrap-party .sidenav-list>li>a::before,
.wrap.wrap-party .sidenav-list>li ul li:hover a::before,
.wrap.wrap-party .page-title h6::before,
.wrap.wrap-party .first-list li::before,
.wrap.wrap-party .footer {
    background: #C50C11;
}

.wrap.wrap-party .nav>ul>li:hover,
.wrap.wrap-party .nav>ul>li.active,
.wrap.wrap-party .nav>ul>li .menu-nav,
.wrap.wrap-party .header .header-bottom .search-box button {
    background: #D7383C;
}

.wrap.wrap-party .sidenav .sidenav-title {
    background: url(../images/titlebg2.jpg) no-repeat;
}

.wrap.wrap-party .pages .pagination li:hover a,
.wrap.wrap-party .pages .pagination li.active a {
    color: #fff;
    background: #C50C11;
}

.wrap.wrap-party .pages .pagination li.active {
    border-color: #C50C11;
}

.wrap.wrap-party .submenu-bar,
.wrap.wrap-party .m-nav-btn {
    background: url(../images/icon19_2.png) left center no-repeat;
    background-size: 20px;
}

.wrap.wrap-party .search-btn {
    background: url(../images/icon20_2.png) no-repeat;
    background-size: 20px;
}

.wrap.wrap-party .header .header-bottom .header-right .header-right-top a,
.wrap.wrap-party .header .header-bottom .header-right .header-right-top span,
.wrap.wrap-party .footer .footer-top .footer-left p,
.wrap.wrap-party .wechat-list li p,
.wrap.wrap-party .footer .footer-bottom {
    color: #fff;
}


/****************************** 滑过样式 **************************************/

.news-slide .img-box img,
.adve-section img,
.adve-section2 img,
.three-list li .img-box img,
.five-list li .img-box img,
.seven-list li .item-box .img-box img,
.nine-list li .img-box img,
.ten-list li .img-box img,
.review-list li .img-box img,
.twelve-list li .img-box img,
.news-slide2 .img-box img,
.thirteen-list li .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.news-slide .img-box:hover img,
.adve-section:hover img,
.adve-section2:hover img,
.three-list li a:hover .img-box img,
.five-list li a:hover .img-box img,
.six-list li a:hover .img-box img,
.seven-list li .item-box:hover .img-box img,
.nine-list li a:hover .img-box img,
.review-list li a:hover .img-box img,
.news-slide2 .img-box:hover img,
.thirteen-list li .item-box:hover .img-box img,
.ten-list li .img-box:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    /* IE 9 */
    -moz-transform: scale(1.1);
    /* Firefox */
    -webkit-transform: scale(1.1);
    /* Safari 和 Chrome */
    -o-transform: scale(1.1);
}

.notice-section .notice-title .more:hover,
.news-list li a:hover,
.section-title .more:hover,
.login-tab .login-tab-tit li .more:hover,
.news-tab2 .hd ul li .more:hover {
    color: #1F60A8;
}

.breadcrumb a:hover,
.breadcrumb a.active,
.first-list li a:hover,
.two-list li a:hover .item-cont .item-title h6,
.three-list li a:hover .item-cont h6,
.five-list li a:hover .item-cont h6,
.six-list li a:hover .item-cont h6,
.nine-list li a:hover .item-cont h6,
.ten-list li a:hover .item-cont h6,
.review-list li a:hover .item-cont h6,
.eleven-list li a:hover .item-cont h6,
.twelve-list li:hover .item-cont h6,
.thirteen-list li .item-box:hover p {
    color: #2270D5;
}

.breadcrumb a:hover,
.breadcrumb a.active{
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
    display: none;
}
/*序号列表*/
.number-list li .item-box a{
    padding-left: 0 !important;
}
.number-list .num-box{
    position: relative;
    display: inline-block;
    background: #2270D5;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-right: 22px;
}
.number-list .num-box:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #2270D5;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.member-column {
  margin-top: 20px;
  width: 100%;
}

.member-column .member-column-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}

.member-column .member-column-item img {
  width: 50px;
  height: auto;
  margin-right: 12px;
}

.member-column .member-column-item span {
  font-size: 22px;
  color: #fff;
}

.member-column .member-column-item:nth-child(1) {
  background: url('../images/b1.png') no-repeat;
  background-size: 100% 100%;
}

.member-column .member-column-item:nth-child(2) {
  background: url('../images/b2.png') no-repeat;
  background-size: 100% 100%;
}

.member-column .member-column-item:nth-child(3) {
  background: url('../images/b3.png') no-repeat;
  background-size: 100% 100%;
}


/* 会员欢迎滚动样式 */
.member-welcome-scroll {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}

.member-welcome-content {
  animation: memberWelcomeScroll 80s linear infinite;
}

.member-welcome-scroll.paused .member-welcome-content {
  animation-play-state: paused;
}

.member-welcome-item {
  color: white;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  cursor: default;
}

@keyframes memberWelcomeScroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.member-name-text {
  font-size: 20px !important;
  font-weight: bold;
}
.pagination button{
    color: #333 !important;
}
.pagination button.active{
    color: #fff !important;
}
.pagination .form {
    height: 33px;
    line-height: 31px;
}
.pagination .form .text {
    margin: 0 5px;
    font-size: 14px;
    color: #333;
    float: left;
}
.pagination .form .input {
    width: 32px;
    height: 33px;
    padding: 0;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
    float: left;
    margin-right: 5px;
}
.pagination .form .go-page {
    width: 58px;
    height: 33px;
    border: 1px solid #ccc;
    text-align: center;
    color: #333;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    outline: none;
}
@media screen and (min-width:0px) and (max-width:1820px) {
    .scroll-up {
        right: 10%;
    }
}

@media screen and (min-width:0px) and (max-width:1600px) {
    .scroll-up {
        right: 5%;
    }
}

@media screen and (min-width:0px) and (max-width:1340px) {
    .w1200,
    .adve-section,
    .adve-section2 {
        width: 90%;
    }
    .news-slide,
    .news-slide .img-box {
        height: 307px;
    }
    .notice-section {
        width: 38%;
    }
    .news-list li {
        height: 45px;
    }
    .section3 .news-section {
        width: 48%;
    }
    .news-section {
        width: 49%;
    }
    .cont-right {
        width: calc(100% - 290px);
    }
    .scroll-up {
        right: 10px;
    }
    .eight-list li .img-box {
        height: 235px;
    }
    .twelve-list li {
        width: 271px;
    }
    .twelve-list li .img-box {
        height: 153px;
    }
    .colony-left {
        width: 64%;
    }
    .colony-right {
        width: 33.33%;
    }
    .news-slide2 {
        width: 40%;
    }
    .news-tab2 {
        width: 57%;
    }
    .news-slide2 .img-box {
        height: 283px;
    }
    .news-list2 li {
        line-height: 34px;
    }
    .thirteen-list li .img-box {
        height: 195px;
    }
    .ten-list{
        gap: 28px;
    }
    .ten-list li {
        width: 190px;
    }
    .ten-list li .img-box{
        height: 256px;
    }
}

@media screen and (min-width:0px) and (max-width:1130px) {
    .news-list li {
        font-size: 14px;
    }
    .news-list li a {
        max-width: 70%;
    }
    .ten-list li {
        width: 170px;
    }
    .ten-list li .img-box{
        height: 230px;
    }
    .eleven-list li .img-box{
        width: 158px;
        height: 100px;
    }
}

@media screen and (min-width:0px) and (max-width:1025px) {
    .ten-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ten-list li {
        width: 190px;
    }
    .ten-list li .img-box{
        height: 256px;
    }
}

@media screen and (min-width:0px) and (max-width:768px) {
    .w1200,
    .adve-section,
    .adve-section2 {
        width: calc(100% - 30px);
    }
    .nav,
    .header .search-box {
        display: none;
    }
    .header {
        position: relative;
        height: auto;
    }
    .header .header-bottom .header-right .header-right-top,
    .header .header-bottom .head-quick {
        display: none;
    }
    .header .header-bottom .header-right .header-right-btm {
        margin-top: 0;
    }
    .search-btn,
    .m-nav-btn {
        display: inline-block;
        margin-left: 10px;
        width: 20px;
        height: 22px;
    }
    .search-btn {
        background: url(../images/icon20.png) center no-repeat;
        background-size: 20px;
    }
    .m-nav-btn {
        background: url(../images/icon19.png) center no-repeat;
        background-size: 20px;
    }
    .header .header-bottom .search-box {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        border-radius: 0;
        background: #fff;
        z-index: 999;
    }
    .header .header-bottom .search-box input {
        width: calc(100% - 40px);
    }
    .header .header-bottom {
        padding: 15px 0;
    }
    .m-nav-pop {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 102;
        left: 100%;
        top: 0;
        display: block;
        transition: left 0.3s;
        background: #fff;
        z-index: 99999;
        overflow-y: auto;
    }
    .m-nav-close {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 18px;
    }
    .m-nav-close img {
        width: 100%;
    }
    .m-nav-list {
        padding: 0;
        list-style: none;
        position: relative;
        margin-top: 45px;
    }
    .m-nav-list ul {
        padding: 0;
        list-style: none;
    }
    .m-nav-list li {
        padding: 0 20px;
        font-size: 16px;
        color: #666;
    }
    .m-nav-list li {
        border-bottom: 1px solid #dcdcdc;
    }
    .m-nav-list>li a {
        display: block;
        padding: 14px 0;
    }
    .m-nav-list li.more {
        background: url(../images/icon22.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-list li .menu-nav {
        display: none;
    }
    .m-nav-list li.more.active {
        border-bottom: 0;
        background: url(../images/icon22_2.png) 95% 20px no-repeat;
        background-size: 16px;
    }
    .m-nav-list li .menu-nav li ul {
        display: none;
    }
    .m-nav-list li .menu-nav li ul li a {
        padding: 10px 0;
        font-size: 14px;
    }
    .adve-section {
        margin: 15px auto;
    }
    .section1 {
        margin-top: 20px;
    }
    .section1,
    .section2,
    .section3,
    .adve-section2 {
        margin-bottom: 20px;
    }
    .news-slide,
    .notice-section {
        float: none;
        width: 100%;
    }
    .news-slide,
    .news-slide .img-box {
        height: 325px;
    }
    .section3 .news-section:nth-child(2) {
        margin-top: 0;
    }
    .notice-section,
    .news-section:nth-child(2) {
        margin-top: 20px;
    }
    .section4 {
        display: block;
    }
    .section4 {
        margin-bottom: 5px;
    }
    .news-section {
        width: 100%;
    }
    .section5 {
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 5px;
    }
    .section-title2 {
        margin-bottom: 20px;
    }
    .sidenav,
    .cont-right {
        float: none;
        width: 100%;
    }
    .submenu-bar {
        display: block;
        padding-left: 30px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #333;
        background: url(../images/icon19.png) left center no-repeat;
        background-size: 20px;
    }
    .mobile-cover {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 9;
    }
    .sidenav {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: -60%;
        width: 60%;
        bottom: 0;
        overflow-y: auto;
        background-color: #fff;
        transition: left 0.6s;
    }
    .sidenav .sidenav-title {
        padding: 10px 15px;
        height: 40px;
        font-size: 16px;
        background: #2270D5;
    }
    .sidenav-list {
        max-height: calc(100vh - 55px);
        background: #fff;
        overflow: hidden;
        overflow-y: auto;
    }
    .sidenav-list>li>a {
        padding: 11px 0;
        padding-left: 15px;
        font-size: 14px;
    }
    .sidenav-list>li>a::before {
        top: 19px;
    }
    .sidenav-list>li ul {
        margin-bottom: 11px;
    }
    .sidenav-list>li ul::before {
        top: 0;
    }
    .sidenav-list>li ul li {
        margin-bottom: 10px;
    }
    .sidenav-list>li ul li a {
        font-size: 14px;
    }
    .seven-list li .item-box .img-box {
        height: 160px;
    }
    .eight-list li .img-box {
        height: 202px;
    }
    .eleven-list {
        gap: 20px;
    }
    .eleven-list li .img-box {
        width: 140px;
        height: 100px;
    }
    .eleven-list li .item-cont {
        width: calc(100% - 160px);
    }
    .twelve-list li {
        width: 232px;
    }
    .twelve-list li .img-box {
        height: 131px;
    }
    .colony-left,
    .colony-right {
        float: none;
        width: 100%;
    }
    .colony-right {
        margin-top: 30px;
    }
    .filter-section .filter-group {
        padding: 10px 0;
        padding-bottom: 5px;
    }
    .filter-section .filter-group .item-cont {
        margin-left: 40px;
    }
    .filter-section .filter-group .item-cont a {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .scroll_iframe {
        overflow: hidden;
        overflow-y: auto;
        max-height: 75vh;
    }
    .scroll_iframe iframe {
        width: 100%;
        max-height: 75vh;
    }
    .introduction-text img,
    .introduction-text p img,
    .NewsText img,
    .NewsText p img {
        height: auto !important;
    }
    .thirteen-list li .img-box {
        height: 163px;
    }
    .ten-list {
        grid-template-columns: repeat(3, 1fr);
    }
    .eight-list li{
        width: 360px;
    }
}

@media screen and (min-width:0px) and (max-width:640px) {
    .header {
        padding-top: 20px;
    }
    .header .header-bottom .logo img {
        height: 30px;
    }
    .header .header-top {
        padding: 5px 0;
    }
    .header .header-top div {
        font-size: 12px;
    }
    .header .header-top .w1200 div {
        float: none !important;
        width: 100%;
        overflow: hidden;
    }
    .header .header-top .Left {
        display: none;
    }
    .header .header-top .Right span {
        margin: 0 5px;
    }
    .header .header-top .Right span,
    .header .header-top .Right a {
        display: none;
    }
    .header .header-top .Right .two {
        display: block;
    }
    .header .header-top .Right a:nth-child(2) {
        display: none;
    }
    .header .header-bottom .header-right .header-right-top {
        display: block;
        position: absolute;
        top: 0;
        left: 15px;
        right: 15px;
    }
    .header .header-bottom .header-right .header-right-top a,
    .header .header-bottom .header-right .header-right-top span {
        font-size: 12px;
    }
    .header .header-bottom .header-right .header-right-top span {
        margin: 0 1px;
    }
    .news-section {
        padding: 15px;
    }
    .news-slide,
    .news-slide .img-box {
        height: 146px;
    }
    .news-slide .img-box .cover-title {
        padding: 10px 10px;
        padding-right: 80px;
    }
    .news-slide .img-box .cover-title p {
        font-size: 14px;
    }
    .notice-section .notice-title h6 {
        padding-left: 35px;
        font-size: 16px;
    }
    .news-slide2,
    .news-tab2 {
        float: none;
        width: 100%;
    }
    .news-slide2 .img-box {
        height: 214px;
    }
    .news-slide2 .img-box .cover-section p {
        font-size: 14px;
        line-height: 22px;
    }
    .news-tab2 {
        margin-top: 20px;
    }
    .news-tab2 .hd ul li {
        margin-right: 15px;
    }
    .news-tab2 .hd ul li span {
        width: 90px;
    }
    .news-list2 li {
        font-size: 14px;
        line-height: 28px;
    }
    .news-list li {
        padding: 10px 0;
        height: 40px;
    }
    .news-section {
        padding-top: 10px;
    }
    .news-tab .news-tab-tit {
        height: 34px;
    }
    .news-tab .news-tab-tit li .item-tit {
        height: 33px;
        font-size: 16px;
    }
    .section-title2 {
        margin-bottom: 15px;
    }
    .section-title2 h6 {
        font-size: 16px;
    }
    .section5 {
        padding: 0;
        margin-bottom: 10px;
    }
    .system-list {
        margin: 0 -5px;
    }
    .system-list li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
    .system-list li .item-box {
        height: 52px;
    }
    .system-list li .item-box a {
        padding: 10px 10px;
        height: 50px;
    }
    .system-list li .item-box .icon-box {
        width: 20px;
        height: 30px;
    }
    .system-list li .item-box .icon-box img {
        max-width: 100%;
    }
    .system-list li .item-box .item-tit {
        margin-top: 0;
        font-size: 14px;
        line-height: 24px;
    }
    .section3 {
        display: block;
        padding: 0 15px;
        background: url(../images/bg6_2.jpg) no-repeat;
    }
    .section3 .news-section {
        padding-top: 15px;
        padding-bottom: 0;
        width: 100%;
    }
    .section3 .news-section:nth-child(2) {
        padding-bottom: 10px;
    }
    .section3 .news-list li {
        height: 28px;
        line-height: 28px;
    }
    .section-title {
        height: 35px;
    }
    .section-title h6 {
        height: 34px;
        font-size: 16px;
    }
    .link-section {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .link-section::after {
        background-size: 100%;
        background-position: bottom center;
    }
    .link-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .link-list li {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 50%;
    }
    .link-list li .item-box select {
        padding-left: 10px;
        height: 35px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer .footer-top {
        display: block;
    }
    .footer .footer-top .footer-left {
        margin-top: 0;
    }
    .footer .footer-top .footer-left p {
        font-size: 12px;
        line-height: 1.7;
    }
    .footer .footer-top .footer-right {
        margin-top: 20px;
        text-align: center;
    }
    .wechat-list {
        margin: 0 auto;
        display: table;
        width: auto;
    }
    .wechat-list li {
        margin-right: 20px;
    }
    .wechat-list li img {
        width: 100px;
        height: 100px;
    }
    .wechat-list li p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 22px;
    }
    .footer .footer-bottom {
        margin-top: 15px;
        font-size: 12px;
    }
    .page-content {
        padding-bottom: 25px;
        min-height: calc(100vh - 524px);
    }
    .submenu-bar {
        line-height: 20px;
    }
    .submenu-bar img {
        margin-top: -3px;
    }
    .sidenav-list {
        padding: 0 15px;
    }
    .page-title {
        height: 35px;
    }
    .page-title h6 {
        height: 32px;
        font-size: 16px;
    }
    .breadcrumb {
        display: none;
    }
    .first-list li {
        padding: 10px 0;
        padding-left: 15px;
        font-size: 14px;
    }
    .first-list li a {
        max-width: 70%;
    }
    .pages {
        margin-top: 25px;
    }
    .pages .pagination li.first,
    .pages .pagination li.last {
        display: none;
    }
    .three-list li,
    .six-list li {
        padding: 15px 0;
    }
    .three-list li .img-box {
        width: 100px;
        height: 133px;
    }
    .three-list li .item-cont {
        margin-left: 115px;
    }
    .three-list li .item-cont h6 {
        font-size: 16px;
    }
    .three-list li .item-cont p {
        line-height: 1.5;
    }
    .three-list li .item-cont p.item-info {
        margin-top: 5px;
        font-size: 14px;
    }
    .three-list li .item-cont p.item-text {
        margin-top: 5px;
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .four-list li {
        float: none;
        width: 100%;
    }
    .four-list li .item-box a {
        padding: 0 15px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .four-list.two {
        margin-top: 15px;
        padding-top: 15px;
    }
    .member-search {
        margin: 20px auto;
        width: 100%;
        height: 35px;
    }
    .member-search input {
        width: calc(100% - 75px);
        height: 33px;
        font-size: 14px;
        line-height: 33px;
    }
    .member-search button {
        width: 70px;
        height: 33px;
        font-size: 14px;
    }
    .two-list li {
        padding: 20px 0;
    }
    .two-list li .img-box {
        width: 70px;
        height: 80px;
    }
    .two-list li .img-box img {
        max-height: 70%;
    }
    .two-list li .item-cont {
        margin-left: 85px;
    }
    .two-list li .item-cont .item-title h6 {
        float: none;
        width: 100%;
        font-size: 15px;
    }
    .two-list li .item-cont .item-title span {
        display: block;
        margin-top: 5px;
        margin-left: 0;
    }
    .two-list li .item-cont p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.7;
    }
    .introduction-text,
    .introduction-text *,
    .NewsText,
    .NewsText * {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }
    .first-list {
        margin-top: 15px;
    }
    .first-list.two {
        margin-top: 5px;
    }
    .TextTitle {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .TextTitle h5 {
        font-size: 18px;
    }
    .TextTitle .shar {
        margin-top: 10px;
    }
    .six-list li .img-box {
        width: 120px;
        height: 78px;
    }
    .six-list li .item-cont {
        margin-left: 130px;
    }
    .six-list li .item-cont h6 {
        margin-top: 0;
        font-size: 14px;
    }
    .six-list li .item-cont p {
        line-height: 17px;
    }
    .six-list li .item-cont p.item-text {
        margin-top: 5px;
        font-size: 12px;
    }
    .six-list li .item-cont p.item-time {
        margin-top: 5px;
        font-size: 12px;
    }
    .five-list li {
        padding: 15px 0;
    }
    .five-list li .img-box {
        width: 125px;
        height: 72px;
    }
    .five-list li .item-cont {
        width: calc(100% - 135px);
    }
    .five-list li .item-cont h6 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .five-list li .item-cont p {
        font-size: 12px;
        line-height: 25px;
    }
    .scroll-up {
        width: 35px;
        height: 35px;
    }
    .scroll-up a {
        height: 35px;
    }
    .seven-list {
        padding-top: 20px;
    }
    .seven-list ul {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: -15px;
    }
    .seven-list ul li {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 33.33%;
    }
    .seven-list ul li .item-box .img-box {
        height: 139px;
    }
    .seven-list li .item-box h6 {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .eight-list {
        display: block;
    }
    .eight-list li {
        margin-bottom: 20px;
        width: 100%;
    }
    .eight-list li:last-child {
        margin-bottom: 0;
    }
    .eight-list li .img-box,
    .eight-list li .item-cont {
        height: auto;
    }
    .eight-list li .item-cont {
        padding: 10px 15px;
        padding-bottom: 15px;
    }
    .eight-list li .item-cont h6 {
        font-size: 14px;
        line-height: 1.5;
    }
    .eight-list li .item-cont p {
        font-size: 12px;
        line-height: 2;
    }
    .eleven-list {
        display: block;
        margin-top: 20px;
    }
    .eleven-list li {
        margin-bottom: 20px;
    }
    .eleven-list li:last-child {
        margin-bottom: 0;
    }
    .eleven-list li .img-box {
        height: 80px;
    }
    .cont-right .cont-title{
        font-size: 18px;
    }
    .eleven-list li .item-cont h6 {
        font-size: 14px;
    }
    .nine-list li {
        padding: 20px 0;
        padding-bottom: 15px;
    }
    .nine-list li .img-box {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .nine-list li a {
        display: block;
    }
    .nine-list li .item-cont {
        margin-top: 10px;
        width: 100%;
    }
    .nine-list li .item-cont h6 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .nine-list li .item-cont p {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 1.4;
    }
    .nine-list li .item-cont .item-info {
        margin-top: 2px;
        font-size: 12px;
    }
    .nine-list li .item-cont .item-info span {
        margin-right: 0;
        display: block;
    }
    .twelve-list {
        padding-top: 20px;
        margin-bottom: -20px;
        display: block;
    }
    .twelve-list:after,
    .twelve-list:before {
        content: "";
        clear: both;
        overflow: hidden;
        display: table;
    }
    .twelve-list li {
        float: left;
        margin-right: 10px;
        margin-bottom: 20px;
        width: calc((100% - 10px) / 2);
    }
    .twelve-list li:nth-child(2n) {
        margin-right: 0;
    }
    .twelve-list li .img-box {
        height: 95px;
    }
    .twelve-list li .item-cont {
        padding: 5px 10px;
        height: 48px;
    }
    .twelve-list li .item-cont h6 {
        font-size: 14px;
    }
    .colony-section {
        margin-top: 20px;
    }

    .ten-list{
        gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }
    .ten-list li {
        width: 170px;
    }
    .ten-list li .img-box{
        height: 230px;
    }
    .ten-list li .item-cont h6 {
        font-size: 16px;
    }
    .review-list li {
        margin-top: 15px;
    }
    .review-list li .img-box {
        width: 130px;
        height: 74px;
    }
    .review-list li .item-cont {
        margin-left: 145px;
    }
    .review-list li .item-cont h6 {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
    .review-list li .item-cont p {
        margin-top: 10px;
    }
    .nine-list.two li .item-cont .item-info {
        margin-top: 0;
    }
    .thirteen-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px;
        margin-bottom: -15px;
    }
    .thirteen-list li {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 15px;
        width: 33.33%;
    }
    .thirteen-list li .img-box {
        height: 151px;
    }
}
