.main {
  width: 1200px;
  margin: 0 auto;
}
.main_one {
  padding-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main_left {
  width: 900px;
}
/* tab切换栏 */
.tab_container {
  margin-top: 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.tab_wrapper {
  width: 444px;
  height: 272px;
  border: 1px solid #eee;
}
.tab_btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_btns_item {
  width: 25%;
  text-align: center;
  height: 34px;
  line-height: 34px;
  background: #f5f7fa;
  border-top: 6px solid #999;
  cursor: pointer;
  border-right: 1px solid #eee;
}
.tab_btns_item:last-child {
  border-right: 0;
}
.tab_btns_item_active {
  color: #e10012;
  font-weight: bold;
  background: #fff;
  border-top: 6px solid #e10012;
}
.tab_con_item {
  padding: 12px;
  box-sizing: border-box;
  display: none;
}
.tab_con_item_active {
  display: block;
}
.tab_con_item ul {
  height: 165px;
}
.tab_con_item ul li {
  height: 40px;
  line-height: 40px;
  margin-left: 14px;
  padding: 0 0 0 5px;
  border-bottom: 1px dotted #ccc;
}
.tab_con_item ul li::marker {
  font-size: 14px;
}
.tab_con_item ul li p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab_con_item ul li p a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab_con_item ul li p span {
  width: 72px;
  text-align: right;
}
.moreBtn {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 8px;
}
.moreBtn a {
  padding: 6px 14px;
  font-family: "Noto Sans CJK";
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  background: #e10012;
  box-sizing: border-box;
}
.moreBtn a:hover {
  color: #e10012;
  border: 1px solid #e10012;
  background: #fff;
}
.main_right {
  width: 290px;
  background: rgba(243, 243, 243, 0.2);
}
.news_title {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: Source Han Sans, Geneva, sans-serif;
  text-align: center;
  background: #e10012;
}
.news_list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.news_item {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  border-bottom: 1px dotted #ccc;
}
.news_item:hover .news_text {
  color: #e10012;
}
.news_img {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.news_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news_content span {
  font-family: Tahoma;
  font-size: 12px;
  color: #bbb;
}
.news_text {
  padding-right: 5px;
  font-family: Tahoma;
  font-size: 14px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* 第二栏 */
.main_two {
  width: 100%;
  height: 220px;
  margin: 20px 0;
}
.main_two img {
  width: 100%;
  height: 100%;
}
/* 第四栏 */
.main_four {
  margin-top: 20px;
  width: 100%;
}
.enroll_title {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 6px solid #666;
  border-bottom: 2px solid #ccc;
}
.enroll_title img {
  width: 19px;
  height: 20px;
}
.enroll_title h2 {
  margin-left: 10px;
  font-size: 18px;
  color: #e10012;
  font-weight: bold;
  font-family: Source Han Sans, Geneva, sans-serif;
}
.form {
  width: 100%;
}
.form_title {
  padding: 50px 0;
  font-size: 24px;
  font-weight: bold;
  color: #444;
  text-align: center;
}
/* 第五栏 */
.main_five {
  margin-top: 20px;
  width: 100%;
  height: 300px;
}
.main_five .map {
  width: 100%;
  height: 100%;
}