/* 字体定义 */
@font-face {
  /* font-family: 'DingTalk-Sans'; */
  /* src: url('../font/DingTalk Sans.ttf') format('truetype'); */
  font-weight: normal;
  font-style: normal;
}

/*newsBox*/
.newsBox {
  width: 100% !important;
  height: 552px !important;
  overflow: hidden;
}

.newsBox .slideBox {
  width: 100%;
  height: 552px;
  position: relative;
}

.newsBox .slideBox .hd {
  position: absolute;
  right: 105px;
  bottom: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsBox .slideBox .hd .prev,
.newsBox .slideBox .hd .next {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.newsBox .slideBox .hd .prev {
  background-image: url("/file/4113000050/images/left2.png");
}

.newsBox .slideBox .hd .next {
  background-image: url("/file/4113000050/images/right2.png");
}

/* 禁用状态（如果需要的话） */
.newsBox .slideBox .hd .prev.disabled {
  background-image: url("/file/4113000050/images/left1.png");
}

.newsBox .slideBox .hd .next.disabled {
  background-image: url("/file/4113000050/images/right1.png");
}

.newsBox .slideBox .hd ul li {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  /* width: 10px;
  height: 10px; */
  margin: 0 16px;
  opacity: 0.8;
  font-family: ArialMT;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 1.26px;
  line-height: 20px;
}

.newsBox .slideBox .hd ul li.on {
  font-family: Arial-BoldMT;
  font-weight: BoldMT;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 1.68px;
}

.newsBox .slideBox .bd {
  position: relative;
  z-index: 0;
}

.newsBox .slideBox .bd li {
  width: 100%;
  height: 552px !important;
  position: relative;
  overflow: hidden;
}
.tempWrap{
  width: 100% !important;
}
.newsBox .slideBox .bd li img {
  width: 100% !important;
  height: 552px !important;
  object-fit: cover;
  display: block !important;
  border: none !important;
  max-width: none !important;
  max-height: none !important;
  box-sizing: border-box;
}

.newsBox .slideBox .bd p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 40px;
  line-height: 40px; */
  font-size: 16px;
  text-indent: 10px;
  z-index: 1;
  height: 112px;
  line-height: 132px;
  /* opacity: 0.58; */
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 1.54px;
  background-image: linear-gradient(180deg,
      #00000000 0%,
      #0000001a 21%,
      #00000038 35%,
      #0000007d 60%,
      #000000 100%);
  padding-left: 160px;
}

.newsBox .slideBox .bd p a {
  color: #fff;
}

.newsBox .slideTxtBox {
  width: 590px;
  height: 406px;
  position: relative;
  z-index: 1;
}

.newsBox .slideTxtBox .hd ul {
  width: 100%;
  height: 42px;
  margin-bottom: 12px;
  /* display: flex;
    justify-content: space-between; */
}

.newsBox .slideTxtBox .hd ul li {
  font-size: 22px;
  color: #015293;
  overflow: hidden;
  font-weight: bold;
  float: left;
  background: #eceff3;
  width: 147px;
  text-align: center;
}

.newsBox .slideTxtBox .hd ul li a {
  display: block;
  height: 42px;
  color: #015293;
  line-height: 42px;
  font-size: 22px;
  font-weight: 400;
}

.newsBox .slideTxtBox .hd ul li.on {
  background: #015293;
  color: #fff;
}

.newsBox .slideTxtBox .hd ul li.on a {
  color: #fff;
  font-weight: 700;
}

.newsBox .slideTxtBox .bd ul {
  overflow: hidden;
}

.newsBox .slideTxtBox .bd ul li {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-top: 3px;
  position: relative;
  padding-left: 10px;
}

.newsBox .slideTxtBox .bd ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #015293;
  border-radius: 2px;
}

.newsBox .slideTxtBox .bd ul li a {
  display: block;
  float: left;
  width: 97%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 14px;
  color: #121212;
}

.newsBox .slideTxtBox .bd ul li a:hover {
  color: #165bc9;
}

.newsBox .slideTxtBox .bd li span {
  float: right;
  color: #999999;
  font-size: 14px;
  width: 85px;
  overflow: hidden;
}

.newsBox .slideTxtBox .bd li span a {
  color: #999999;
}

.newsBox .slideTxtBox .bd ul li.on {
  height: 96px;
  background: rgba(217, 217, 217, 0.5);
  padding: 15px;
}

.newsBox .slideTxtBox .bd ul li.on a {
  /* background: url(/file/4113000050/img/li-bg.png) center left no-repeat; */
  padding-left: 20px;
  color: rgb(18, 18, 18);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.newsBox .slideTxtBox .bd ul li.on::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #165bc9;
  left: 25px;
  /* top: 20px; */
  margin-top: 8px;
}

.newsBox .slideTxtBox .bd ul li.on p {
  display: block;
  width: 100%;
  height: auto;
}

.newsBox .slideTxtBox .bd ul li.on p a {
  color: rgb(153, 153, 153);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: none;
  margin-top: 10px;
  width: 96%;
}

.newsBox .slideTxtBox .bd ul li.on p a span {
  color: #165bc9;
}

/* 右侧导航 */
.right-nav {
  position: fixed;
  bottom: 10%;
  right: 0px;
  z-index: 100;
}

.right-nav-item {
  width: 82px;
  height: 73px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.right-nav-item p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #a4201d;
  letter-spacing: 0;
  text-align: center;
}

.right-nav-item:hover p {
  color: #ffffff;
}

.right-nav-item>img:nth-child(2) {
  display: none;
}

.right-nav-item:hover>img:nth-child(2) {
  display: block;
}

.right-nav-item:hover>img:nth-child(1) {
  display: none;
}

.right-nav-item:hover {
  background-color: #a4201d;
}

.right-nav-item-line {
  width: 62px;
  height: 0px;
  border-top: 1px solid #c9cbcd;
}

.right-nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  border-radius: 6px 0 0 6px;
}

.right-nav-item-weixin {
  border-top-left-radius: 6px;
}

.right-nav-item-qq {
  border-bottom-left-radius: 6px;
}

.right-nav-item-top {
  width: 82px;
  height: 50px;
  border-radius: 6px 0 0 6px;
  margin-top: 3px;
}

.right-nav-item-hover {
  position: absolute;
  top: -18px;
  left: -138px;
  width: 128px;
  height: 118px;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(/file/4113000050/images/hover.png) center center no-repeat;
  display: none;
}

.right-nav-item-hover img {
  width: 102px;
  height: 102px;
  position: relative;
  left: -3.5px;
}

.right-nav-item:hover .right-nav-item-hover {
  display: flex;
}

/* 模块一 */
.content-one {
  width: 100%;
  height: 996px;
  background: url(/file/4113000050/images/bg-1.jpg) center center no-repeat;
}

.container {
  width: 1360px;
  margin: 0 auto;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0;
}

.zhengyiyaowen {
  width: 752px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.yuanxidongtai {
  width: 553px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.title-link {
  display: block;
  margin-bottom: 23px;
  cursor: pointer;
}

.zhengyiyaowen-pic {
  position: relative;
  width: 752px;
  height: 434px;
}

.zhengyiyaowen-pic-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
}

.zhengyiyaowen-pic-text-date {
  width: 74px;
  height: 64px;
  background: #871c16;
  font-weight: 700;
  font-family: SourceHanSerifCN-Bold;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* 新模块样式 */
.zhengyiyaowen-modules {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* gap: 20px 22px; */
  margin-top: 20px;
  width: 100%;
}
.zhengyiyaowen-modules a{
  display: inline-block;
}
.zhengyiyaowen-modules a:nth-child(1),
.zhengyiyaowen-modules a:nth-child(2){margin-bottom: 20px;}
.zhengyiyaowen-modules a:nth-child(2n-1){margin-right: 16px;}

.zhengyiyaowen-module {
  width: 365px;
  height: 156px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 23px 30px;
}

.zhengyiyaowen-module:hover {
  background-color: #a4201d;
  color: white;
}

.module-content {
  /* padding: 23px 30px; */
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.module-content p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
}

/* 日期显示在最下方 */
.module-content p:last-child {
  margin-top: auto;
  color: #666;
}

.zhengyiyaowen-module:hover .module-content p {
  color: #fff;
}

/* 院系动态列表样式 */
.yuanxidongtai-list {
  width: 100%;
  background: #fff;
  padding: 34px 30px 34px 43px;
  height: 785px;
}

.yuanxidongtai-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yuanxidongtai-list li {
  margin-bottom: 20px;
  position: relative;
}

.yuanxidongtai-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.yuanxidongtai-list li a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
}

.yuanxidongtai-list li a:hover {
  color: #a4201d;
}

.yuanxidongtai-list li span {
  display: block;
  margin-top: 12px;
  position: relative;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 28px;
}

.yuanxidongtai-list li span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 383px;
  height: 0px;
  border-bottom: 1px dashed #cb9247;
  /* border: 1px solid #CB9247; */
}

.yuanxidongtai-list-item-one {
  position: relative;
}

.yuanxidongtai-list-item-one img {
  position: absolute;
  left: -17px;
  top: 7px;
}

.yuanxidongtai-list-item-one {
  font-family: MicrosoftYaHei-Bold !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #a4201d !important;
  letter-spacing: 0;
  line-height: 28px !important;
}

.yuanxidongtai-list ul li:first-child p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 13px;
}

/* 模块二 */
.meitijujiao,
.tongzhigonggao {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.meitijujiao {
  width: 752\3px;
}

.tongzhigonggao {
  width: 553px;
}

.title-link-two img:nth-child(1) {
  display: block;
}

.title-link-two img:nth-child(2) {
  display: none;
}

.title-link-two.disabled img:nth-child(1) {
  display: none;
}

.title-link-two.disabled img:nth-child(2) {
  display: block;
}

.tongzhigonggao-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
}

.meitijujiao-big-content {
  width: 753px;
  height: 143px;
  background: #FFF7F5;
  padding: 19px 18px 23px 42px;
}

.meitijujiao-big-content p {
  opacity: 0.67;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 17px;
}

.meitijujiao-news-list {
  padding: 20px 0 20px 23px !important;
}

.tongzhigonggao-news-list {
  padding: 40px 28px 40px 23px !important;
  border-top: 5px solid #A4201D;
  background: #FFF7F5;
}

.tongzhigonggao-news-list.disabled {
  display: none;
}

/* 公共新闻列表样式 */
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.news-list li {
  margin-bottom: 18px;
}

.news-list li:last-child {
  margin-bottom: 0px;
}

.news-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
}

.news-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #C2313B;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.news-content {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}

.news-date {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
}

.zhuantizhuanlan {
  width: 1360px;
  height: 100%;
  margin: 0 auto;
}

.zhuantizhuanlan-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1360px;
}

.more-link {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.zhuantizhuanlan-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* gap: 20px; */
  padding-bottom: 68px;
  width: 100%;
}

.zhuantizhuanlan-item {
  width: 24%;
  margin-right: 20px;
}
.zhuantizhuanlan-item:nth-last-child(1) {
  margin-right: 0px;
}

.zhuantizhuanlan-item img {
  width: 100%;
  height: 210px;
}

.zoujinzhengyi {
  width: 100%;
  height: 603px;
  background: url("/file/4113000050/images/zoujinzhengyi-bg.jpg") no-repeat center center;
  padding: 30px 0px 60px;
}

.zoujinzhengyi-container {
  width: 1360px;
  margin: 0 auto;
}

.zoujinzhengyi-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* gap: 20px; */
}

.zoujinzhengyi-content-first-block,
.zoujinzhengyi-content-third-block {
  width: 460px;
  height: 416px;
}

.zoujinzhengyi-content-second-block {
  width: 440px;
  height: 416px;
}

.zoujinzhengyi-content-first-block-video {
  display: block;
  position: relative;
}

.zoujinzhengyi-content-first-block-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.zoujinzhengyi-content-first-block {
  background-color: #8B4513;
}

.zoujinzhengyi-content-third-block {
  background-color: #A4201D;
}

.zoujinzhengyi-content-first-block-content,
.zoujinzhengyi-content-third-block-content {
  color: white;
  padding: 20px 28px 20px 22px;
  position: relative;
}

.zoujinzhengyi-content-first-block-content h3,
.zoujinzhengyi-content-third-block-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}

.zoujinzhengyi-content-first-block-date,
.zoujinzhengyi-content-third-block-date {
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.zoujinzhengyi-content-first-block-text,
.zoujinzhengyi-content-third-block-text {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 23px;
}

.zoujinzhengyi-content-second-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* gap: 20px; */
}

.zoujinzhengyi-content-second-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* gap: 20px; */
  margin-bottom: 12px;
}

.zoujinzhengyi-content-second-block-content {
  padding: 15px;
  width: 200px;
  height: 202px;
  position: relative;
  margin-right: 13px;
}

.zoujinzhengyi-content-second-block-content p {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
}

.zoujinzhengyi-content-second-block-content p:first-child {
  /* font-family: DingTalk-Sans; */
  font-weight: Sans;
  font-size: 30.53px;
  color: #284E92;
  letter-spacing: 0;
  line-height: 37px;
}


.zoujinzhengyi-content-second-row:first-child .zoujinzhengyi-content-second-block-content:first-child div,
.zoujinzhengyi-content-second-row:first-child .zoujinzhengyi-content-second-block-content:nth-child(2) div {
  position: absolute;
  top: 93px;
  left: 20px;
}

.zoujinzhengyi-content-second-row:nth-child(2) .zoujinzhengyi-content-second-block-content:nth-child(1) div {
  position: absolute;
  top: 85px;
  left: 20px;
}

.zoujinzhengyi-content-second-row:nth-child(2) .zoujinzhengyi-content-second-block-content:nth-child(2) div {
  position: absolute;
  top: 79px;
  left: 20px;
}

.zoujinzhengyi-content-second-row:first-child .zoujinzhengyi-content-second-block-content:first-child {
  background: url("/file/4113000050/images/2021.jpg") no-repeat center center;
}

.zoujinzhengyi-content-second-row:first-child .zoujinzhengyi-content-second-block-content:nth-child(2) {
  background: url("/file/4113000050/images/40+.jpg") no-repeat center center;
  margin-right: 0;
}

.zoujinzhengyi-content-second-row:nth-child(2) .zoujinzhengyi-content-second-block-content:nth-child(1) {
  background: url("/file/4113000050/images/100+.jpg") no-repeat center center;
}

.zoujinzhengyi-content-second-row:nth-child(2) .zoujinzhengyi-content-second-block-content:nth-child(2) {
  background: url("/file/4113000050/images/15000+.jpg") no-repeat center center;
  margin-right: 0;
}

.zoujinzhengyi-content-second-row:first-child .zoujinzhengyi-content-second-block-content:first-child p {
  color: #3873C2;
}

.zoujinzhengyi-content-second-row:first-child .zoujinzhengyi-content-second-block-content:nth-child(2) p {
  color: #284E92;
}

.zoujinzhengyi-content-second-row:nth-child(2) .zoujinzhengyi-content-second-block-content:nth-child(1) p {
  color: #CB6E23;
}

.zoujinzhengyi-content-second-row:nth-child(2) .zoujinzhengyi-content-second-block-content:nth-child(2) p {
  color: #1C8E52;
}

/* 融媒郑医 */
.content-three {
  width: 100%;
  height: 925px;
  background: url("/file/4113000050/images/rongmeizhengyi-bg.jpg") no-repeat center center;
}

.rongmeizhengyi-columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  /* gap: 7.5px; */
}

.rongmeizhengyi-column {
  /* flex: 1; */
  /* display: flex; */
  /* flex-direction: column; */
  /* gap: 7.5px; */
}

.rongmeizhengyi-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 504px;
  height: 364px;
  margin-bottom: 9px;
}

.rongmeizhengyi-weibo,
.rongmeizhengyi-douyin-icon {
  height: 364px;
}

.rongmeizhengyi-douyin {
  height: 737px;
  width: 335px;
}

.rongmeizhengyi-weixin,
.rongmeizhengyi-bilibili {
  height: 364px;
}

.rongmeizhengyi-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rongmeizhengyi-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rongmeizhengyi-cover>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rongmeizhengyi-logo {
  position: absolute;
  top: 14px;
  left: 34px;
  display: block;
}

.rongmeizhengyi-logo-more {
  position: absolute;
  bottom: 37px;
  right: 34px;
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.bottom-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: 17px;
  left: 28px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.navigation {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  z-index: 10;
  transition: opacity 0.3s ease;
  width: 193px;
  height: 193px;
  /* z-index: 10000; */
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  /* pointer-events: none; */
  cursor: pointer;
}

.navigation.active {
  opacity: 1;
  visibility: visible;
}

.navigation img {
  /* width: 30px;
    height: 30px; */
  display: block;
}

.nav-list {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  width: 170px;
  height: 435px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: url("/file/4113000050/images/navigateBg.png") no-repeat center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 11000;

}

.nav-list.active {
  opacity: 1;
  visibility: visible;
}

.nav-list li {
    /* margin: 8px 0; */
    width: 98px;
}

.nav-list a {
  text-decoration: none;
  padding: 5px 10px;
  display: block;
  border-radius: 3px;
  transition: background 0.2s ease;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  width: 111px;
  height: 40px;
  color: #FFE7D1;
}

.nav-list a:hover {
  background-image: linear-gradient(180deg, #FFE7BF 0%, #FFCB8B 100%);
  color: #A4201D;
  font-weight: 700;
  text-align: center;
}

/* 鼠标悬停在.navigation上时 */
/* .navigation:hover {
    opacity: 0;
    pointer-events: none;
} */

/* .navigation:hover + .nav-list,
.nav-list:hover {
    opacity: 1;
    visibility: visible;
} */

/* 当ul显示时，隐藏a标签 */
/* .nav-list:hover ～ .navigation {
    opacity: 0;
} */