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: 30px 310px;
  padding-bottom: 80px;
  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;
}
.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_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: 24px;
  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;
}
.article_information {
  width: 100%;
}
.article_information .article_time {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  margin-bottom: 24px;
}
.article_information .article_title {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
}
.article_peoper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.article_peoper_left {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
.article_peoper_left .name {
  color: #000000 !important;
}
.article_peoper_left img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.article_peoper_left div:nth-child(2) {
  margin-right: 16px;
}
.article_peoper_left div:nth-child(3) {
  margin-right: 2px;
  color: #bababa;
}
.article_peoper_right {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #bababa;
}
.article_peoper_right img {
  margin-right: 5px;
}
.article_content {
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}
.article_content .article {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.article_link {
  width: 100%;
}
.article_link > div:first-child {
  margin: 24px 0px;
  font-weight: 600;
  font-size: 16px;
  color: #0040ff;
}
.article_link > div:last-child {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.article_link > div:last-child div:first-child {
  margin-bottom: 8px;
}
.article_link span {
  color: #0040ff !important;
}
.article_tags {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.article_tags_item {
  padding: 6px 14px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #0040ff;
}
.recommend {
  width: 100%;
  margin-top: 40px;
}
.recommend-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.recommend-top > div:first-child {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.recommend-top > div:last-child {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.recommend-top > div:last-child img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.recommend-list {
  width: 100%;
}
.recommend-list-item {
  width: 100%;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f3f3f3;
  display: flex;
  gap: 67px;
  justify-content: space-between;
  align-items: center;
  padding: 25px 20px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.recommend-item-title {
  display: flex;
  gap: 8px;
}
.recommend-item-circular {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666666;
  /* margin: 12px 0px; */
  position: relative;
  top: 8px;
  margin-right: 8px;
  line-height: 19px;
}
.recommend-item-title div:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制行数为3 */
  -webkit-box-orient: vertical;
  overflow: hidden; /* 隐藏超出范围的内容 */
  text-overflow: ellipsis;
}
.recommend-item-time {
  width: 126px;
  font-weight: bold;
  font-size: 12px;
  color: #9898a6;
}
.main_right {
  box-sizing: border-box;
}
.peoper-information {
  width: 100%;
  padding: 0px 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  margin-bottom: 40px;
  box-sizing: border-box;
  background: #fcfcfc;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #f3f3f3;
}
.peoper-information-top {
  /* display: flex;
            justify-content: center;
            flex-direction: column; */
}
.peoper-information-top > div {
  /* display: inline-block; */
  justify-content: center;
}
.peoper-information-top > div:first-child {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 31px;
}
.peoper-information-top > div:first-child img {
  width: 56px;
  height: 56px;
  margin-right: 10px;
  border-radius: 50%;
}
.pooper-article {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
}
.pooper-article > div:nth-child(2) {
  height: 24px;
  width: 1px;
  background-color: #f2f2f2;
  margin: 0px 20px;
}
.pooper-article span {
  font-weight: bold;
  font-size: 16px;
  color: #9898a6 !important;
}
.peoper-information-list {
  padding: 20px;
  box-sizing: border-box;
  padding-right: 0px;
  padding-bottom: 0px;
}
.peoper-information-list li::marker {
  color: #666666;
  font-size: 13px;
}
.peoper-information-list li {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 16px;
  cursor: pointer;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 2;  */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden;  */
  /* text-overflow: ellipsis; */
}
.peoper-information-list > div:last-child {
  font-weight: bold;
  font-size: 14px;
  color: #9898a6;
  text-align: center;
  cursor: pointer;
}
.main_right_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main_rTop_left {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-right: 16px;
}
.main_rTop_right {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: #767680;
  cursor: pointer;
  cursor: pointer;
}
.main_rTop_right img {
  width: 16px;
  height: 16px;
}
.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;
  /* display: -webkit-box;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; */
}
.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 img{
  max-width: 100%;
  height: auto;
}
.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;
}