.flex {
  display: flex;
  justify-content: space-between;
}
body {
  background-color: #f1f1f1;
}
.logo {
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
  background-color: #1b3a6d;
  align-items: center;
  height: 6rem;
  position: relative;
}
.logo a {
  display: block;
  padding: 1rem;
  width: 13rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 10px;
}
.logo .show-sesarch {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  align-items: center;
  border-bottom: 2px solid #1b3a6d;
}
.logo .show-sesarch .back {
  width: 3rem;
  height: 3rem;
  background: url(../img/left.png) no-repeat center;
  background-size: 80%;
  margin-left: 1rem;
}
.logo .show-sesarch form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 1rem 2rem;
  width: 80%;
  border-radius: 5px;
}
.logo .show-sesarch form input {
  width: 70%;
  padding-left: 2rem;
  height: 4rem;
  background-color: #ececec;
  border: none;
}
.logo .show-sesarch form button {
  border-left: 1px solid #888;
  display: block;
  z-index: 9;
  border: none;
  width: 5rem;
  height: 4rem;
  background-color: #f4f4f4;
}
.logo .search {
  height: 4rem;
  width: 5rem;
  background: url(../img/search.png) no-repeat center;
  background-size: 80%;
}
.nav-bar {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
  border-bottom: #d5d5d5 2px solid;
}
.nav-bar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nav-bar ul li {
  width: 25%;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
.nav-bar ul li a {
  font-size: 1.5rem;
}
.p {
  padding: 0 1rem;
}
#swiper-1 {
  height: 24rem;
}
#swiper-1 .swiper-slide span {
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem;
}
#swiper-1 .swiper-pagination {
  bottom: 4rem;
  width: 25%;
  height: 2rem;
  line-height: 2rem;
  margin: 0 auto;
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  transform: translateX(-50%);
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 1.2rem;
  height: 1.2rem;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe6500;
}
.white {
  padding: 1rem;
  background-color: #fff;
}
.title-3 {
  border-left: 0.5rem solid #1b3a6d;
  height: 2.8rem;
  line-height: 2.8rem;
}
.title-3 span {
  font-size: 1.8rem;
  padding-left: 1.3rem;
  font-weight: 700;
}
.title-3 i {
  font-size: 1.2rem;
}
.time-list ul li {
  height: 28px;
  line-height: 28px;
}
.time-list ul li a {
  display: flex;
  justify-content: space-between;
}
.time-list ul li a span {
  width: 65%;
  font-size: 14px;
}
.time-list ul li a i {
  font-size: 14px;
  color: #aaaaaa;
}
.time-list ul li:nth-of-type(-n + 2) a span {
  color: red;
}
.title-2 {
  border-bottom: 3px solid #e3e3e3;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
}
.title-2 span {
  text-align: center;
  flex: 1;
  line-height: 45px;
  box-sizing: border-box;
  height: 45px;
  padding: 0 10px;
  font-size: 13px;
  transition: all 0.4s;
  border-bottom: 3px solid #e3e3e3;
}
.title-2 .cur {
  font-weight: 700;
  color: #1b3a6d;
  border-bottom: 3px solid #1b3a6d;
}
.list-bg {
  background-color: #f9f9f9;
}
.list-bg ul {
  padding: 1rem 0;
}
.list-bg ul li {
  margin: 0 1rem;
  padding-left: 3rem;
  background: url(../img/list.jpg) no-repeat 1.2rem center;
  height: 3.7rem;
  line-height: 3.7rem;
  border-bottom: #e0e0e0 0.1rem dashed;
}
.list-bg ul li a {
  display: flex;
  justify-content: space-between;
}
.list-bg ul li a span {
  font-size: 1.4rem;
}
.list-bg .more {
  padding-left: 2.5rem;
  height: 3.7rem;
  line-height: 3.7rem;
  padding-bottom: 1rem;
}
.list-bg .more a {
  color: #06c;
  font-size: 1.4rem;
}
.list-dian {
  padding: 0 10px;
}
.list-dian ul li {
  height: 32px;
  line-height: 32px;
  padding-left: 25px;
  background: url(../img/list.jpg) no-repeat center left;
}
.list-dian ul li a {
  font-size: 1.4rem;
}
.l-img-txt a {
  display: flex;
  justify-content: space-between;
}
.l-img-txt a img {
  width: 35%;
  height: 7.8rem;
}
.l-img-txt a .txt {
  width: 60%;
}
.l-img-txt a .txt h2,
.l-img-txt a .txt h3 {
  font-size: 16px;
}
.l-img-txt a .txt span {
  font-size: 14px;
}
.l-img-txt a .txt:hover h2,
.l-img-txt a .txt:hover h3 {
  color: #1b3a6d;
}
.l-img-txt a .no-img {
  width: 100%;
}
.l-img-txt-2 a img {
  width: 42%;
  height: 70px;
}
.l-img-txt-2 a .txt {
  width: 50%;
}
.img-box img {
  height: 16rem;
}
.img-box span {
  display: block;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.crumbs {
  height: 5rem;
  line-height: 5rem;
}
.crumbs a {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.list-list ul li {
  white-space: normal;
  border-bottom: 1px solid #dfdfdf;
  padding: 1.5rem 0;
}
.list-list ul li:first-of-type {
  padding-top: 0;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-list ul li a .time {
  width: 6rem;
  margin-right: 1.5rem;
}
.list-list ul li a .time span {
  width: 6rem;
  display: block;
  text-align: center;
  line-height: 2.9rem;
  color: #3d6bb7;
  font-size: 1.8rem;
}
.list-list ul li a .time i {
  display: block;
  height: 2.1rem;
  text-align: center;
  line-height: 2.1rem;
  color: #3d6bb7;
  font-size: 1.2rem;
}
.list-list ul li a .txt {
  border-left: 1px solid #dfdfdf;
  padding-left: 2rem;
  height: 4rem;
}
.list-list ul li a .txt h2 {
  flex: 1;
  font-size: 1.5rem;
}
.paging {
  margin: 3rem 0 1rem;
  justify-content: center;
}
.paging a,
.paging span {
  display: block;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border: 1px solid #ccc;
  transition: background-color 0.6s;
}
.paging .hover {
  color: #fff;
  background-color: #3d6bb7;
}
.paging a:hover,
.paging span:hover {
  background-color: #3d6bb7;
  color: #fff;
}
.con-tit h4 {
  font-size: 2rem;
  font-weight: 400;
}
.con-info {
  height: 4rem;
  line-height: 4rem;
  border-bottom: #e9e9e9 1px solid;
  text-align: center;
}
.con-info span {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #999;
}
.con-txt p {
  font-size: 1.6rem;
  line-height: 3.1rem;
  margin-bottom: 0.5rem;
  text-indent: 2em;
  padding: 0rem 1.5rem;
}
.con-txt a img {
  margin: 2rem 0;
  width: 100%;
}
.pian a {
  display: block;
  width: 80px;
  height: 38px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 38px;
  margin-right: 5px;
}
