.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  padding: 1rem 2rem;
  /*height: 3rem;*/
}
.head .logo {
  width: 45%;
}
.head .nav {
  width: 10%;
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 10px;
  background: url(../img/nav.png) no-repeat center;
  background-size: 50%;
}
.head .show-nav {
  display: none;
  background-color: #0c5aa8;
  position: absolute;
  left: 0;
  top: 6rem;
  width: 100%;
  height: 100vh;
  z-index: 9;
  padding-top: 1rem;
  padding-bottom: 3rem;
}
.head .show-nav .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  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;
  line-height: 4.3rem;
  text-decoration: none;
  width: 100%;
  font-size: 1.6rem;
  color: #fff;
}
#swiper-1 {
  height: 20rem;
}
#swiper-1 .swiper-slide span {
  height: 6rem;
  line-height: 4rem;
  background: rgba(0, 0, 0, 0.6);
}
#swiper-1 .swiper-pagination {
  bottom: 0.5rem;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 3rem;
  height: 0.3rem;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.title-1 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.title-1 h1 {
  font-family: '黑体';
  font-weight: 700;
  color: #0c5aa8;
  font-size: 20px;
  letter-spacing: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-1 h1::after,
.title-1 h1:before {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #0c5aa8;
}
.title-1 h1::after {
  margin-left: 10px;
}
.title-1 h1:before {
  margin-right: 10px;
}
.p {
  padding: 0 1.5rem;
}
.img-box {
  flex-wrap: wrap;
}
.img-box .item {
  width: 100%;
  margin-top: 2rem;
}
.img-box .item .img {
  height: 18rem;
  overflow: hidden;
}
.img-box .item .img img {
  transition: 0.6s;
}
.img-box .item .img:hover img {
  transform: scale(1.1);
}
.img-box .item .txt {
  padding: 1rem 2rem;
  box-sizing: border-box;
  background-color: #f5f9fc;
}
.img-box .item .txt h2 {
  line-height: 2.2rem;
  font-size: 1.8rem;
  height: 4.4rem;
  margin-bottom: 1rem;
}
.img-box .item .txt span {
  color: #666;
  padding-left: 2rem;
  background: url(../img/time.png) no-repeat center left;
  background-size: 15%;
  float: right;
  text-align: right;
  font-size: 1.4rem;
}
.bgp {
  background-color: #f6f6f6;
  padding: 3rem 1.5rem;
}
.title-2 {
  height: 45px;
  line-height: 45px;
}
.title-2 a h1 {
  font-size: 20px;
  color: #0c5aa8;
  font-weight: 700;
}
.title-2 a span {
  color: #0c5aa8;
  font-weight: 700;
  font-size: 14px;
}
.time-box {
  background-color: #fff;
  padding: 10px 30px 40px;
}
.time-box ul li {
  margin-top: 5px;
  padding: 10px 0;
  border-bottom: 1px dashed #0c5aa8;
  transition: 0.6s;
}
.time-box ul li:hover {
  background-color: #0c5aa8;
}
.time-box ul li:hover a .time {
  background-color: #0c5aa8;
}
.time-box ul li:hover a .time span,
.time-box ul li:hover a .time i {
  color: #fff;
}
.time-box ul li:hover a h1 {
  color: #fff;
}
.time-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time-box ul li a .time {
  background-color: #f2f2f4;
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
}
.time-box ul li a .time span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0c5aa8;
}
.time-box ul li a .time i {
  font-size: 14px;
  color: #0c5aa8;
}
.time-box ul li a h1 {
  font-size: 16px;
  width: 65%;
}
.txt-box {
  flex-wrap: wrap;
}
.txt-box a {
  display: flex;
  align-items: center;
  background-color: #0c5aa8;
  opacity: 0.8;
  margin-top: 30px;
  height: 140px;
  padding: 0 30px;
  box-sizing: border-box;
}
.txt-box a:hover {
  background-color: #a41034;
}
.txt-box a h2 {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}
.two-item {
  flex-wrap: wrap;
}
.two-item a {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}
.two-item a .time {
  width: 25%;
  text-align: center;
}
.two-item a .time h1 {
  font-size: 24px;
  font-weight: 700;
  color: #0c5aa8;
}
.two-item a .time span {
  color: #0c5aa8;
  font-weight: 700;
  font-size: 15px;
}
.two-item a h3 {
  width: 70%;
  font-size: 16px;
  line-height: 30px;
  -webkit-line-clamp: 2;
}
.img-box-2 {
  position: relative;
  height: 20rem;
}
.img-box-2 span {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
}
.list ul li {
  height: 3.5rem;
  line-height: 3.5rem;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  flex: 1;
  font-size: 1.5rem;
}
.list ul li a span {
  margin-left: 2rem;
  font-size: 1.4rem;
  color: #999;
}
.list-dian ul li a h1 {
  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 {
  text-align: right;
}
.left-img-2 a {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
.left-img-2 a img {
  width: 45%;
}
.left-img-2 a .txt {
  height: 100%;
  width: 55%;
  background-color: #f5f9fc;
  box-sizing: border-box;
  padding: 10px 20px;
}
.left-img-2 a .txt h2 {
  font-size: 16px;
  margin: 10px 0;
}
.left-img-2 a .txt span {
  font-size: 14px;
  color: #666;
}
.crumbs {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #0c5aa8;
}
.crumbs a,
.crumbs span {
  font-size: 14px;
}
.list-list ul li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #dcdcdc;
  position: relative;
  padding-left: 20px;
}
.list-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a h1 {
  flex: 1;
  font-size: 16px;
}
.list-list ul li a span {
  font-size: 14px;
  width: 30%;
  text-align: right;
  color: #999;
}
.paging {
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.paging .hover {
  color: #fff;
  background-color: #0c5aa8;
}
.con-tit {
  margin: 20px 0;
}
.con-tit h4 {
  font-size: 22px;
}
.con-info {
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.con-info span {
  color: #999;
  font-size: 13px;
  margin-right: 20px;
}
.con-txt p {
  font-size: 16px;
  text-indent: 3rem;
  padding: 5px 0;
  line-height: 3rem;
  text-align: justify;
}
.con-txt a img {
  margin: 10px 0;
  width: 100%;
}
.pian a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 10px;
}
