a:hover {
  color: #2d76b8;
  text-decoration: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #2d76b8;
}
.advertising {
  width: 1200px;
}
.backtop {
  background: url(../img_pc/back-top.png) no-repeat;
  background-size: contain;
}
.flex_box {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 80px;
  padding: 25px 0;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.head .logo {
  width: 310px;
  height: 75px;
}
.head .logo img {
  width: 234px;
  height: 60px;
}
.head .search {
  text-align: center;
  overflow: hidden;
  align-self: flex-start;
}
.head .search form {
  display: flex;
  align-items: center;
  height: 30px;
  overflow: hidden;
  border: 1px solid #2d76b8;
}
.head .search form input {
  width: 250px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
}
.head .search form button {
  width: 60px;
  height: 100%;
  background: #2d76b8 url(../img_pc/search.png) no-repeat center;
  background-size: 40%;
  color: #ffffff;
  font-size: 14px;
}
.head .search #time {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
  text-align: left;
}
.nav {
  height: 55px;
  line-height: 55px;
  border-bottom: 2px solid #2d76b8;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  text-align: center;
  flex: 1;
  position: relative;
  overflow: initial;
}
.nav ul li::before {
  content: '';
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #1183ff;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.nav ul li:hover::before {
  content: '';
  height: 2px;
  width: 100%;
}
.nav ul li a {
  height: 25px;
  line-height: 25px;
  font-size: 16px;
}
.sliding_news {
  height: 40px;
  line-height: 40px;
  background: url(../img_pc/text-info.png) no-repeat center;
  background-size: 100% 100%;
  align-items: center;
}
.sliding_news .left_tit {
  width: 120px;
  margin-right: 10px;
  text-align: center;
}
.sliding_news .left_tit span a {
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 3px;
}
.sliding_news .text {
  overflow: hidden;
  padding-right: 10px;
  flex: 1;
}
.sliding_news .text ul li {
  float: left;
  padding-left: 12px;
  margin-right: 10px;
}
.sliding_news .text ul li a {
  font-size: 16px;
}
.top_text span {
  text-align: center;
  display: block;
  height: 50px;
}
.top_text span a {
  font-size: 24px;
  font-weight: 700;
  color: #2d76b8;
}
.top_text ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.top_text ul li {
  max-width: 35%;
  margin-right: 15px;
}
.top_text ul li a {
  font-size: 16px;
}
.top_text ul i {
  position: absolute;
  right: 0;
  font-style: italic;
}
.top_text ul i a {
  color: #2d76b8;
  font-size: 12px;
}
#swiper-1 {
  width: 660px;
  height: 430px;
  margin: 0;
}
#swiper-1 .swiper-slide span {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
}
#swiper-1 .swiper-slide span i {
  display: block;
  text-align: left;
  width: 70%;
  font-size: 14px;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d76b8;
}
.sele_tit {
  height: 50px;
  background-color: #f2f2f3;
  align-items: center;
}
.sele_tit span {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  flex: 1;
  text-align: center;
}
.sele_tit span.cur {
  border-top: 2px solid #1183ff;
  background-color: #fff;
}
.top_list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
  padding: 10px;
}
.top_list ul li {
  padding: 15px 5px 0;
  color: #515151;
  position: relative;
  white-space: normal;
}
.top_list ul li .flex_box {
  align-items: center;
}
.top_list ul li .flex_box::before {
  content: counter(top);
  counter-increment: top;
  text-align: center;
  font-size: 14px;
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-color: #999999;
}
.top_list ul li .flex_box span {
  display: block;
  margin-right: 20px;
  flex: 1;
}
.top_list ul li .flex_box span a {
  font-size: 20px;
}
.top_list ul li .flex_box i {
  font-size: 12px;
  color: #999;
}
.top_list ul li:nth-of-type(-n + 3) .flex_box::before {
  color: #fff;
  background-color: #333333;
}
.top_list ul li .notext2 {
  display: none;
  margin-top: 10px;
  line-height: 24px;
  text-indent: 2em;
}
.top_list ul li .notext2 a {
  color: #6c6c6c;
  font-size: 16px;
}
.top_list ul li.cur {
  padding: 5px;
  box-sizing: border-box;
  background-color: #fafafc;
}
.top_list ul li.cur .flex_box::before {
  color: #fff;
  background-color: #2d76b8;
}
.top_list ul li.cur span {
  color: #2d76b8;
}
.top_list ul li.cur span a {
  color: #2d76b8;
}
.top_list ul li.cur .notext2 {
  display: -webkit-box;
}
.sele_tit_2 {
  height: 40px;
  line-height: 40px;
  justify-content: flex-start;
  border-bottom: 1px solid #e7e7e7;
}
.sele_tit_2 span {
  width: 166px;
  font-size: 18px;
  text-align: center;
  font-family: '微软雅黑';
}
.sele_tit_2 span.cur {
  font-weight: 700;
  color: #217af0;
  border-bottom: 1px solid #217af0;
}
.time_box {
  flex-wrap: wrap;
}
.time_box .item {
  display: flex;
  justify-content: space-between;
  width: 32.5%;
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  align-items: center;
  transition: all 0.6s;
}
.time_box .item:hover {
  border: 1px solid #217af0;
}
.time_box .item:hover .time {
  background-color: #217af0;
}
.time_box .item:hover .notext3 a {
  color: #217af0;
}
.time_box .item:nth-of-type(-n + 3) {
  margin-bottom: 10px;
}
.time_box .item .time {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background-color: #969393;
  text-align: center;
}
.time_box .item .time span {
  font-size: 22px;
  color: #fff;
  line-height: 40px;
}
.time_box .item .time i {
  font-size: 16px;
  color: #fff;
}
.time_box .item .notext3 {
  flex: 1;
  overflow: hidden;
  line-height: 20px;
}
.time_box .item .notext3 a {
  font-size: 16px;
}
.title_left {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  border-left: 2px solid #2d76b8;
  align-items: center;
}
.title_left span a {
  font-size: 18px;
  color: #2d76b8;
  font-weight: 700;
}
.title_left i a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img_pc/more.png) no-repeat center;
  text-indent: -99999em;
}
.left_iig a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.left_iig a img {
  width: 165px;
  height: 110px;
  margin-right: 15px;
}
.left_iig a .txt {
  flex: 1;
  overflow: hidden;
}
.left_iig a .txt .notext2,
.left_iig a .txt .notext3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.left_iig a .txt .notext2 {
  margin-bottom: 10px;
  font-weight: 400;
}
.left_iig a .txt .flex_box {
  justify-content: flex-start;
}
.left_iig a .txt span,
.left_iig a .txt i {
  font-size: 14px;
  color: #666666;
}
.left_iig a .txt i {
  margin: 0 5px;
}
.ic_list ul li {
  height: 35px;
  line-height: 35px;
  position: relative;
  padding-left: 20px;
}
.ic_list ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.four_img_item {
  flex-wrap: wrap;
}
.four_img_item a {
  width: 48%;
}
.four_img_item a img {
  height: 100px;
}
.four_img_item a .notext2 {
  margin: 10px 0;
}
.first_list ul li:first-of-type {
  height: 58px;
  line-height: 25px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}
.first_list ul li:first-of-type::before {
  background-color: #2d76b8;
  top: 20%;
}
.first_list ul li:first-of-type a {
  font-weight: 700;
  color: #2d76b8;
}
.left_iig_2 a {
  display: flex;
  justify-content: space-between;
}
.left_iig_2 a img {
  width: 165px;
  height: 110px;
  margin-right: 15px;
}
.left_iig_2 a .txt {
  flex: 1;
  overflow: hidden;
}
.left_iig_2 a .txt span {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.left_iig_2 a .txt .notext3 {
  font-size: 14px;
}
.top_list_2 {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top_list_2 ul li {
  padding-left: 35px;
  line-height: 43px;
  color: #515151;
  position: relative;
}
.top_list_2 ul li a {
  font-size: 16px;
}
.top_list_2 ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #efefef;
}
.top_list_2 ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #2d76b8;
}
.crumbs {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e3e3e3;
}
.crumbs a,
.crumbs i {
  font-size: 15px;
  margin-right: 5px;
}
.time_list ul li {
  white-space: normal;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.time_list .item {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
  align-items: center;
}
.time_list .item .time {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-color: #2d76b8;
  text-align: center;
  font-family: 'microsoft yahei';
  text-shadow: 1px 1px 1px #fff;
}
.time_list .item .time span {
  font-size: 24px;
  color: #fff;
  line-height: 46px;
}
.time_list .item .time i {
  font-size: 14px;
  color: #fff;
}
.time_list .item .txt {
  flex: 1;
  overflow: hidden;
}
.time_list .item .txt span {
  display: block;
}
.time_list .item .txt span a {
  font-size: 18px;
}
.time_list .item .txt .notext2 {
  text-indent: 2em;
  margin-top: 10px;
  line-height: 20px;
}
.time_list .item .txt .notext2 a {
  color: #000;
  font-size: 14px;
}
.paging {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}
.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;
  border-radius: 5px;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  color: #fff;
  background-color: #2d76b8;
}
.two_left_iig {
  flex-wrap: wrap;
}
.two_left_iig a {
  width: 48%;
}
.tbfy span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
}
.tbfy span:hover {
  background-color: #2d76b8;
}
.tbfy span:hover a {
  color: #fff;
}
.con_tit h4 {
  font-size: 36px;
  font-weight: 400;
}
.con_info {
  text-align: center;
  border-bottom: 4px solid #0068b7;
  height: 35px;
  line-height: 35px;
}
.con_info span {
  margin-right: 20px;
  font-size: 14px;
}
.con_txt p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 16px;
  text-indent: 2rem;
  text-align: justify;
}
.con_txt p span {
  display: inline !important;
}
.con_txt 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;
}
.box_1 {
  width: 520px;
  border: 1px solid #e5e5e5;
}
.box_2 {
  width: 32%;
}
.left_con {
  width: 67%;
}
.right {
  width: 30%;
}
.right .top_list ul .cur {
  border: 1px solid #e3e3e3;
}
