@media (max-width: 1023px) {
  #news {
    padding-top: 100px;
  }
}

.newsHot {
  padding: 100px 0;
}
.newsHot .segTitle {
  margin-bottom: 24px;
}
.newsHot .--left {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.newsHot .--left .--name {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
}
.newsHot .--left .--img {
  aspect-ratio: 4/3;
  height: auto;
}
.newsHot .--center .--img {
  height: auto;
  aspect-ratio: 4/3;
}
.newsHot .--center .--txt {
  margin-top: 36px;
}
.newsHot .--center .--name {
  font-size: 28px;
  line-height: 35px;
  height: -moz-max-content;
  height: max-content;
}
.newsHot .--center article {
  margin-bottom: 24px;
}
.newsHot .--right .itemNews1:first-child {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #c5c5c5;
}
.newsHot .--right .itemNews1 .--img {
  width: 170px;
  aspect-ratio: 4/3;
}
.newsHot .--right .itemNews1 .--name {
  font-size: 16px;
  line-height: 20px;
}
.newsHot .--right .itemNews1 .--txt {
  width: calc(100% - 186px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .newsHot .--right .itemNews1 .--img {
    width: 120px;
    height: 100px;
  }
  .newsHot .--right .itemNews1 .--txt {
    width: calc(100% - 136px);
  }
  .newsHot .--center .--txt {
    margin-top: 24px;
  }
  .newsHot .--center article {
    margin-bottom: 16px;
  }
  .newsHot .--center .--name {
    font-size: 20px;
    line-height: 24px;
    height: 48px;
  }
  .newsHot .--left .--img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 1023px) {
  .newsHot {
    padding: 60px 0;
  }
  .newsHot .--listNews {
    display: none;
  }
  .newsHot .--listNews.mobi {
    display: flex !important;
  }
  .newsHot .itemNews {
    width: 78vw;
    margin-right: 12px;
  }
  .newsHot .itemNews article {
    margin-bottom: 16px;
  }
}

.itemNewsname {
  margin-top: 32px;
}
.itemNewsname .--item {
  font-size: 16px;
  font-weight: 600;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #c5c5c5;
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  display: flex;
  color: #000;
  transition: all 0.15s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.itemNewsname .--item:hover {
  color: var(--color-1);
}
.itemNewsname .--item:hover::before {
  background: var(--color-1);
}
.itemNewsname .--item::before {
  background: #000;
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  transition: all 0.15s ease;
  border-radius: 50%;
  top: 28px;
}
.itemNewsname .--item:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .itemNewsname .--item {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .itemNewsname {
    margin-top: 24px;
  }
  .itemNewsname .--item {
    padding-top: 20px;
    margin-top: 20px;
  }
}

.newsOther {
  padding-bottom: 40px;
}
.newsOther .--listNewscate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newsOther .--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.newsOther .--namecate {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1023px) and (max-width: 1279px) {
  .newsOther .--namecate {
    font-size: 26px;
  }
}
@media (max-width: 1023px) {
  .newsOther {
    padding-bottom: 60px;
  }
  .newsOther .--namecate {
    font-size: 22px;
    max-width: calc(100% - 120px);
  }
  .newsOther .--title {
    margin-bottom: 16px;
  }
}

.newsTable {
  width: calc(50% - 24px);
  margin-bottom: 60px;
}
.newsTable.newsTable_1 {
  width: 100%;
}
.newsTable.newsTable_1 .--listNews {
  display: flex;
  justify-content: space-between;
}
.newsTable.newsTable_1 .--left {
  width: calc(50% - 24px);
}
.newsTable.newsTable_1 .--right {
  width: calc(50% - 24px);
}
.newsTable.newsTable_1 .itemNews1 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c5c5c5;
}
.newsTable.newsTable_1 .itemNews1:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.newsTable.newsTable_1 .itemNews1 .--img {
  width: 170px;
  aspect-ratio: 4/3;
}
.newsTable.newsTable_1 .itemNews1 .--txt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.newsTable.newsTable_2 .--top {
  display: flex;
  gap: 20px;
}
.newsTable.newsTable_2 .itemNews {
  width: calc(50% - 10px);
}
.newsTable.newsTable_2 .itemNews .--img {
  height: auto;
  aspect-ratio: 4/3;
}
.newsTable.newsTable_3 .--img {
  width: 170px;
  aspect-ratio: 4/3;
}
.newsTable.newsTable_3 .--txt {
  width: calc(100% - 186px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.newsTable.newsTable_3 .itemNews1 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c5c5c5;
}
.newsTable.newsTable_3 .itemNews1:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.newsTable.newsTable_4 .itemNews1:nth-child(1) {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.newsTable.newsTable_4 .itemNews1:nth-child(1) .--img {
  width: calc(50% - 12px);
  height: auto;
  aspect-ratio: 4/3;
}
.newsTable.newsTable_4 .itemNews1:nth-child(1) .--txt {
  width: calc(50% - 12px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.newsTable.newsTable_4 .itemNews1:nth-child(1) .--txt .--name {
  margin-bottom: 12px;
}
.newsTable.newsTable_4 .itemNews1:nth-child(1) .--txt article {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.newsTable.newsTable_4 .itemNews1:nth-child(2) .--img {
  width: 170px;
  aspect-ratio: 4/3;
}
.newsTable.newsTable_4 .itemNews1:nth-child(2) .--txt {
  width: calc(100% - 186px);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .newsTable {
    width: 100%;
  }
  .newsTable:last-child {
    margin-bottom: 0;
  }
  .newsTable.newsTable_1 .--listNews {
    flex-flow: column;
  }
  .newsTable.newsTable_1 .itemNews1 .--img {
    width: 110px;
    height: 80px;
  }
  .newsTable.newsTable_1 .itemNews1 .--txt {
    width: calc(100% - 126px);
  }
  .newsTable.newsTable_1 .itemNews1 .--viewdetail {
    display: none;
  }
  .newsTable.newsTable_1 .itemNews1 .timecate .--cate {
    display: none;
  }
  .newsTable.newsTable_1 .--left {
    width: 100%;
  }
  .newsTable.newsTable_1 .--right {
    margin-top: 20px;
    width: 100%;
  }
  .newsTable.newsTable_2 .--top {
    flex-flow: column;
  }
  .newsTable.newsTable_2 .itemNews {
    width: 100%;
  }
  .newsTable.newsTable_3 .itemNews1 .--img {
    width: 110px;
    height: 80px;
  }
  .newsTable.newsTable_3 .itemNews1 .--txt {
    width: calc(100% - 126px);
  }
  .newsTable.newsTable_3 .itemNews1 .--viewdetail {
    display: none;
  }
  .newsTable.newsTable_3 .itemNews1 .timecate .--cate {
    display: none;
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(1) {
    flex-flow: column;
    gap: 16px;
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(1) .--txt {
    width: 100%;
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(1) .--img {
    width: 100%;
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(1) article {
    margin-bottom: 16px;
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(2) .--img {
    width: 110px;
    height: 80px;
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(2) .--txt {
    width: calc(100% - 126px);
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(2) .--viewdetail {
    display: none;
  }
  .newsTable.newsTable_4 .itemNews1:nth-child(2) .timecate .--cate {
    display: none;
  }
}

@media (max-width: 1023px) {
  #newscate {
    padding-top: 100px;
  }
}

.newscateHot {
  padding-top: 100px;
  background: #f5f5f5;
}
.newscateHot .--content {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #c5c5c5;
}
.newscateHot .--img {
  flex: 1;
  height: auto;
  aspect-ratio: 4/3;
}
.newscateHot .--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.newscateHot .--img a {
  width: 100%;
  height: 100%;
  display: flex;
}
.newscateHot .--txt {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.newscateHot .--name {
  margin: 12px 0 16px;
  color: #000;
  transition: all 0.15s ease;
  font-size: 28px;
  font-weight: 600;
  overflow: hidden;
}
.newscateHot .--name:hover {
  color: var(--color-1);
}
.newscateHot article {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .newscateHot {
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .newscateHot {
    padding-top: 60px;
  }
  .newscateHot .--content {
    flex-flow: column;
  }
  .newscateHot .--img {
    height: 160px;
    flex: unset;
  }
  .newscateHot .--name {
    font-size: 18px;
  }
  .newscateHot .--txt {
    padding: 16px;
    background: #fff;
  }
  .newscateHot .--txt .--top {
    margin-bottom: 24px;
  }
}

.newscateOther {
  padding-bottom: 100px;
  background: #f5f5f5;
  padding-top: 32px;
}
.newscateOther .--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.newscateOther .--title .--name {
  font-size: 32px;
  font-weight: 700;
}
.newscateOther .--title .--search {
  position: relative;
}
.newscateOther .--title .--search input {
  width: 280px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 0 32px 0 12px;
}
.newscateOther .--title .--search input:focus {
  border: 1px solid var(--color-1);
  outline: none;
}
.newscateOther .--title .--search input::-moz-placeholder {
  color: #bdbdbd;
}
.newscateOther .--title .--search input::placeholder {
  color: #bdbdbd;
}
.newscateOther .--title .--search .--icon {
  position: absolute;
  top: 50%;
  color: rgba(0, 0, 0, 0.54);
  right: 12px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.newscateOther .--listNews {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newscateOther .--search {
  position: relative;
  margin-bottom: 16px;
}
.newscateOther .--search input {
  width: 100%;
  height: 44px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 0 32px 0 12px;
}
.newscateOther .--search input:focus {
  border: 1px solid var(--color-1);
  outline: none;
}
.newscateOther .--search input::-moz-placeholder {
  color: #bdbdbd;
}
.newscateOther .--search input::placeholder {
  color: #bdbdbd;
}
.newscateOther .--search .--icon {
  position: absolute;
  top: 50%;
  color: rgba(0, 0, 0, 0.54);
  right: 12px;
  transform: translate(0, -50%);
  pointer-events: none;
}
.newscateOther .itemNews1 {
  width: calc(50% - 20px);
}
.newscateOther .itemNews1 .--img {
  width: 170px;
  height: auto;
}
.newscateOther .itemNews1 .--txt {
  width: calc(100% - 186px);
  justify-content: space-between;
}
.newscateOther .itemNews1:nth-child(n+3) {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #c5c5c5;
}
.newscateOther .pagination {
  justify-content: center;
  margin-top: 64px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .newscateOther {
    padding-bottom: 60px;
  }
  .newscateOther .pagination {
    margin-top: 40px;
  }
}
@media (max-width: 1023px) {
  .newscateOther {
    padding-bottom: 60px;
  }
  .newscateOther .--title {
    flex-flow: column;
    align-items: flex-start !important;
  }
  .newscateOther .--title .--name {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .newscateOther .--title .--search {
    width: 100%;
  }
  .newscateOther .--title .--search input {
    width: 100%;
  }
  .newscateOther .--listNews {
    flex-flow: column;
  }
  .newscateOther .itemNews1 {
    width: 100%;
  }
  .newscateOther .itemNews1 .--img {
    width: 110px;
    height: 80px;
  }
  .newscateOther .itemNews1 .--txt {
    width: calc(100% - 126px);
  }
  .newscateOther .itemNews1 .--viewdetail {
    display: none;
  }
  .newscateOther .itemNews1:nth-child(n+2) {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #c5c5c5;
  }
  .newscateOther .pagination {
    margin-top: 24px;
  }
}

@media (max-width: 1023px) {
  #dtnews {
    padding-top: 100px;
  }
}

.dtnewsContent {
  background: #f5f5f5;
  padding-top: 60px;
}
.dtnewsContent .--left {
  border-right: 1px solid #e3e3e3;
  padding-right: 50px;
  width: calc(100% - 370px);
}
.dtnewsContent .--left .--name {
  font-weight: 700;
  margin-bottom: 16px;
}
.dtnewsContent .--left .timecate {
  margin-bottom: 32px;
}
.dtnewsContent .--right {
  width: 350px;
  position: sticky;
  top: 120px;
  z-index: 10;
  right: 0;
  height: -moz-max-content;
  height: max-content;
}
.dtnewsContent .--contentcap {
  display: flex;
  justify-content: space-between;
}
.dtnewsContent .--doctor {
  margin-bottom: 12px;
  text-align: center;
}
.dtnewsContent .--doctor .--avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.dtnewsContent .--doctor .--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dtnewsContent .--doctor .--job {
  font-weight: 700;
}
.dtnewsContent .--doctor .--name {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.dtnewsContent .--doctor .--workunit {
  margin-bottom: 24px;
}
.dtnewsContent .cards {
  background: #fff;
  border-radius: 6px;
  padding: 24px;
  border: 1px dashed #fff;
}
.dtnewsContent .--form {
  margin-bottom: 40px;
}
.dtnewsContent .--form .--title {
  color: var(--color-1);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.dtnewsContent .--form .--des {
  text-align: center;
}
.dtnewsContent .--form .btn-1 {
  margin: 0 auto;
  height: 40px;
}
.dtnewsContent .--news .--title {
  margin-bottom: 20px;
  font-weight: 600;
}
.dtnewsContent .--news .--viewall {
  margin: 20px auto 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .dtnewsContent .cards {
    padding: 16px 20px;
  }
  .dtnewsContent .--form .--title {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .dtnewsContent .--left {
    padding-right: 0;
    border-right: none;
    width: 100%;
  }
  .dtnewsContent .--contentcap {
    flex-flow: column;
    gap: 20px;
  }
  .dtnewsContent .cards {
    padding: 24px;
  }
  .dtnewsContent .--right {
    margin-top: 60px;
    width: 100%;
  }
}

.dtnewsOther {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 100px;
}
.dtnewsOther .segTitle {
  margin-bottom: 32px;
}
.dtnewsOther .--listdviseOther .col-md-6:nth-child(n+3) {
  margin-top: 24px;
}
@media (max-width: 1023px) {
  .dtnewsOther {
    padding: 60px 0;
  }
  .dtnewsOther .--listdviseOther .col-md-6:nth-child(n+2) {
    margin-top: 24px;
  }
}/*# sourceMappingURL=news.css.map */