.art-item a { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

* { box-sizing: border-box; }

.module { position: relative; width: 595px; height: 410px; border: 1px solid #dcdcdb; overflow: hidden; }
.module:after { position: absolute; bottom: 0; right: 0; width: 232px; height: 232px; background: url(../images2023/ic1.png) no-repeat; content: ""; z-index: -1; }

.tab-tle { font-size: 0; }
.tab-tle-item { display: inline-block; vertical-align: middle; height: 48px; line-height: 48px; padding: 0 15px; font-size: 20px; font-weight: 700; color: #000; cursor: pointer; }
.tab-tle-item + .tab-tle-item { margin: 0 0 0 40px; }
.tab-tle-item a { color: #000; transition: none; }
.tab-tle-item a:hover { text-decoration: none; }
.tab-tle-item--active, .tab-tle-item:hover { position: relative; background-color: #e40000; color: #fff; }
.tab-tle-item--active:after, .tab-tle-item:hover:after { position: absolute; bottom: -8px; left: 50%; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #e40000; content: ""; margin-left: -8px; }
.tab-tle-item--active a, .tab-tle-item:hover a { color: #fff; }

.art-list--has-bd .art-item { border-bottom: 1px dashed #dcdcdb; }
.art-list--lg .art-item:before { left: 4px; }
.art-list--lg .art-item a { padding-left: 20px; line-height: 47px; }
.art-item { position: relative; }
.art-item:before { position: absolute; top: 50%; left: 12px; width: 6px; height: 6px; border-radius: 50%; background-color: #cb0300; content: ""; margin-top: -3px; }
.art-item a { display: block; font-size: 18px; padding-left: 30px; color: #686868; line-height: 44px; }

.news-hd { height: 80px; background: url(../images2023/bg2.jpg) no-repeat center #ce000b; }
.news-tle { line-height: 80px; font-size: 22px; color: #fff; font-weight: 700; }
.news-left { width: 590px; height: 360px; overflow: hidden; }
.news-right { width: 595px; }
.news-more { position: absolute; top: 30px; right: 0; font-size: 15px; color: #fff; font-style: italic; }
.news-swiper { position: relative; overflow: hidden; padding-bottom: 60px; }
.news-swiper .swiper-slide { width: 406px; height: 252px; }
.news-swiper .swiper-container-horizontal > .swiper-pagination-bullets, .news-swiper .swiper-pagination-custom, .news-swiper .swiper-pagination-fraction { bottom: -50px; }
.news-swiper .swiper-pagination-bullet-active { background-color: #bf0009; }

.art-group { padding: 70px 0 100px; background-color: #f7f7f7; }
.art-group-list { margin: -50px 0 0 -69px; }
.art-group-item { float: left; width: 45%; margin: 50px 0 0 60px;}
.art-group-item__hd { position: relative; padding-bottom: 20px; border-bottom: 1px solid #bf0009; }
.art-group-item__hd:after { position: absolute; bottom: -3px; left: 0; width: 106px; height: 6px; background-color: #bf0009; content: ""; }
.art-group-item__tle { font-size: 22px; color: #bf000a; font-weight: 700; line-height: 1.2; }
.art-group-item__more { position: absolute; top: 0; right: 10px; font-size: 15px; font-style: italic; color: #939393; }

.art-search { padding: 10px 0 0; margin: 10px 0 0; border-top: 1px dashed #c1c1c1; text-align: center; }
.art-search__input { width: 200px; height: 26px; padding: 0 10px; }
.art-search__select { height: 26px; }
.art-search__btn { height: 26px; }
