@charset "UTF-8";
/*清除默认样式*/
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
input,
select,
textarea {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

svg {
    -webkit-tap-highlight-color: transparent;
}

img {
    vertical-align: top;
}

em,
i {
    font-style: normal;
}

input,
button,
textarea,
select {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: inherit;
}

textarea {
    resize: none;
}

.auto {
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

.auto.zero {
    margin-bottom: 0;
}

/*清浮动*/
.cf:after,
.cf:before {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

* {
    box-sizing: content-box;
}

/* 通用宽度 */
.width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.w800 {
    width: 800px;
}

.w910 {
    width: 910px;
}

.w360 {
    width: 360px;
}

.w200 {
    width: 200px;
}

.h100p {
    height: 100%;
}

.w520 {
    width: 520px;
}

.h550 {
    height: 550px;
}

.w280 {
    width: 280px;
}
.w570{
    width: 570px;
}

.flex {
    display: flex;
}

.fill{
    width: 100%;
}

.aic {
    align-items: center;
}
.mt11{
    margin-top: 58px;
}
.mh9{
    height: 350px;
}
/* logo */
.logo {
    width: 285px;
    height: 70px;
    margin-top: 10px;
    background: url(../images/logo.png);
}
.logo img {
    width: 100%;
    height: 100%;
}

.join {
    width: 95px;
    font-size: 14px;
    margin-top: 35px;
}

/* 导航 */
.nav-box {
    background-color: #b00004;
}

.home-nav li {
    text-align: center;
    float: left;
    width: 11.111%;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
}
.home-nav li:hover {
    color: yellow;
}

/* 通用头部背景 */
.page-bg {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    position: relative;
}

.bg-news {
    background-image: url("../images/bg-news.webp");
}

.bg-about {
    background-image: url("../images/bg-about.webp");
}

.chronicle {
    background-image: url("../images/chronicle.webp");
}

.special {
    background-image: url("../images/special.webp");
}

.contact {
    background-image: url("../images/contact.webp");
}

/* 头图蚊子 */
.list-text {
    color: #fff;
    user-select: none;
}
.list-text-big {
    font-size: 60px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list-text-big::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background-color: #fff;
}
.list-text-small {
    font-size: 30px;
    color: #fff;
    opacity: 0.7;
}

/* 面包屑 */
.breadcrumb {
    font-size: 14px;
    color: #6f6f6f;
    padding: 10px 0;
}
.breadcrumb ul {
    line-height: 30px;
    height: 30px;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li::before {
    content: "/";
    padding: 0 10px;
    display: inline-block;
}
.breadcrumb li:first-child::before {
    display: none;
}
.breadcrumb a:hover {
    color: #b00004;
}

/* 首页轮播图 */
.home-banner .swiper-slide {
    height: 400px;
    position: relative;
}
.home-banner img {
    width: 1200px;
    height: 400px;
    object-fit: cover;
}
.home-banner p {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    color: #fff;
  
}
.home-banner .home-dot {
    --swiper-pagination-bottom: 40px;
    --swiper-pagination-bullet-width: 20px;
    --swiper-pagination-bullet-height: 4px;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.8;
    --swiper-pagination-bullet-border-radius: 2px;
    --swiper-pagination-color: #b00004;
    position: absolute;
    left: 20px;
    z-index: 3;
    width: auto;
    height: 4px;
    padding: 1px 0;
}
.home-banner .home-dot span{
    vertical-align: top;
}
.home-prev, .home-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 3;
    margin-top: -25px;
}
.home-prev svg, .home-next svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.home-prev:hover svg, .home-next:hover svg {
    fill: #b00004;
}
.home-prev {
    left: 0;
}
.home-next {
    right: 0;
}

/* 要闻轮播图 */
.yw-banner {
    overflow: hidden;
    width: 740px;
}
.yw-banner .swiper-slide {
    width: 740px;
    height: 420px;
    position: relative;
}
.yw-banner img {
    width: 740px;
    height: 420px;
    object-fit: cover;
}
.yw-banner p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 50px;
    padding-right: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
}
.yw-prev, .yw-next {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    z-index: 3;
}
.yw-prev svg, .yw-next svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.yw-prev {
    left: 0;
}
.yw-next {
    right: 0;
}
.yw-dot {
    --swiper-pagination-bottom: 0;
    position: absolute;
    right: 50px;
    left: auto;
    z-index: 3;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

/* 要闻右侧tab */
.tab {
    width: 460px;
    height: 420px;
    float: right;
}
.tab-items {
    display: none;
    padding: 0 16px;
}
.tab-nav {
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 15px;
}
.tab-nav li {
    float: left;
    border-bottom: solid 1px transparent;
}
.tab-nav .active {
    border-bottom-color: #b00004;
    color: #b00004;
}
.tab-nav a {
    padding: 0 16px;
    display: block;
}
.tab-list li {
    padding: 5px 0 5px 16px;
    background: url("../images/icon/dot.png") no-repeat left center;
}
.tab-list a {
    line-height: 30px;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #212121;
    vertical-align: top;
}
.tab-list a:hover {
    color: #b00004;
    text-decoration: underline;
}
.tab-about {
    line-height: 30px;
    color: #212121;
    padding: 5px 0;
}
.tab-about p a {
    float: right;
    color: #b00004;
}
.tab-about h4 {
    border-left: solid 2px #b00004;
    padding-left: 10px;
    line-height: 1;
    margin: 10px 0;
    color: #b00004;
    font-size: 16px;
}
.tab-about-list {
    border-top: solid 1px #e5e5e5;
}
.tab-about-list li {
    float: left;
    width: 33.3333%;
}

/* 首页杂志 */
.magazine {
    position: relative;
}
.magazine li {
    height: 462px;
    float: left;
}
.magazine-img {
    height: 420px;
}
.magazine-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.magazine p {
    line-height: 40px;
}
.magazine-footer {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
    z-index: 2;
}
.magazine-prev, .magazine-next {
    width: 20px;
    height: 20px;
    padding: 5px;
    border-radius: 3px;
    background-color: #b00004;
    float: left;
    margin-right: 10px;
}
.magazine-prev:hover, .magazine-next:hover {
    background-color: #ea0000;
}
.magazine-prev svg, .magazine-next svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    vertical-align: top;
}
.magazine-link {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    background: #e5e5e5;
    margin-left: 10px;
    border-radius: 3px;
}
.magazine-link:hover {
    background-color: #bfbfbf;
}
.magazine-link.red {
    background-color: #b00004;
    color: #fff;
}
.magazine-link.red:hover {
    background-color: #ea0000;
}

/* 首页-艺术中心 */
.art-ci-img {
    height: 200px;
}
.art-ci-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.art-ci-info {
    padding: 10px 0;
}
.art-ci-info h3 {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 26px;
    color: #b00004;
}
.art-ci-info p {
    color: #383838;
    line-height: 30px;
}
.art-ci-info p a {
    color: #b00004;
}
.art-ci-info p a:hover {
    text-decoration: underline;
}
/* 党建 */
.dj {
    background: url("../images/dj.webp") no-repeat right bottom/cover;
}
/* 协会介绍6个图标 */
.icon-links {
    margin-right: -5px;
    padding-top: 2px;
}
.icon-links li {
    float: left;
    width: 88px;
    height: 88px;
    border: solid 1px #a6a6a6;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #fff;
    text-align: center;
}
.icon-links li:hover {
    border-color: #b00004;
}
.icon-links .icon {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 16px auto 4px;
}
.icon-links p {
    line-height: 26px;
}

.icon-jj {
    background-image: url("../images/icon/jj.webp");
}

.icon-zc {
    background-image: url("../images/icon/zc.webp");
}

.icon-jg {
    background-image: url("../images/icon/jg.webp");
}

.icon-ld {
    background-image: url("../images/icon/ld.webp");
}

.icon-hf {
    background-image: url("../images/icon/hf.webp");
}

.icon-jr {
    background-image: url("../images/icon/jr.webp");
}

.pro-item {
    float: left;
    width: 224px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pro-item-img {
    height: 138px;
}
.pro-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-item p {
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.pro-item a:hover {
    color: #b00004;
}

/* 通用标题 */
.title {
    height: 30px;
    line-height: 30px;
    border-bottom: solid 3px #b00004;
    padding-bottom: 10px;
}
.title small {
    color: #bfbfbf;
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-bottom: -12px;
    transform: translateY(-6px);
}
.title h3 {
    float: left;
    font-size: 22px;
    line-height: 30px;
    color: #b00004;
    font-weight: normal;
    position: relative;
}
.title-type {
    border: solid 1px #6f6f6f;
    border-radius: 2px;
}
.title-type span {
    width: 18px;
    height: 18px;
    float: left;
    padding: 5px;
    transition: background 0.35s;
}
.title-type svg {
    display: block;
    height: inherit;
    width: inherit;
}
.title-type .active {
    background-color: #b00004;
}
.title-type .active svg {
    fill: #fff;
}
.title-more {
    float: right;
    line-height: 20px;
    margin: 5px 0;
}
.title-more:hover {
    color: #b00004;
}
/* 通用列表 */
.at-item {
    height: 140px;
    padding: 20px 0;
    border-bottom: dashed 1px #878686;
}
.at-item a {
    display: block;
}
.at-item a:hover .at-cont-title {
    color: #b00004;
}
.at-img {
    width: 200px;
    height: 140px;
    float: left;
    border-radius: 5px;
}
.at-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.at-cont {
    float: left;
    width: 580px;
    float: right;
}
.at-cont-top {
    height: 124px;
}
.at-cont-footer {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
.at-cont-title {
    font-size: 18px;
    line-height: 24px;
    color: #3d3d3d;
    margin-bottom: 15px;
}
.at-cont-info {
    color: #6f6f6f;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.at-cont-link {
    color: #b00004;
}
.at-cont-link:hover {
    text-decoration: underline;
}
/* 通用列表 - 卡片模式 */
.cards {
    margin-right: -20px;
}
.cards .at-item {
    width: 253px;
    height: 340px;
    border-bottom: none;
    background-color: #f8f8f8;
    padding: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.cards .at-img {
    float: none;
    width: auto;
    margin-bottom: 10px;
}
.cards .at-cont {
    padding: 10px 20px;
}
.cards .at-cont-top {
    height: 150px;
}
.cards .at-cont-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cards .at-cont-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cards .at-cont {
    float: none;
    width: auto;
}

/* 分页 */
.paginations {
    font-size: 0;
    text-align: center;
}
.paginations ul {
    display: block;
}
.paginations li {
    display: inline-block;
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: #f5f7fa;
    margin: 0 4px;
    vertical-align: top;
}
.pagination a,
.pagination svg {
    display: block;
}
.pagination svg {
    width: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
}
.paginations span {
    background-color: #b00004 !important;
    color: #fff !important;
}
.pagination a:hover {
    background-color: #e8f0fc;
}
.page-item:first-child span, .page-item:last-child span{
    background-color: #f5f7fa !important;
    color: #0a1e2c !important;
}

/* 右侧推荐 */
.res {
    background-color: #f6f6f6;
}
.res-box-img {
    height: 200px;
    margin-bottom: 15px;
}
.res-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.res-box-tit {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin: 0 20px;
    padding-bottom: 15px;
}
.res-box a:hover {
    color: #ea0000;
}
.res .comp-list {
    padding: 15px 20px;
}
.res-it {
    height: 80px;
    margin-bottom: 20px;
    display: flex;
}
.res-it-img {
    width: 130px;
    height: 80px;
    border-radius: 3px;
    margin-right: 20px;
}
.res-it-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.res-it-tit {
    flex: 1;
    line-height: 30px;
    max-height: 60px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.res-it-tit a{
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.res-it-tit p {
    max-height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 通用列表 */
.comp-list li {
    line-height: 36px;
}
.comp-list a:hover {
    color: #ea0000;
}
.comp-list.ellipsis a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    vertical-align: top;
}

.comp-img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

/* 文章页 */
.article {
    padding: 20px;
}
.article-top {
    padding: 0 0 40px;
}
.article h1 {
    line-height: 40px;
    font-size: 30px;
    color: #606060;
    margin-bottom: 20px;
}
.article-info {
    height: 20px;
    line-height: 20px;
}
.article-info > span {
    float: left;
    color: #878686;
    margin-right: 20px;
}
.font-change {
    float: right;
}
.font-change span,
.font-change em {
    float: left;
}
.font-change span {
    color: #878686;
}
.font-change em {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: -2px 5px 0;
    cursor: pointer;
    transition: background-color, color 0.35s;
}
.font-change em.active {
    background-color: #b00004;
    color: #fff;
}

.article-content {
    line-height: 2;
    color: #3d3d3d;
    font-size: 18px;
}
.article-content p {
    margin-bottom: 1em;
    background-color: transparent !important;
}
.article-content img, .article-content video, .article-content audio {
    max-width: 90%;
    max-height: 480px;
    margin: 20px auto;
    display: block;
}

/* 静态页 */
.static-title {
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    padding: 20px 0;
    border-bottom: solid 1px #d8d8d8;
    color: #3d3d3d;
}
.static-title h1 {
    font-size: inherit;
}
.static-content {
    color: #3d3d3d;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 30px;
}
.static-content p {
    text-indent: 2em;
    margin-bottom: 1em;
}
.static-content img {
    max-width: 100%;
}

.download-link {
    border: solid 1px #d8d8d8;
    padding: 15px 0 0;
}
.download-link svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.download-link a:hover {
    color: #b00004;
}

/* 侧栏导航 */
.sub-nav {
    background-color: #fff;
    border: 1px solid #bfbfbf;
}
.sub-nav h3 {
    background-color: #b00004;
    text-align: center;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
}
.sub-nav ul {
    padding: 20px 0;
}
.sub-nav li {
    text-align: left;
    display: block;
    height: 40px;
    line-height: 40px;
}
.sub-nav a {
    color: #000;
    padding: 0 20px ;
    display: block;
    border-left: solid 2px transparent;
}
.sub-nav .active {
    background-color: #e5e5e5;
    border-left-color: #b00004;
    color: #b00004;
}

/* 布局 */
.column-4 .at-item {
    width: 285px;
    height: 410px;
}
.column-4 .at-img {
    height: 200px;
}

/* 专业委员会 */
.special-nav {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
}
.special-nav li {
    float: left;
}
.special-nav li a {
    display: block;
    padding: 0 20px;
    position: relative;
}
.special-nav li a::after {
    content: "";
    height: 2px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 2px;
    background-color: #b00004;
    border-radius: 2px;
    display: none;
}
.special-nav li .active {
    color: #b00004;
}
.special-nav li .active::after {
    display: block;
}

.special-list {
    margin-right: -30px;
}
.special-list .at-item {
    background-color: #fff;
    width: 585px;
    padding: 0;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border-bottom: none;
    box-shadow: 0 0 5px #d8d8d8;
    border-radius: 5px;
}
.special-list .at-cont {
    width: 384px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.special-list .at-cont-top {
    height: 100px;
}
.special-list .at-cont-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.special-footer {
    margin-right: -20px;
}

.special-item {
    width: 224px;
    float: left;
    margin-right: 20px;
    padding-bottom: 20px;
}
.special-img {
    height: 145px;
    border-radius: 5px;
    margin-bottom: 6px;
}
.special-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.special-item p {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 右侧文字 */
.sp-top{
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 48px;
    color: #172b56;
    font-size: 18px;
}
.sp-top::after{
    content: "";
    height: 2px;
    position: absolute;
    left: 0; top: 14px;
    width: 40px;
    background-color: #172b56;
}
.sp-img{
    box-shadow: 10px 10px 0 #e5e5e5;
}
.sp-title{
    color: #b00004;
    font-size: 30px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.sp-title span{
    color: #817e7e;
}
.sp-text{
    line-height: 2.4;
    font-size: 18px;
    color: #606060;
    text-indent: 2em;
}

/* 艺术中心 */
.art {
    background-color: #e5e5e5;
    color: #fff;
    padding: 40px 0;
}
.art-video {
    width: 680px;
    height: 380px;
    float: left;
}
.art-video img{
    width: 100%;
    height: 100%;
}
.art-info {
    width: 480px;
    float: right;
}
.art-info-title {
    margin-bottom: 20px;
    padding-top: 10px;
}
.art-info-title h3 {
    background-color: #b00004;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 20px;
    color: #fff;
    float: left;
    font-weight: normal;
    font-size: 16px;
}
.art-info-text {
    line-height: 1.6;
    color: #3d3d3d;
}
.art-info-more {
    padding: 40px 0;
}
.art-info-more p {
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 10px;
}
.art .comp-list li {
    position: relative;
    padding-left: 20px;
}
.art .comp-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3d3d3d;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.art .comp-list a {
    color: #3d3d3d;
}
.art .comp-list a:hover {
    color: #b00004;
}

.art-column-4 {
    width: 585px;
    float: left;
}
.art-column-4 .comp-list {
    width: 355px;
}

.title-center {
    text-align: center;
}
.title-center h3 {
    font-size: 30px;
    color: #b00004;
}
.title-center-line {
    width: 60px;
    height: 2px;
    border-radius: 2px;
    background-color: #b00004;
    margin-left: auto;
    margin-right: auto;
}
.title-center p {
    line-height: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #878686;
}

.art-pic-item {
    width: 360px;
    height: 600px;
    float: left;
    position: relative;
    margin-right: 60px;
    box-shadow: 20px 20px 0 #b00004;
}
.art-pic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.art-pic-item span {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
.art-pic-item span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #b00004;
    clip-path: polygon(100% 8%, 100% 92%, 0 100%, 0 0);
}
.art-pic-item span em {
    padding: 20px 10px;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 30px;
    line-height: 40px;
    width: 1em;
}

.art-center-info-text {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
.art-center-info-title {
    color: #b00004;
    font-size: 40px;
    margin-bottom: 20px;
}
.art-center-info-title small {
    color: #3d3d3d;
    font-size: 20px;
    display: block;
}

.art-center-info-text p {
    line-height: 2;
    color: #606060;
    text-indent: 2em;
}

.art-center-info-img {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}
.art-center-info-img img {
    width: 100%;
}

.art-center-imgs {
    display: flex;
}
.art-center-imgs li {
    float: left;
    position: relative;
    width: auto;
}
.art-center-imgs span {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    background-color: #b00004;
}
.art-center-imgs img {
    height: 400px;
}

.art-arrow {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
}
.art-arrow svg {
    width: 100%;
    height: 100%;
}
.art-arrow:hover {
    border-color: #b00004;
}
.art-arrow:hover svg {
    fill: #b00004;
}
.art-arrow:active {
    border-color: #7a0003;
}
.art-arrow:active svg {
    fill: #7a0003;
}

/* footer */
.footer {
   
    padding-top: 40px;
    box-sizing: border-box;
    color: #fff;
}
.footer.red {
    background-color: #b00004;
}
.footer dl {
    text-align: center;
    float: left;
    margin-right: 63px;
}
.footer dt {
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 15px;
}
.footer dd {
    line-height: 32px;
}
.footer a:hover {
    text-decoration: underline;
}

.tel {
    width: 240px;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}
.tel-img {
    width: 110px;
    height: 110px;
    padding: 5px;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    margin-bottom: 19px;
}
.tel-img img{
    width: 100%;
    height: 100%;
}
.tel span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
}
.tel span svg {
    height: 30px;
    width: 20px;
    margin-right: 10px;
    fill: #fff;
    vertical-align: top;
}
.tel span em {
    vertical-align: top;
}

.p12 {
    padding: 16px 12px 12px;
    box-sizing: border-box;
}

.tac {
    text-align: center;
    text-indent: 0;
}

.fz0 {
    font-size: 0;
}

.bg {
    background-color: #eee;
}

.line {
    height: 1px;
    background-color: #d8d8d8;
    margin: 0 20px;
}

.white {
    background-color: #fff;
}

.radius {
    border-radius: 10px;
}

.show {
    display: block;
}

.grey {
    background: rgba(227, 227, 227, 0.42);
}

.mb1 {
    margin-bottom: 10px;
}

.mt-1 {
    margin-top: -10px;
}

.mr1 {
    margin-right: 10px;
}

.mr-1 {
    margin-right: -10px;
}

.pt1 {
    padding-top: 10px;
}

.pb1 {
    padding-bottom: 10px;
}

.mb2 {
    margin-bottom: 20px;
}

.mt-2 {
    margin-top: -20px;
}

.mr2 {
    margin-right: 20px;
}

.mr-2 {
    margin-right: -20px;
}

.pt2 {
    padding-top: 20px;
}

.pb2 {
    padding-bottom: 20px;
}

.mb3 {
    margin-bottom: 30px;
}

.mt-3 {
    margin-top: -30px;
}

.mr3 {
    margin-right: 30px;
}

.mr-3 {
    margin-right: -30px;
}

.pt3 {
    padding-top: 30px;
}

.pb3 {
    padding-bottom: 30px;
}

.mb4 {
    margin-bottom: 40px;
}

.mt-4 {
    margin-top: -40px;
}

.mr4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: -40px;
}

.pt4 {
    padding-top: 40px;
}

.pb4 {
    padding-bottom: 40px;
}

.pb4 {
    padding-bottom: 40px;
}

.mb5 {
    margin-bottom: 50px;
}

.mt-5 {
    margin-top: -50px;
}

.mr5 {
    margin-right: 50px;
}

.mr-5 {
    margin-right: -50px;
}

.pt5 {
    padding-top: 50px;
}

.pb5 {
    padding-bottom: 50px;
}

.pb5 {
    padding-bottom: 50px;
}

.mb6 {
    margin-bottom: 60px;
}

.mt-6 {
    margin-top: -60px;
}

.mr6 {
    margin-right: 60px;
}

.mr-6 {
    margin-right: -60px;
}

.pt6 {
    padding-top: 60px;
}

.pb6 {
    padding-bottom: 60px;
}

.pb6 {
    padding-bottom: 60px;
}

.mb7 {
    margin-bottom: 70px;
}

.mt-7 {
    margin-top: -70px;
}

.mr7 {
    margin-right: 70px;
}

.mr-7 {
    margin-right: -70px;
}

.pt7 {
    padding-top: 70px;
}

.pb7 {
    padding-bottom: 70px;
}

.pb7 {
    padding-bottom: 70px;
}

.mb8 {
    margin-bottom: 80px;
}

.mt-8 {
    margin-top: -80px;
}

.mr8 {
    margin-right: 80px;
}

.mr-8 {
    margin-right: -80px;
}

.pt8 {
    padding-top: 80px;
}

.pb8 {
    padding-bottom: 80px;
}

.pb8 {
    padding-bottom: 80px;
}

.mb9 {
    margin-bottom: 90px;
}

.mt-9 {
    margin-top: -90px;
}

.mr9 {
    margin-right: 90px;
}

.mr-9 {
    margin-right: -90px;
}

.pt9 {
    padding-top: 90px;
}

.pb9 {
    padding-bottom: 90px;
}

.pb9 {
    padding-bottom: 90px;
}

.mb10 {
    margin-bottom: 100px;
}

.mt-10 {
    margin-top: -100px;
}

.mr10 {
    margin-right: 100px;
}

.mr-10 {
    margin-right: -100px;
}

.pt10 {
    padding-top: 100px;
}

.pb10 {
    padding-bottom: 100px;
}

.pb10 {
    padding-bottom: 100px;
}

.hidden {
    overflow: hidden;
}

.radius-5{ border-radius: 5px; }
.radius-10{ border-radius: 10px; }

/* 滚动条样式 */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #b00004;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #7a0003;
}
.footer-text{
    border-top: solid 1px #9c0000;
    text-align: center;
    padding: 10px 0;
}
}

/*# sourceMappingURL=style.css.map */
