* {
  margin: 0;
  padding: 0;
}
a{
	text-decoration: none;
}
/* 头部图片 */
.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_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;
}
/* 内容区域 */
.Content_Area {
    width: 100%;
    background-color: #fff;
    padding: 24px 0;
    box-sizing: border-box;
}
.Content_Area .Content_Area_Box{
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.Content_Area .Content_Area_Box .Position{
    color: #ababab;
    font-size: 18px;
    font-family: SourceHanSansCN;
    margin-bottom: 40px;
}

.Content_Area .Content_Area_Box .Tit_Area{
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 2px solid #ececec;
}
.Content_Area .Content_Area_Box .Tit_Area .Tit_Text{
    color: #000000;
    font-size: 24px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    text-align: center;
}
.Content_Area .Content_Area_Box .Tit_Area .Wirter{
    color: #656565;
    font-size: 18px;
    font-family: SourceHanSansCN;
    text-align: center;
    margin-top: 15px;
}
