* {
  margin: 0;
  padding: 0;
}
body {
  background-color: rgba(7, 46, 121, 255);
  font-family: "Microsoft YaHei";
}

.header {
  display: flex;
  padding: 2px 0;
  align-items: center;
  justify-content: center;
}
.header_left {
  margin: 5px;
}
.header_left div {
  display: flex;
  padding: 5px 0;
  align-items: center;
}
.header_left img {
  width: 32px;
  height: 32px;
  margin: 3px 0;
}
.header_left p {
  text-align: justify;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 700;
  color: white;
  line-height: 14px;
}
.header_divide {
  width: 3px;
  height: 90px;
  margin: 2px 3px;
  background-color: #ffffff;
  border-radius: 3px;
}
.header_right {
  margin-left: 5px;
  display: grid;
  text-align: justify;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: bolder;
  color: #ffffff;
}
.navbar {
  background: rgba(127, 29, 18, 255);
  padding: 3px 0;
  font-size: 14px;
}
.navbar table {
  width: 100%;
  text-align: center;
}

.navbar td:not(:first-child) {
  border-left: 1px solid #ffffff;
}

.navbar tr:first-child td:nth-child(-n + 4) {
  border-bottom: 1px solid #ffffff;
}

.navbar a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.main {
  background: #ffffcc;
  min-height: 78vh;
  position: relative;
  z-index: 1;
}
.carousel {
  width: 300px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}
.container {
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  width: 600%;
  left: 0px;
}

.container .content {
  overflow: hidden;
  flex-shrink: 0;
  height: 150px;
}

.pic1 {
  background-image: url(../img/1.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}

.pic1 {
  background-image: url(../img/1.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}
.pic2 {
  background-image: url(../img/3.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}
.pic3 {
  background-image: url(../img/6.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}
.pic4 {
  background-image: url(../img/11.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}
.pic5 {
  background-image: url(../img/12.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}
.pic6 {
  background-image: url(../img/13.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
}
.slide {
  transition: 3s;
}

.slogan {
  height: 30px;
  text-align: center;
}
.main_content {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  width: 80%;
  z-index: 10;
}

.slogan {
  margin: 10px auto;
  text-align: center;
  color: rgba(218, 17, 17);
}

.main_content li {
  padding: 5px 0;
}
.main_content a {
  text-decoration: none;
  color: black;
}
.main_content a:visited {
  color: black;
}
.spirit {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.spirit img {
  padding: 0;
  display: block;
  object-fit: cover;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}

.news_title > p {
  font-size: 18px;
  font-weight: bolder;
}
