/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #c00;
  text-decoration: underline;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #e00011;
}
.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;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
}
.head .logo img {
  width: 100%;
  height: 100%;
}
.head .search {
  text-align: center;
  border: 1px solid #e00011;
}
.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.chuangtou.rexun.cn/static/img/search.png) no-repeat center;
  background-size: 50%;
  background-color: #e00011;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav {
  background-color: #e00011;
  height: 50px;
}
.nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.nav ul li {
  line-height: 50px;
  padding: 0 10px;
}
.nav ul li a {
  color: #fff;
  font-size: 16px;
}
.nav ul li a:hover {
  text-decoration: none;
}
.big-tit {
  text-align: center;
}
.big-tit h1 {
  font-size: 36px;
  font-family: '微软雅黑', 'Microsoft YaHei';
  line-height: 42px;
  font-weight: 700;
}
.fouce {
  overflow: hidden;
  width: 800px;
  height: 500px;
}
.fouce #swiper-1 {
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  height: 100%;
  position: relative;
  display: block;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide a span {
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 500;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: left;
  color: #fff;
  font-size: 24px;
  left: 40px;
  bottom: 5px;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-current {
  font-size: 38px;
  color: #e71f18;
}
.fouce #swiper-1 .swiper-button-white {
  bottom: 20px;
  top: auto;
  height: 25px;
}
.two-list {
  width: 375px;
}
.two-list ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  background: url(http://www.chuangtou.rexun.cn/static/img/dot.png) no-repeat center left;
}
.two-list ul li a {
  font-size: 16px;
}
.two-list ul li:nth-child(6),
.two-list ul li:first-of-type {
  height: 50px;
  background: none;
  padding-left: 0;
  font-weight: 700;
}
.two-list ul li:nth-child(6) a,
.two-list ul li:first-of-type a {
  font-size: 20px;
}
.two-list ul li:nth-child(6) {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.title a {
  color: #c82a23;
  font-size: 28px;
  font-weight: 700;
  padding-left: 10px;
  border-left: 10px solid;
}
.fouce-txt #swiper-2 .swiper-wrapper .swiper-slide {
  background-color: #fafafa;
}
.fouce-txt #swiper-2 .swiper-wrapper .swiper-slide a img {
  height: 200px;
}
.fouce-txt #swiper-2 .swiper-wrapper .swiper-slide a h2 {
  margin: 20px;
  font-size: 16px;
}
.bg {
  background-color: #f9f9f9;
}
.box .big {
  background-color: #fff;
  height: 375px;
  padding: 20px;
}
.box .big .img-list {
  width: 45%;
}
.box .big .img-list a {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  margin-top: 26px;
}
.box .big .img-list a img {
  width: 37%;
  height: 90px;
}
.box .big .img-list a .txt {
  width: 55%;
}
.box .big .img-list a .txt h2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.box .big .img-list a .txt span {
  background-color: #da8b49;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  border-radius: 10px;
}
.box .title-2 a {
  font-size: 28px;
  font-weight: 700;
}
.box .bg-list {
  background: url(http://www.chuangtou.rexun.cn/static/img/box-2-bg.png) no-repeat top center;
  padding: 30px 20px 0 20px;
  height: 389px;
}
.box .bg-list ul li {
  border-bottom: 1px dashed #e4e4e3;
  padding: 7px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 36px;
}
.box .img-box {
  background-color: #f9f9f9;
}
.box .img-box a {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  margin-top: 20px;
}
.box .img-box a img {
  width: 39%;
  height: 250px;
}
.box .img-box a .txt {
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
}
.box .img-box a .txt h1 {
  font-size: 24px;
  padding: 16px 0;
  font-weight: 700;
}
.box .img-box a .txt h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 30px;
  color: #5e5e5e;
  text-indent: 2rem;
}
.box .img-box a .txt span {
  float: right;
  background-color: #e8e8ea;
  font-size: 14px;
  color: #5e5e5e;
  padding: 8px;
  border-radius: 10px;
}
.box .img-box a .txt span:hover {
  background-color: #ccc;
}
.box .h-list {
  background-color: #f9f9f9;
  padding: 20px;
}
.box .h-list ul li {
  font-size: 16px;
  line-height: 36px;
  padding: 4px 0;
}
.txt-list {
  width: 45%;
}
.txt-list ul li {
  height: 45px;
  line-height: 45px;
}
.txt-list ul li a {
  font-size: 16px;
}
.two a {
  width: 31%;
  background-color: #fff;
}
.two a img {
  height: 210px;
}
.two a span {
  display: block;
  padding: 10px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
}
.tit-box {
  width: 31%;
  background-color: #fff;
}
.tit-box .txt-list {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.title-3 {
  background: url(http://www.chuangtou.rexun.cn/static/img/tit-bg.png) no-repeat;
  height: 35px;
  line-height: 35px;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
}
.title-3 a {
  color: #fff;
  font-size: 20px;
}
.box-1 {
  width: 770px;
}
.box-2 {
  width: 390px;
}
.box-3 {
  width: 65%;
}
.box-4 {
  width: 30%;
}
.last-box {
  width: 31%;
}
.last-box .img-box {
  margin-top: 10px;
}
.last-box .img-box a {
  display: block;
  position: relative;
  height: 220px;
}
.last-box .img-box a span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.last-box ul {
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
}
.last-box ul li {
  height: 44px;
  line-height: 44px;
}
.last-box ul li a {
  font-size: 16px;
}
.crumbs {
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #ececec;
}
.crumbs a {
  margin-right: 10px;
  font-size: 14px;
}
.left {
  width: 67%;
}
.left .list-list ul li {
  height: 36px;
  line-height: 36px;
}
.left .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.left .list-list ul li a h1 {
  width: 80%;
  font-size: 16px;
  padding-left: 10px;
  background: url(http://www.chuangtou.rexun.cn/static/img/dot.png) no-repeat center left;
}
.left .list-list ul li a span {
  text-align: right;
  width: 20%;
  color: #999;
}
.left .list-list ul li:nth-child(10n-10) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.right {
  width: 30%;
}
.right .bg-list-2 {
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  padding: 30px 20px 10px 20px;
}
.right .bg-list-2 .title-4 a h1 {
  font-size: 24px;
  font-weight: 700;
}
.right .bg-list-2 ul li {
  border-bottom: 1px dashed #e4e4e3;
  padding: 7px 0;
  padding-left: 20px;
  font-size: 16px;
  line-height: 36px;
}
.paging {
  margin: 30px 0 10px;
  width: 100%;
  justify-content: center;
}
.paging a,
.paging span {
  display: block;
  font-size: 16px;
  padding: 8px 15px;
  margin-right: 20px;
  border: #dddad2 1px solid;
  background-color: #f7f6f3;
}
.paging .hover,
.paging a:hover,
.paging span:hover {
  background-color: #cc3333;
  color: #fff;
}
.con-tit h4 {
  font-size: 38px;
  font-weight: 500;
  line-height: 46px;
  margin: 5px auto 15px auto;
}
.con-info span {
  font-size: 16px;
  margin-right: 20px;
}
.con-txt P {
  margin-top: 23px;
  text-align: justify;
  font-size: 20px;
  line-height: 38px;
  text-indent: 2em;
}
.con-txt span {
 white-space: normal;
}
.con-txt  img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.con-txt .keywords {
  justify-content: center;
}
.con-txt .keywords span,
.con-txt .keywords a {
  color: #fff;
  font-size: 18px;
}
.con-txt .keywords a {
  margin-right: 20px;
}
.con-txt .keywords a:hover {
  color: red;
}
.pian {
  padding: 0 10px;
  text-align: right;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
.pian a {
  background-color: #f7f6f3;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  margin-right: 20px;
}
