/* html,
body {
  height: 100%;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons",
    "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI",
    "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #474157;
}

a:hover,
a:focus {
  color: #474157;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

#mainbody {
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: #f1f6fd;
  color: #474157;
  height: calc(100vh - 61px);
}

#mainbody > .container > .text-center {
  text-align: center;
  padding: 350px 0 50px;
  position: relative;
  height: 100vh;
}

#mainbody > .container > .text-center h1 {
  font-size: 50px;
  font-weight: bold;
  color: #171347;
}

#mainbody > .container > .text-center > a {
  background: #fdcc52;
  background: -webkit-linear-gradient(#fdcc52, #fdc539);
  background: linear-gradient(#fdcc52, #fdc539);
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 300px;
  margin-top: 20px;
  padding: 10px 45px;
  font-size: 14px;
  text-decoration: none;
}

@media (max-height: 500px) {
  #mainbody {
    height: inherit;
  }
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }

  #mainbody .index-text {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #mainbody > .container > .text-center {
    padding: 130px 0 0 0;
    height: calc(100vh - 261px);
  }

  #mainbody > .container > .text-center > h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

.footer {
  background-color: #222222;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.footer p {
  font-size: 14px;
  margin: 0;
} */
html,
body,
ul,
li {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 27px 310px;
  box-sizing: border-box;
}
.main_left {
  width: 70%;
}
.main_right {
  width: 30%;
}
.main_tabs {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}
.main_tabs_item {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-right: 40px;
  padding-bottom: 19px;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.main_tabs_item.active {
  color: #0040ff;
  border-bottom: 2px solid #0040ff !important;
}
.main_left_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.main_leftT_time {
  display: flex;
  align-items: center;
}
.week {
  margin-right: 12px;
  text-align: center;
}
.week div:first-child {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}
.week div:last-child {
  font-weight: 600;
  font-size: 14px;
  color: #737780;
}
.detail-time {
  display: flex;
  align-items: center;
}
.detail-time > div:first-child {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #737780;
}
.detail-time > div:first-child .btn {
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  background: #394056;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  margin: 0px 8px;
}
.detail-time > div:nth-child(2) {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin: 0px 16px;
}
.detail-time input {
  width: 100px !important;
  border: 0px solid transparent;
}
.detail-time input:focus {
  outline: none;
}
.month-box {
  display: flex;
  align-items: center;
  /* width: 240px; */
  height: 32px;
  padding: 6px 10px;
  box-sizing: border-box;
  border-radius: 8px 8px 8px 8px;
  background: #ffffff;
  border: 1px solid #dadce0;
}
.month-box > div {
  display: flex;
  align-items: center;
}
.month-box .text {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin: 0px 9px;
}
.main_leftT_btn {
  display: flex;
  align-items: center;
  background: #0040ff;
  border-radius: 8px 8px 8px 8px;
  padding: 8px 24px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.main_leftT_btn img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.main_left_content {
  width: 100%;
}
.main_left_article {
  width: calc(100% + 24px);
  height: auto;
  padding: 20px 24px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px;
  position: relative;
  top: 0px;
  left: -24px;
  transition: all 0.6s;
  border-bottom: 1px solid #f2f2f2;
}
.main_left_article:hover {
  top: -10px;
  border-bottom: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.05);
}
.article_title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-bottom: 16px;
}
.article_title:hover {
  color: #0040ff !important;
}
.article_content {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
.link_btn {
  font-weight: 600;
  font-size: 14px;
  color: #0040ff;
  margin-top: 16px;
  margin-bottom: 30px;
  cursor: pointer;
}
.article_bottom {
}
.article_bottom_information {
  display: flex;
  align-items: center;
}
.article_bottom_information img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.article_bottom_information .name {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}
.article_bottom_information .time {
  font-weight: bold;
  font-size: 12px;
  color: #9898a6;
  margin: 0px 16px;
}
.article_bottom_information .tag {
  display: flex;
  align-items: center;
}
.article_bottom_information .tag .tag-item {
  line-height: 24px;
  padding: 0px 10px;
  background: #f5f5f5;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  margin-right: 8px;
}
.article_bottom_operate {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_bottom_operate > div:first-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:first-child img {
  width: 20px;
  height: 20px;
}
.wechat_hover {
  box-sizing: border-box;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  cursor: pointer;
}
.wechat_hover:hover .wechat_box {
  display: block;
}
.wechat_box {
  position: absolute;
  top: 20px;
  display: none;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f1f1f1;
  z-index: 3000;
}
.wechat_box img {
  width: 120px !important;
  height: 120px !important;
}
.wechat_box div {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.article_bottom_operate > div:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.article_bottom_operate > div:last-child >div{
  display: flex;
  align-items: center;
}
.article_bottom_operate > div:last-child img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
.main_right {
  padding-top: 46px;
  box-sizing: border-box;
}
.main_right_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_rTop_left {
  display: flex;
  align-items: center;
}
.main_right_title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-right: 16px;
}
.main_rTop_left > div:last-child {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #767680;
  cursor: pointer;
}
.main_rTop_left > div:last-child img {
  width: 16px;
  height: 16px;
}
.hotSearch {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.hotSearch_item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.hotSearch_item_number {
  width: 21px;
  line-height: 18px;
  color: white;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #cccccc;
}
.hotSearch_item > div:last-child {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  width: calc(100% - 21px - 10px);
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 文本溢出包含元素时显示省略符号来代表被修剪的文本 */
}
.hotSearch .hotSearch_item:nth-child(1) .hotSearch_item_number {
  background: #ff431a !important;
}
.hotSearch .hotSearch_item:nth-child(2) .hotSearch_item_number {
  background: #ff7a1a !important;
}
.hotSearch .hotSearch_item:nth-child(3) .hotSearch_item_number {
  background: #ffa901 !important;
}
.main_right_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main_rTop_left {
  display: flex;
  align-items: center;
}
.main_right_title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-right: 16px;
}
.main_rTop_left > div:last-child {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #767680;
  cursor: pointer;
}
.main_rTop_left > div:last-child img {
  width: 16px;
  height: 16px;
}
.main_rTop_right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main_rTop_right .left,.main_rTop_right .right{
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.main_rTop_right .number{
  color: #767680;
  font-weight: bold;
  font-size: 12px;
}
.majorEvents {
  width: 100%;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f3f3f3;
}
.majorEvents ul {
  padding: 0px 12px;
  box-sizing: border-box;
}
.majorEvents li {
  width: calc(100% - 24px);
  padding: 24px 0px;
  margin-left: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}
.majorEvents li::marker {
  color: #666666;
  font-size: 13px;
}
.majorEvents_li_title {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 9px;
}
.majorEvents_li_time {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #9898a6;
}
.majorEvents_li_time img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.article_title img{
  width: 105px;
  height: auto;
}
.quickLook{
  width: 100%;
  margin-bottom: 20px;
}
.quickLook_item{
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis; /* 文本溢出包含元素时显示省略符号来代表被修剪的文本 */
  margin-bottom: 16px;
}
.quickLook_item a{
  color: #000000;
  text-decoration: none;
}
.main_left_btn{
  font-weight: bold;
  font-size: 14px;
  color: #0040FF;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #0040FF;
  width: 250px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 23px;
  cursor: pointer;
}
.add-btns {
  width: 100%;
  background: #0040FF;
  border-radius: 10px 10px 10px 10px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  cursor: pointer;
  
}
.add-btns img {
  width: 20px;
  height: 20px;
}

.add-btns a {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  text-align: left;
  text-decoration: none;
}

.menus {
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #F2F2F2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 30px;

  

}
.menu-line {
  border: 1px solid #F2F2F2;
  height: 60px;
}

.menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
text-decoration: none;
  
}
.menu-item img {
  width: 48px;
  height: 48px;
}

.menu-title {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: center;
}
.menu-title a{
  color: #000;
  text-decoration: none;
}
.empty{
  width: 100%;
  text-align: center;
  display: none;
  margin: 80px 0px;
}
.empty img{
  width: 160px;
  height: 160px;
}
.empty div{
  margin-top: 20px;
  color: #909399;
  font-size: 14px;
}