/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #d70000;
  text-decoration: underline;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #013d83;
}
.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: 100px;
  align-items: center;
}
.head .logo {
  width: 180px;
  height: 32px;
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 10px;
  overflow: hidden;
}
.head .search form {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 40px;
  overflow: hidden;
}
.head .search form input {
  padding-left: 20px;
  font-size: 20px;
}
.head .search form button {
  width: 50px;
  height: 100%;
  background: url(http://www.zaobao.rexun.cn/static/img/search.png) no-repeat center;
  background-size: 60%;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav {
  background-color: #013d83;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.nav ul li a {
  font-size: 16px;
  color: #fff;
}
.big-tit {
  height: 80px;
  text-align: center;
}
.big-tit .tit {
  height: 100%;
  width: 33px;
  float: left;
}
.big-tit .tit a {
  height: 100%;
  display: block;
  width: 33px;
  font-size: 28px;
  color: #fff;
  background-color: #db000e;
  box-sizing: border-box;
  text-align: center;
}
.big-tit .c-tit a h1 {
  font-size: 38px;
  font-weight: 700;
  color: #003d82;
}
.big-tit .c-tit a h1:hover {
  color: #d70000;
}
.img-fouce {
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.img-fouce .tit {
  width: 5%;
  text-align: center;
  position: relative;
  background-color: #003d82;
}
.img-fouce .tit a {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  color: #fff;
}
.img-fouce .ovh {
  padding: 20px 60px;
  box-sizing: border-box;
  position: relative;
  width: 96%;
  background-color: #f2f2f2;
}
.img-fouce #swiper-2 {
  overflow: hidden;
  width: 1000px;
}
.img-fouce #swiper-2 .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  height: 190px;
  width: 100%;
}
.img-fouce #swiper-2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 83%;
}
.img-fouce #swiper-2 .swiper-wrapper .swiper-slide a h1 {
  margin-top: 10px;
  font-size: 15px;
}
.img-fouce #swiper-2 .swiper-button-prev {
  left: 25px;
}
.img-fouce #swiper-2 .swiper-button-next {
  right: 25px;
}
.box #swiper-1 {
  height: 440px;
  position: relative;
}
.box #swiper-1 .swiper-wrapper .swiper-slide span {
  height: 50px;
  line-height: 50px;
}
.box #swiper-1 .swiper-wrapper .swiper-slide span h1 {
  width: 70%;
  text-align: left;
  font-size: 20px;
}
.box #swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
.box #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  color: #000;
  background-color: #fff;
  width: 11px;
  height: 11px;
  line-height: 20px;
  text-align: center;
}
.box #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e21414;
}
.box .list ul li {
  height: 28px;
  line-height: 28px;
}
.box .list ul li a {
  font-size: 15px;
}
.box .list-four ul li:nth-of-type(4n -4) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}
.box .list-four ul li:last-of-type {
  margin: 0;
}
.box .title {
  height: 36px;
  line-height: 36px;
  border-bottom: 3px solid #565656;
}
.box .title a {
  display: flex;
  justify-content: space-between;
}
.box .title a:hover {
  text-decoration: none;
}
.box .title a h1 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 3px solid #567fac;
  position: relative;
  overflow: inherit;
}
.box .title a h1::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 3px solid #648bb6;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  right: -10px;
}
.box .title a span {
  font-size: 14px;
  color: #888;
}
.box .time-list ul li {
  white-space: normal;
}
.box .time-list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box .time-list ul li a:hover {
  text-decoration: none;
}
.box .time-list ul li a span {
  width: 15%;
  font-weight: 700;
  color: #999;
  text-align: center;
}
.box .time-list ul li a .txt {
  border-left: 1px solid #ccc;
  width: 75%;
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  margin-left: 10px;
}
.box .time-list ul li a .txt:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #9f9f9f;
  box-shadow: 0px 0px 8px #000;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.box .time-list ul li a .txt h1 {
  font-size: 15px;
}
.box .time-list ul li a .txt i {
  font-size: 14px;
  color: #999;
}
.box .time-list ul li a:hover span {
  color: #d70000;
}
.box .time-list ul li a:hover .txt:before {
  background-color: #d70000;
}
.box .left-img-box {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}
.box .left-img-box a {
  display: flex;
  justify-content: space-between;
}
.box .left-img-box a img {
  width: 30%;
}
.box .left-img-box a .txt {
  width: 65%;
}
.box .left-img-box a .txt h1 {
  font-size: 15px;
  font-weight: 700;
}
.box .left-img-box a .txt h2 {
  margin-top: 10px;
  font-size: 14px;
  color: #888;
  text-indent: 1rem;
}
.box .list-dian ul li {
  padding-left: 20px;
  position: relative;
}
.box .list-dian ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #bababa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .title-2 {
  line-height: 33px;
}
.box .title-2 a {
  font-size: 22px;
  display: block;
}
.box .title-2 a span {
  font-size: 14px;
  color: #888;
  float: right;
}
.box .img-box {
  height: 225px;
}
.box .img-box a {
  display: block;
  position: relative;
}
.box .img-box a .text-show {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.8);
}
.box .left-img-box-2 {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
.box .left-img-box-2 a .big h1 {
  font-size: 15px;
}
.box .left-img-box-2 a .txt {
  align-items: center;
}
.box .left-img-box-2 a .txt img {
  width: 30%;
  height: 80px;
}
.box .left-img-box-2 a .txt h3 {
  width: 65%;
  font-size: 14px;
  color: #888;
}
.box .img-list ul .cur a img {
  display: block;
}
.box .img-list ul .cur a .txt .text {
  border-left: 1px dotted #ccc;
}
.box .img-list ul .cur a .txt .text h2 {
  display: -webkit-box;
}
.box .img-list ul li {
  margin-top: 10px;
  white-space: normal;
  transition: all 0.6s;
}
.box .img-list ul li a {
  text-decoration: none;
}
.box .img-list ul li a img {
  display: none;
  height: 165px;
}
.box .img-box a img {
  height: 220px;
}
.box .img-list ul li a .txt {
  display: flex;
  justify-content: space-between;
}
.box .img-list ul li a .txt span {
  width: 20%;
  text-align: center;
  height: 20%;
  margin-right: 20px;
  color: #fff;
  background-color: #d70000;
}
.box .img-list ul li a .txt .text {
  width: 70%;
  padding-left: 20px;
  border: none;
}
.box .img-list ul li a .txt .text h1 {
  font-size: 15px;
  font-weight: 700;
}
.box .img-list ul li a .txt .text h2 {
  display: none;
  color: #888;
  margin-top: 5px;
  font-size: 14px;
}
.box .img-list ul li a:hover h2 {
  text-decoration: none !important;
}
.box .title-3 {
  line-height: 46px;
  border-top: 1px solid #ccc;
}
.box .title-3 a {
  font-size: 22px;
  display: block;
}
.box .title-3 a span {
  font-size: 14px;
  color: #888;
  float: right;
}
.box .list-img ul li {
  padding-left: 40px;
  position: relative;
}
.box .list-img ul li:before {
  content: '';
  width: 28px;
  height: 20px;
  background: url(http://www.zaobao.rexun.cn/static/img/info.jpg) no-repeat center;
  background-size: 80%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box .list-img-box {
  padding: 20px;
  border: 1px solid #ccc;
  position: relative;
}
.box .list-img-box .title-4 {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100px;
  height: 25px;
  text-align: center;
}
.box .list-img-box .title-4:before,
.box .list-img-box .title-4:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.box .list-img-box .title-4:before {
  left: 0;
}
.box .list-img-box .title-4:after {
  right: 0;
}
.box .list-img-box .title-4 a {
  font-weight: 700;
  color: #42c7ff;
  font-size: 20px;
}
.box .list-img-box ul {
  margin-top: 10px;
}
.box .list-img-box ul li {
  margin-top: 10px;
  white-space: normal;
}
.box .list-img-box ul li:hover {
  background-color: #ebebeb;
}
.box .list-img-box ul li .left-img-box {
  padding: 0;
  border: 0;
}
.box .list-img-box ul li .left-img-box a:hover {
  text-decoration: none;
}
.box .list-img-box ul li .left-img-box img {
  height: 75px;
}
.box .crumbs {
  border-bottom: 3px solid #c00303;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.box .crumbs a {
  font-weight: 700;
  margin-right: 5px;
  font-size: 18px;
}
.box .list-list ul li {
  white-space: normal;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.box .list-list ul li a {
  display: block;
  text-decoration: none;
}
.box .list-list ul li a h2 {
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  color: #004276;
  font-weight: 700;
}
.box .list-list ul li a h3 {
  font-size: 13px;
  margin: 10px 0;
  color: #333;
}
.box .list-list ul li a span {
  font-size: 12px;
  margin-right: 20px;
  color: #888;
}
.box .paging {
  justify-content: center;
}
.box .paging a,
.box .paging span {
  font-size: 14px;
  margin-right: 10px;
  padding: 0 4px;
  color: #0a5491;
}
.box .paging .hover {
  color: #f00;
}
.box .paging .hover::before,
.box .paging span::before {
  content: '[';
}
.box .paging .hover::after,
.box .paging span::after {
  content: ']';
}
.box .con-tit h4 {
  font-size: 26px;
  padding-top: 30px;
  font-weight: 400;
}
.box .con-info span {
  margin-right: 20px;
  color: #666;
}
.box .con-txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
  text-align: justify;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  text-align: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 14px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .pian {
  position: relative;
}
.box .pian #share {
  position: absolute;
  right: 0;
  bottom: 0;
}
.box .pian #share a {
  display: inline-block;
}
.box .pian a {
  display: block;
  margin-top: 10px;
}
.box .pian a h1 {
  font-size: 16px;
}
.box-3,
.box-1 {
  width: 420px;
}
.box-6,
.box-2 {
  width: 740px;
}
.box-4 {
  width: 330px;
}
.box-5 {
  width: 370px;
}
