* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  color: #000000;
}

header {
  min-width: 1400px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border-bottom: 1px solid #dddddd;
}

a {
  text-decoration: none;
}

.HeaderMainBox {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 30px;
}

.HeaderMainLeft {
  color: #999999;
  font-size: 12px;
}

.HeaderMainRightTextBox {
  color: #999999;
  cursor: pointer;
  font-size: 12px;
}

.HeaderMainRightHoverBigBox {
  position: absolute;
  display: none;
  grid-gap: 20px;
  padding: 10px;
  background-color: #ffffff;
  top: 30px;
  right: 0;
  border: #eeeeee solid 1px;
}

.HeaderRightHoverImgBox {
  width: 120px;
  height: 120px;
}

.HeaderRightHoverImg {
  width: 120px;
  height: 120px;
}

.HeaderRightHoverImgText {
  color: #999;
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  display: flex;
  justify-content: center;
}

.HeaderMainRight:hover .HeaderMainRightTextBox {
  color: #444444;
  cursor: pointer;
}

.HeaderMainRight:hover .HeaderMainRightHoverBigBox {
  display: flex;
  grid-gap: 20px;
  cursor: pointer;
}

.HeaderRightHoverBox:hover .HeaderRightHoverImgText {
  color: #444444;
  cursor: pointer;
}

.MainNavBigbox {
  min-width: 1400px;
  margin: 0 auto;
  background-color: #de2103;
  display: flex;
  justify-content: center;
  height: 50px;
}

.MainNavBox {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.MainNavBoxUl {
  display: flex;
  align-items: center;
}

.MainNavBoxLiText {
  width: 140px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.PublicRight {
  color: #999;
}

.PublicAdvertising {
  background-color: #eee;
  box-sizing: border-box;
  display: flex;
  flex: row;
  flex-wrap: wrap;
  margin-top: 10px;
  min-height: 100px;
  padding: 7px;
}

.PublicAdvertisingUl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.PublicAdvertisingImg {
  height: 100px;
  width: 172px;
}

.FooterPublicAdvertising {
  width: 1400px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.FooterPublicInstitution {
  width: 1400px;
  margin: 0 auto;
  margin-top: 10px;
}

.foot_cp {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  padding: 5px 5px;
  box-sizing: border-box;
  font-size: 14px;
}

.cp_img {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
}

.foot_cp img {
  width: 160px;
}

.foot_cplist {
  display: flex;
  flex-direction: column;
}

.cp_title {
  color: #999;
  min-width: 80px;
}

.cp_link a {
  display: inline-block;
  color: #333;
  outline: none;
  user-select: none;
  /* text-align: center; */
  text-decoration: none;
}

.cp_link a:hover {
  text-decoration: underline;
  color: #DE2103;
}

.cp_top {
  display: flex;
  padding: 5px 5px;
}

.cp_top a:not(:last-child)::after {
  content: '|';
  color: #ccc;
  margin: 0 0.5rem;
}

.FooterPublicFriendship {
  width: 1400px;
  margin: 0 auto;
}

.other-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.link-box {
  padding: 10px;
  flex: 1;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  gap: 10px;
  margin-bottom: 10px;
}

.link-listUl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.link-listLi {
  margin-left: 20px;
}

.link-listLi:first-child {
  margin-left: 0;
}

.link-listLi:nth-child(10) {
  margin-top: 15px;
}

.link-listLi:nth-child(11) {
  margin-top: 15px;
}

.link-listLi:nth-child(12) {
  margin-top: 15px;
}

.link-listLi:nth-child(13) {
  margin-top: 15px;
}

.link-listLi:nth-child(14) {
  margin-top: 15px;
}

.link-listLi:nth-child(15) {
  margin-top: 15px;
}

.link-listLi:nth-child(16) {
  margin-top: 15px;
}

.link-listLi:nth-child(17) {
  margin-top: 15px;
}

.link-listLi:nth-child(18) {
  margin-top: 15px;
}

.link-listLi:nth-child(19) {
  margin-top: 15px;
}

.link-listLi:nth-child(20) {
  margin-top: 15px;
}

.link-listLi:nth-child(9) {
  margin-top: 15px;
  margin-left: 0;
}

.link-listLiText {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.link-listLiText:hover {
  color: #1c89f8;
}

.FooterRecord {
  background-color: #3f404f;
  min-width: 1400px;
}

.fotter-box {
  min-width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 180px;
}

.fotter-center {
  margin-top: 20px;
  min-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.fotter-center span {
  font-size: 12px;
  color: #fff;
}

.fotter-center a:hover {
  color: #1c89f8 !important;
  text-decoration: underline;
}

.foter-bot {
  padding: 10px;
  border-radius: 10px;
  background-color: #50515f;
  width: 800px;
}

.publicCrumbs {
  display: flex;
  align-items: center;
  background-color: #eee;
  height: 40px;
  padding: 0 20px;
}

.publicCrumbsLeft {
  margin-right: 20px;
}

.publicCrumbsLeftAbox {
  display: flex;
  align-items: center;
}

.publicCrumbsLeftALeft .layui-icon-left {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

.publicCrumbsLeftARight {
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}

.publicCrumbsLeftA :hover .publicCrumbsLeftALeft .layui-icon-left,
.publicCrumbsLeftA :hover .publicCrumbsLeftARight {
  color: #de2103;
}

.publicCrumbsRight {
  display: flex;
  align-items: center;
}

.publicCrumbsRightLeft {
  color: #999;
  font-size: 14px;
}

.publicCrumbsRightRight {
  color: #444;
  font-size: 14px;
}

.bgred {
  background: #FFE4EE;
}

.bgbule {
  background: #caeeff;
}

.tybule {
  background: #caeeff;
}

.bgcheng {
  background: #FFF6C2;
}

.public_Title_BigBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.public_Title_Text {
  width: 1117px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.gonggaoTitle {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.gonggaoTitle2 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 30px 0 8px 0;
}