.pageone {
  /* height: 680px !important; */
}

.pagedetail {
  width: 100%;
  height: 100%;
  background-color: #F5F7FA;
}

.pagedetail .container {
  /* width: 60%; */
  margin: 2% auto;
  min-height: 100vh;
  height: 100%;
  /* background-color: #fff; */
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pagedetail .container .navmenu {
  width: 80%;
  margin-bottom: 5px;
  display: flex;
  /* justify-content: center; */
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

.pagedetail .container .navmenu .item {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  margin-right: 20px;
}

.pagedetail .container .navmenu .active {
  background-color: #2a5298;
}

.pagedetail .container .navmenu .active a {
  color: #fff !important;
}

.pagedetail .container .listcontent {
  background-color: #fff;
  min-height: 100vh;
  height: 100%;
  width: 80%;
  padding: 30px 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.pagedetail .container .listcontent>div {
  display: inline-block;
  width: 45%;
  margin: 2.5%;
  /* text-align: center; */
  height: 100px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.pagedetail .container .listcontent>.item {
  padding: 20px;
  border-bottom: 1px solid #ededed;
  display: flex;
  justify-content: space-between;
  background-color: white;
  cursor: pointer;
  align-items: center;
}

.pagedetail .container .listcontent>.item:hover {
  text-decoration: none;
}

.pagedetail .container .listcontent>.item>.left {
  width: 150px;
  height: 95px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px 0 0;
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.pagedetail .container .listcontent>.item>.left>span {
  font-size: 32px;
}

.pagedetail .container .listcontent>.item>.center {
  flex: 1;
  height: 100%;
  /*margin: 0 10px;*/
  padding-left: 32px;
}

.pagedetail .container .listcontent>.item:hover>.center>.center-title {
  color: #2162a5 !important;
}

.pagedetail .container .listcontent>.item>.center>.center-title {
  font-size: 18px;
  font-weight: bold;
  color: #282828;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.pagedetail .container .listcontent>.item>.center>.center-text {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pagedetail .container .listcontent>.item>img {
  width: 25%;
  font-size: 14px;
  margin-right: 35px;
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
  .pagedetail .container .listcontent>.item>.left {
    width: 70px;
  }

  .pagedetail .container .listcontent>.item>.center>.center-title {
    font-size: 16px;
  }
}

/* 页脚（.pagesix）在列表页的补强约束，避免布局被覆盖 */
.pagesix .contain .left .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.pagesix .contain .left .top .item {
  white-space: nowrap;
  word-break: keep-all;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 0 18px;
}

/* Override footer bottom for Russian on list pages */
.pagesix .contain .left .bottom .item {
  white-space: nowrap;
  word-break: keep-all;
}