a:hover {
  color: #0c5aa8;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #0c5aa8;
}
.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: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  background-color: #f7f7f7;
}
.head .flex {
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
.head a {
  display: block;
  width: 17%;
}
.head .search {
  margin-left: 20px;
  width: 300px;
}
.head .search form {
  border: 2px solid #0c5aa8;
  height: 40px;
  display: flex;
  background-color: #f7f7f7;
  border-radius: 20px;
  overflow: hidden;
}
.head .search form input {
  width: 85%;
  padding-left: 20px;
  background-color: #f7f7f7;
  height: 100%;
}
.head .search form button {
  font-size: 16px;
  color: #fff;
  height: 40px;
  background: url(../img/search.png) no-repeat center;
  background-size: 50%;
  width: 25%;
}
.nav {
  background-color: #0c5aa8;
  height: 50px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  flex: 1;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}
.nav ul li::after {
  content: '|';
  position: absolute;
  right: 0;
  color: #fff;
}
.nav ul li:last-of-type::after {
  content: '';
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
#swiper-1 {
  height: 500px;
  margin: 0;
  width: 750px;
}
#swiper-1 .swiper-slide span {
  height: 70px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 30px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.new-new {
  width: 430px;
}
.title-1 {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.title-1 h1 {
  font-family: '黑体';
  font-weight: 700;
  color: #0c5aa8;
  font-size: 30px;
  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;
}
.img-box {
  flex-wrap: wrap;
}
.img-box .item {
  width: 32%;
  margin-top: 20px;
}
.img-box .item .img {
  height: 230px;
  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: 10px 20px;
  box-sizing: border-box;
  background-color: #f5f9fc;
}
.img-box .item .txt h2 {
  line-height: 22px;
  font-size: 18px;
  height: 44px;
  margin-bottom: 10px;
}
.img-box .item .txt span {
  color: #666;
  padding-left: 20px;
  background: url(../img/time.png) no-repeat center left;
  background-size: 15%;
  float: right;
  text-align: right;
  font-size: 14px;
}
.title-2 {
  height: 45px;
  line-height: 45px;
}
.title-2 a h1 {
  font-size: 30px;
  color: #0c5aa8;
  font-weight: 700;
}
.title-2 a span {
  color: #0c5aa8;
  font-size: 14px;
}
.time-box {
  background-color: #fff;
  padding: 10px 40px 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: 80%;
}
.txt-box {
  flex-wrap: wrap;
}
.txt-box a {
  display: flex;
  align-items: center;
  width: 47%;
  background-color: #0c5aa8;
  opacity: 0.8;
  margin-top: 30px;
  height: 186px;
  padding: 0 30px;
  box-sizing: border-box;
}
.txt-box a:hover {
  background-color: #a41034;
}
.txt-box a h3 {
  color: #fff;
  font-size: 18px;
  line-height: 38px;
}
.two-item {
  flex-wrap: wrap;
}
.two-item a {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 31%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
}
.two-item a .time {
  width: 25%;
  text-align: center;
}
.two-item a .time h1 {
  font-size: 56px;
  font-weight: 700;
  color: #0c5aa8;
}
.two-item a .time span {
  color: #0c5aa8;
  font-weight: 700;
  font-size: 20px;
}
.two-item a h3 {
  width: 70%;
  font-size: 18px;
  line-height: 40px;
}
.left-img {
  background-color: #f5f9fc;
  box-sizing: border-box;
  padding: 20px;
  height: 230px;
}
.left-img a {
  display: flex;
  justify-content: space-between;
}
.left-img a img {
  border-radius: 5px;
  width: 35%;
  transition: 0.6s;
}
.left-img a img:hover {
  transform: scale(1.05);
}
.left-img a .txt {
  width: 60%;
}
.left-img a .txt h2 {
  font-size: 18px;
  font-weight: 700;
}
.left-img a .txt h3 {
  margin: 10px 0 20px;
  text-indent: 2rem;
  font-size: 16px;
  color: #666;
}
.img-box-2 {
  position: relative;
  height: 230px;
}
.img-box-2 span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.list ul li {
  height: 40px;
  line-height: 40px;
}
.list ul li a {
  display: flex;
  justify-content: space-between;
}
.list ul li a h1 {
  flex: 1;
  font-size: 16px;
}
.list ul li a span {
  margin-left: 20px;
  font-size: 14px;
  color: #999;
}
.list-dian ul li a h1 {
  padding-left: 20px;
  position: relative;
}
.list-dian ul li a h1:before {
  content: '';
  width: 5px;
  height: 5px;
  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: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
}
.left-img-2 a img {
  width: 30%;
}
.left-img-2 a .txt {
  height: 100%;
  width: 70%;
  background-color: #f5f9fc;
  box-sizing: border-box;
  padding: 20px;
}
.left-img-2 a .txt h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.left-img-2 a .txt span {
  color: #666;
}
.crumbs {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #0c5aa8;
}
.crumbs a,
.crumbs span {
  margin-right: 5px;
  font-size: 14px;
}
.list-list ul li {
  height: 50px;
  line-height: 50px;
  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 {
  width: 82%;
  font-size: 16px;
}
.list-list ul li a span {
  text-align: right;
  width: 15%;
  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,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #0c5aa8;
}
.con-tit h4 {
  font-size: 20px;
}
.con-info {
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.con-info span {
  color: #727272;
}
.con-txt p {
  font-size: 16px;
  line-height: 32px;
  text-indent: 2rem;
  margin-bottom: 10px;
}
.con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  justify-content: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.pian a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 10px;
}
.bg {
  padding: 30px 0 40px;
  background-color: #e9e9e9;
}
.box-1 {
  width: 48%;
}
.box-2 {
  width: 31%;
}
.box-3 {
  width: 66%;
}
.box-4 {
  width: 30%;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
.right .title-2 a h1 {
  font-size: 24px;
}
.right .img-box .item {
  width: 100%;
}
.right .two-item a {
  margin-top: 10px;
  width: 100%;
  padding: 0 10px;
}
.right .two-item a .time {
  width: 20%;
}
.right .two-item a .time h1 {
  font-size: 24px;
}
.right .two-item a .time span {
  font-size: 15px;
}
.right .two-item a h3 {
  width: 75%;
  line-height: 25px;
  font-size: 16px;
  -webkit-line-clamp: 2;
}
