* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的颜色 */
}

body {
  width: 100%;
  height: 100vh;
  background: url('./img/background.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}

.page-main {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-x: auto;
  overflow-y: auto;
}

.header {
  display: flex;
  justify-content: space-between;
}

.header>div {
  width: calc(100% / 3);
}

.header>.left {}

.header>.center {
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 55px;
}

.header>.right {
  text-align: right;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 45px;
  padding-right: 5%;
}

.menu {
    width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto 0 auto;

}

.menu-left-main {
  width: 382px;
  /* margin-right: 119px; */
}

.menu-right-main {
  width: 382px;
  /* margin-left: 119px; */
}

.menu-center-main {
  position: relative;
  flex-shrink: 0;
  width: 676px;
  height: 676px;
  background: url('./img/2.png') no-repeat;
  background-size: 100% 100%;
}



.menu1 {
  position: absolute;
  left: -52px;
  top: 135px;
  width: 172px;
  height: 172px;
  color: #FFFFFF;
  cursor: pointer;
}

.menu2 {
  position: absolute;
  right: -52px;
  top: 135px;
  width: 172px;
  height: 172px;
  color: #FFFFFF;
  cursor: pointer;
}

.menu3 {
  position: absolute;
  right: 252px;
  bottom: -82px;
  width: 172px;
  height: 172px;
  color: #FFFFFF;
  cursor: pointer;
}


.menu-text {
  width: 172px;
  height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 26px;
  background: url('./img/11.png') no-repeat;
  background-size: 100% 100%;
  padding: 60px;
}

.nenu-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 172px;
  height: 172px;
}

.menuActive {
  background: url('./img/3.png') no-repeat;
  background-size: 100% 100%;
  animation: rotate 5s linear infinite;
  /* 旋转动画 */
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
    /* 从 0 度开始 */
  }

  to {
    transform: rotate(360deg);
    /* 旋转到 360 度 */
  }
}

.item-btn {
  display: inline-block;
  width: 100%;
  height: 109px;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;
  background: url('./img/5.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 109px;
  margin: 100px 0;
  cursor: pointer;
}

.item-btn:hover {
  background: url('./img/4.png') no-repeat;
  background-size: 100% 100%;
}

.menu-item-btn {
  display: none;
}

.menuItemActive {
  display: block;
}

.template-center-main {
  margin: 50px 214px 0 214px;
  height: 754px;
  background: linear-gradient(0deg, #0070c5d6 0%, #2d9cf6da 100%);
  border-radius: 19px;
  border: 1px solid #46AEFF;
  padding: 35px 110px;
}

.search-heard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-heard>div {
 width: 80%;
    margin: 0 auto;
}

.search-back-left {
  width: 66px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #4AA9F6;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.search-title {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}

.search-input-main {
  margin-top: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input-main>div:nth-child(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}

.search-input-main>input {
  width: 588px;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #4AA9F6;
  background: transparent;
  color: #FFFFFF;
  outline: none;
  padding: 0 10px;
  margin: 0 18px 0 22px;
}

.search-input-main>input::-webkit-input-placeholder {
  color: #FFFFFF;
}

/* .search-input-main>div:nth-child(3) {
  width: 114px;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #4AA9F6;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 43px;
} */

.search-result-main {
  margin-top: 57px;
  width: 100%;
  height: 368px;
  background: url('./img/searchbackground.png') no-repeat center;
  font-family: KaiTi;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  padding: 100px 0 100px 30%;
}

.search-result-main>div {
  margin: 40px 0;
}

.search-result-main>div>span {
  text-decoration: underline;
}

.issu-time {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #4AA9F6;
  margin-bottom: 40px;
}

.content-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  height: 520px;
  overflow-y: auto;
}


.list-main {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.list-main>div:nth-child(2n+1) {
  margin-right: 50px;
}

.list-item {
  width: calc((100% - 50px) / 2);
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #39A7FF;
  display: flex;
  margin-top: 40px;
}

.item-big-img {
  width: 160px;
 /*height: 120px;*/

  margin-right: 22px;
}



.item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.list-title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号表示溢出 */
  white-space: nowrap;
  /* 防止文本换行 */
}



.list-text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0px;
}

.list-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-rili {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.paging-main {
  margin: 30px 0;
  text-align: center;
}

.secondaryMenu-center-main {
  margin: 50px auto 0 auto;
  width: 1500px;
  height: 754px;
  background: url('./img/twoback.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 19px;
  border: 1px solid #46AEFF;
  padding: 35px 110px;
}

.secondaryMenu-heard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.secondaryMenu-heard>div:nth-child(1) {
  width: calc(50% / 2);
}

.secondaryMenu-heard>div:nth-child(2) {
  width: 50%;
}

.secondaryMenu-heard>div:nth-child(3) {
  width: calc(50% / 2);
}

.secondaryMenu-back-left {
  width: 66px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #4AA9F6;
  font-size: 16px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.secondaryMenu-title {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 21px;
  text-align: center;
  background: url('./img/title.png') no-repeat;
  background-size: 100% 100%;
}

.secondaryMenu-content {
  margin-top: 50px;
  display: flex;
  width: 100%;
  height: 522px;
  background: url('./img/towmenu.png') no-repeat;
  background-size: 100% 100%;
  position: relative;

}

.border-xuanzhuang {
  position: absolute;
  left: calc(50% - 112px);
  top: calc(51% - 112px);
  animation: rotate 5s linear infinite;
}

.secondaryMenu-content {
  display: flex;
}

.secondaryMenu-content>div:nth-child(1) {
  margin-right: 100px;
}

.secondaryMenu-content-item {
  width: calc((100% - 100px) / 2);
  text-align: center;
  margin: 160px 0;
}

.secondaryMenu-content-item>a>img {
  width: 120px;
  height: 120px;
}

.secondaryMenu-content-item>a>div {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #F3FBFF;
}
.gohome{
  position:absolute;
  top:5%;
left:10%;
  
}
