:root {
  --main-color: #49BE95;
  --black-color: #292929;
}
a:hover {
  color: var(--main-color);
}
.header {
  background-image: url("images/header-bg.jpg");
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .head .logo {
  height: 85px;
  width: 600px;
  margin: 0;
}
.header .head .logo img {
  height: 85px;
  width: auto;
}
.header .head .nav_m {
  float: none;
  display: flex;
  align-items: center;
}
.header .head .nav_m .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .head .nav_m .nav li a {
  display: block;
  margin-top: 0;
  font-size: 18px;
  border-radius: 6px;
}
.header .head .nav_m .nav li a:hover {
  background: var(--main-color);
}
.bg_c {
  background: var(--black-color);
}
.first-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.first-box .video-box {
  width: 800px;
}
.first-box .video-box .title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding: 10px;
  background-color: var(--main-color);
  color: #fff;
}
.first-box .video-box .more {
  color: #fff;
}
.first-box .video-box .video {
  width: 800px;
  height: 450px;
}
.first-box .video-box .video video {
  width: 100%;
  height: 100%;
}
.first-box .video-box .video iframe {
  width: 100%;
  height: 100%;
}
/*-----------------------------日历-----------------------------*/
#divCalendar {
  width: 300px;
  padding: 0 0 0 0;
  font-size: 16px;
}
#divCalendar div {
  width: 225px;
  margin: 0 0 0 0;
  padding: 5px 0 5px 5px;
  float: left;
}
#divCalendar table {
  width: 96%;
  padding: 0 2% 0 2%;
  text-align: center;
}
#divCalendar caption {
  text-align: center;
  padding: 10px 0;
}
#divCalendar th {
  text-align: center;
}
#divCalendar td {
  padding: 10px 0;
}
/*-----------------------------日历-----------------------------*/
.i_news .tabBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.i_news .tabBox .news-item {
  display: block;
}
.i_news .tabBox .news-item .news-item-a {
  display: block;
  margin: 0 auto;
  width: 300px;
}
.i_news .tabBox .news-item .title {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
}
.i_news .tabBox .news-item img {
  width: 300px;
  height: 200px;
}
.s_top {
  padding: 25px 0;
}
.s_top em {
  border: none;
}
/*# sourceMappingURL=custom.css.map */