.box {
  min-width: 1080px;
}
.head-out {
  background: #FFE3D7;
}
.head-out .head-box {
  width: auto;
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.head-out .head-box .head-left-box {
  color: #000;
}
.head-out .head-box .head-left-box span {
  margin-right: 10px;
}
.head-out .head-box .head-right-box {
  color: #C40C12;
  display: flex;
  align-items: center;
}
.head-out .head-box .head-right-box div {
  padding: 0 10px;
  position: relative;
  cursor: pointer;
}
.head-out .head-box .head-right-box div:before {
  content: '';
  width: 2px;
  height: 60%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #C40C12;
}
.head-out .head-box .head-right-box div:last-child {
  padding-right: 0;
}
.head-out .head-box .head-right-box div:last-child:before {
  display: none;
}
.welcome-box {
  height: 260px;
  background: linear-gradient(360deg, #F5F5F5 0%, #FFECEC 100%);
  text-align: center;
  position: relative;
}
.welcome-box img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.welcome-box .welcome-fun-box {
  position: relative;
  width: auto;
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
  height: 100%;
  text-align: right;
  line-height: 260px;
  padding-right: 3%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.welcome-box .welcome-fun-box .welcome-fun-select {
  display: flex;
  justify-content: flex-end;
  line-height: normal;
  align-items: center;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-type {
  background: #fff;
  padding: 9px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid #F2F2F2;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-type .iconfont {
  color: #D9D9D9;
  margin-left: 8px;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-input {
  background: #fff;
  padding: 20px;
  width: 280px;
  text-align: left;
  color: #C40C12;
  border-color: transparent;
  font-size: 16px;
}
.welcome-box .welcome-fun-box .welcome-fun-select .welcome-fun-select-btn {
  background: #C40C12;
  color: #fff;
  padding: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.body {
  background: #F5F5F5 url(./img/body_img.png) center center no-repeat;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 5vh;
}
.body .body-box {
  max-width: 1280px;
  min-width: 1080px;
  margin: 0 auto;
}
.column-box {
  display: flex;
  margin-bottom: 10px;
}
.column-box .column-item {
  padding: 15px 30px;
  background: #fff;
  overflow: hidden;
  margin-right: 10px;
}
.column-box .column-item:last-child {
  margin-right: 0;
}
.column-tabs-box {
  display: flex;
  flex-direction: column;
}
.column-tabs-box .column-tabs {
  display: flex;
  position: relative;
  margin-bottom: 6px;
}
.column-tabs-box .column-tabs div {
  padding: 0 18px;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
}
.column-tabs-box .column-tabs div:first-child {
  padding-left: 0;
}
.column-tabs-box .column-tabs div:hover {
  color: #C40C12;
}
.column-tabs-box .column-tabs .more-tips {
  font-size: 14px;
  color: #C40C12;
  position: absolute;
  right: 0;
  top: 20%;
  display: flex;
  align-items: center;
}
.column-tabs-box .column-tabs .column-tabs-action {
  color: #C40C12;
}
.column-tabs-box .division-line {
  border-bottom: 1px #E1E1E1 dashed;
  padding-left: 10px;
}
.card-box {
  transition: all 0.3s;
}
.card-box:hover {
  box-shadow: 5px 5px 10px 2px #cbcbcb;
}
.card-box .card-box-title {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #FFE2DF dashed;
}
.card-box .card-box-text {
  margin: 10px 0;
  font-size: 16px;
  color: #999;
  height: 42px;
}
.card-box .card-box-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-box .card-box-btn .card-btn {
  background: #FAE7E8;
  color: #C40C12;
  padding: 10px 20px;
  border-radius: 30px;
  white-space: nowrap;
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}
.card-box .card-box-btn .card-btn:hover {
  background: #C40C12;
  color: #fff;
  border-color: #C40C12;
}
.card-box .card-box-btn .card-box-img {
  overflow: hidden;
}
.card-box .card-box-btn .card-box-img img {
  transition: all 0.3s;
}
.ssys-box {
  margin-top: 15px;
  display: flex;
}
.ssys-box .ssys-poster {
  flex: 1;
  overflow: hidden;
  margin-right: 30px;
  cursor: pointer;
}
.ssys-box .ssys-poster:hover img {
  transform: scale(1.2);
}
.ssys-box .ssys-poster img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.ssys-box .ssys-fun-box {
  flex: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ssys-box .ssys-fun-box .ssys-fun-item {
  background: #fff3f3;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 24px 42px;
  border-radius: 6px;
  transition: all 0.3s;
}
.ssys-box .ssys-fun-box .ssys-fun-item:hover {
  box-shadow: 5px 5px 12px 2px #d9cccc;
}
.ssys-box .ssys-fun-box .ssys-fun-item .ssys-item-title {
  margin: 10px 0;
  color: #000;
  font-size: 16px;
}
.ssys-box .ssys-fun-box .ssys-fun-item .ssys-item-btn {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 30px;
  white-space: nowrap;
  transition: all 0.3s;
  border: 1px solid #C40C12;
  color: #C40C12;
  background: #fff;
  cursor: pointer;
}
.ssys-box .ssys-fun-box .ssys-fun-item .ssys-item-btn:hover {
  background: #C40C12;
  color: #fff;
}
.ssys-box .ssys-fun-box .ssys-fun-item .ssys-item-btn .iconfont {
  margin-left: 6px;
}
.publicize-box {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  width: 25.3%;
  min-height: 300px;
}
.publicize-box .publicize-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.publicize-box .publicize-item:not(:last-child) {
  margin-bottom: 35px;
}
.publicize-box .publicize-item:hover {
  /*box-shadow: 5px 5px 5px lightgrey;*/
}
.publicize-box .publicize-item:hover{
  transform: scale(1.2);
}
.publicize-box .publicize-item img {
  width: 100%;
  max-height: 60px;
}
.column-content-tabs-vertical {
  display: flex;
  margin-top: 20px;
}
.column-content-tabs-vertical .column-embed-tabs-box {
  display: flex;
  width: 15%;
  flex-direction: column;
  margin-right: 15px;
}
.column-content-tabs-vertical .column-embed-tabs-box .column-embed-tabs-item {
  margin-right: 15px;
  background: #E7F2FA;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  color: #0B75C9;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.column-content-tabs-vertical .column-embed-tabs-box .column-embed-tabs-item:last-child {
  margin-right: 0;
}
.column-content-tabs-vertical .column-embed-tabs-box .column-embed-tabs-item:hover {
  background: #0B75C9;
  color: #fff;
}
.column-content-tabs-vertical .column-embed-tabs-box .embed-tabs-action {
  background: #0B75C9;
  color: #fff;
}
.column-content-tabs-vertical .column-embed-tabs-list {
  display: flex;
  flex: 1;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 15px;
  border: 1px solid transparent;
  transition: all 0.3s;
  overflow: hidden;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box:hover {
  box-shadow: 5px 5px 10px 2px #C40C1240;
  border-color: #C40C12;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box:hover img {
  transform: scale(1.2);
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box:last-child {
  margin-right: 0;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-poster {
  height: 170px;
  overflow: hidden;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-poster img {
  height: 100%;
  transition: all 0.3s;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-title,
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-place,
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-time {
  background: #F5F5F5;
  padding: 4px 15px;
  color: #666666;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-title .iconfont,
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-place .iconfont,
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-time .iconfont {
  color: #C40C12;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-title {
  padding: 0 15px;
  line-height: 45px;
  font-size: 18px;
  color: #000000;
  border-bottom: 1px solid #E1E1E1;
}
.column-content-tabs-vertical .column-embed-tabs-list .column-embed-tabs-item-box .zxpx-time {
  /* padding-bottom: 10px; */
  line-height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
}
.phhd-list {
  display: flex;
}

.phhd-list .phhd-item {
  width: 0;
  flex: 1;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid transparent;
  cursor: pointer;
  margin-right: 3%;
  transition: all 0.3s;
}
.phhd-list .phhd-item:hover {
  border-color: #C40C12;
  box-shadow: 0px 4px 4px 0px #C40C1240;
}
.phhd-list .phhd-item:last-child {
  margin-right: 60px;
}
.phhd-list .phhd-item .phhd-item-poster {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.phhd-list .phhd-item .phhd-item-poster:hover img {
  transform: scale(1.2);
}
.phhd-list .phhd-item .phhd-item-poster img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.phhd-list .phhd-item .phhd-item-title,
.phhd-list .phhd-item .phhd-item-time {
  padding: 10px 15px;
  background: #F5F5F5;
}
.phhd-list .phhd-item .phhd-item-title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
}
.phhd-list .phhd-item .phhd-item-time {
  font-size: 14px;
  color: #666666;
}
.phhd-list .phhd-item .phhd-item-time .iconfont {
  color: #C40C12;
  margin-right: 6px;
}
.phhd-list .end {
  position: relative;
}
.phhd-list .end:before {
  content: '已结束';
  position: absolute;
  right: -45px;
  top: -35px;
  background: #D9D9D9;
  color: #666666;
  font-size: 14px;
  width: 100px;
  height: 80px;
  transform: rotate(45deg);
  line-height: 125px;
  text-align: center;
  z-index: 6;
}
.phsh-box {
  display: flex;
  justify-content: center;
  margin-left: 17px;
  overflow: hidden;
  cursor: pointer;
}
.phsh-box:hover .phsh-img {
  transform: scale(1.2);
}
.phsh-box .phsh-img {
  width: 100%;
  transition: all 0.3s;
  height: 250px;
}
.bmfw-box {
  padding-top: 15px;
}
.bmfw-box .bmfu-fun-box {
  display: flex;
  justify-content: space-between;
}
.bmfw-box .bmfu-fun-box .bmfu-fun-item {
  width: 30%;
  background: #F5F5F5;
  border: 1px solid transparent;
  transition: all 0.3s;
  border-radius: 6px;
  overflow: hidden;
}
.bmfw-box .bmfu-fun-box .bmfu-fun-item:hover {
  border-color: rgba(196, 12, 18, 0.82);
}
.bmfw-box .bmfu-fun-box .bmfu-fun-item .bmfu-fun-title {
  background: url("../../images/bmfwBack.png") center center no-repeat;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.bmfw-box .bmfu-fun-box .bmfu-fun-item .bmfu-fun-btn-box {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bmfw-box .bmfu-fun-box .bmfu-fun-item .bmfu-fun-btn-box .bmfu-fun-btn-item {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.bmfw-box .bmfu-fun-box .bmfu-fun-item .bmfu-fun-btn-box .bmfu-fun-btn-item:hover .bmfu-fun-btn-text {
  color: #C40C12;
}
.bmfw-box .bmfu-fun-box .bmfu-fun-item .bmfu-fun-btn-box .bmfu-fun-btn-item .bmfu-fun-btn-text {
  margin-top: 10px;
  transition: all 0.3s;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column-content-list {
  margin-top: 20px;
}
.column-content-list .column-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px #E1E1E1 dashed;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.column-content-list .column-content-item:hover {
  color: #C40C12;
}
.column-content-list .column-content-item:hover .column-content-item-sign {
  background: #C40C12;
}
.column-content-list .column-content-item .column-content-item-sign {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E1E1E1;
  margin-right: 10px;
  transition: all 0.3s;
}
.column-content-list .column-content-item .column-content-item-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.column-content-list .column-content-item .column-content-item-time {
  margin: 0 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #9A9A9A;
}
.column-content-list .right-flag {
  position: relative;
  overflow: hidden;
}
.column-content-list .right-flag:after {
  content: 'NEW';
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 8px;
  width: 100px;
  top: 5px;
  right: -40px;
  background: #C40C12;
  transform: rotate(40deg);
}
.wssw-box {
  margin-top: 15px;
  padding-left: 37px;
  padding-right: 22px;
}
.wssw-box .wssw-item {
  position: relative;
  flex: 1;
  cursor: pointer;
  height: 110px;
}
.wssw-box .wssw-item:not(:last-child) {
  margin-bottom: 20px;
}
.wssw-box .wssw-item:hover .wssw-img-box {
  box-shadow: 5px 5px 10px #ffe0e2, -5px -5px 10px #ffe0e2;
}
.wssw-box .wssw-item .wssw-img-box {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.wssw-box .wssw-item .wssw-img-box .wssw-img {
  width: 100%;
  height: 100%;
}
.wssw-box .wssw-item .wssw-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}
.wssw-box .wssw-item .wssw-content .wssw-title {
  font-size: 20px;
  font-weight: 400;
}
.wssw-box .wssw-item .wssw-content .wssw-desc {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.embed-a {
  margin-right: 10px;
  flex: 1;
  overflow: hidden;
}
.embed-a:last-child {
  margin-right: 0;
}
.column-tabs-box .column-content-tabs-col {
  margin-top: 10px;
  min-height: 200px;
  max-height: 360px;
  overflow-y: auto;
}
.column-tabs-box .column-content-tabs-col .column-embed-tabs-box {
    display: flex;
    margin-bottom: 15px;
}
.column-tabs-box .column-content-tabs-col .column-embed-tabs-box .column-embed-tabs-item {
  margin-right: 15px;
  background: #E7F2FA;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 500;
  color: #0B75C9;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 2px;
}

.column-tabs-box .column-content-tabs-col .column-embed-tabs-box .column-embed-tabs-item:last-child {
  margin-right: 0;
}

.column-tabs-box .column-content-tabs-col .column-embed-tabs-box .column-embed-tabs-item:hover {
  background: #0B75C9;
  color: #fff;
}

.column-tabs-box .column-content-tabs-col .column-embed-tabs-box .embed-tabs-action {
  background: #0B75C9;
  color: #fff;
}
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box {
  display: flex;
}
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region,
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region {
    flex: 1;
    padding-right: 15px;
}
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region:last-child,
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region:last-child {
  margin-right: 0;
}
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region .embed-tabs-content-poster-box {
  width: 100%;
  max-height: 230px;
  min-height: 170px;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region .embed-tabs-content-poster-box:hover img {
  transform: scale(1.3);
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region .embed-tabs-content-poster-box img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region:hover .embed-tabs-content-poster-title {
  color: #C40C12;
}
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region .embed-tabs-content-poster-title {
  transition: all 0.3s;
  margin-bottom: 8px;
  font-size: 16px;
}
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-poster-region .embed-tabs-content-poster-time {
    color: #9A9A9A;
    font-size: 14px;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region {
  display: flex;
  flex-direction: column;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px #E1E1E1 dashed;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item:hover .column-content-item-sign {
  background: #C40C12 !important;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item:hover .embed-tabs-content-describe-item-title,
.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item:hover .embed-tabs-content-describe-item-text {
  color: #C40C12 !important;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item .embed-tabs-content-describe-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item .embed-tabs-content-describe-item-title .column-content-item-sign {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E1E1E1;
  margin-right: 10px;
  transition: all 0.3s;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item .embed-tabs-content-describe-item-title .column-content-item-text {
  flex: 1;
  width: 0;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item .embed-tabs-content-describe-item-box {
  padding-left: 18px;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item .embed-tabs-content-describe-item-box .embed-tabs-content-describe-item-text {
  margin-bottom: 10px;
  font-size: 14px;
  transition: all 0.3s;
}

.column-tabs-box .column-content-tabs-col .embed-tabs-content-box .embed-tabs-content-describe-region .embed-tabs-content-describe-item .embed-tabs-content-describe-item-box .embed-tabs-content-describe-item-time {
  color: #9A9A9A;
  margin-bottom: 8px;
}


/* 标签页样式 Start */
.tabs-content {
  position: relative;
  padding-bottom: 14px;
  padding-right: 8px;
  border-bottom: 1px solid var(--border-color);
}

.tabs-content .tabs-item {
  font-size: 20px;
  cursor: pointer;
}

.tabs-content .tabs-item:not(:last-child) {
  margin-right: 35px;
}

.tabs-content .tabs-item.active {
  color: var(--primary-color);
}

.tabs-content .more-btn {
  color: var(--primary-color);
  cursor: pointer;
  font-size: 14px;
}

.tabs-content .active-line {
  position: absolute;
  bottom: -1px;
  width: 50px;
  border-bottom: 2px solid var(--primary-color);
  transition: all 0.3s;
}

/* 标签页样式 End */
.online-union-list .column-item {
  background-color: #f8f8f8;
  border: none;
  padding: 21px;
  padding-top: 15px;
}

.catalog-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 0;
}

.second-tab-list {
  flex-shrink: 0;
  margin-right: 37px;
}

.second-tab-list .tab-item {
  line-height: 35px;
  border-radius: 35px;
  background-color: #e6f1f9;
  color: #0B75C9;
  text-align: center;
  cursor: pointer;
  width: 110px;
}
.second-tab-list .tab-item:not(:last-child) {
  margin-bottom: 20px;
}

.second-tab-list .tab-item.active,
.second-tab-list .tab-item:hover {
  color: #fff;
  background-color: #0B75C9;
}

.article-list {
  overflow-x: hidden;
  overflow-y: auto;
}

.article-list .article-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
  border-bottom: 1px dashed var(--border-color);
}

.article-list .article-item:last-child {
  margin-bottom: 0;
}

.article-list .article-item .dot {
  height: 8px;
  width: 8px;
  background-color: var(--color-gray);
  border-radius: 50%;
  margin-right: 9px;
}

.article-list .article-item .article-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article-list .article-item .article-create-time {
  color: var(--font-color-gray);
  font-size: 14px;
  margin-left: 24px;
}

.article-list .article-item:hover .dot {
  background-color: var(--primary-color);
}

.article-list .article-item:hover .article-title {
  color: var(--primary-color);
}

.second-section-title {
  color: #0B75C9;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
}
.second-section-title::before {
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #0B75C9;
  margin-right: 12px;
}
/*# sourceMappingURL=index.css.map */
