body,
html {
    -webkit-touch-callout: none;
    color: #222;
    font-family: Microsoft YaHei, 微软雅黑, Microsoft JhengHei, 华文细黑, STHeiti, MingLiu;
    font-size: 14px;
    line-height: 1.5;
    outline: 0;
    /* position:relative */
}

a {
    color: #0150d3;
}

.btn-round {
    border-radius: 30px !important;
}

.btn {
    padding: .375rem 1rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.btn-search {
    padding: 0px 7px !important;
    position: relative;
    z-index: 9;
    background: #fff;
    border-color: #fff;
}

.btn-search i {
    font-size: 25px;
    font-weight: bold;
}

.lug-bt {
    padding: 0px 20px;
    height: 40px;
}

.index-nav-block {
    background: #001268;
    margin-bottom: -28px;
    z-index: 8;
}

#search-block {
    margin: 0 10px;
    display: none;
}

#search-block input {
    border-radius: 30px 30px;
    padding: 19px;
    margin-right: -38px;
    z-index: 0;
}

.index-nav .nav-link {
    color: #fff;
    padding: 1.2rem 1.7rem;
    font-size: 16px;
}

.nav-link.active::after {
    border-bottom: 1px solid #fff;
}

.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;
}

.title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    align-items: center;
    padding: 40px 0 10px;
}

.title h2 {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0px;
    margin: 0;
    position: relative;
}

.title h2::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #ba1e27;
    bottom: -10px;
    left: 0;
}

.title h2 small {
    font-size: 18px;
    color: #999;
}

.title a {
    font-size: 14px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #ba1e27;
}

.title2 {
    font-size: 24px;
    position: relative;
    margin: 3rem 2rem;
}

.title2::before {
    content: '';
    position: absolute;
    width: 420px;
    height: 1px;
    left: 0;
    top: 18px;
    background-color: #ddd;
}

.title2::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 1px;
    right: 0;
    top: 18px;
    background-color: #ddd;
}

.title-white-border {
    border-bottom: 1px solid #fff;
}

.title-white {
    border-bottom: 1px solid #fff;
}

.title-white h2 {
    color: #fff;
    background: url(../img/bg-title02.png) no-repeat left bottom;
}

.title-white a {
    color: #fff;
}
.staff-title {
    border-bottom: 2px dotted #ebf0f7;
    font-size: 19px;
    font-weight: bold;
    margin: 0px 0 30px;
    color: #444;
    padding-bottom: 10px;
}
.stafflist .thumbnail{
   
    margin-bottom: 30px;
}
.stafflist .thumbnail img.pic{
    width: 170px;
    height: 250px

}
.stafflist .thumbnail .caption h3{
    margin: 15px 0; 
    font-size: 18px;
height: 50px;
}
.stafflist .thumbnail .caption h3 b{
     float:left;
}
.stafflist .thumbnail .caption h3 small{
    font-size: 14px;
    margin-left: 10px;     
    float:left;
    width:100px;

}
.stafflist .thumbnail .caption h3 span{
    display: block;
    font-size: 15px;
    padding: 8px 0 0;
}
.stafflist .thumbnail .caption img{
    width: 15px;
}
.news-list-block {
    border-top: 1px solid #ddd;
}

.news-list-block ul {
    padding: 0;
    margin: 0;
}

.news-list-block li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 14px 0 14px 2rem;
    background: url(../img/icon-li.jpg) left center no-repeat;
    list-style-type: none;
    white-space: nowrap;
    border-bottom: 1px dashed #ddd;
}

.news-list-block li a {
    color: #222;
}

.news-list-block li a:hover {
    color: #b3121b;
}

.news-list-block li span {
    color: #999;
}

.index-news .carousel-caption {}

.index-news .carousel-control-next,
.index-news .carousel-control-prev {
    top: 60%;
}

.news-right-block {
    display: flex;
    padding-bottom: 25px;
}

.news-right-block:hover {
    border-bottom: 1px solid #ba1e27;
}
.news-right-block p a{
    color:#333;
}
.news-right-block p a:hover {
    color: #ba1e27;
    text-decoration: none;
}

.news-right-block .date {
    color: #ba1e27;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
}

.news-right-block .date::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #9f8f64;
    bottom: -8px;
    left: 0;
}

.news-right-block .date b {
    font-size: 36px;
    line-height: 1.2;
    display: block;
}

.news-right-block p {
    font-size: 20px;
    margin: 0 0 0 30px;
    font-weight: bold;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.hot:hover img {
    transform: scale(1.1)
}

.notice-index {
    background-color: #f8f8f8;
    padding: 0px 0 60px;
    margin: 60px 0 0;
}

.notice-block {
    background: #fff;
    padding: 20px 20px;
    line-height: 1.6;
    color: #333;
    margin: 10px 0;
}

.notice-block:hover {
    box-shadow: 1px 3px 5px 3px #ddd;
}

.notice-block:hover a {
    color: #ba1e27;
}

.notice-block .date {
    color: #ba1e27;
    font-size: 14px;
    margin-right: 1rem;
    position: relative;
}

.notice-block .date::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background: #9f8f64;
    bottom: -5px;
    left: 0;
}

.notice-block .date b {
    color: #b3121b;
    font-size: 24px;
}

.notice-block .date:hover {
    background: #b3121b;
    color: #fff;
}

.notice-block .date:hover b {
    color: #fff;
}

.notice-block .media-body {
    position: relative;
    min-height: 70px;
}

.notice-block .news-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.notice-block a {
    color: #333;
    font-size: 16px;
}

.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;
}

.party-work {
    padding: 0 0 40px 0;
}

.party-work .hot-block {
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px dashed #ddd;
    align-items: center;
}

.party-work .hot-block:hover a {
    text-decoration: none;
}

.party-work .hot-block:hover a b,
.party-work .hot-block:hover a p {
    text-decoration: none;
    color: #da251c;
}

.party-work .hot-block:hover {
    border-bottom: 1px solid #da251c;
}

.party-work .hot-block a b {
    font-size: 18px;
    color: #222;
    padding-left: 20px;
}

.party-work .hot-block a p {
    font-size: 16px;
    padding-left: 20px;
    color: #666;
    margin: 10px 0 0;
}

.party-work .hot-block .date {
    color: #da251c;
    font-size: 14px;
    text-align: center;
    padding: 10px 15px;
    white-space: nowrap;
    background: #f8f8f8;
}

.party-work .hot-block .date b {
    font-size: 30px;
    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.jpg) 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 a:hover,
.news-list li a:hover {
    text-decoration: none;
    color: #b3121b;
}

.party-work li span,
.news-list li span {
    color: #999;
    white-space: nowrap;
}


.title-noborder {
    border: none;
    margin-bottom: 0;
}

.link ul {
    display: flex;
    text-align: center;
    font-size: 18px;
    list-style-type: none;
    padding: 0;
}

.link ul li {
    width: 24%;
    padding: 3rem 2rem;
    background-color: #fff;
    margin: 0 10px;
}

.link ul li.border01 {
    border-top: 2px solid #bd3935;
}

.link ul li.border02 {
    border-top: 2px solid #e0a762;
}

.link ul li.border03 {
    border-top: 2px solid #7694bd;
}

.link ul li.border04 {
    border-top: 2px solid #768e54;
}

.link ul li.border05 {
    border-top: 2px solid #b374bb;
}

.link ul li:hover {
    background-color: #bd3935;
}

.link ul li a {
    color: #222;
}

.link ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.link ul li:hover img {
    filter: grayscale(100%) brightness(300%)
}

.footer {
    background: #b3121b;
    color: #fff;
    padding: 25px 10px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.footer a {
    color: #fff;
    padding: 8px;
}
.footer a.down.collapsed, .footer a.down{
   float:right;
    padding: 0;
}
.footer a.down.collapsed img{
     transform: rotate(0deg);  
}
.footer a.down img{
   transform: rotate(180deg);
}
.footer span:last-child, .footer span:nth-of-type(7){
   display: none;
}

.address-block {
    position: relative;
    background: #ba1e27;
    border-top: 1px solid #c24149;
    padding: 20px 0;
}

.address-block img {
    max-width: 100%;
}

address {
    color: #fff;
    line-height: 1.8;
    margin: 0;
}

.twocode {
    border-left: 1px solid #5488df;
    margin-top: 1rem;
}

.back-top {
    align-items: center;
    background: #b3121b;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: .9375vw;
    justify-content: center;
    opacity: 0;
    padding: 5px;
    text-align: center;
    transition: all .3s;
    visibility: hidden;
    z-index: -1;
    width: 70px;
    height: 70px;
    border-radius: 35px;
}

.back-top:hover {
    font-weight: bold;
}

.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;
}

.header {
    background-color: #ca232b;
    color: #fff;
}

.header>.w {
    height: 160px;
    transition: height .3s
}

.header .right,
.header>.w {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header_fixed {
    background: #fff;
    box-shadow: 0 3px 7px #666
}

.header_fixed>.w {
    height: 80px
}

.header_fixed .logo {
    height: 40px
}


.navi {
    background: #ba1e27;
    position: relative;
    z-index: 9;
}

.navi ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navi ul li {
    position: relative;
    width: 50%;
    padding: 15px 0px;
    list-style-type: none;
    z-index: 8;
}

.navi ul li:last-of-type {
    margin-right: 0
}

.navi ul li:last-of-type:after {
    display: none
}

.navi ul li>a {
    color: #fff;
    display: block;
    position: relative;
    text-align: center;
    transition: all .3s;
    font-size: 16px;
    border-right: 1px solid #9f8f64;
}

.navi ul li>a:hover {
    text-decoration: none;
}

.navi ul li.selected,
.navi ul li:hover {
    background-color: #b3121b;
    border: none;
}

.navi ul li.selected a,
.navi ul li:hover a {
    border: none;
}

.navi ul li:hover .navbox {
    opacity: 1;
    transform: translate(-50%, 100%);
    visibility: visible;
    z-index: 2;
}

.navi ul li.selected>a:after {
    opacity: 1
}

.navbox {
    background: rgba(186, 30, 39, .7);
    bottom: 0;
    font-size: 0;
    left: 50%;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 80%);
    visibility: hidden;
    z-index: -1
}

.navbox,
.navbox>a {
    box-sizing: border-box;
    transition: all .3s
}

.navbox>a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 40px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.navbox>a:hover {
    background: #b3121b;
    color: #fff
}

.navbox>a:last-of-type {
    border-bottom: none
}

.head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

.logo {
    height: 80px;
    transition: height .3s
}

.logotext {
    border-left: 1px solid #fff;
    font-size: 40px;
    color: #fff;
    padding-left: 15px;
    vertical-align: middle;
    margin-left: 15px;
}

.gd-link {
    color: #fff;
    font-size: 16px;
}

.search-box {
    margin: 0 10px;
    z-index: 3;
    width: 260px;
}

.search {
    display: flex
}

.search input {
    border: #fff 1px solid;
    border-radius: 20px;
    padding: 19px 10px;
    margin-right: -22px;
}



.memu-btn {
    display: none;
    height: 35px;
    margin-right: 10px;
    position: relative;
    width: 35px
}

.memu-btn i {
    color: #fff;
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s
}

.memu-btn .memu {
    opacity: 1;
    visibility: visible
}

.memu-btn .close,
.memu-btn.active .memu {
    opacity: 0;
    visibility: hidden
}

.memu-btn.active .close {
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}

#banner-index {
    z-index: 5;
    display: flex;
}

#banner-index .img-block {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#banner-index .img-block img {
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    width: 100%;
}

#banner-index .carousel-item {
    display: block;
    overflow: hidden;
    padding-bottom: 27%;
    flex-shrink: 0;
}

#banner-index .carousel-caption {
    top: 14%;
    left: 30%;
    text-align: left;
    width: 450px;
    z-index: 2;
}

#banner-index .carousel-caption h3 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
}

#banner-index .carousel-caption button {
    margin-top: 2rem;
    min-width: 130px;
}

#banner-index .carousel-caption .line {
    margin-top: 2rem;
    font-weight: bold;
}

#banner-index .carousel-control-prev,
#banner-index .carousel-control-next {
    bottom: 20%;
    height: 50px;
    top: auto;
    z-index: 5;
}

#banner-index .carousel-indicators li {
    width: 40px;
    height: 5px;
}

#banner-index .carousel-indicators .active {
    background-color: #b3121b;

}

#banner-index .carousel-control-prev {
    left: 5%;
    opacity: 1;
}

#banner-index .carousel-control-next {
    left: 13%;
    opacity: 1;
}

#banner-index .carousel-control-prev-icon {
    background: none;
}

#banner-index .carousel-control-next-icon {
    background: none;
}

#banner-index .carousel-control-prev-icon i,
#banner-index .carousel-control-next-icon i {
    font-size: 3rem;
}

.news-img-block {
    max-width: 620px;
    position: relative;
    overflow: hidden;
}

.news-img-block .imgs {
    display: block;
    overflow: hidden;
    padding-bottom: 68%;
}

.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: 137px;
    bottom: 17px;
    z-index: 1;
    font-size: 16px;
}

.news-img-block .text-box {
    background: rgba(0, 0, 0, .7);
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: left;
    padding: 20px 150px 10px 20px;
    color: #FFF;
    position: absolute;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-img-block .swiper-button-next,
.news-img-block .swiper-button-prev {
    top: 93%;
    color: #fff;
}

.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;
}

.head-search {
    display: flex;
}

.page-banner .text-block {
    background-color: #0150d3;
    color: #fff;
    padding: 1.5rem;
}

.page-banner .text-block .active {
    border-bottom: 2px solid #fff;
}

.page-banner .text-block {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.page-banner .text-block h3 {
    font-size: 2.5rem;
    font-weight: bold;
}

.page-banner .text-block span {
    font-size: 1.4rem;
    margin-right: 3rem;
    line-height: 4;
    padding-bottom: 1rem;
}

.page-banner .text-block span a {
    color: #fff;
    text-decoration: none;
}

.page-banner .text-block span:hover {
    border-bottom: 2px solid #fff;
}

.title-innerPage {
    padding: 10px 0;
}

.title-innerPage h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #b3121b;
}

.title-innerPage a {
    padding: 0;
    font-size: 16px;
}

.title-innerPage .breadcrumb {
    margin: 0;
    background: #fff;
    font-size: 16px;
    padding-left: 0;
}

.title-innerPage .breadcrumb a {
    color: #666;
}

.title-innerPage .breadcrumb li.active a {
    color: #0150d3;
}

.page-left-block .tab-title {
    display: block;
    line-height: 2;
    font-size: 1.8rem;
    border-left: 3px solid #b3121b;
    padding-left: 2rem;
}

.page-left-block .nav {
    flex-direction: column;
    margin: 1rem 0;
}

.page-left-block .nav-tabs {
    border: none;
}

.page-left-block .nav li {
    border-bottom: 1px solid #ddd;
}

.page-left-block .nav li a {
    color: #7d7d7d;
    font-size: 20px;
    padding: 1rem 0 1rem 2rem;
    display: block;
    text-decoration: none;
}
.page-left-block .nav li a.active {
       color: #b3121b;
}

.page-left-block .nav li.active {
    color: #b3121b;
    border: 1px solid #b3121b;
    border-left: none;
    border-right: none;
}
.page-left-block .nav li .sub-menu{
     display: none;
}
.page-left-block .nav li.active .sub-menu{
     display: block;
}
.page-left-block .nav li.active a.active{
    color: #b3121b;
}
.page-left-block .nav li .sub-menu a{
    font-size: 16px;
    padding: 1rem 0 1rem 3rem;
}

.page-news {
    margin: 3rem auto 0;
}

.news-list a {
    color: #222;
    text-decoration: none;
}

.news-list .media {
    padding: 10px;
    border-radius: 0.6rem;
    box-shadow: 0px 0px 3px 1px #eee;
    margin-top: 1rem;
}

.news-list .media a {
    color: #222;
}

.news-list .media:hover {
    background: #b3121b;
    color: #fff;
}

.news-list .media:hover .date {
    background: #fff;
    color: #b3121b;
}

.news-list .media:hover .news-text,
.news-list .media:hover a {
    color: #fff;
}

.news-list .media .date {
    background: #b3121b;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    padding: 8px;
    border-radius: 6px;
    margin-right: 2rem;
}

.news-list .media .date b {
    font-size: 1.2rem;
}

.news-list .media-body h5 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.5rem 0 !important;
}

.news-list .news-text {
    max-width: 800px;
    color: #666;
    font-size: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.news-list .news-text a {
    color: #666;
}

.news-list .news-text a:hover {
    text-decoration: none;
}

.news-detail-title {
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.news-detail-title h3 {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-top: 2rem;
}

.news-detail-title span {
    color: #999;
    padding: 0 2rem;
    line-height: 3;
}

.news-detail-title .time {
    background-color: #e8ecf6;
    text-align: center;
    color: #666;
    font-size: 1.2rem;
    padding: .8rem;
    margin-top: 2.5rem;
}

.news-detail .content {
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 2rem 0;
    color: #5b5b5b;
}

.news-detail .content img {
    margin: 0 1rem; 
    max-width: 100%;
}

.news-detail .news-link {
    background-color: #e8ecf6;
    padding: 1rem 3rem;
}

.news-detail .news-link p {
    padding: 0.5rem;
    font-size: 1.2rem;
    color: #666;
    margin: 0;
}

.news-detail .news-link a {
    color: #666;
}

.news-detail .news-link hr {
    border: none;
    border-bottom: 1px solid #ddd;
}

.page-fenye {
    margin: 3rem 0;
    font-size: 1.2rem;
    color: #666;
}

.page-fenye .pagination {
    align-items: center;
}

.page-fenye .form-control {
    width: 70px;
    margin-left: 1rem;
}

.index-news .text-block {
    background: rgba(19, 90, 206, .8);
    width: 80%;
    padding: 1rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 17px;
}

.index-news .text-block b {
    font-size: 24px;
}

.search-btn-box {
    display: none;
    position: relative
}

.search-btn {
    align-items: center;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center
}

.search-btn i {
    font-size: 30px;
    margin-right: 10px;
}

.home-manage-sys {
    background: url(../img/bg-foot.jpg) center /cover no-repeat;
    padding: 40px 0;
}

@media (min-width: 1900px) {
    .container {
        max-width: 1360px;
    }

    .index-nav {
        justify-content: flex-end !important;
    }
}

@media (max-width: 1440px) {}

@media (min-width: 1200px) {
    .container {
        max-width: 1360px;
    }
}

@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: 1360px;
    }

    #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%;
    }

    .link ul li p {
        margin: 8px 0 0;
    }
}

@media (max-width:1366px) {
    .navi ul li {
        padding: 10px 18px;
    }

    .news-list .news-text {
        max-width: 600px;
    }
}

@media(max-width:1024px) {
    .logo {
        max-height: 40px
    }

    .logotext {
        font-size: 18px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .page-news {
        margin: 1rem auto 0;
    }

    .navi {
        bottom: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 63px;
        transition: all .3s;
        visibility: hidden;
        width: 100%;
        z-index: -1
    }

    .navi ul,
    .navi ul li {
        display: block
    }

    .navi ul li {
        height: auto;
        margin-right: 0;
        width: 100%;
        padding: 0;
    }

    .navi ul li>a {
        font-size: 16px;
        text-align: left;
        color: #fff;
        padding: 1rem 0;
        border: none;
    }

    .navi ul li:hover .navbox {
        transform: none
    }

    .navi.show {
        opacity: 1;
        visibility: visible;
        z-index: 18
    }

    .navi ul li:after {
        display: none
    }

    .navi ul li.selected,
    .navi ul li:hover {
        background: #b3121b;
    }

    .navbox {
        background: none;
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
        position: static;
        transform: none;
        transition: none;
        visibility: visible;
        z-index: 1;
        padding: 0;
    }

    .navbox>a {
        padding: 0 10px;
    }

    .memu-btn,
    .search-btn-box {
        display: block;
        margin: 0;
    }

    .search-box {
        background: #fff;
        box-sizing: border-box;
        display: none;
        left: 0;
        position: fixed;
        top: 63px;
        width: 100%;
        z-index: 9;
        padding: 5px;
        margin: 0;
    }

    .search-item {
        display: flex;
        justify-content: space-between;
    }

    .search-box input {
        flex: 1;
        border-radius: 30px;
        border-color: #ddd;
    }

    .notice-index {
        margin: 20px 0 0;
        padding: 0;
    }

    .title {
        padding: 20px 0 0;
        margin: 0 0 20px;
    }

    .title h2 {
        font-size: 24px;
    }

    .organ-block {
        padding: 0 5px 1px;
    }

    .organ-block ul li {
        padding: 10px 10px;
    }

    .link ul {
        display: flow-root;
    }

    .link ul li {
        width: 100%;
        padding: 10px;
        margin: 0;
    }

    .footer {
        padding: 20px 0;
        margin-top: 10px;
        font-size: 15px;
    }

    .footer ul {
        min-height: 180px;
        padding: 0 10px;
        margin: 0;
    }

    .twocode {
        border: none;
    }

    .page-banner .text-block span {
        line-height: 2;
        font-size: 1.2rem;
        margin-right: 1rem;
    }

    .news-list .media .date {
        margin-right: 1rem;
    }

    .news-list .news-text {
        white-space: inherit;
    }

    .news-list .media-body h5 {
        font-size: 1.2rem;
    }

    .page-banner .text-block {
        padding: .8rem;
    }

    .page-banner .text-block h3 {
        font-size: 1.5rem;
    }

    .news-detail .news-link {
        padding: 1rem;
    }

    .news-detail h3 {
        font-size: 1.5rem;
    }

    .news-detail .content img {
        margin: 1rem auto;
    }

    .page-banner .text-block .active {
        font-size: 1.2rem;
    }

    .news-right-block {
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    .head {
        padding: 8px 0;
    }

    .header {
        position: fixed;
        z-index: 9;
        top: 0;
        right: 0;
        left: 0;
    }
    #banner-index, .page-banner{
        margin-top: 4.6rem;
    }

    .back-top {
        float: right;
    }

    .party-work .hot-block a b {
        white-space: inherit;
        display: block;
    }

    .news-img-block .text-box {
        font-size: 14px;
        padding-top: 10px;
    }

    .title h2 small {
        display: none;
    }

    .logotext {
        font-size: 16px;
        padding-left: 10px;
        margin-left: 10px;
    }

    .title-innerPage {
        display: block;
    }

    /* #news-img-block .carousel-indicators {
        display: none;
    } */

    .link ul li {
        margin-top: 1rem;
    }

    #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;
    }

    .index-news .carousel-caption {
        padding-right: 80px;
    }

    .news-list-block li {
        display: inline-grid;
    }

    .title2::before,
    .title2::after {
        display: none;
    }

    .home-manage-sys img {
        margin: 0 0 1rem;
        max-width: 100%;
    }

    .title2 {
        font-size: 22px;
        margin: 2rem 1rem;
    }

    address {
        padding: 10px;
    }

    .news-img-block .swiper-button-next,
    .news-img-block .swiper-button-prev {
        top: 89%;
        z-index: 2;
    }

    .gd-link {
        display: none;
    }

}
