.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  padding: 1rem 2rem;
  height: 4rem;
}
.head .logo {
  width: 45%;
}
.head .nav {
  width: 10%;
  background: url(../img/nav.png) no-repeat center;
}
.head .show-nav {
  display: none;
  background-color: #eef8ff;
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
  z-index: 9;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.head .show-nav .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 20px;
  overflow: hidden;
  height: 34px;
  margin: 1rem 3rem 2rem;
}
.head .show-nav .search form {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  height: 34px;
  overflow: hidden;
}
.head .show-nav .search form input {
  width: 80%;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
}
.head .show-nav .search form button {
  width: 20%;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
  transition: 0.5s all;
}
.head .show-nav ul li {
  padding: 0 2rem;
}
.head .show-nav ul li a {
  display: inline-block;
  text-indent: 15px;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  border-bottom: solid 1px #d3d3d3;
  transition: all 0.5s;
  font-size: 1.4rem;
}
#swiper-1 {
  --swiper-navigation-size: 30px;
  --swiper-navigation-color: rgba(255, 255, 255, 0.6);
  height: 20rem;
}
#swiper-1 .swiper-slide span {
  height: 5rem;
  line-height: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004d7d;
}
.p {
  padding: 0 1rem;
}
.title a:first-of-type {
  font-size: 2rem;
  padding-left: 2rem;
  color: #004d7d;
  background: url(../img/title_ico.png) no-repeat center left;
}
.title a:last-of-type {
  width: 11.2rem;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.6rem;
  color: #0182c6;
  font-weight: 700;
  transition: all 0.6s;
  background: url(../img/title-icon-2.png) no-repeat bottom center;
}
.title a:last-of-type:hover {
  margin-right: 0;
}
.time-list ul li {
  white-space: normal;
  padding-bottom: 2rem;
}
.time-list ul li:last-of-type {
  padding: 0;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-list ul li a .time {
  width: 18%;
  text-align: center;
}
.time-list ul li a .time h1 {
  color: #0182c6;
  font-size: 2.4rem;
}
.time-list ul li a .time span {
  font-size: 1.3rem;
}
.time-list ul li a .txt {
  border-left: 0.1rem solid #ccc;
  padding-left: 1.5rem;
  width: 75%;
}
.time-list ul li a .txt h2 {
  font-size: 1.6rem;
}
.time-list ul li a .txt h1 {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  color: #999;
}
.bg {
  background-color: #f4f9fe;
  padding: 2rem 1rem;
}
.title-2 {
  align-items: center;
}
.title-2 a:last-of-type {
  font-size: 16px;
  color: #0182c6;
  font-weight: 700;
}
.title-2 a:first-of-type {
  font-size: 20px;
  padding-left: 20px;
  color: #000;
  background: url(../img/title_ico.png) no-repeat center left;
}
.list-3 {
  padding: 0 1rem;
}
.list-3 ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: #d9d9d9 0.1rem dashed;
}
.list-3 ul li:hover .time h1 {
  background-color: #0182c6;
}
.list-3 ul li:hover .txt h1 {
  color: #b80000;
}
.list-3 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-3 ul li a .time {
  width: 17%;
  border-radius: 0.5rem;
  height: 5.9rem;
  border: 0.1rem solid #004d7d;
  text-align: center;
}
.list-3 ul li a .time h1 {
  background-color: #004d7d;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
.list-3 ul li a .time span {
  font-size: 1.2rem;
  color: #888888;
}
.list-3 ul li a .txt {
  width: 75%;
}
.list-3 ul li a .txt h1 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
}
.list-3 ul li a .txt span {
  display: block;
  font-size: 1.4rem;
  color: #999;
}
.list-3 ul li:last-of-type {
  border: none;
}
.img-div {
  overflow: hidden;
}
.img-div a {
  display: flex;
  justify-content: space-between;
}
.img-div img {
  width: 35%;
  height: 93px;
}
.img-div .text {
  width: 60%;
}
.img-div .text h2 {
  font-size: 1.6rem;
  margin: 1rem 0;
}
.img-div .text span {
  font-size: 1.4rem;
  color: #999;
}
.list ul li {
  height: 4rem;
  line-height: 4rem;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  width: 74%;
  font-size: 1.6rem;
}
.list ul li a span {
  width: 25%;
  font-size: 1.4rem;
  color: #999;
}
.title-3 {
  align-items: center;
}
.title-3 a:last-of-type {
  display: block;
  text-align: center;
  font-size: 3rem;
  color: #333333;
  margin: 1rem 0.5rem 0 0;
  transition: all 0.6s;
  border: #a1a1a1 0.1rem solid;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.4rem;
}
.title-3 a:last-of-type:hover {
  color: #0182c6;
  border: #0182c6 0.1rem solid;
}
.title-3 a:first-of-type {
  font-size: 2rem;
  padding-left: 2rem;
  color: #000;
  background: url(../img/title_ico.png) no-repeat center left;
}
.list-dian ul li a h1 {
  width: 66%;
  padding-left: 2rem;
  position: relative;
}
.list-dian ul li a h1:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #a3a3a3;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-dian ul li a span {
  width: 25%;
  text-align: right;
}
.img-box-2 {
  height: 25rem;
}
.img-box-2 img {
  height: 70%;
}
.img-box-2 .txt {
  background-color: #fff;
  padding: 2rem;
  box-sizing: border-box;
  height: 30%;
}
.img-box-2 h2 {
  font-size: 1.6rem;
}
.crumbs {
  padding-left: 20px;
  background: url(../img/crumbs.png) no-repeat center left;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
}
.crumbs a,
.crumbs span {
  font-size: 14px;
}
.list-list ul li {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.1rem dashed #dcdcdc;
  position: relative;
  padding-left: 2rem;
}
.list-list ul li:before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  width: 67%;
  font-size: 15px;
}
.list-list ul li a span {
  text-align: right;
  width: 30%;
  color: #999;
  font-size: 14px;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 1.4rem;
  padding: 0 1.4rem;
  color: #1a1a1a;
  border: 0.1rem solid #eee;
  line-height: 3.4rem;
  text-align: center;
  margin-right: 1rem;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #004d7d;
}
.con-tit h4 {
  font-size: 2rem;
}
.con-info {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.con-info span {
  font-size: 1.4rem;
  color: #727272;
}
.con-txt p {
  font-size: 16px;
  text-indent: 2em;
  padding: 5px 0;
  line-height: 30px;
  text-align: justify;
}
.con-txt a img ,.con-txt p img{
  margin: 10px auto !important;
  width: 100%;
  display:block;
}
.pian a {
  font-size: 14px;
  display: block;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
