* {
    padding: 0;
    margin: 0;
}

body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    /* position:relative */
}

ul {
    list-style: none;
}

a {
    color: #333;
}

.btn-round {
    border-radius: 30px !important;
}

.btn {
    padding: .375rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.lug-bt {
    padding: 0px 0px;
    height: 36px;
    background: none;
    border: none;
    font-size: 18px;
}

.nav-link.active::after {
    border-bottom: 1px solid #fff;
}

.title-home {
    margin: 0px 0 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.title-home h2 {
    font-size: 22px;
    border-bottom: 2px solid #da251c;
    padding: 0 0 20px;
    margin: 0;
    font-weight: bold;
}

.title-home a {
    color: #da251c;
}

.mySwiper .swiper-wrapper {
    flex-direction: column;
}

.btn-gray {
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    margin: 60px auto 80px;
    display: block;
    background: #656f77;
    text-align: center;
}

.myTab {
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
    align-items: center;
}

.myTab a {
    padding: 20px 0;
    font-size: 22px;
    color: #666;
}

.myTab a.active {
    color: #da251c;
    font-weight: bold;
    border-bottom: 3px solid #da251c;
}

.myTab li:first-child {
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.myTab li:nth-child(2) {
    padding-left: 20px;
}

.myTab li:last-child {
    margin-left: auto;
}

.myTab li:last-child a {
    color: #da251c;
    text-align: right;
    font-size: 14px;
}

.myTabContent {
    padding: 20px 0;
}

.hot-news {
    padding: 20px 0;
    display: flex;
    border-bottom: 1px dashed #ddd;
    align-items: center;
}

.hot-news .date {
    color: #999;
    font-size: 14px;
    text-align: center;
    padding: 3px 12px;
    white-space: nowrap;
    border-right: 1px solid #da251c;
    background: url(../img/bg-hotnews.png) left top no-repeat;
    margin-right: 20px;
}

.hot-news .date b {
    font-size: 28px;
    display: block;
    color: #da251c;
}

.hot-news a {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #333;
}

.news-block {
    padding: 0 20px;
}

.party-work {
    padding: 60px 0;
}

.party-work .hot-block {
    background: #f8f8f8;
    padding: 20px;
    display: flex;
}

.party-work .hot-block .date {
    border-right: 1px solid #ddd;
    color: #da251c;
    font-size: 16px;
    text-align: center;
    padding-right: 20px;
    white-space: nowrap;
}

.party-work .hot-block a {
    font-size: 16px;
    line-height: 30px;
    padding-left: 20px;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}

.party-work .hot-block .date b {
    font-size: 24px;
    display: block;
}

.party-work ul {
    padding: 0;
    margin: 20px 0 0;
}

.party-work li,
.news-list li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 10px 2rem;
    background: url(../img/icon-li.png) left center no-repeat;
    list-style-type: none;
}

.party-work li a,
.news-list li a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.party-work li span,
.news-list li span {
    color: #999;
    white-space: nowrap;
}

.product-center {
    padding: 60px 0;
}

.product-block {
    width: 296px;
    background: #eee;
    text-align: center;
}

.product-block p {
    padding: 10px 0;
    margin: 0;
}

.product-block a {
    color: #333;
}

.product-block .img-block {
    overflow: hidden;
    height: 193px;
}

.product-block .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.product-block:hover img {
    transform: scale(1.1);
}

.subject-block ul {
    padding: 0;
}

.subject-block li {
    float: left;
    list-style-type: none;
    margin-right: 2px;
    overflow: hidden;
}

.subject-block li:hover img {
    transform: scale(1.1);
    transition: all .4s;
}

.subject-block li img {
    max-width: 100%;
    display: block;
    width: 100%;
}

.organ-block {
    background-color: #d7e2f5;
    padding: 0 30px 30px;
}

.organ-block ul {
    list-style-type: none;
    padding: 0;
}

.organ-block ul li {
    padding: 15px 10px;
    border-radius: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.organ-block ul li a {
    font-size: 18px;
    color: #222;
}

.organ-block ul li i {
    color: #0150d3;
    margin-right: 15px;
}

.organ-block ul li:hover {
    background: #0150d3;
}

.organ-block ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.organ-block ul li:hover i {
    color: #fff;
}

.bg-blue {
    background: #0150d3;
}

.bg-yellow {
    background: #ff9000;
}

.picMarquee-left {
    height: 230px;
    overflow: hidden;
}

.fl {
    float: left;
}

.picMarquee-left ul li {
    flex: 1;
    width: 23%;
    margin-left: 1%;
}

.picMarquee-left ul li .box:hover a .text {
    color: #DA251C;
    text-decoration: underline;
}

.picMarquee-left ul li:last-child {
    margin-right: 0;
}

.picMarquee-left ul li .box .img {
    position: relative;
    padding-bottom: 65.2%;
    overflow: hidden;
}

.picMarquee-left ul li .box .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.picMarquee-left ul li .box .img:hover img{
    transform: scale(1.1);
    transition: all .3s;
}


.picMarquee-left ul li .box .text {
    color: #333333;
    font-size: 16px;
    background-color: #eee;
    line-height: 2.5rem;
    height: 2.5rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}
.txtov {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.tempWrap{
    width: 100%!important;
    margin: 0;
    padding: 0;
}

.home-notice {
    height: 70px;
    line-height: 70px;
}

.home-notice-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-notice-content .title {
    font-size: 24px;
}

.mySwiper.swiper-container-vertical {
    touch-action: pan-x;
    height: 50px;
    overflow: hidden;
}

.mySwiper .swiper-slide {
    line-height: 50px;
}

.mySwiper .swiper-slide a {
    font-size: 16px;
    color: #666;
    padding: 10px 0;
}

.home-news {
    background: #f8f8f8;
    padding: 60px 0;
}



.news-img-block {
    max-width: 640px;
    position: relative;
    overflow: hidden;
}

.news-img-block .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 75%;
}

.news-img-block .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.news-img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.news-img-block .swiper-pagination {
    color: #fff;
    left: auto;
    right: 0;
    width: 116px;
    bottom: 0px;
    z-index: 1;
    font-size: 16px;
    padding: 14px 0;
    background: #da251c;
}

.swiper-pagination-current {
    font-size: 20px;
}

.news-img-block .text-box {
    background: rgba(0, 0, 0, .7);
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 15px 150px 15px 20px;
    color: #FFF;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-img-block .swiper-button-next,
.news-img-block .swiper-button-prev {
    top: auto;
    color: #fff;
    height: auto;
    width: auto;
    bottom: 20px;
}

.news-img-block .swiper-button-next:after,
.news-img-block .swiper-button-prev:after {
    font-size: 0px;
}

.news-img-block .swiper-button-next i,
.news-img-block .swiper-button-prev i {
    font-size: 35px;
}

.news-img-block .swiper-button-prev,
.news-img-block .swiper-rtl .swiper-button-next {
    left: auto;
    right: 100px;
}

/* //单行溢出省略： */
.title-over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 多行溢出省略： */
.p-over {
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.bg-gray {
    background: #f8f8f8;
    padding: 60px 0;
}

.back-top {
    align-items: center;
    background: #333;
    border: 2px solid #fff;
    bottom: 2vw;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    height: 50px;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    position: fixed;
    right: 2vw;
    text-align: center;
    transform: scale(.8) translate(90px, 90px);
    transition: all .3s;
    visibility: hidden;
    width: 50px;
    z-index: -1;

}

.back-top:hover {
    background: #000;
    color: #fff;
}

.back-top-show {
    opacity: 1;
    transform: scale(1) translate(0);
    visibility: visible;
    z-index: 2
}

.back-top-show:hover {
    text-decoration: none;
}

.back-foot {
    background: #0150d3;
    color: #fff;
    position: fixed;
    right: 0;
    top: 45%;
    writing-mode: vertical-lr;
    padding: 15px 7px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
    z-index: 888;
}

.back-foot a {
    color: #fff;
}

.back-foot:hover {
    background: #5488df;
    color: #fff;
    text-decoration: none;
}

.index-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-banner .swiper-slide {
    background: rgba(0, 0, 0, .6)
}

.index-banner .imgs {
    display: block;
    position: relative;
    padding-bottom: 40%;
}

.index-banner .img-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.index-banner img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.index-banner .swiper-pagination {
    color: #fff;
    bottom: 4%;
    z-index: 1;
    left: 0;
    width: 100%;
}

.index-banner .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 0;
    opacity: .3;
    margin: 0 5px;
}

.index-banner .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    top: 80%;
    color: #fff;
    background: none;
}

.index-banner .swiper-button-prev {
    left: 300px;
}

.index-banner .swiper-button-next {
    left: 320px;
}

.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
    font-size: 0px;
}

.index-banner .swiper-button-next i,
.index-banner .swiper-button-prev i {
    font-size: 35px;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-rtl .swiper-button-next {
    right: auto;
    left: 230px;
}

#banner-index .banner-left {
    background-color: #0150d3;
}

#banner-index .carousel-inner {
    display: flex;
}

#banner-index .banner-index-block {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-banner .carousel-item {
    display: block;
    overflow: hidden;
    padding-bottom: 33%;
    flex-shrink: 0;
}

.index-banner .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.index-banner .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

.index-banner .carousel-control-prev,
#banner-index .carousel-control-next {
    bottom: 20%;
    height: 50px;
    top: auto;
    z-index: 5;
}

.index-banner .carousel-indicators {
    left: 3%;
    right: initial;
    bottom: 18.5%;
    margin-left: 12%;
}

.index-banner .carousel-indicators li {
    background: none;
    text-indent: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 32px;
}

.index-banner .carousel-control-prev {
    left: 5%;
    opacity: 1;
}

.index-banner .carousel-control-next {
    left: 13%;
    opacity: 1;
}

.index-banner .carousel-control-prev-icon {
    background: none;
}

.index-banner .carousel-control-next-icon {
    background: none;
}

.index-banner .carousel-control-prev-icon i,
.index-banner .carousel-control-next-icon i {
    font-size: 3rem;
}

.news-list {
    margin: 20px 0 0;
    padding: 0;
}

.page-banner img {
    max-width: 100%;
}

.title-innerPage a {
    padding: 0;
    font-size: 16px;
}

.title-innerPage .breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 16px;
}

.title-innerPage .breadcrumb a {
    color: #666;
}

.title-innerPage .breadcrumb li.active a {
    color: #0150d3;
}

.page-content {
    min-height: 600px;
    background: #fff;
    padding: 30px;
}

.wrap-ltit {
    position: relative;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 46px;
    background: #242326;
    color: #fff;
}

.wrap-lul .wrap-lli a {
    position: relative;
    display: block;
    padding-top: 5px;
    line-height: 42px;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-lul .wrap-lli a img {
    filter: grayscale(0%) brightness(50%)
}

.wrap-lul .wrap-llion a {
    background-color: #da251c;
    color: #fff;
}

.wrap-lul .wrap-llion a img {
    filter: grayscale(100%) brightness(300%)
}

.wrap-lul {
    background: #efefef;
}

.wrap-rtit {
    height: 58px;
    border-bottom: 2px solid #ddd;
}

.wrap-rtxtl {
    float: left;
    font-size: 18px;
    line-height: 58px;
    padding-left: 10px;
}

.wrap-rtxtr {
    float: right;
    padding-top: 10px;
    line-height: 40px;
    text-align: right;
}

.wrap-rtxtr a.on {
    color: #da251c;
}

.bg {
    background: #efefef;
}

.wrap-txt {
    padding: 20px 0;
    overflow: hidden;
}
.wrap-li{
    border-bottom: 1px dashed #dadada;
}
.wrap-li a{
    display: flex;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
}

/* .wrap-li a {
    display: block;
    padding-left: 20px;
    background: url(../img/ico.png) no-repeat left 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */

.wrap-li .date {
    text-align: center;
    margin-right: 15px;
    padding: 0 15px;
    border-right: 1px solid #dadada;
}

.wrap-li:hover .date .t, .wrap-li:hover .text .t{
    color: #da251c;
}
.wrap-li .date .t {
    color: #cccccc;
    font-size: 30px;
    margin: 0 0 10px;
}
.wrap-li .text .t{
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
}

.wrap-li .date .t2 {
    color: #cccccc;
    font-size: 15px;
}
.wrap-li .text {
    flex: 1;
    width: 0;
}
.wrap-li .text .t2 {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 28px;
    padding-top: 28px;
}

.news-pub {
    min-height: 30px;
    background: #f1f1f1;
    text-align: center;
    color: #666;
    line-height: 30px;
    padding: 5px;
    margin-bottom: 20px;
}

.news-pub span {
    padding: 0 10px;
}

.news-txt img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.news-text-block img {
    max-width: 100%;
    margin: auto;
    display: block;
}

.news-text-block p {
    font-size: 18px;
    text-indent: 20px;
    line-height: 1.4;
    margin: 10px 0;
}

.pic-block .img-block {
    display: block;
    height: 200px;
    overflow: hidden;
    margin-top: 40px;
}

.pic-block .img-block img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.pic-block:hover {
    box-shadow: 4px 4px 4px #ccc;
}

.pic-block .img-block:hover img {
    transform: scale(1.05);
    transition: all .4s;
}

.pic-block p {
    background: #eee;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-fenye {
    margin-top: 3rem;
    font-size: 1.2rem;
    color: #666;
}

.page-fenye .pagination {
    align-items: center;
}

.page-fenye .form-control {
    width: 70px;
    margin-left: 1rem;
}

.bt-more {
    font-size: 16px;
}
.Pages{ margin: 10px 0}
.p_page{
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
}
.p_page a{
  background: #eee;
  margin: 0 5px;
  padding: 5px 0;
}
.p_page .a_cur{
  color: #fff;
  background: #c00;
}
.p_page .go-btn input{
  width: 50px;
  height: 30px;
}


@media (min-width: 1900px) {
    .container {
        max-width: 1310px;
    }

    .index-nav {
        justify-content: flex-end !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
}

@media(min-width: 1441px) and (max-width: 1800px) {}

@media(min-width: 1024px) and (max-width: 1366px) {}

@media(min-width: 1200px) and (max-width: 1440px) {

    #banner-index .carousel-control-prev,
    #banner-index .carousel-control-next {
        bottom: 10%;
    }

    #banner-index .carousel-indicators {
        bottom: 8%;
        left: 0;
        margin-left: 11%;
    }

    .container {
        max-width: 1310px;
    }

    #banner-index .carousel-caption {
        left: 22%;
        width: 420px;
    }

    #banner-index .carousel-control-prev {
        left: 2%;

    }

    #banner-index .carousel-control-next {
        left: 10%;
    }

    .back-foot {
        top: 40%;
    }

}


@media (max-width:1366px) {

    .navi ul li {
        padding: 10px 18px;
    }

}

@media(max-width:1024px) {
    .title-home {
        margin: 20px 0;
    }

    .title {
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .title h2 {
        font-size: 20px;
    }

    .organ-block {
        padding: 0 5px 1px;
    }

    .organ-block ul li {
        padding: 10px 10px;
    }

    .news-detail .news-link {
        padding: 1rem;
    }

    .news-detail h3 {
        font-size: 1.5rem;
    }

    .news-detail .content img {
        margin: 1rem auto;
    }

    .history-note {
        margin-left: 1.2rem;
        font-size: 1rem;
    }

}

@media (max-width: 768px) {
    .wrap-li .date{
        width: 90px;
    }
    .home-news {
        padding: 30px 0;
    }

    .party-work {
        padding: 0px;
    }

    .bg-gray {
        padding: 20px 0;
    }

    .party-work ul {
        margin: 0 0 10px;
    }

    .code-block {
        width: auto !important;
        text-align: center;
        float: none !important;
    }

    .index-banner {
        margin-top: 60px;
    }

    .page-banner {
        margin-top: 60px;
    }

    .page-banner img {
        max-width: 100%;
        object-fit: cover;
        height: 150px;
    }

    .page-content {
        padding: 10px;
    }

    .news-img-block {
        max-width: 100%;
    }

    .index-banner .imgs {
        padding-bottom: 50%;
    }

    .news-block {
        padding: 0;
    }

    .product-block {
        margin: 10px auto;
        width: auto;
    }

    .subject-block li {
        float: none;
        margin: 10px 0;
        text-align: center;
    }

    .home-notice-content .title {
        display: none;
    }

    .title-innerPage {
        display: block;
    }

    #banner-index .carousel-indicators {
        display: none;
    }

    #banner-index .carousel-caption {
        left: 1rem;
    }

    #banner-index .carousel-caption .line {
        display: none;
    }

    #banner-index .carousel-caption {
        width: 150px;
        top: 0;
    }

    #banner-index .carousel-caption h3 {
        font-size: 14px;
        line-height: 1.2;
    }

    #banner-index .carousel-caption button {
        display: none;
    }

    .news-h1 {
        font-size: 20px;
        padding: 10px 0;
        line-height: 1.4;
        font-weight: bold;
    }
    .picMarquee-left{
        height: 100px;
    }
    .product-center{
        padding: 20px 0;
    }

}
