<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover {
  color: #1c3a6e;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #f1f1f1;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #1c3a6e;
}
.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 {
  height: 80px;
  padding: 10px 0;
  background-color: #fff;
  border-bottom: 1px solid #1c3a6e;
}
.head .flex {
  height: 80px;
  align-items: center;
}
.head .logo {
  width: 200px;
  height: 43px;
}
.head .search {
  text-align: center;
  border: 1px solid #1c3a6e;
  overflow: hidden;
  height: 40px;
}
.head .search form {
  display: flex;
  align-items: center;
  height: 40px;
  overflow: hidden;
}
.head .search form input {
  width: 250px;
  padding-left: 20px;
  font-size: 16px;
}
.head .search form button {
  width: 60px;
  height: 100%;
  background: #1c3a6e url(../img/search.png) no-repeat center;
  background-size: 50%;
  transition: 0.5s all;
}
.nav {
  background-color: #1c3a6e;
  height: 65px;
  line-height: 65px;
  box-shadow: 0 2px 20px #d5d5d5;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav ul li {
  height: 65px;
  text-align: center;
  flex: 1;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.fouce {
  width: 350px;
  height: 250px;
}
.fouce .swiper-slide img {
  height: 250px;
}
.fouce .swiper-slide span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.fouce .swiper-pagination {
  bottom: 40px;
  width: 25%;
  height: 20px;
  line-height: 20px;
  margin: 0 auto;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  transform: translateX(-50%);
}
.fouce .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.fouce .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fe6500;
}
.pad {
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.box-1-1 {
  width: 515px;
}
.title-1 {
  border-bottom: 3px solid #e3e3e3;
  height: 45px;
  line-height: 45px;
}
.title-1 span {
  border-bottom: 3px solid #1c3a6e;
  padding: 0 15px 11px;
  font-size: 18px;
  font-weight: 700;
}
.title-1 i {
  font-size: 12px;
  color: #3e3e3e;
}
.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: 80%;
  font-size: 14px;
}
.time-list ul li a i {
  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;
  justify-content: flex-start;
}
.title-2 span {
  line-height: 45px;
  box-sizing: border-box;
  height: 45px;
  padding: 0 10px;
  font-size: 18px;
  margin-right: 17px;
  transition: all 0.4s;
  border-bottom: 3px solid #e3e3e3;
}
.title-2 span:hover,
.title-2 .cur {
  font-weight: 700;
  color: #1c3a6e;
  border-bottom: 3px solid #1c3a6e;
}
.box-1 {
  width: 882px;
}
.box-2 {
  width: 297px;
}
.list-bg {
  background-color: #f9f9f9;
}
.list-bg ul {
  padding: 10px 0;
}
.list-bg ul li {
  margin: 0 30px;
  padding-left: 30px;
  background: url(../img/list.jpg) no-repeat 12px center;
  height: 37px;
  line-height: 37px;
  border-bottom: #e0e0e0 1px dashed;
}
.list-bg ul li a {
  display: flex;
  justify-content: space-between;
}
.list-bg ul li a span {
  width: 85%;
  font-size: 14px;
}
.list-bg ul li a i {
  font-size: 14px;
  color: #aaaaaa;
}
.list-bg .more {
  padding-left: 60px;
  height: 37px;
  line-height: 37px;
  padding-bottom: 10px;
}
.list-bg .more a {
  color: #06c;
  font-size: 14px;
}
.box-3 {
  width: 49%;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.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;
}
.box-4 {
  background-color: #fff;
  padding: 10px;
}
.txt-box {
  flex-wrap: wrap;
}
.txt-box a {
  margin-top: 20px;
  width: 30%;
  padding-left: 10px;
  background: url(../img/left.png) no-repeat 0 5px;
}
.txt-box a h2 {
  font-size: 16px;
}
.txt-box a h2:hover {
  color: #1c3a6e;
}
.txt-box a h3 {
  margin: 10px 0 5px 0;
  font-size: 14px;
  text-indent: 1rem;
  color: #7c7c7c;
}
.txt-box a span {
  font-size: 14px;
}
.title-3 {
  border-left: 5px solid #1c3a6e;
  height: 28px;
  line-height: 28px;
}
.title-3 span {
  font-size: 18px;
  padding-left: 13px;
}
.title-3 i {
  font-size: 12px;
}
.time-list-2 ul li {
  white-space: normal;
}
.time-list-2 ul li a h2 {
  font-size: 14px;
  margin: 5px 0;
}
.time-list-2 ul li a span {
  font-size: 14px;
  text-align: right;
  display: block;
  color: #999999;
}
.show-img {
  flex-wrap: wrap;
}
.show-img a {
  display: block;
  width: 48%;
  height: 114px;
  margin-top: 15px;
  position: relative;
  transition: 0.6s;
}
.show-img a .txt {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1c3a6e;
  padding: 15px 10px;
  box-sizing: border-box;
  transition: 0.6s;
}
.show-img a .txt span {
  font-size: 14px;
  color: #fff;
  white-space: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  cursor: pointer;
  font-weight: normal;
}
.show-img a:hover .txt {
  display: block;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  padding-left: 35px;
  line-height: 32px;
  color: #515151;
  position: relative;
}
.top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #efefef;
}
.top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #1c3a6e;
}
.l-img-txt a {
  display: flex;
  justify-content: space-between;
}
.l-img-txt a img {
  width: 35%;
  height: 102px;
}
.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: #1c3a6e;
}
.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: 130px;
}
.img-box span {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-size: 16px;
}
.crumbs {
  height: 60px;
  line-height: 60px;
}
.crumbs a {
  font-size: 14px;
  margin-right: 5px;
}
.pad-2 {
  padding: 27px;
  background-color: #fff;
  box-sizing: border-box;
}
.list-list ul li {
  white-space: normal;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 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: 80px;
  margin-right: 20px;
}
.list-list ul li a .time span {
  text-align: center;
  line-height: 49px;
  color: #3d6bb7;
  font-size: 28px;
}
.list-list ul li a .time i {
  display: block;
  width: 81px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  color: #3d6bb7;
  font-size: 18px;
}
.list-list ul li a .txt {
  border-left: 1px solid #dfdfdf;
  padding-left: 20px;
  height: 80px;
  flex: 1;
  overflow: hidden;
}
.list-list ul li a .txt h2 {
  flex: 1;
  font-size: 18px;
}
.paging {
  margin: 30px 0 10px;
  width: 100%;
  justify-content: center;
}
.paging a,
.paging span {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  margin-right: 20px;
  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: 24px;
  font-weight: 400;
}
.con-info {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
}
.con-info span {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
}
.con-txt p {
  text-indent: 2em;
  font-size: 17px;
  line-height: 31px;
  margin-bottom: 5px;
}
.con-txt a img ,.con-txt img {
  max-width: 600px;
  display: flex;
  margin: 20px auto;
}
.con-txt .keywords {
  justify-content: center;
}
.con-txt .keywords span,
.con-txt .keywords a {
  font-size: 15px;
}
.con-txt .keywords a {
  margin-right: 20px;
}
.pian a {
  display: block;
  width: 106px;
  height: 38px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 38px;
  float: left;
  margin-right: 5px;
}
.keywords {
  justify-content: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.left {
  width: 67%;
}
.right {
  width: 30%;
}
.box-5 {
  width: 38%;
}
.box-6 {
  width: 23%;
}
.box-7 {
  width: 34%;
}
</pre></body></html>