* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* 单行文本省略 */
.LineText {
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 溢出部分用省略号表示 */
}
/* 双行文本省略 */
.TwoLineText {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 设置显示的行数 */
  overflow: hidden;
}
/* 头部图片 */
.header_img {
  width: 100%;
}
.header_img img {
  width: 100%;
  height: auto;
}
/* 导航栏 */
.NavArea {
  width: 100%;
  margin-top: -1.6rem;
  box-sizing: border-box;
  position: relative;
}
.NavArea .linghtline {
  position: absolute;
  left: 31%;
  transform: translateY(-50%);
  z-index: +11;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38%;
  height: auto;
}
.NavArea .NavBoxArea {
  width: 100%;
  background-color: #c7131a;
  margin-top: -1.6rem;
}
.NavArea .NavBoxArea .NavBox {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.NavArea .NavBoxArea .NavBox div {
  width: auto;
  padding: 24px 30px;
  box-sizing: border-box;
  color: #fff;
  font-size: 28px;
  font-family: SourceHanSansCN;
  font-weight: 700;
  cursor: pointer;
}
.NavArea .NavBoxArea .NavBox div a {
  color: #fff;
}

.NavArea .NavBoxArea .NavBox .Button {
  background-color: #ac1f24;
  border-bottom: 6px solid #fea013;
  box-sizing: border-box;
}
/* 学院新闻 */
.Faculty_News {
  width: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.Faculty_News:nth-child(1) {
  background-image: url("../image/Sometop.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.Faculty_News .ConArea {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.Faculty_News .ConArea .tit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Faculty_News .ConArea .tit .more {
  color: #b2b2b2;
  font-size: 19px;
  font-family: SourceHanSansCN;
  line-height: 24px;
}
.Faculty_News .ConArea .tit .TitArea {
  width: 60%;
  margin-right: 16%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Faculty_News .ConArea .tit .TitArea div {
  width: 33%;
  color: #b80a0b;
  font-size: 44px;
  font-family: SourceHanSansCN;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Faculty_News .ConArea .tit .TitArea div img {
  width: 100%;
}
.Faculty_News .ConArea .tit .TitArea div .Right_Border {
  transform: rotate(-180deg);
}
.Faculty_News .ConArea .Ton {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.Faculty_News .ConArea .Ton .Left {
  width: 48%;
  box-shadow: 0px 10px 20px #00000012;
  padding-bottom: 22px;
  box-sizing: border-box;
  background-color: #fff;
}
.Faculty_News .ConArea .Ton .Left .Cont {
  width: 100%;
  border: 1px solid transparent;
}

.Faculty_News .ConArea .Ton .Left .Cont .ContArea {
  width: 100%;
  display: none;
}

.Faculty_News .ConArea .Ton .Left .Cont .ImgArea {
  width: 100%;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.Faculty_News .ConArea .Ton .Left .Cont .ImgArea img {
  width: 100%;
  height: auto;
}
.Faculty_News .ConArea .Ton .Left .Cont .Tit {
  width: 100%;
  height: 56px;
  line-height: 38px;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Faculty_News .ConArea .Ton .Left .Cont .Tit .Tit_Text {
  width: 60%;
  color: #333333;
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: 700;
}
.Faculty_News .ConArea .Ton .Left .Solid {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: calc(60% - 16px);
  margin-top: -32px;
}
.Faculty_News .ConArea .Ton .Left .Solid div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-right: 8px;
}

/* 轮播图选中图标 */
.Faculty_News .ConArea .Ton .Left .Solid .changeSolid {
  background-color: #b80a0b;
}
.Faculty_News .ConArea .Ton .Right {
  width: 48%;
  height: 410px;
  box-shadow: 0px 10px 20px #00000012;
  padding: 13px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.Faculty_News .ConArea .Ton .Right .list {
  width: 100%;
  margin: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Faculty_News .ConArea .Ton .Right .list:hover .Tit .Tit_Text {
  color: #c7131a;
  font-weight: 700;
}

.Faculty_News .ConArea .Ton .Right .list:last-child {
  margin-bottom: 0;
}

.Faculty_News .ConArea .Ton .Right .list .Time {
  color: #b9b9b9;
  width: auto;
}
.Faculty_News .ConArea .Ton .Right .list .Tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
}
.Faculty_News .ConArea .Ton .Right .list .Tit img {
  width: 16px;
  height: auto;
  margin-right: 12px;
}
.Faculty_News .ConArea .Ton .Right .list .Tit .Tit_Text {
  width: calc(100% - 28px);
  font-family: SourceHanSansCN;
  color: #4e4e4e;
  font-size: 19px;
  line-height: 20px;
}
/* 工作动态 */
.Work_Dynamics_Area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Work_Dynamics_Area .Work_Dynamics_Box {
  width: 30%;
  box-shadow: 0px 10px 20px #00000012;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Img_Area {
  width: 100%;
  height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Img_Area img {
  width: 100%;
  height: auto;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Tit_Area {
  width: 100%;
  padding: 12px 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Tit_Area .Tit_Box {
  font-size: 19px;
  font-family: SourceHanSansCN;
  font-weight: 700;
  color: #333333;
 height: 50px;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Tit_Area .Other_Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Tit_Area .Other_Box .Time {
  font-size: 21px;
  font-family: SourceHanSansCN;
  color: #b80a0b;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Tit_Area .Other_Box .Go_Detail {
  width: 10%;
}
.Work_Dynamics_Area .Work_Dynamics_Box .Tit_Area .Other_Box .Go_Detail img {
  width: 100%;
  height: auto;
}
/* 学校资料 */
.Information_School {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.Information_School .Information_School_Box {
  width: 48%;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0px 10px 20px #00000012;
}
.Information_School .Information_School_Box .Information_School_Box_Title_Box {
  width: 100%;
  border-bottom: 1px dotted #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  padding-top: 0;
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 700;
  color: #333333;
}
.Information_School .Information_School_Box .Information_School_Box_Cont_Box {
  width: 100%;
  height: 400px;
}
.Information_School
  .Information_School_Box
  .Information_School_Box_Cont_Box
  .Information_School_Box_Cont_Box_list {
  width: 100%;
  font-size: 21px;
  font-family: SourceHanSansCN;
  color: #4e4e4e;
  padding: 12px 16px;
  box-sizing: border-box;
}
.Information_School
  .Information_School_Box
  .Information_School_Box_Cont_Box
  .Information_School_Box_Cont_Box_list:first-of-type {
  border-bottom: 1px dotted #dedede;
  padding-top: 0;
  padding-bottom: 24px;
  margin-bottom: 10px;
}
.Information_School
  .Information_School_Box
  .Information_School_Box_Cont_Box
  .Information_School_Box_Cont_Box_list:first-of-type
  a {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 700;
  color: #333333;
}

/* 通知公告 */
.notice_Bac {
  background-image: url("../image/InfoBac.png");
  background-size: 100% 110%;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.notice_Area {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.notice_Area .notice_Box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
}
.notice_Area .notice_Box .notice_Box_Cont_Area {
  width: 97%;
  padding: 0 14px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 10px 20px #00000012;
}
.notice_Area .notice_Box .notice_Box_Cont_Area:hover {
  background-image: url("../image/ItemBac.png");
  background-position: center;
  background-size: cover;
}
.notice_Area .notice_Box .notice_Box_Cont_Area:hover .Time_Area .Hour_Area,
.notice_Area .notice_Box .notice_Box_Cont_Area:hover .Time_Area .Minute_Area {
  color: #fff;
}
.notice_Area .notice_Box .notice_Box_Cont_Area:hover .Cont_Area {
  color: #fff;
  text-decoration: underline;
  text-underline-offset:10%;
}
.notice_Area .notice_Box .notice_Box_Cont_Area .Time_Area {
  width: 30%;
  display: flex;
  margin: 8px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 1px solid #dfdfdf;
}
.notice_Area .notice_Box .notice_Box_Cont_Area .Time_Area .Hour_Area {
  font-size: 35px;
  font-family: CTBiaoSongSJ;
  color: #b80a0b;
}
.notice_Area .notice_Box .notice_Box_Cont_Area .Time_Area .Minute_Area {
  font-size: 20px;
  font-family: CTBiaoSongSJ;
  color: #b80a0b;
  margin-top: 4px;
}
.notice_Area .notice_Box .notice_Box_Cont_Area .Cont_Area {
  width: 65%;
  font-size: 19px;
  font-family: SourceHanSansCN;
  color: #4e4e4e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 设置显示的行数 */
  overflow: hidden;
}
/* 底部红色区域 */
.Faculty_Bottom {
  background-color: #b6080a;
  width: 100%;
  padding: 30px 0;
}
.Faculty_Bottom .Line {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-family: MicrosoftYaHei;
}
.Faculty_Bottom .Line:nth-child(1) {
  margin-bottom: 14px;
}
.Faculty_News .ConArea .Ton .Right .list a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Information_School
  .Information_School_Box
  .Information_School_Box_Title_Box
  a {
  width: 100%;
  border-bottom: 1px dotted #dedede;
  padding: 10px 16px;
  box-sizing: border-box;
  padding-top: 0;
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 700;
  color: #333333;
}
.Information_School
  .Information_School_Box
  .Information_School_Box_Cont_Box
  .Information_School_Box_Cont_Box_list
  a {
  width: 100%;
  font-size: 19px;
  font-family: SourceHanSansCN;
  color: #4e4e4e;
}
.notice_Area .notice_Box a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.more a {
  color: #b2b2b2;
}
