@charset "utf-8";

/* CSS Document */

.header {
    width: 100%;
    background: url("../images/headbg.jpg") no-repeat;
}

.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 {
    width: 100%;
    height: 50px;
    background: #2270D5;
}

.nav ul {
    padding: 0;
    list-style: none;
}

.nav>ul {
    display: table;
}

.nav>ul>li {
    position: relative;
    display: table-cell;
}

.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: 50%;
    transform: translateX(-50%);
    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;
}

.adve-section {
    margin: 20px auto;
    margin-bottom: 30px;
    width: 1200px;
    overflow: hidden;
}

.adve-section img {
    width: 100%;
}

.section1 {
    margin-top: 30px;
    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,
.section3 {
    margin-bottom: 30px;
}

.comprehensive-section {
    float: left;
    padding: 25px 20px;
    padding-top: 20px;
    width: 740px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgba(74, 74, 74, 0.07);
    border-top: 2px solid #2270D5;
    overflow: hidden;
}

.section-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.section-title h6 {
    float: left;
    position: relative;
    height: 39px;
    font-size: 18px;
    color: #2270D5;
}

.section-title h6 img {
    margin-right: 10px;
}

.section-title h6::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: url(../images/titbg2.png) no-repeat;
}

.section-title .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.login-section {
    float: right;
    padding: 25px 20px;
    padding-top: 20px;
    width: 440px;
    background: #fff url("../images/bg2.jpg") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 13px 0px rgba(74, 74, 74, 0.07);
    border-top: 2px solid #2270D5;
    overflow: hidden;
}

.login-tab {
    width: 100%;
    overflow: hidden;
}

.login-tab .login-tab-tit,
.news-tab .news-tab-tit {
    position: relative;
    padding: 0;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.login-tab .login-tab-tit li,
.news-tab .news-tab-tit li {
    float: left;
    margin-right: 20px;
}

.login-tab .login-tab-tit li .more,
.news-tab .news-tab-tit li .more {
    display: none;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 14px;
    color: #999;
}

.login-tab .login-tab-tit li.on .more,
.news-tab .news-tab-tit li.on .more {
    display: block;
}

.login-tab .login-tab-tit li .item-tit,
.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;
}

.login-tab .login-tab-tit li.on .item-tit,
.news-tab .news-tab-tit li.on .item-tit {
    color: #2270D5;
}

.login-tab .login-tab-tit li.on .item-tit::after,
.news-tab .news-tab-tit li.on .item-tit::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: url(../images/titbg2.png) no-repeat;
}

.login-tab .bd .login-item:not(:first-child),
.news-tab .bd .news-item:not(:first-child) {
    display: none;
}

.login-tab .login-item {
    background: url(../images/logo3.png) right bottom no-repeat;
}

.login-tab-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.login-tab-box .login-tab-left {
    width: 240px;
}

.login-tab-left .news-list li a {
    max-width: 100%;
}

.login-tab-box .login-tab-left .login-info {
    padding: 13px 0;
    height: 48px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px dashed #DEDEDE;
}

.login-tab-box .login-tab-left .login-info a {
    color: #2569BC;
    text-decoration: underline;
}

.login-tab-box .login-tab-right {
    margin-top: 20px;
    width: 140px;
}

.login-tab-box .login-tab-right a {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    background: #2569BC;
}

.login-tab-box .login-tab-right a img {
    margin-right: 10px;
}

.login-tab-box .login-tab-right a:last-child {
    margin-bottom: 0;
}

.adve-section2 {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 1200px;
    overflow: hidden;
}

.adve-section2 img {
    width: 100%;
}

.section3,
.section4 {
    display: flex;
    justify-content: space-between;
}

.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;
}

.section4 {
    margin-bottom: 10px;
}

.section5 {
    padding-top: 32px;
    padding-bottom: 25px;
    background: url(../images/bg3.jpg) top center no-repeat;
}

.section-title2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.section-title2 .left-line,
.section-title2 .right-line {
    position: relative;
    flex: 1;
    height: 1px;
    background: #DBE3ED;
    z-index: 1;
}

.section-title2 .left-line:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 4px;
    width: 12px;
    height: 1px;
    background: #DBE3ED;
    transform: rotate(45deg);
}

.section-title2 .right-line:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #DBE3ED;
    transform: rotate(135deg);
    left: -10px;
    top: 4px;
}

.section-title2 h6 {
    padding: 0 28px;
    font-size: 24px;
    color: #fff;
}

.system-list {
    padding: 0;
    margin: 0 -7px;
    list-style: none;
    overflow: hidden;
}

.system-list li {
    float: left;
    padding: 0 7px;
    margin-bottom: 15px;
    width: 33.33%;
}

.system-list li .item-box {
    height: 110px;
    background: #ED4633;
    overflow: hidden;
}
.system-list li:nth-child(2) .item-box{
    background: #5A60EF;
}
.system-list li:nth-child(3) .item-box{
    background: #2996F3;
}
.system-list li:nth-child(4) .item-box{
    background: #53AE4F;
}
.system-list li:nth-child(5) .item-box{
    background: #EC896F;
}
.system-list li:nth-child(6) .item-box{
    background: #F49730;
}

.system-list li .item-box a {
    display: block;
    height: 108px;
    padding: 35px 40px;
    overflow: hidden;
}

.system-list li .item-box .icon-box {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 40px;
}

.system-list li .item-box .item-tit {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
}

.link-section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.link-section .section-title h6::after {
    background: url(../images/titbg3.png) no-repeat;
}

.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 {
    padding: 30px 0;
    padding-bottom: 28px;
    background: #E7EDF0;
    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: #333;
}

.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: #333;
    line-height: 25px;
}

.footer .footer-bottom {
    margin-top: 18px;
    font-size: 16px;
    color: #333;
    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: 260px;
}

.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;
}

.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 ul {
    position: relative;
    margin-bottom: 20px;
}

.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;
}

.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;
}

.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 a,
.breadcrumb span {
    display: block;
    float: left;
}

.breadcrumb span {
    margin: 0 5px;
}

.introduction-text {
    margin-top: 15px;
    overflow: hidden;
}

.introduction-text,
.introduction-text p {
    font-size: 16px;
    line-height: 1.8;
}

.introduction-text img,
.introduction-text p img {
    max-width: 100%;
}

.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;
    width: 200px;
    height: 130px;
    overflow: hidden;
}

.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: 2;
    /*要显示的行数*/
    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;
}


/* 党建红色 */
.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,
.six-list li .img-box img,
.seven-list li .item-box .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 {
    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 {
    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 {
    color: #2270D5;
}

.search-btn,
.m-nav-btn,
.m-nav-pop,
.submenu-bar,
.mobile-cover {
    display: 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;
    }
    .comprehensive-section {
        width: 62%;
    }
    .login-section {
        width: 36%;
    }
    .login-tab-box .login-tab-left {
        width: calc(100% - 160px);
    }
    .news-section {
        width: 49%;
    }
    .cont-right {
        width: calc(100% - 290px);
    }
    .scroll-up {
        right: 10px;
    }
}

@media screen and (min-width:0px) and (max-width:1130px) {
    .news-list li {
        font-size: 14px;
    }
    .news-list li a {
        max-width: 70%;
    }
}

@media screen and (min-width:0px) and (max-width:1025px) {
    .system-list li .item-box {
        height: 82px;
    }
    .system-list li .item-box a {
        padding: 20px 25px;
        height: 80px;
    }
    .system-list li .item-box .item-tit {
        margin-left: 10px;
        font-size: 16px;
    }
}

@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;
    }
    .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 {
        margin-top: 9px;
        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-top: 0;
        margin-bottom: 15px;
    }
    .section1{
        margin-top: 20px;
    }
    .section1,
    .section2,
    .section3,
    .adve-section2 {
        margin-bottom: 20px;
    }
    .news-slide,
    .notice-section,
    .comprehensive-section,
    .login-section {
        float: none;
        width: 100%;
    }
    .news-slide,
    .news-slide .img-box {
        height: 325px;
    }
    .notice-section,
    .login-section,
    .news-section:nth-child(2) {
        margin-top: 20px;
    }
    .section3,
    .section4 {
        display: block;
    }
    .news-section {
        width: 100%;
    }
    .section5 {
        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;
        transition: all 0.6s;
        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;
    }
}

@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;
    }
    .comprehensive-section,
    .login-section,
    .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-list li,
    .login-tab-box .login-tab-left .login-info {
        padding: 10px 0;
        height: 40px;
    }
    .comprehensive-section,
    .login-section,
    .news-section {
        padding-top: 10px;
    }
    .section-title,
    .login-tab .login-tab-tit,
    .news-tab .news-tab-tit {
        height: 34px;
    }
    .section-title h6,
    .login-tab .login-tab-tit li .item-tit,
    .news-tab .news-tab-tit li .item-tit {
        height: 33px;
        font-size: 16px;
    }
    .login-tab-box .login-tab-left {
        width: calc(100% - 140px);
    }
    .login-tab-box .login-tab-left .login-info {
        font-size: 14px;
    }
    .login-tab-box .login-tab-right {
        width: 120px;
    }
    .login-tab-box .login-tab-right a {
        width: 120px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .login-tab-box .login-tab-right a img {
        margin-top: -3px;
    }
    .section-title2 h6 {
        padding: 0 20px;
        font-size: 16px;
    }
    .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 {
        font-size: 12px;
        line-height: 30px;
    }
    .link-section {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .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 p,
    .NewsText,
    .NewsText p {
        font-size: 14px;
        line-height: 1.7;
    }
    .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;
    }
}
