article {
  background: url(../images/bg_route.png) no-repeat center bottom #0c48e6;
}
article .content .c1 {
  padding-top: 30px;
  padding-bottom: 45px;
}
article .content .c1 .company_name {
  padding-left: 36px;
  padding-right: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article .content .c1 .company_name li {
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
article .content .c1 .company_name li span {
  display: block;
  width: 192px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #0c48e6;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #0d4ee6;
  border-radius: 8px;
}
article .content .c1 .company_name li:first-of-type {
  width: 100%;
}
article .content .c1 .company_name li:first-of-type span {
  margin: 0 auto;
}
article .content .c1 .company_name li:hover span {
  color: #ffffff;
  background-color: #0d4ee6;
}
article .content .c1 .company_name .company_active span {
  color: #ffffff;
  background-color: #0d4ee6;
}
article .content .c2 {
  padding-top: 41px;
  padding-bottom: 43px;
  margin-top: 36px;
}
article .content .c2 .depart_name {
  padding-left: 36px;
  padding-right: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article .content .c2 .depart_name li {
  margin-bottom: 20px;
  cursor: pointer;
}
article .content .c2 .depart_name li span {
  display: block;
  width: 325px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  color: #0c48e6;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #0d4ee6;
  border-radius: 8px;
}
article .content .c2 .depart_name li:hover span {
  color: #ffffff;
  background-color: #0d4ee6;
}
article .content .c2 .depart_name .depart_active span {
  color: #ffffff;
  background-color: #0d4ee6;
}
article .c3 {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
article .c3 .post {
  display: none;
  position: absolute;
  top: 5%;
  left: 50%;
  padding-top: 38px;
  width: 812px;
  height: 90%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px 5px #73f3fd inset;
}
article .c3 .post .gun {
  height: 96%;
  overflow-y: auto;
}
article .c3 .post .gun::-webkit-scrollbar {
  display: none;
}
article .c3 .post .post_name {
  text-align: center;
}
article .c3 .post .post_name h3 {
  color: #073073;
  font-size: 23px;
}
article .c3 .post .close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
article .c3 .post .post_box .post_title {
  margin-top: 20px;
  margin-left: 34px;
}
article .c3 .post .post_box .post_title span {
  color: #1365e8;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  vertical-align: bottom;
}
article .c3 .post .post_box .post_list {
  margin-top: 28px;
}
article .c3 .post .post_box .post_list li {
  padding: 21px 26px 30px 34px;
  width: 741px;
  margin: 0 auto 17px;
  background-color: #f1f6fe;
}
article .c3 .post .post_box .post_list li .pt_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}
article .c3 .post .post_box .post_list li .pt_head span {
  color: #1365e8;
  font-size: 20px;
}
article .c3 .post .post_box .post_list li .pt_bottom {
  color: #0b52c2;
  font-size: 16px;
  line-height: 34px;
}
article .c3 .post .post_box .post_txt {
  padding: 0 36px;
  margin-top: 16px;
  line-height: 32px;
}
article footer {
  margin-top: 100px;
}
