/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
a:hover {
  color: #21b47c;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #f2f5f9;
}
.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;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  height: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  background-color: #000;
  position: sticky;
  top: 0;
  z-index: 999;
  height: 80px;
}
.head .w {
  height: 80px;
  align-items: center;
}
.head .logo {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  width: 20%;
}
.head .nav {
  height: 80px;
  width: 80%;
  line-height: 80px;
  text-align: center;
}
.head .nav ul {
  display: flex;
  justify-content: space-between;
}
.head .nav ul li {
  flex: 1;
}
.head .nav ul li a {
  color: #fff;
  font-size: 16px;
}
.head .nav ul li a:hover,
.head .nav ul li .cur {
  color: #21b47c;
  border-bottom: 1px solid #21b47c;
  padding-bottom: 30px;
}
.main .left {
  overflow: hidden;
  width: 22%;
}
.main .center {
  width: 52%;
}
.main .right {
  width: 22%;
}
.content .left {
  width: 68%;
}
.content .right {
  width: 28%;
}
.content .right .box .img-list ul li a img {
  width: 40%;
  height: 80px;
}
.content .right .box .img-list ul li a .text {
  width: 55%;
}
.crumbs {
  padding-bottom: 20px;
}
.crumbs a {
  color: #333;
}
.box-1 {
  background: url(http://www.wenlv.zuojing.com/static/img/one_bg.png);
  height: 230px;
}
.box {
  background-color: #fff;
  box-shadow: 1px 1px 1px #e6e6eb;
  border-bottom: 1px solid #eef1f5;
  padding: 20px;
  box-sizing: border-box;
}
.box .title-1 a {
  display: block;
  position: relative;
  font-size: 18px;
  padding: 0 0 10px 20px;
  width: 100%;
}
.box .title-1 a span {
  float: right;
  margin-right: 20px;
  color: #888;
  font-size: 14px;
}
.box .title-1 a:before {
  content: '#';
  color: #33e3ff;
  opacity: 0.7;
  left: 0;
  width: 5px;
  height: 20px;
  top: 0;
  position: absolute;
  transition: 0.5s;
}
.box .l-img-text-box .flex {
  height: 80px;
}
.box .l-img-text-box .flex img {
  width: 40%;
  height: 100%;
}
.box .l-img-text-box .flex .text {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
}
.box .l-img-text-box .flex .text h2 {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.box .l-img-text-box .flex .text span {
  background-color: #21b47c;
  padding: 2px 30px;
  color: #fff;
  font-size: 14px;
}
.box .l-img-text-box h2 {
  color: #888;
  font-size: 14px;
}
.box .img-list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f7;
}
.box .img-list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .img-list ul li a img {
  width: 38%;
  height: 60px;
  border-radius: 10px;
}
.box .img-list ul li a .text {
  width: 58%;
}
.box .img-list ul li a .text h1:first-of-type {
  font-size: 16px !important;
  margin-top: 0 !important;
  color: #333 !important;
}
.box .img-list ul li a .text h1:first-of-type:hover {
  color: #21b47c !important;
}
.box .img-list ul li a .text h1:last-of-type {
  font-size: 14px;
  margin-top: 5px;
  color: #888;
}
.box .img-list ul li a .text span {
  padding-left: 20px;
  background: url(http://www.wenlv.zuojing.com/static/img/rl.png) no-repeat center left;
  background-size: 10%;
  color: #888;
  font-size: 14px;
}
.box .img-list .more {
  text-align: center;
}
.box .img-list .more a {
  display: block;
  margin-top: 20px;
  color: #888;
}
.box .img-show a {
  display: block;
  position: relative;
  height: 130px;
}
.box .img-show a .img {
  overflow: hidden;
  height: 130px;
}
.box .img-show a span {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.box .list ul li {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.box .list ul li a {
  font-size: 14px;
}
.box .list ul li:before {
  content: '⊙';
  width: 10px;
  height: 30px;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  left: 0;
}
.box .text-box h1 {
  text-align: center;
  font-size: 20px;
}
.box .text-box h2 {
  margin-top: 10px;
  font-size: 16px;
  color: #888;
  text-indent: 2rem;
}
.box .two .list {
  width: 47%;
}
.box .img-list-2 ul li {
  border: none;
}
.box .list-2 ul li {
  padding: 7px 0 7px 20px;
  border-bottom: 1px dashed #ddd;
}
.box .list-2 ul li:before {
  content: ' ';
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.box .big-img-list a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eef1f5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.box .big-img-list a .img {
  width: 30%;
  height: 150px;
  overflow: hidden;
}
.box .big-img-list a .text {
  width: 65%;
}
.box .big-img-list a .text h1 {
  font-size: 20px;
}
.box .big-img-list a .text h2 {
  color: #888;
  font-size: 16px;
  margin: 10px 0;
}
.box .big-img-list a .text span {
  font-size: 14px;
  color: #888;
  padding-left: 25px;
  background: url(http://www.wenlv.zuojing.com/static/img/rl.png) no-repeat center left;
  background-size: 15%;
}
.box .big-img-list a .no-img {
  width: 100%;
}
.box .con .con-tit {
  padding: 20px;
}
.box .con .con-tit h4 {
  font-size: 26px;
  font-weight: 400;
}
.box .con .con-info {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.box .con .con-info span {
  padding-left: 20px;
  background: url(http://www.wenlv.zuojing.com/static/img/rl.png) no-repeat center left;
  background-size: 10%;
  color: #999;
}
.box .con .con-txt p {
  font-size: 16px;
  line-height: 35px;
  text-indent: 2rem;
  margin-bottom: 20px;
}
.box .con .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .search {
  height: 40px;
}
.box .search form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  height: 40px;
}
.box .search input {
  height: 40px;
  padding-left: 20px;
}
.box .search button {
  white-space: nowrap;
  display: block;
  border: 0;
  height: 100%;
  background-color: #21b47c;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
}
.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: 10px;
}
.paging a:hover,
.paging span:hover,
.paging .hover {
  background-color: #21b47c;
  color: #fff;
}
.pian {
  border-top: 1px solid #eee;
  padding: 20px 0;
}
.pian a {
  width: 45%;
}
.pian a span {
  display: block;
  font-size: 14px;
  color: #999;
}
.pian a h1 {
  font-size: 16px;
}
.pian a:last-of-type span {
  text-align: right;
}
.fouce {
  height: 230px;
}
.fouce #swiper-1 {
  height: 230px;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span {
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  text-align: left;
}
.fouce #swiper-1 .swiper-wrapper .swiper-slide span h1 {
  display: block;
  width: 70%;
  text-align: left;
}
.fouce #swiper-1 .swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
  bottom: 15px;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  border-radius: 20px;
  background-color: #21b47c;
}
.fouce img {
  height: 100%;
}
.big-img-list a img,
.img-show img {
  overflow: hidden;
  transition: all 0.5s ease-out 0s;
}
.big-img-list a:hover img,
.img-show:hover img {
  transform: rotate(3deg) scale(1.2);
}
.keywords {
  text-align: center;
}
.keywords span,
.keywords a {
  font-size: 15px;
  color: #fff;
}
.keywords a {
  margin-right: 20px;
}
