a:hover {
  color: #333;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #3f98ef;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 300px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  background-color: #e1eef6;
  padding: 50px 0;
}
.head a {
  width: 360px;
  display: block;
  margin: 0 auto;
}
.head a img {
  width: 220px;
}
.nav {
  background-color: #52a8e3;
  height: 35px;
  line-height: 35px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  text-align: center;
  height: 35px;
  flex: 1;
  position: relative;
}
.nav ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.nav ul li::before {
  content: '';
  background: url(../img/nav.jpg) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
}
.nav ul li:last-of-type:before {
  content: none;
}
.nav ul li:hover,
.nav ul .cur {
  background-color: #297eb9;
}
.bg {
  background-color: #f1f9ff;
  height: 40px;
  align-items: center;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
#time {
  width: 15%;
  font-size: 14px;
  color: #297eb9;
}
.hua-info {
  width: 63%;
}
.hua-info .swiper-slide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search {
  width: 20%;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.search form {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #1390c6;
  box-sizing: border-box;
  height: 35px;
}
.search form input {
  width: 85%;
  padding-left: 20px;
  background-color: #f0f9ff;
}
.search form button {
  width: 15%;
  background: url(../img/search.jpg) repeat center;
}
#swiper-1 {
  width: 30%;
  margin: 0;
}
#swiper-1 .swiper-slide {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#swiper-1 .swiper-slide img {
  height: 250px;
}
#swiper-1 .swiper-slide span {
  text-indent: 2rem;
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
#swiper-1 .swiper-pagination {
  bottom: 50px;
  text-align: right;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  margin: 0 5px 0 0;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
  color: #fff;
}
.title-1 {
  border-bottom: 2px solid #3f98ef;
}
.title-1 span {
  font-size: 20px;
  font-weight: 700;
  color: #3f98ef;
}
.list-1 ul li {
  height: 35px;
  line-height: 35px;
}
.list-1 ul li a {
  font-size: 16px;
}
.title-2 span {
  font-size: 20px;
  color: #3f98ef;
  font-weight: 700;
  border-left: 5px solid #3f98ef;
  padding-left: 20px;
}
.list-2 {
  padding: 10px 15px;
}
.list-2 ul li {
  padding: 5px 0;
  white-space: normal;
  height: 70px;
  border-bottom: 1px solid #eee;
}
.list-2 ul li:last-of-type {
  border: none;
}
.list-2 ul li h2 {
  line-height: 30px;
  font-size: 17px;
}
.title-3 {
  background: #e4f7fe url(../img/title.png) no-repeat center left;
  height: 45px;
  line-height: 45px;
  border-bottom: 2px solid #03a2d2;
}
.title-3 span {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
.list-4 ul li {
  height: 33px;
  line-height: 33px;
  position: relative;
  padding-left: 20px;
}
.list-4 ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xian {
  padding-bottom: 5px;
  border-bottom: 1px solid #e8f2fc;
}
.img-box {
  position: relative;
  height:192px;
}
.img-box span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.border {
  border: 1px solid #eee;
  padding: 13px 8px;
  box-sizing: border-box;
}
.left-img a {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
.left-img a img {
  width: 25%;
  margin-right: 20px;
}
.left-img a .txt {
  flex: 1;
}
.left-img a .txt h2 {
  font-size: 16px;
}
.text-p {
  padding: 10px 0;
}
.text-p a {
  border-bottom: 1px dashed #ccc;
  display: block;
  padding: 10px 0;
}
.text-p span {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  font-weight: bold;
  display: block;
}
.text-p h2 {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  text-indent: 1rem;
}
.crumbs {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e9e9e9;
}
.crumbs a,
.crumbs span {
  color: #3f98ef;
  font-size: 18px;
  margin-right: 5px;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
.list-list ul li {
  height: 36px;
  line-height: 36px;
  background: url(../img/list.png) no-repeat center left;
  padding-left: 20px;
}
.list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.list-list ul li a span {
  width: 80%;
  font-size: 16px;
}
.list-list ul li a i {
  font-size: 14px;
}
.paging {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.paging a,
.paging span {
  width: 60px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  border: 1px solid #ccc;
  color: #b6b6b6;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  background-color: #3f98ef;
  color: #fff;
}
.con-tit h4 {
  font-size: 25px;
}
.con-info {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.con-txt p {
  font-size: 17px;
  text-indent: 2em;
  padding: 5px 0;
  line-height: 31px;
}
.con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  justify-content: center;
  text-align: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 15px;
}
.keywords a {
  margin-right: 20px;
}
.pian a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.pian a:hover {
  text-decoration: underline;
}
.box-1 {
  width: 36%;
}
.box-2 {
  background-color: #f8fafc;
  border: 1px solid #ebebeb;
  width: 30%;
}
.box-3 {
  width: 49%;
}
.box-4 {
  width: 24%;
}
.box-5 {
  width: 31%;
}
