.head {
  background-color: #0276da;
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.head .logo {
  width: 15rem;
  height: 3.5rem;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .more {
  width: 3rem;
  height: 2rem;
}
.show-nav {
  display: none;
  position: absolute;
  height: 100%;
  background-color: #fff;
  z-index: 999;
}
.show-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.show-nav ul li {
  text-align: center;
  width: 33%;
  height: 4rem;
  line-height: 4rem;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
}
.show-nav ul li a {
  font-size: 20px;
  border-left: 1px solid #e6e6e6;
  color: #0276da;
  width: 100%;
  display: inline-block;
}
.search {
  padding: 1rem 1.6rem;
}
.search form {
  border: 1px solid #dae9ff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}
.search form input {
  border: none;
  height: 4rem;
  width: 80%;
}
.search form button {
  border: none;
  width: 3rem;
  height: 3rem;
  background: url(http://www.yingshi.rexun.cn/wap_static/img/search.png) no-repeat center;
  background-size: 100%;
}
.fouce {
  height: 20rem;
}
.fouce #swiper-1 {
  height: 100%;
}
.fouce #swiper-1 .swiper-slide p {
  height: 4rem;
  line-height: 4rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.fouce #swiper-1 .swiper-slide p span {
  display: block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fouce #swiper-1 .swiper-pagination {
  left: auto;
  width: 70px;
  right: 0;
  bottom: 5px;
  color: #fff;
}
.fouce #swiper-1 .swiper-pagination-current {
  font-size: 2.2rem;
  color: #d61319;
  font-style: italic;
}
.list ul li {
  font-size: 1.8rem;
  padding: 0 1.6rem;
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px dashed #e6e6e6;
}
.list ul li img {
  height: 10rem;
}
.titile a {
  padding: 2rem 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.titile a span {
  font-size: 2rem;
  color: #0276da;
}
.titile a span:first-of-type {
  position: relative;
  padding-left: 5rem;
}
.titile a span:first-of-type::before {
  content: '专题';
  font-size: 1.4rem;
  width: 4rem;
  text-align: center;
  height: 2rem;
  border-radius: 0.5rem;
  background-color: #0276da;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.img-box {
  display: flex;
  justify-content: space-between;
  padding: 0 1.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c9dff4;
}
.img-box .img {
  width: 48%;
  box-shadow: 0 0 2rem #e1e1e1;
}
.img-box .img a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
.img-box .img a img {
  height: 10rem;
}
.img-box .img a h2 {
  font-size: 1.8rem;
  color: #555;
  margin: 1rem;
  height: 5rem;
}
.titile-2 {
  border-top: 1px solid #c9dff4;
  padding: 1rem 1.6rem 1rem 0;
}
.titile-2 span {
  padding: 1.3rem 2rem 1rem 2rem;
  font-size: 2rem;
  color: #0276da;
  border-top: 2px solid #0276da;
}
.img-list ul li {
  height: auto;
}
.img-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-list ul li a img {
  border-radius: 10px;
  padding: 1rem 0;
  width: 45%;
}
.img-list ul li a h1 {
  font-size: 1.8rem;
}
.list-l {
  padding: 0 1.6rem;
}
.list-l ul li {
  white-space: normal;
  border-bottom: 1px dashed #dcdcdc;
  padding: 2rem 0;
  margin-bottom: 1rem;
}
.list-l ul li h2 {
  font-size: 1.8rem;
  color: #1b1b1b;
  font-weight: 700;
  margin-bottom: 1rem;
}
.list-l ul li span {
  color: #9aa3bf;
}
.paging {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 20px;
  border: 1px solid #e3e3e3;
  padding: 0 10px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  margin: 10px 10px;
  background: #f5f5f5;
  display: block;
}
.paging a:first-of-type,
.paging .hover {
  border: none;
  background-color: #fff;
}
.paging .hover {
  border-bottom: 1px solid #e3e3e3;
}
.paging a:first-of-type:hover,
.paging .hover:hover {
  background-color: #fff;
  color: #000;
}
.paging a:hover,
.paging span:hover {
  background-color: #195cad;
  color: #fff;
}
.content {
  padding: 0 1.6rem;
}
.content .con-tit h3 {
  font-size: 3rem;
  font-weight: 500;
  color: #2e2e2e;
  margin-bottom: 10px;
}
.content .con-info span {
  font-size: 1.4rem;
  margin-right: 2rem;
  color: #828282;
}
.content .con-txt {
  font-size: 1.8rem;
  text-indent: 2rem;
}
.content .con-txt p {
  margin-top: 1.5rem;
  line-height: 3.2rem;
}
.content .con-txt img {
  margin: 20px 0;
  width: 100%;
}
.pian {
  padding: 2rem 1.6rem;
  padding-bottom: 10px;
  border-top: 2px solid #0276da;
}
.pian a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.pian a strong {
  width: 15%;
}
.pian a h1 {
  width: 82%;
  font-size: 1.6rem;
}
