html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "微软雅黑";
  font-size: 14px;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  /* font-weight: normal */
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
  display: block;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0 none;
  vertical-align: top;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* strong,
em,
i {
  font-style: normal;
  font-weight: normal;
} */
ins {
  text-decoration: underline;
}
del {
  text-decoration: line-through;
}
mark {
  background: none;
}
input::-ms-clear {
  display: none !important;
}
body {
  font: 16px \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
  color: #35312a;
  background: #f5f6f6;
}
a {
  text-decoration: none;
  color: #35312a;
}
a:hover {
  text-decoration: none;
  color: #d6212d !important;
  cursor: pointer;
}
.text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}
.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -moz-box;
  display: -ms-flexbox
}
.flex-con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1
}
.color-danger {
  color: #d6212d !important;
}
body, html {
  min-width: 1200px;
}
.wrap {
  /* min-width: 1200px; */
  width: 1200px;
  margin: 0 auto;
}
.white {
  /* min-width: 1200px; */
  /* background: #fff; */
}
.header {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.header .control {
  flex: 1;
  text-align: right;
}
.header .control>a,
.header .control>img,
.header .control>div {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #35312a;
  cursor: pointer;
}
.header .control img:last-child {
  border: none;
}
.header .useravatar {
  position: relative;
}
.header .useravatar .user-control {
  position: absolute;
  display: none;
  left: -10px;
  top: 16px;
  z-index: 10;
  padding-top: 30px;
}
.header .useravatar .user-control>div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.header .useravatar .user-control a {
  display: block;
  width: 145px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  padding-left: 30px;
  color: #35312a;
  text-align: left;
}
.header .useravatar .user-control a:hover {
  color: #35312a;
  background: #eeeeee;
}
.footer {
  margin-top: 30px;
  background: #dd8a82;
  padding: 35px 0;
}
/* .footer .content {
  color: #fff;
  display: flex;
  align-items: center;
} */
.footer .link {
  color: #fff;
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 22px;
  margin-bottom: 20px;
}
.footer .link .wrap {
  display: flex;
  align-items: center;
}
.footer .link .title {
  font-size: 21px;
  font-weight: bold;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .link .title::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  margin-right: 13px;
  position: relative;
  top: -4px;
}
.footer .link .link-list {
  line-height: 1.5;
}
.footer .link .link-list a {
  display: inline-block;
  margin-left: 27px;
  color: #fff;
}
.footer .link .link-list a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #fff;
  margin-right: 6px;
  position: relative;
  top: -1px;
}
.footer .info {
  /* flex: 1; */
  text-align: center;
}
.footer .info span {
  color: #fff;
  margin-right: 20px;
}
.footer .info p:first-child {
  margin-bottom: 15px;
}
.footer .share img {
  margin-left: 20px;
  cursor: pointer;
}
.menu {
  display: flex;
}
.menu .item {
  padding: 15px 0;
  flex: 1;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.menu .item:not(:last-child):after {
  content: '';
  width: 4px;
  height: 4px;
  background: #35312a;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}
.breadcrumb {
  padding: 20px 0;
}
.breadcrumb a,
.breadcrumb span {
  color: #605e5b;
}
.breadcrumb span {
  margin: 0 5px;
}
.basic-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 30px 0;
  margin-bottom: 20px;
}
.basic-title-1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.basic-title-1 .title-name {
  flex: 1;
  font-size: 22px;
}
.basic-title-1 .more {
  color: #d6212d;
  font-size: 14px;
  font-weight: normal;
}
.basic-title-1::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #d6212d;
  display: inline-block;
  margin-right: 10px;
}
/* 通用列表 */
.list-content {
  background: #fff;
  padding: 10px 60px 60px 80px;
}
.basic-list .item {
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0;
  display: block;
}
.basic-list.flex .item {
  align-items: center;
  display: flex;
}
.basic-list .item.download .icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url('../images/down-icon.png');
  background-size: 100%;
}
.basic-list .item.download:hover .icon {
  background-image: url('../images/down-icon-hover.png');
}
.basic-list.image-list .item {
  display: flex;
}
.basic-list.image-list .item .info {
  padding-top: 10px;
}
.basic-list.image-list .image {
  width: 260px;
  height: 180px;
  margin-right: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.basic-list.flex .info,
.basic-list.image-list .item .info {
  flex: 1;
}
.basic-list .item dt {
  font-size: 18px;
  margin-bottom: 15px;
}
.basic-list .item dt span {
  color: #d6212d;
}
.basic-list .item .category,
.basic-list .item .date {
  color: #bcbec0;
}
.basic-list .item dd {
  color: #605e5b;
  line-height: 1.5;
  margin-top: 20px;
}
/* 图片列表模式 */
.index-page-2 .basic-image-list .item {
  /* width: 220px; */
  width: 100%;
}
/* .index-page-2 .basic-image-list .item:not(:nth-child(4n+4)) {
  margin-right: 20px;
} */
.index-page-2 .basic-image-list dt {
  margin-bottom: 0 !important;
}
.index-page-2 .basic-image-list .item .info {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-image-list .item {
  background: #fff;
  width: 357px;
  display: inline-block;
  position: relative;
}
.basic-image-list .item .collect {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}
.basic-image-list .item:not(:nth-child(3n+3)) {
  margin-right: 60px;
}
.basic-image-list .item:hover dt {
  color: #d6212d !important;
}
.basic-image-list .item:hover .collect {
  display: block;
}
.basic-image-list .item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #d6212d;
  transition: all 0.4s;
}
.basic-image-list .item:hover::after {
  width: 100%;
}
.basic-image-list .item .picture {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.basic-image-list .item.cross .picture {
  width: 100%;
  height: 225px;
}
.basic-image-list .item.vertical .picture {
  width: 100%;
  height: 500px;
}
.basic-image-list .item .info {
  padding: 25px 20px;
}
.basic-image-list .item .info dt,
.basic-image-list .item .info .item-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
.basic-image-list .item .info .item-name {
  margin-bottom: 0;
  text-align: center;
}
.basic-image-list .item .info p {
  color: #92918f;
  margin-bottom: 15px;
}
.basic-image-list .item .info .author {
  color: #605e5b;
  font-weight: bold;
  font-size: 13px;
}
.to-top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: url('../images/to-top.png');
  z-index: 9;
}
/* 分页器 */
.pagination {
  text-align: center;
  margin-top: 60px;
}
.pagination a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 1px solid #dddddd;
  margin: 0 5px;
}
.pagination a:hover,
.pagination a.cur {
  background: #d6212d;
  border-color: #d6212d;
  color: #fff !important;
}
.search-control {
  margin: 35px 0;
  background: #fff;
  border: 1px solid #dddddd;
  display: flex;
  align-items: center;
  height: 50px;
  padding-right: 20px;
}
.search-control input {
  flex: 1;
  border: none;
  height: 100%;
  padding: 0 20px;
}
.result-title {
  display: flex;
  align-items: center;
  color: #605e5b;
  margin-bottom: 30px;
}
.result-title .title {
  font-size: 22px;
  font-weight: bold;
  margin-right: 30px;
}
.result-title span {
  color: #d6212d;
}
/* 作品详情 */
.zuopin-detail {
  background: #fff;
  padding: 60px;
  display: flex;
  margin-bottom: 55px;
  margin-top: 40px;
}
.zuopin-detail .picture {
  width: 760px;
  height: 490px;
  margin-right: 40px;
}
.zuopin-detail .content {
  position: relative;
  flex: 1;
}
.zuopin-detail .content .collect {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
  cursor: pointer;
}
.zuopin-detail .content .name {
  font-size: 28px;
  line-height: 45px;
  width: 175px;
  margin-bottom: 25px;
}
.zuopin-detail .content .price {
  color: #d6212d;
  font-size: 16px;
}
.zuopin-detail .content .info {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.zuopin-detail .content .info div {
  color: #605e5b;
  margin-bottom: 15px;
}
.zuopin-detail .content .info div .label {
  display: inline-block;
  width: 65px;
  margin-right: 40px;
}
/* 出版物详情 */
.cbw-detail {
  background: #fff;
  padding: 60px;
  display: flex;
  margin-bottom: 55px;
  margin-top: 40px;
}
.cbw-detail .picture {
  width: 330px;
  height: 455px;
  margin-right: 40px;
}
.cbw-detail .content .name {
  font-size: 28px;
  margin-bottom: 40px;
}
.cbw-detail .content .label {
  color: #d6212d;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.cbw-detail .content .desc {
  line-height: 30px;
  margin-bottom: 45px;
  text-indent: 30px;
  color: #605e5b;
}
.cbw-detail .content .info {
  font-size: 0;
  color: #605e5b;
}
.cbw-detail .content .info div {
  width: 25%;
  display: inline-block;
  margin-bottom: 15px;
}
.cbw-detail .content .btn {
  margin-top: 60px;
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  margin-right: 30px;
  border: 1px solid #dddddd;
  display: inline-block;
  cursor: pointer;
}
.cbw-detail .content .btn.primary {
  background: #d6212d;
  color: #fff;
  border-color: #d6212d;
}
/* 文章内容详情 */
.article {
  padding: 60px;
  background: #fff;
}
.article .title {
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}
.article .info {
  color: #bcbec0;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}
.article .info div {
  display: inline-block;
}
.article .content {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
}
/* 各地美协 */
.gdmx {
  display: flex;
}
.gdmx .left {
  width: 255px;
  margin-right: 60px;
}
.gdmx .left .title {
  background: #d6212d;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 10px;
}
.gdmx .left .list {
  background: #fff;
  padding-left: 40px;
  font-size: 0;
  padding-top: 25px;
}
.gdmx .left .list a {
  display: inline-block;
  width: 70px;
  font-size: 16px;
  margin-bottom: 25px;
  color: #35312a;
}
.gdmx .left .list a.active {
  color: #d6212d;
}
.gdmx .right {
  background: #fff;
  padding: 0 40px;
  flex: 1;
  padding-bottom: 80px;
}
.gdmx .right .tab {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.gdmx .right .tab .item {
  display: inline-block;
  margin: 0 30px;
  padding: 20px 0;
  font-size: 18px;
  cursor: pointer;
}
.gdmx .right .tab .item.active {
  border-bottom: 4px solid #d6212d;
  color: #d6212d;
  font-weight: bold;
}
.gdmx .right .list-content {
  padding: 0;
}
.gdmx .right .article {
  padding: 55px 0;
}
.gdmx .right .article .title {
  margin-bottom: 25px;
}
.gdmx .right .article .content {
  border-top: none;
  padding-top: 0;
}
.gdmx .right .article .content p {
  text-indent: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  color: #605e5b;
  font-size: 16px;
}
.flex-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.flex-wrap .flex-content {
  flex: 1;
  padding-top: 55px;
}
.flex-wrap .flex-content .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
.flex-wrap .flex-content .box {
  background: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  #
}
/* 成功提示 */
.flex-content.tips-content .box {
  height: 375px;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tips-content .box img {
  margin-bottom: 25px;
}
.tips-content .box dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 18px;
}
.tips-content .box dd {
  color: #605e5b;
}
.tips-content .box dd span {
  color: #d6212d;
}
/* 表单 */
.basic-form {
  width: 400px;
  margin: 0 auto;
  display: block !important;
}
.basic-form .form-item {
  margin-bottom: 30px;
}
.basic-form .form-item .label {
  font-weight: bold;
  margin-bottom: 10px;
}
.basic-form .form-item .form-item-control {
  height: 48px;
  display: flex;
}
.basic-form .form-item input {
  height: 100%;
  padding: 0 20px;
  border: 1px solid #ddd;
  width: 100%;
}
.basic-form .form-item.error .form-item-control input {
  background: #fdf4f4;
  border: 1px solid #d6212d;
}
.basic-form .form-item.error .error-msg {
  display: block;
  color: #d6212d;
  margin-top: 8px;
}
.basic-form .form-item .code {
  margin-left: 20px;
  width: 140px;
}
.day-pricker {
  gap: 10px;
}
.day-pricker select {
  flex: 1;
  border: 1px solid #ddd;
  padding: 0 17px;
}
.basic-btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.basic-btn.primary {
  color: #fff;
  background: #d6212d;
}
.basic-btn.disable {
  border: 1px solid #dddddd;
  background: #f5f6f6;
  cursor: no-drop;
}
.basic-btn.default {
  border: 1px solid #dddddd;
}
.login-control {
  text-align: center;
  margin-top: 30px;
}
.login-control a {
  color: #92918f;
}
.login-control span {
  color: #92918f;
  margin: 0 5px;
}
.agreement {
  display: flex;
  color: #605e5b;
  margin-bottom: 30px;
}
.agreement div {
  line-height: 25px;
}
.agreement .checkbox {
  width: 18px;
  height: 16px;
  margin-right: 12px;
  border: 1px solid #ddd;
  position: relative;
  top: 5px;
  display: inline-block;
  cursor: pointer;
}
.agreement .checkbox.checked {
  background: #d6212d;
  border-color: #d6212d;
}
.agreement .checkbox.checked::after {
  content: '✓';
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
  height: 100%;
}
/* 账号中心 */
.account-wrap .box {
  width: 1080px !important;
  padding-left: 60px !important;
}
.account-wrap .box .avatar {
  margin-right: 80px;
  width: 95px;
  height: 95px;
  position: relative;
}
.account-wrap .box .avatar .picture {
  width: 95px;
  height: 95px;
  border-radius: 50%;
}
.account-wrap .box .avatar .edit {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: -5px;
  cursor: pointer;
}
.account-wrap .box .info .info-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
}
.account-wrap .box .info .item {
  margin-bottom: 25px;
  display: flex;
}
.account-wrap .box .info .item .label {
  color: #92918f;
  width: 125px;
}
.account-wrap .box .info .item .value {
  width: 230px;
}
.account-wrap .box .info .item .control {
  color: #d6212d;
  cursor: pointer;
}
.account-wrap .box .info .item .control span {
  margin-right: 20px;
  cursor: pointer;
}
.account-wrap .box .info .basic-btn {
  width: 260px;
  margin-top: 35px;
}
.account-wrap .basic-modal .modal .basic-form {
  margin: 0;
}
.account-wrap .basic-modal .modal .basic-form .control {
  display: flex;
}
.account-wrap .basic-modal .modal .basic-form .control .basic-btn {
  margin-right: 20px;
  width: 140px;
}
#usernameModal,
#passwordModal,
#phoneModal,
#emailModal,
#birthModal {
  display: none;
}
#birthModal .basic-form {
  width: 100%;
}
/* 模态框 */
.basic-modal {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-modal .modal {
  background: #fff;
  padding: 30px;
  width: 560px;
}
.basic-modal .modal .modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.basic-modal .modal .modal-header .title {
  flex: 1;
  font-size: 16px;
  font-weight: bold;
}
.basic-modal .modal .modal-header .close {
  cursor: pointer;
}
/* 首页 */
.index-page {
  background-image: url('../images/index-bg1.jpg');
  background-repeat: no-repeat;
}
.index-banner {
  /* width: 100%; */
  width: 1200px;
  margin: 0 auto;
  /* height: 710px; */
  overflow: hidden;
  position: relative;
}
.index-swiper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.index-swiper .more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
  width: 65px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  z-index: 999999;
}
.index-banner .swiper-pagination {
  bottom: 40px;
}
.index-banner .swiper-button-next.swiper-button-disabled,
.index-banner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.index-banner .swiper-button-next, .index-banner .swiper-button-prev {
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #c32e39;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.index-banner .swiper-button-next:after,
.index-banner .swiper-button-prev:after {
  display: none;
}
.index-banner .swiper-slide img {
  width: 100%;
}
.index-page-1 {
  margin-bottom: 30px;
  padding-top: 30px;
}
.index-page-1 .article-wrap {
  margin-bottom: 30px;
  display: flex;
}
.index-page-1 .article-swiper {
  width: 625px;
  height: 380px;
  overflow: hidden;
  margin-right: 30px;
  position: relative;
}
.index-page-1 .article-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.index-page-1 .article-swiper .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 48px;
  line-height: 48px;
  z-index: 9;
  color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.index-page-1 .article-swiper .content .text {
  flex: 1;
}
.index-page-1 .article-swiper .content .text p {
  display: none;
}
.index-page-1 .article-swiper .content .swiper-pagination {
  position: relative;
}
.index-page-1 .article-swiper .content .swiper-pagination-bullet,
.index-banner .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  margin-left: 10px;
  opacity: 1;
}
.index-page-1 .article-swiper .content .swiper-pagination-bullet-active,
.index-banner .swiper-pagination-bullet-active {
  width: 30px;
  background: #d6212d;
}
.index-page-1 .article-list {
  background: #fff;
  padding: 20px;
  flex: 1;
}
.index-page-1 .article-wrap .article-row {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}
.index-page-1 .article-wrap .article-row .name {
  color: #d6212d;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.index-page-1 .article-wrap .article-row .content {
  line-height: 25px;
  /* line-height: 25px;
  margin-bottom: 20px; */
}
.index-page-1 .article-wrap .article-row .basic-btn {
  width: 80px;
  height: 28px;
  margin-top: 20px;
}
.index-page-1 .article-wrap .article-row .basic-btn:hover {
  color: #fff !important;
}
.index-page-1 .article-wrap .list {
  margin-top: 20px;
}
.index-page-1 .article-wrap .list a div {
  width: 370px !important;
}
.index-page-1 .notifi-wrap {
  display: flex;
  background: #fff;
  padding: 20px;
}
.index-page-1 .notifi-wrap .notifi {
  margin-right: 30px;
}
.index-page-1 .notifi-wrap .list,
.index-page-1 .article-wrap .list {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.index-page-1 .notifi-wrap .list a,
.index-page-1 .article-wrap .list a {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.index-page-1 .notifi-wrap .list a div,
.index-page-1 .article-wrap .list a div {
  max-width: 705px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}
.index-page-1 .vip {
  width: 368px;
  background: url('../images/vip-bg.png');
  padding: 30px;
}
.index-page-1 .vip .basic-title-1 {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.index-page-1 .vip .basic-title-1 .more {
  color: #fff;
}
.index-page-1 .vip .basic-title-1 .more:hover {
  color: #fff !important;
}
.index-page-1 .vip .basic-title-1::before {
  background: #fff;
}
.index-page-1 .vip .item {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #f45e69;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.index-page-1 .vip .item div {
  flex: 1;
}
.index-page-1 .vip .item .icon {
  width: 25px;
  height: 25px;
}
.index-page-1 .vip .item .icon.zhinan {
  background: url('../images/zhinan.png') no-repeat;
}
.index-page-1 .vip .item .icon.minglu {
  background: url('../images/minglu.png') no-repeat;
}
.index-page-1 .vip .item .icon.shouzhe {
  background: url('../images/shouzhe.png') no-repeat;
}
.index-page-1 .vip .item:hover {
  color: #9f010c !important;
}
.index-page-1 .vip .item:hover::after {
  content: ' ';
  position: absolute;
  left: 0;
  width: 4px;
  height: 24px;
  background: #9f010c;
}
.index-page-1 .vip .item:hover .icon.zhinan {
  background: url('../images/zhinan-active.png') no-repeat;
}
.index-page-1 .vip .item:hover .icon.minglu {
  background: url('../images/minglu-active.png') no-repeat;
}
.index-page-1 .vip .item:hover .icon.shouzhe {
  background: url('../images/shouzhe-active.png') no-repeat;
}
.tuijian-swiper {
  position: relative;
}
.tuijian {
  overflow: hidden;
}
.tuijian-swiper .swiper-button-prev {
  left: -80px;
}
.tuijian-swiper .swiper-button-next {
  right: -80px;
}
.tuijian-swiper .swiper-button-prev,
.tuijian-swiper .swiper-button-next {
  border-radius: 50%;
  background: #fff;
  width: 60px;
  height: 60px;
  border: 1px solid #d6212d;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 8;
}
.tuijian-swiper .swiper-button-prev.swiper-button-disabled,
.tuijian-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  border-color: #fff;
}
.tuijian-swiper .swiper-button-prev.swiper-button-disabled:after,
.tuijian-swiper .swiper-button-next.swiper-button-disabled:after {
  color: #bcbec0;
}
.tuijian-swiper .swiper-button-next:after,
.tuijian-swiper .swiper-button-prev:after {
  font-size: 28px;
  color: #d6212d;
}
/* 会员作品 */
.vip-work {
  margin-bottom: 30px;
}
.vip-work .picture {
  width: 100%;
}
.vip-work .detail {
  background: #fff;
  padding: 40px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 660px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -80px;
}
.vip-work .detail dt {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
}
.vip-work .detail dd p {
  color: #92918f;
  line-height: 25px;
}
.vip-work .detail .author {
  margin-top: 10px;
  color: #605e5b;
  font-weight: bold;
  font-size: 13px;
}
/* 2025新增 */
.index-page-2 {
  margin-bottom: 30px;
}
.index-page-3 {
  margin-bottom: 30px;
  display: flex;
  padding-top: 0;
}
.index-row-title {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.exhibition {
  display: flex;
}
.exhibition .item {
  width: 277.5px;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
}
.exhibition .item ::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #d6212d;
  transition: all 0.4s;
}
.exhibition .item:hover ::after {
  width: 100%;
}
.exhibition .item:last-child {
  margin-right: 0px;
}
.exhibition .item img {
  width: 100%;
}
.exhibition .item .content {
  padding: 30px 40px;
  background: #fff;
}
.exhibition .item .content dt {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.exhibition .item:hover .content dt {
  color: #d6212d
}
.exhibition .item .content dd {
  font-size: 14px;
}
.index-page-3>div {
  background: #fff;
  padding: 20px;
}
.index-page-3 .left {
  width: 440px;
  margin-right: 30px;
}
.index-page-3 .center {
  width: 440px;
  margin-right: 30px;
}
.index-page-3 .left .list div,
.index-page-3 .center .list div {
  max-width: 295px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .index-page-3 .left .list {
  display: flex;
  flex-wrap: wrap;
}
.index-page-3 .left .item {
  width: calc(50% - 15px);
  margin-bottom: 20px;
  display: flex;
}
.index-page-3 .left .item:nth-child(odd) {
  margin-right: 15px;
}
.index-page-3 .left .item:nth-child(even) {
  margin-left: 15px;
}
.index-page-3 .left .item:last-child,
.index-page-3 .left .item:nth-last-child(2) {
  margin-bottom: 0;
}
.index-page-3 .left .item img {
  width: 140px;
  margin-right: 20px;
}
.index-page-3 .left .item .content {
  display: flex;
  flex-direction: column;
}
.index-page-3 .left .item dt {
  line-height: 1.4;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.index-page-3 .left .item .date {
  font-size: 14px;
  color: #92918f;
}
.index-page-3 .left {
  flex: 1;
  margin-right: 30px;
} */
.index-page-3 .index-row-title {
  margin-bottom: 0;
}
.index-page-3 .list {
  padding-top: 15px;
}
.index-page-3 .list a {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
}
.index-page-3 .right {
  width: 260px;
}
/* .index-page-3 .right .list a {
  margin-bottom: 25px;
  display: block;
}
.index-page-3 .right .list a:last-child {
  margin-bottom: 0;
} */
.index-page-4 {
  margin-bottom: 40px;
}
.index-page-5 {
  background: #fff;
  padding: 40px;
  padding-bottom: 15px;
}
.index-page-5 .link-list {
  font-size: 0;
}
.index-page-5 .link-list a {
  display: inline-block;
  padding-left: 40px;
  width: 20%;
  font-size: 14px;
  box-sizing: border-box;
  margin-bottom: 25px;
}
.index-page-5 .link-list a::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #333;
  margin-right: 5px;
  position: relative;
  top: -3px;
  display: inline-block;
}
.user-vip {
  width: 370px;
}
.user-vip .index-row-title {
  margin-bottom: 12px;
}
.user-vip .link-list>div {
  height: 85px;
  cursor: pointer;
  border: 1px solid #333;
  padding-left: 30px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.user-vip .link-list>div:hover {
  border: 1px solid #d6212d;
}
.user-vip .link-list .label {
  flex: 1;
  padding-left: 20px;
  border-left: 4px solid #d6212d;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
}
.user-vip .link-list>div:hover .label {
  color: #d6212d;
}
.user-vip .link-list>div .icon {
  width: 20px;
}
.article-wrap {
  display: flex;
}
.article-wrap .article-view {
  flex: 1;
}
.article-wrap .column {
  width: 250px;
  margin-right: 60px;
}
.article-wrap .column .title {
  background: #d6212d;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.article-wrap .column .link-list .item {
  background: #fff;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  display: block;
}
.article-wrap .column .link-list .item:hover, .article-wrap .column .link-list .item.active {
  color: #d6212d;
}
.article-wrap .column .link-list .item:last-child {
  border: none;
}
.article-wrap .column .link-list .item:hover span::before,
.article-wrap .column .link-list .item.active span::before {
  background: #d6212d;
}
.article-wrap .column .link-list .item span::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #333;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.tuijian .basic-image-list {
  display: flex;
}