/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #ffbd00;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #000;
}
.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: auto;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 90px;
  align-items: center;
}
.head a {
  display: block;
  width: 180px;
  height: 55px;
}
.head .search {
  width: 300px;
}
.head .search form {
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
  width: 100%;
}
.head .search form input {
  height: 100%;
  padding-left: 20px;
}
.head .search form button {
  width: 40px;
  height: 40px;
  background: url(../img/search.png) no-repeat center;
  background-size: 60%;
}
.nav {
  width: 100%;
  height: 50px;
  background: url(../img/nav_bg.jpg) top center no-repeat;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  line-height: 50px;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.nav ul li:hover a {
  color: #ffbd00;
}
.fouce {
  position: relative;
  height: 450px;
}
.fouce .big-img {
  height: 100%;
}
.fouce .big-img a {
  display: none;
  width: 100%;
  height: 100%;
}
.fouce .big-img a img {
  width: 100%;
  height: 100%;
}
.fouce .img-list {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 220px;
}
.fouce .img-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fouce .img-list ul li {
  flex: 1;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  white-space: normal;
  border-bottom: 1px solid #8d8d8d;
}
.fouce .img-list ul li h2 {
  color: #d2d2d2;
  font-size: 14px;
  line-height: 26px;
}
.fouce .img-list ul li:last-of-type {
  border-bottom: 0;
}
.fouce .img-list ul li:hover a h2 {
  color: #fff;
  font-size: 18px;
}
.fouce .img-list ul .cur a h2 {
  color: #fff;
  font-size: 18px;
}
.big-tit {
  text-align: center;
  position: relative;
  background-image: linear-gradient(#e0e1e3, #fff);
  height: 85px;
}
.big-tit a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.big-tit h1 {
  font-size: 30px;
  line-height: 85px;
  color: #354a7e;
  font-weight: 700;
}
.big-tit h1:hover {
  color: #728fd4;
}
.big-tit span {
  position: absolute;
  left: -24px;
  top: 10px;
  background-color: #fcbc02;
  color: #fff;
  font-size: 16px;
  width: 90px;
  transform: rotate(318deg);
}
.big-tit:after,
.big-tit:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12px;
  bottom: 31px;
  width: 97%;
  height: 20px;
  transform: skew(-18deg) rotate(-3deg);
  box-shadow: 0 20px 20px #666;
}
.big-tit:after {
  z-index: -2;
  right: 17px;
  transform: skew(18deg) rotate(3deg);
}
.title {
  border-bottom: 1px solid #dedede;
  justify-content: flex-start;
}
.title a {
  display: block;
  padding: 0 20px;
  height: 38px;
  text-align: center;
  overflow: hidden;
  font-size: 22px;
  line-height: 35px;
  color: #ccc;
}
.title .cur {
  color: #728fd4;
  border-bottom: 2px solid #728fd4;
}
.box-3 .list,
.list-img .list {
  width: 48%;
}
.box-3 .img-box,
.list-img .img-box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 365px;
  overflow: hidden;
  align-content: space-between;
}
.box-3 .img-box a,
.list-img .img-box a {
  width: 48%;
  height: 48%;
  box-sizing: border-box;
  position: relative;
}
.box-3 .img-box a img,
.list-img .img-box a img {
  width: 100%;
  height: 100%;
}
.box-3 .img-box a h2,
.list-img .img-box a h2 {
  color: #fff;
  height: 65px;
  font-size: 16px;
  white-space: normal;
  text-indent: 0;
  padding: 10px;
  box-sizing: border-box;
  line-height: 25px;
  text-align: left;
}
.box-3 .img-box a h2:hover,
.list-img .img-box a h2:hover {
  color: #ffbd00;
}
.list ul {
  margin-top: 10px;
}
.list ul li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  color: #000;
  padding: 8px 0 8px 24px;
}
.list ul li:hover a {
  color: #728fd4;
}
.list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #728fd4;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.img-text a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  height: 160px;
}
.img-text a img {
  width: 48%;
}
.img-text a .txt {
  width: 48%;
  padding: 10px;
  font-size: 18px;
}
.sele .sele-1,
.sele .sele-2 {
  width: 48%;
}
.img-hua {
  width: 19%;
  border-top: 1px dotted #000;
  position: relative;
  height: 300px;
  overflow: hidden;
}
.img-hua a {
  border-bottom: 1px dotted #000;
  display: block;
  position: absolute;
  width: 100%;
  transition: all 0.6s;
}
.img-hua a img {
  height: 130px;
  margin-top: 20px;
}
.img-hua a .text {
  padding: 20px 0;
  background-color: #fff;
}
.img-hua a .text span {
  display: block;
}
.img-hua a:first-of-type {
  top: 0;
  z-index: 9;
}
.img-hua a:last-of-type {
  top: 64px;
}
.box-1 {
  width: 48%;
}
.box-1 .img-box a {
  width: 48%;
  display: block;
  position: relative;
  height: 170px;
}
.box-1 .img-box a span {
  height: 40px;
  line-height: 40px;
}
.box-2 {
  width: 31%;
}
.l-img-box h1 {
  color: #000;
  font-size: 20px;
  margin: 20px 0;
}
.l-img-box img {
  float: left;
  height: 100px;
  width: 150px;
}
.l-img-box h2 {
  margin-top: 20px;
  font-size: 18px;
  float: right;
  width: 200px;
  text-indent: 2rem;
  color: #707070;
}
.notext {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.notext a {
  color: #728fd3;
  font-weight: 700;
  margin-right: 10px;
  font-size: 18px;
}
.con .left {
  width: 67%;
}
.con .left .list-list a {
  display: block;
  border-bottom: 1px solid #ccc;
  height: 120px;
  padding: 20px 0;
}
.con .left .list-list a .flex {
  align-items: center;
}
.con .left .list-list a img {
  height: 120px;
  width: 25%;
}
.con .left .list-list a .text {
  width: 70%;
}
.con .left .list-list a .text h2,
.con .left .list-list a .text h1 {
  font-size: 18px;
  font-weight: 200;
  color: #333;
  margin-bottom: 20px;
}
.con .left .list-list a .text h2 {
  text-indent: 2rem;
  line-height: 34px;
}
.con .left .list-list a .text span {
  font-size: 12px;
  font-weight: 200;
  color: #8e8e8e;
  margin-right: 20px;
}
.con .left .list-list a .no-text {
  width: 100%;
}
.con .left .list-list a .text:hover h1,
.con .left .list-list a .text:hover h2 {
  color: #728fd3;
}
.con .right {
  width: 30%;
}
.box-3 .img-box {
  width: 100%;
}
.paging {
  justify-content: center;
}
.paging a,
.paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 20px;
}
.paging a:hover,
.paging span:hover {
  background-color: #728fd3;
  color: #fff;
}
.paging .hover {
  background-color: #728fd3;
  color: #fff;
}
.con-tit h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  color: #333;
}
.con-info {
  height: 40x;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 200;
  line-height: 40px;
  color: #8e8e8e;
  text-align: left;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.con-info span {
  margin-right: 35px;
}
.con-info #share {
  float: right;
  overflow: inherit !important;
  margin-right: 0px;
}
.con-txt p {
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  color: #333;
  margin-bottom: 20px;
  text-indent: 2em;
}
.con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian {
  margin: 40px 0;
  justify-content: space-between;
}
.pian a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  margin: 0 10px;
}
.keywords {
  text-align: center;
}
.keywords span,
.keywords a {
  font-size: 15px;
  color: #fff;
}
.keywords a {
  margin-right: 20px;
}
