<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:visited {
  color: #515151;
}
.bg {
  background-color: #f4f4f4;
}
.head {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  width: 190px;
  /*height: 50px;*/
}
.head .logo img {
  width: 100%;
 /* height: 100%;*/
}
.head .nav {
  width: 620px;
}
.head .nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.head .nav ul li {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.head .nav ul li a {
  color: #000;
  font-size: 20px;
}
.head .nav ul li:hover a {
  color: #d70400;
}
.head .search {
  text-align: center;
}
.head .search form {
  margin-top: 10px;
  display: flex;
  border: 1px solid #eee;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.head .search form input {
  height: 30px;
  padding-left: 20px;
}
.head .search form button {
  width: 40px;
  height: 25px;
  background: url(http://www.chaoshi.rexun.cn/static/img/search.png) no-repeat center;
  background-size: 50%;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.tit {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #d70400;
}
.tit h1 {
  color: #d70400;
  font-size: 40px;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.tit ul {
  width: 50%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 20px 30px;
}
.tit ul li {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  margin-right: 20px;
  position: relative;
}
.tit ul li a {
  color: #666;
}
.tit ul li a:hover {
  color: #d70400;
}
.tit ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #cbdef6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tit .more {
  position: absolute;
  bottom: 20px;
  right: 0;
  color: #d70400;
}
.four-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d70400;
}
.four-img .img-box {
  margin: 20px 0 10px 0;
  width: 24%;
}
.four-img .img-box a img {
  border-radius: 20px;
  width: 100%;
  height: 170px;
}
.four-img .img-box a span {
  width: 100%;
  display: block;
  margin: 10px 0;
  text-align: center;
}
.four-img .img-box:hover span {
  color: #d70400;
}
.item {
  width: 48%;
}
.item .title a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.item .title a h1 {
  padding-left: 15px;
  margin-right: 15px;
  line-height: 40px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  position: relative;
  overflow: initial;
}
.item .title a h1:before,
.item .title a h1:after {
  content: '';
  width: 5px;
  height: 30px;
  background-color: #3867c8;
  position: absolute;
  left: 0;
  top: 5px;
}
.item .title a h1:after {
  border-top: 2px solid #fff;
  height: 10px;
  background-color: #79a4ff;
  top: 25px;
}
.item .title a span {
  display: flex;
  align-items: center;
  width: 80%;
  height: 25px;
  background: url(http://www.chaoshi.rexun.cn/static/img/more.jpg) no-repeat right;
}
.item .title a span:before {
  content: '';
  width: 90%;
  height: 1px;
  background-color: #ccc;
}
.item .red a h1 {
  color: #dd0101;
}
.item .red a h1:before {
  background-color: #dd0000;
}
.item .red a h1:after {
  background-color: #fe7e7e;
}
.item .list ul {
  padding-left: 20px;
}
.item .list ul li {
  line-height: 40px;
}
.item .list ul li:hover a {
  color: #3867c8 !important;
}
.item .list ul li:nth-child(5n + 1) a {
  color: #3867c8;
  font-weight: bold;
}
.item .nocolor ul li:nth-child(5n + 1) a {
  color: #515151;
  font-weight: normal;
}
.item .oncolor ul li:first-of-type a {
  color: #3867c8;
  font-weight: 700;
}
.item .text-box {
  border-bottom: 1px dashed #666;
}
.item .text-box a h1 {
  font-weight: 700;
  text-align: center;
  color: #000;
}
.item .text-box a h1:hover {
  color: #d70400;
}
.item .text-box a h2 {
  font-size: 16px;
  text-indent: 2rem;
  color: #666;
  margin: 10px 0 20px 0;
}
.item .img-list ul {
  border-left: 1px solid #eee;
  padding-left: 20px;
}
.item .img-list ul li {
  overflow: initial;
  margin-bottom: 20px;
  position: relative;
}
.item .img-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item .img-list ul li a img {
  width: 200px;
  height: 120px;
}
.item .img-list ul li a .text {
  margin-left: 20px;
  width: 100%;
}
.item .img-list ul li a .text h3 {
  white-space: normal;
  margin-top: 10px;
  font-size: 16px;
}
.item .img-list ul li a .text h3:hover {
  color: #d70400;
}
.item .img-list ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  background-color: #ff962f;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
.item .img-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.item .img-box ul li {
  width: 49%;
  overflow: initial;
}
.item .img-box ul li a img {
  width: 100%;
  height: 120px;
}
.item .img-box ul li a h2 {
  white-space: normal;
  font-size: 16px;
  text-indent: 2rem;
  margin: 10px;
}
.item .img-box ul li a h2:hover {
  color: #d70400;
}
.item .top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.item .top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;
}
.item .top-list ul li:hover a {
  color: #3867c8;
}
.item .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;
}
.item .top-list ul li:nth-child(-n + 3)::before {
  color: #d70400;
}
.item .lesetit {
  display: flex;
  justify-content: space-between;
}
.item .lesetit .cur {
  border-bottom: 5px solid #CED9F2;
}
.item .lesetit .cur:before {
  background-color: #3867c8;
}
.item .lesetit a {
  display: block;
  position: relative;
  width: 30%;
  text-align: center;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 5px solid #eee;
}
.item .lesetit a:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.item .lesecon {
  height: 372px;
}
.item .lesetit-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.item .lesetit-2 a {
  color: #000;
  position: relative;
  font-size: 20px;
}
.item .lesetit-2 a:nth-child(-n + 2):after {
  content: '|';
  position: absolute;
  right: -30px;
}
.item .lesetit-2 .cur {
  color: #3867c8;
}
.item .left-img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item .left-img a img {
  width: 48%;
}
.item .left-img a h3 {
  width: 45%;
}
.item .lese-item ul {
  padding-left: 0;
}
.item .big-img a {
  width: 100%;
  display: block;
  position: relative;
}
.item .big-img a img {
  width: 100%;
  height: 250px;
}
.item .big-img a h1 {
  height: 60px;
  line-height: 60px;
}
.item .title-2 a {
  display: flex;
  justify-content: flex-end;
  background-color: #fbe5e7;
  height: 30px;
  position: relative;
}
.item .title-2 a h1 {
  position: absolute;
  left: 20px;
  top: -22px;
  color: #dc0000;
  font-size: 30px;
  font-weight: 700;
  font-family: SimSun;
}
.item .title-2 a span {
  display: block;
  width: 50px;
  height: 30px;
  background: url(http://www.chaoshi.rexun.cn/static/img/right.png) no-repeat center;
  background-size: 100%;
}
.content {
  display: flex;
  justify-content: space-between;
}
.content .left {
  width: 840px;
}
.content .left .fouce {
  height: 450px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.content .left .fouce #swiper-1 {
  height: 100%;
  margin: 0;
}
.content .left .fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .left .fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  position: relative;
  width: 100%;
  height: 100%;
}
.content .left .fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  left: 0;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: left;
}
.content .left .fouce #swiper-1 .swiper-wrapper .swiper-slide a span h1 {
  font-weight: normal;
  font-size: 20px;
  float: left;
  width: 80%;
}
.content .left .fouce #swiper-1 .swiper-button-prev,
.content .left .fouce #swiper-1 .swiper-button-next {
  background-size: 30%;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 60px;
}
.content .left .fouce #swiper-1 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eee'%2F%3E%3C%2Fsvg%3E");
}
.content .left .fouce #swiper-1 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eee'%2F%3E%3C%2Fsvg%3E");
}
.content .left .fouce #swiper-1 .swiper-button-prev:hover,
.content .left .fouce #swiper-1 .swiper-button-next:hover {
  opacity: 1;
}
.content .left .fouce #swiper-1 .swiper-pagination {
  left: auto;
  right: 20px;
  text-align: right;
}
.content .left .fouce #swiper-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 0.8;
}
.content .left .fouce #swiper-1 .swiper-pagination-bullet-active {
  background-color: #5472bf;
}
.content .left .news-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .left .paging {
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .left .paging a,
.content .left .paging span {
  font-size: 20px;
  color: #000;
  display: block;
  margin: 0 20px;
}
.content .left .paging a:hover,
.content .left .paging span:hover,
.content .left .paging .hover {
  font-size: 20px;
  color: #d70400;
  border-bottom: 1px solid;
}
.content .left .con .con-tit h4 {
  font-size: 35px;
  line-height: 1.4;
  padding: 0 60px;
  font-weight: bold;
 /* text-align: center;*/
}
.content .left .con .con-info {
  color: #555555;
  text-align: center;
  padding: 40px 0;
}
.content .left .con .con-info span {
  font-size: 16px;
  margin-right: 20px;
}
.content .left .con .con-info .social-share-icon {
  border: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  margin-right: 10px;
}
.content .left .con .con-text p {
  font-size: 18px;
  line-height: 34px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.content .left .con .con-text a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.content .left .pian {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.content .left .pian a {
  font-size: 20px;
  padding: 10px;
  border-bottom: 2px solid #d70400;
}
.content .right {
  width: 400px;
  position: sticky;
  top: 0;
  height: 100%;
}
.content .right .item {
  width: 100%;
}
.content .right .border {
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 30px;
}
.content .right .bgred {
  background-color: #fff9fa;
}
.content .right .bgred .list {
  padding: 0 10px;
}
.content .right .bgred .oncolor ul li:first-of-type a {
  color: #d70400;
  font-weight: 700;
}
.content .right .bgred .oncolor ul li:hover a {
  color: red !important;
}
.content .right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.content .right .advertising img {
  width: 100%;
  height: 100%;
}
.content .right .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.one .item {
  width: 100%;
}
.one .item .title a span {
  width: 93%;
}
.one .item .title a span:before {
  width: 96%;
}
.one .item .three {
  display: flex;
  justify-content: space-between;
}
.one .item .three .box {
  width: 31%;
}
.one .item .three .box a {
  display: block;
  margin-bottom: 10px;
}
.one .item .three .box a h2 {
  color: #3867c8;
  line-height: 33px;
  height: 60px;
}
.one .item .three .box a h3 {
  text-indent: 2rem;
  font-size: 16px;
  margin-top: 10px;
}
.one .item .three .box .big-img a img {
  height: 100%;
}
.one .item .three .box .list a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mian {
  border-bottom: 1px solid #3867c8;
  height: 50px;
  line-height: 50px;
}
.mian a {
  font-size: 20px;
  font-weight: 700;
  color: #7d7d7d;
}
.list-ll {
  border-right: 1px solid #eee;
  padding-right: 40px;
}
.list-ll ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}
.list-ll ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-ll ul li a p {
  width: 80%;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.list-ll ul li a p:hover {
  color: #d70400;
}
.list-ll ul li a span {
  color: #3867c8;
}
</pre></body></html>