/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 
**/
a {
  color: #333;
}
a:hover {
  color: #fb6506;
  text-decoration: none;
}
.w {
  width: 1200px;
}
.bg {
  background-color: #f5f5f5;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #fb6506;
}
.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;
}
.p {
  box-shadow: 3px 4px 4px #ccc;
}
nav {
  display: block;
  height: 70px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
nav .logo {
  float: left;
  width: 150px;
  height: 70px;
  padding-top: 15px;
  padding-left: 5px;
  background-color: #fff;
}
nav .logo img {
margin-top:5px;
  width: 140px;
}
nav .nav-list {
  margin-right: 50px;
}
nav .nav-list ul {
  display: flex;
  justify-content: space-between;
}
nav .nav-list ul li {
  line-height: 70px;
}
nav .nav-list ul li a {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  padding-bottom: 5px;
}
nav .nav-list ul li a:hover {
  color: #fff;
  background-color: #fb6506;
}
nav .search {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  background: url('http://www.xiaofei.zuojing.com/static/img/search.png') no-repeat #fff;
  background-size: 16px;
  background-position: 10px center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s;
}
nav .search button {
  display: none;
  z-index: 99;
  border: 0;
  outline: none;
  width: 64px;
  height: 100%;
  color: white;
  background: #ccc;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
nav .search input {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  text-indent: 36px;
  font-size: 14px;
}
nav .search:hover {
  width: 260px;
  border: 1px solid #ccc;
}
nav .search:hover input {
  display: block;
}
nav .search:hover button {
  display: block;
}
.fouce {
  height: 500px;
}
.fouce #swiper-2 {
  width: 100%;
  height: 100%;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.fouce #swiper-2 .swiper-wrapper .swiper-slide a span {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.fouce #swiper-2 .swiper-button-next {
  right: 25px;
}
.fouce #swiper-2 .swiper-button-prev {
  left: 25px;
}
.title_1 {
  padding: 50px 0 25px;
}
.title_1 a {
  display: flex;
  justify-content: space-between;
}
.title_1 a span:first-of-type {
  font-size: 25px;
  font-weight: 700;
  padding-left: 40px;
  background: url(http://www.xiaofei.zuojing.com/static/img/title_1.png) no-repeat center left;
}
.title_1 a span:last-of-type {
  font-size: 14px;
  line-height: 37px;
  border-bottom: 1px solid #000;
}
.tit_2 a span:first-of-type {
  background-image: url(http://www.xiaofei.zuojing.com/static/img/title_2.png);
}
.tit_3 a span:first-of-type {
  background-image: url(http://www.xiaofei.zuojing.com/static/img/title_3.png);
}
.tit_4 a span:first-of-type {
  background-image: url(http://www.xiaofei.zuojing.com/static/img/title_4.png);
}
.tit_5 a span:first-of-type {
  background-image: url(http://www.xiaofei.zuojing.com/static/img/title_5.png);
}
.tit_6 a span:first-of-type {
  background-image: url();
  border-left: 4px solid #fb6506;
}
.box_1 {
  border: 1px solid #dcdcdc;
  height: 520px;
  flex-wrap: wrap;
}
.box_1 .item_1 {
  width: 50%;
  box-sizing: border-box;
  padding: 20px 25px;
  border-bottom: 1px dotted #d9d9d9;
}
.box_1 .item_1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_1 .item_1 a .text {
  width: 65%;
}
.box_1 .item_1 a .text h1 {
  font-size: 18px;
}
.box_1 .item_1 a .text span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.box_1 .item_1 a .text h3 {
  text-indent: 2rem;
  font-size: 14px;
  color: #8c8c8c;
}
.box_1 .item_1 img {
  width: 30%;
  height: 132px;
  background-size: cover;
  background-position: center;
}
.box_1 .item_1:nth-last-child(-n + 2) {
  border: none;
}
.box_1 .item_1:hover {
  background-color: #fff;
}
.box_2 {
  flex-wrap: wrap;
}
.box_2 .item_2 {
  width: 24%;
  box-sizing: border-box;
  padding: 8px;
  background: #f5f5f5;
}
.box_2 .item_2 img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.box_2 .item_2 .txt {
  padding: 11px 8px 0;
}
.box_2 .item_2 .txt h1:first-of-type {
  font-size: 18px;
}
.box_2 .item_2 .txt span {
  display: block;
  margin: 10px 0;
  color: #666;
  font-size: 14px;
}
.box_2 .item_2 .txt h1:last-of-type {
  font-size: 16px;
  color: #666;
}
.box_2 .item_2:nth-child(-n + 4) {
  margin-bottom: 20px;
}
.box_3 {
  flex-wrap: wrap;
}
.box_3 .item_3 {
  width: 23%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  transition: all 0.3s linear;
}
.box_3 .item_3 a img {
  width: 100%;
  height: 170px;
  margin-bottom: 20px;
}
.box_3 .item_3 a .txt h1 {
  font-size: 18px;
}
.box_3 .item_3 a .txt span:first-of-type {
  color: #bbb;
  display: block;
  padding: 10px 0;
  line-height: 25px;
}
.box_3 .item_3 a .txt h2 {
  margin-bottom: 17px;
  height: 45px;
  font-size: 16px;
  color: #333;
  text-indent: 2rem;
}
.box_3 .item_3 a .txt span:last-of-type {
  border-top: 1px solid #eee;
  padding-top: 20px;
  display: block;
  width: 100%;
  text-align: right;
  color: #999;
}
.box_4 .item_4 {
  width: 32%;
}
.box_4 .item_4 a {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}
.box_4 .item_4 a img {
  width: 100%;
  height: 295px;
}
.box_4 .item_4 a .text {
  padding: 30px;
  background-color: #f5f5f5;
}
.box_4 .item_4 a .text h1 {
  font-size: 18px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.box_4 .item_4 a .text h2 {
  font-size: 16px;
  height: 45px;
  color: #999;
  line-height: 24px;
  margin-bottom: 20px;
  text-indent: 1rem;
}
.box_4 .item_4 a .text span {
  margin-right: 16px;
  color: #999;
}
.box_4 .item_4_1 {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.box_4 .item_4_1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 31%;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.box_4 .item_4_1 a img {
  width: 30%;
  object-fit:cover;
  height: 150px;
}
.box_4 .item_4_1 a .txt {
  box-sizing: border-box;
  padding: 17px;
  width: 70%;
  height: 100%;
}
.box_4 .item_4_1 a .txt h1 {
  font-size: 18px;
}
.box_4 .item_4_1 a .txt h2 {
  margin: 10px 0;
  font-size: 16px;
  color: #999;
  text-indent: 2rem;
}
.box_4 .item_4_1 a .txt span {
  color: #999;
}
.mian {
  border-bottom: 1px solid #eee;
  height: 50px;
  line-height: 50px;
}
.mian a {
  font-size: 16px;
  margin-right: 5px;
}
.mian a:last-of-type {
  color: #fb6506;
}
.con .left {
  width: 65%;
}
.con .left .list ul li {
  white-space: normal;
  padding: 20px 0;
  border-bottom: 1px #33333338 solid;
}
.con .left .list ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con .left .list ul li a img {
  width: 28%;
  height: 150px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.con .left .list ul li a .text {
  width: 70%;
  height: 100%;
}
.con .left .list ul li a .text h1 {
  margin-top: 10px;
  font-size: 18px;
}
.con .left .list ul li a .text span {
  display: block;
  height: 40px;
  text-align: right;
  line-height: 40px;
  color: #8c8c8c;
  font-size: 14px;
}
.con .left .list ul li a .text h2 {
  margin: 20px 0 10px;
  text-indent: 2rem;
  font-size: 14px;
  color: #8c8c8c;
}
.con .left .list ul li a .no-txt {
  width: 100%;
}
.con .right {
  width: 30%;
}
.s-list ul li {
  line-height: 34px;
  height: 34px;
  padding-left: 20px;
  position: relative;
}
.s-list ul li a {
  font-size: 16px;
}
.s-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.box_5 .item_2 {
  width: 100%;
}
.box_5 .item_2 a {
  display: block;
  margin-top: 30px;
}
.paging {
  text-align: center;
  margin: 50px 0;
}
.paging a,
.paging span {
  border: 1px solid #eee;
  margin-right: 20px;
  padding: 15px;
  font-size: 16px;
}
.paging .hover {
  background-color: #fb6506;
  color: #fff;
}
.con-tit {
  padding: 30px;
}
.con-tit h4 {
  font-size: 30px;
}
.con-info {
  text-align: center;
}
.con-info span {
  color: #666;
  font-size: 15px;
  margin: 0 10px;
}
.con-txt p {
  font-size: 16px;
  text-indent: 2rem;
  line-height: 35px;
  margin-bottom: 20px;
}
.con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian a {
  display: block;
  margin: 10px 0;
  color: #000;
}
.pian a strong {
  color: #000;
}
.pian a:first-of-type {
  color: #888;
}
.pian a:hover {
  color: #fb6506;
}
