* {
  margin: 0;
  padding: 0;
}
/* 单行文本省略 */
.LineText {
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 溢出部分用省略号表示 */
}
/* 头部图片 */
.header_img {
  width: 100%;
}
/* 去除下划线 */
a {
  text-decoration: none;
}
.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;
}
.NavArea .NavBoxArea .NavBox div a{
	color: #fff;
}

.NavArea .NavBoxArea .NavBox .Button {
  background-color: #ac1f24;
  border-bottom: 6px solid #fea013;
  box-sizing: border-box;
}
/* 底部红色区域 */
.Faculty_Bottom {
  background-color: #b6080a;
  width: 100%;
  padding: 30px 0;
  margin-top: 20px;
}
.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;
}
/* 内容 */
.Content_Area {
  width: 100%;
  background-color: #fff;
  margin-top: 30px;
}
.Content_Area .Content_Box {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
.Content_Area .Content_Box .Left_Area {
  width: 16%;
  padding: 15px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #c7131a;
  color: #fff;
  font-size: 30px;
  font-family: SourceHanSansCN;
}
.Content_Area .Content_Box .Right_Area {
  width: 78%;
  padding-top: 15px;
}
.Content_Area .Content_Box .Right_Area .Title_Area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-bottom: 2px solid #d8d8d8;
}
.Content_Area .Content_Box .Right_Area .Title_Area .left {
  color: #3a3a3a;
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: 700;
}
.Content_Area .Content_Box .Right_Area .Title_Area .right {
  font-size: 18px;
  font-family: SourceHanSansCN;
  color: #ababab;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area {
  width: 100%;
  margin-top: 8px;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area .Right_Cont_Area_list_Area{
  width: 100%;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area .Right_Cont_Area_list_Area a{
  width: 100%;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area .Right_Cont_Area_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  padding-left: 10px;
  padding-right: 4px;
  box-sizing: border-box;
  border-bottom: 2px dotted #d8d8d8;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area .Right_Cont_Area_list .Cont_Area {
  width: 75%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area .Right_Cont_Area_list .Cont_Area .Tag{
  width: 0.4rem;
  height: 0.4rem;
  background-color: #c7131a;
  margin-right: 8px;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area .Right_Cont_Area_list .Cont_Area .Title{
  width: calc(100% - 0.4rem - 8px);
  font-size: 22px;
  font-family: SourceHanSansCN;
  color: #4e4e4e;
}
.Content_Area .Content_Box .Right_Area .Right_Cont_Area .Right_Cont_Area_list .Time {
  width: 20%;
  font-size: 18px;
  font-family: SourceHanSansCN;
  color: #ababab;
  text-align: right;
}
