* body {
    padding: 0;
    margin: 0;
    width: 100%;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainWrapper {
    background: none;
    overflow: hidden;
}

.overhidden {
    overflow: hidden;
}

#searchform input[type="text"] {
    box-shadow: 3px 4px 5px 2px rgb(0 0 0 / 5%);
    width: 200px;
}

#header {
    /* background: url(../static/images/bright_squares.jpg) repeat-x #ffffff; */
}

#footer {
    text-align: center;
    overflow: hidden;
}

#end_to_top {
    width: 50px;
    height: 50px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    position: fixed;
    right: 20px;
    bottom: 8%;
    cursor: pointer;
    background: var(--primary-color-alpha);
    z-index: 9999;
    border-radius: 50%;
    /* box-shadow: 1px 3px 3px 2px #ccc; */
}

#end_to_top span {
    background: url("../static/icon/end_to_top_arrow.png");
    display: block;
    width: 11px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 20%;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#end_to_top:hover span {
    bottom: 40%;
}

ul#bdshow {
    list-style: none;
}

ul#bdshow li {
    cursor: pointer;
    list-style-type: none;
    width: 20%;
    margin-left: 30px;
    overflow: hidden;
    background: white;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 6%);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin-bottom: 20px;
}

ul#bdshow li img {
    width: 100%;
    min-height: 120px;
}

.centerContentRow {
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
}

.centerContentRowShow>h3,
.centerContentRow>h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
}

.zsnotice {
    height: auto;
    border: 1px px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
}

#dtcarousel {
    height: var(--line1-height);
}

#dtcarousel img {
    width: auto;
    height: var(--line1-height);
}

.lxwm {
    min-height: 242px;
    padding-top: 50px;
}

#top-header {
    height: 30px;
    background-color: var(--top-bg-color);
    line-height: 30px;
    white-space: nowrap;
    color: #fff;
}

#top-header #sloganxs {
    padding: 0;
}

#top-header .text-left {
    text-align: right;
    position: relative;
}

#top-header a {
    color: #fff;
}

#top-header .text-left::before {
    content: ' ';
    border-right: 2px solid #fff;
    position: absolute;
    right: 80px;
    bottom: 8px;
    width: 2px;
    height: 14px;
}

#top-header a:nth-child(1) {
    margin-right: 14px;
}

#main-header {
    background-color: var(--main-bg-color);
}

#main-header #logo {
    display: flex;
    align-items: center;
    padding: 0;
}

#main-header #logo .title-left {
    font-size: 1.3rem;
    padding: 0 15px;
    /* border: 1px solid red; */
    width: 29rem;
}

#main-header #logo .title-left div:nth-child(1) {
    white-space: nowrap;
    font-size: 2.3rem;
}

#main-header #logo .title-right {
    font-size: 1.3rem;
    border-left: 2px solid #fff;
    padding-left: 15px;
    height: 70px;
}

#main-header #logo .title-right div:nth-child(1) {
    white-space: nowrap;
    font-size: 3.5rem;
    line-height: 40px;
}

/* 大轮播图开始 */
#mainCarousel.swiper-container {
    width: 100%;
    height: 430px;
    overflow: hidden;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23797979'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23797979'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

#mainCarousel .swiper-button-prev, #mainCarousel .swiper-button-next  {
    opacity: 0;
}

#mainCarousel:hover .swiper-button-prev, #mainCarousel:hover .swiper-button-next {
    opacity: 1;
}
/* 大轮播图结束 */


/* 间隔小图轮播开始 */
.intervalBanners {
    text-align: center;
    background-color: #f4f4f4;
    color: var(--primary-color);
    padding: 13px 0 20px 0;
    margin-top: 20px;
    overflow: hidden;  
}
.intervalBanners .container {
    position: relative;
}
.intervalBanners .swiper-button-next {
    right: -4.5rem;
}
.intervalBanners .swiper-button-prev {
    left: -4.5rem;
}

.intervalBanners a {
    color: var(--primary-color);
}

.intervalBanners .title {
    font-size: 2.3rem;
    padding: 10px;
    display: flex;
    width: 28rem;
    margin: auto;
}

.intervalBanners .title:before,
.intervalBanners .title:after {
    content: "";
    flex: 1 1;
    border-bottom: 2px solid var(--primary-color);
    margin: auto 10px;
}

.intervalBanners ul {
    padding: 10px 0;
}

.intervalBanner-one .intervalBannersBox-item {
    height: 19rem;
}

.intervalBannersBox-item {
    overflow: hidden;
    font-size: 14px;
    color: #7a7878;
}

.intervalBannersBox-item>img {
    width: 100%;
}

.intervalBannersBox-item span {
    display: block;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intervalBanner-one {
    /* background-image: url('https://img0.baidu.com/it/u=4287479050,198075428&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=888'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../static/images/bg.png);
}

.intervalBanner-one .intervalBannersBox-item {
    position: relative;
    background: #fff;
}

.intervalBanner-one .intervalBannersBox-item span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(4, 95, 165, 0.7);
    padding: 4px 0;
    font-size: 10px;
}

.interval-banners-box {
    overflow: hidden;
}
.intervalBannersBox-item img {
    width: 100%;
}
.intervalBanner-two.intervalBanners {
    padding: 13px 0 10px 0;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    background: rgba(0, 0, 0, .3);
}
/* 间隔小图轮播结束 */

/* 新闻滚动开始 */
.swiper-wrapper {
    box-sizing: border-box !important;
}
.news-swiper {
    width: 100%;
    height: 156px;
    overflow: hidden;
}
.news-swiper li {
    height: auto !important;
}
.regular a {
    color: #eb6915 !important;
}
/* 新闻滚动结束 */

/* 另起类名避免冲突开始 */
.dzbmcol,
.kszxcol,
.dzbmco,
.kszxcol {
    /* padding-right: 15px; */
    padding: 0;
}

.centerContentRow1>h3 {
    border-bottom: 1px solid #F1F1F1;
}

.blue-title {
    border-bottom: 4px solid #0069ca;
    margin-bottom: -2px;
}

.blue-title i {
    vertical-align: middle;
    padding-left: 0;
}

.noBorder,
.noBorder .list_news li {
    border: none !important;
}

.noBorder .list_news {
    margin-top: 15px;
}

.noBorder .list_news,
.noBorder .view_more {
    padding: 0;
}

.noBorder .list_news span {
    text-align: right;
}

.noBorder.centerContentRow1 .icon-iconfontyoujiantou {
    margin: 0;
}

#zsquery {
    height: 317px;
}

#footer address i {
    vertical-align: middle;
    font-size: 17px;
}
#footer address .icon-xuexiaoguanli {
    font-size: 10px;
    vertical-align: baseline;
}
#footer address .icon-infocircle {
    font-size: 14.5px;
}
#footer address:nth-child(3) {
    margin-top: -4px;
}
.iconfont.icon-newspapero {
    font-size: 2rem;
}
/* 另起类名避免冲突结束 */


/* 列表页 */
#listcontent {
    border-bottom: 1px solid #ccc;
    min-height: 600px;
    padding-bottom: 20px;
}

#listcontent .item {
    margin-top: 35px;
    border: none;
}
#listcontent .item:hover {
    border: none !important;
}

#listcontent .title, #listcontent .info {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
#listcontent .title {
    color: #53a1d9;
    border-bottom: 1px solid #53a1d9;
    width: max-content;
    margin-bottom: 6px;
    line-height: 1.3;
}
#listcontent span a {
    /* color: #009900; */
    padding-left: 4px;
    text-decoration: underline;
}

#listcontent .info {
    color: #333;
    font-size: 14px;
}
#listcontent .item span {
    color: #999999;
    font-size: 10px;
}

#listBottom {
    margin: 20px 0 40px 0;
    text-align: center;
    color: #999999;
}

#listBottom>a {
    font-size: 1.2rem;
    color: #FF3300;
}

#listBottom select {
    width: 40px;
}
/* 列表页结束 */