/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #000;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #ffa800;
}
.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;
  flex-wrap: wrap;
}
.head {
  height: 100px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.head a {
  left: 0;
  position: absolute;
  display: block;
  height: 60px;
  width: 20%;
}
.head img {
  width: 190px;
  height:40px;
      margin-top: 15px;
}
.head .search {
  width: 580px;
}
.head .search form {
  border: 2px solid #ffa800;
  height: 40px;
  display: flex;
}
.head .search form span {
  background: url(http://www.gongsi.yzbytv.com/static/img/search.png) no-repeat center;
  width: 10%;
}
.head .search form input {
  width: 75%;
  height: 100%;
}
.head .search form button {
  font-size: 16px;
  background-color: #ffa800;
  color: #fff;
  height: 40px;
  width: 15%;
}
.nav {
  background-color: #ffa800;
  position: sticky;
  top: 0;
  z-index: 99;
  height: 60px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.nav ul li {
  flex: 1;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.nav ul li a {
  color: #fff;
  font-size: 18px;
}
.nav ul li:hover {
  background-color: #fe970c;
}
.title {
  text-align: center;
}
.title a {
  font-size: 32px;
}
.title a span {
  width: 260px;
  text-align: center;
  height: 42px;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  background-color: #ffa800;
  line-height: 42px;
  font-size: 16px;
}
.tit-r {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.box .p-text .title-1 {
  border: 1px solid #eee;
  border-top: 2px solid #ffa800;
  background-color: #f7f7f7;
  color: #eb6120;
  padding: 5px 10px 5px 13px;
}
.box .p-text .title-1 a span {
  color: #eb6120;
  font-weight: 700;
  font-size: 18px;
}
.box .p-text .text {
  background-color: #f6f6f6;
  padding: 15px;
}
.box .p-text .text img {
  height: 150px;
}
.box .p-text .text h1 {
  margin-top: 10px;
  font-size: 18px;
}
.box .p-text .text h3 {
  font-size: 16px;
  text-indent: 2rem;
  color: #999;
}
.box .s-list {
  border: 1px solid #eeeeee;
  padding: 13px 8px;
}
.box .s-list ul li {
  line-height: 30px;
}
.box .s-list ul li a {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.box .s-list ul li a:hover {
  text-decoration: none;
  color: #ffa800;
}
.box .s-list ul li a:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #e6212a;
  display: inline-block;
  margin-right: 7px;
  vertical-align: 3px;
}
.box .s-list-2 ul li {
  white-space: normal;
}
.box .fouce {
  overflow: hidden;
  height: 400px;
}
.box .fouce #swiper-1 {
  position: relative;
  height: 100%;
}
.box .fouce #swiper-1 .swiper-wrapper .swiper-slide a {
  display: block;
  height: 100%;
}
.box .fouce #swiper-1 .swiper-wrapper .swiper-slide a img {
  height: 100%;
  width: 100%;
}
.box .fouce #swiper-1 .swiper-wrapper .swiper-slide a .text {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
}
.box .fouce #swiper-1 .swiper-wrapper .swiper-slide a .text h1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 7px 0 0px 14px;
}
.box .fouce #swiper-1 .swiper-wrapper .swiper-slide a .text span {
  font-size: 14px;
  color: #fff;
  padding-left: 16px;
}
.box .fouce #swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
}
.box .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.box .fouce #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f48316;
}
.box .fouce #swiper-1 .swiper-button-white {
  display: none;
  background-color: #000;
  opacity: 0.7;
  width: 40px;
  height: 60px;
  margin-top: 0;
  transform: translateY(-50%);
}
.box .fouce #swiper-1 .swiper-button-prev {
  left: 0;
}
.box .fouce #swiper-1 .swiper-button-next {
  right: 0;
}
.box .fouce #swiper-1:hover .swiper-button-white {
  display: block;
}
.box .big-txt {
  border-bottom: 1px solid #e5e5e5;
  padding: 11px 0 16px;
}
.box .big-txt h1 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.box .big-txt h2 {
  font-size: 14px;
  color: #666;
  height: 42px;
  text-indent: 2rem;
}
.box .four-text {
  flex-wrap: wrap;
  border-bottom: 1px solid #e5e5e5;
}
.box .four-text a {
  width: 48%;
  padding: 11px 0 16px;
}
.box .four-text a h1 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
  height: 24px;
  font-weight: 700;
}
.box .four-text a span {
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.box .left-img {
  width: 100%;
}
.box .left-img a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}
.box .left-img a img {
  width: 25%;
  height: 100px;
}
.box .left-img a .text {
  width: 70%;
}
.box .left-img a .text h1 {
  font-size: 16px;
  margin-bottom: 10px;
  height: 24px;
}
.box .left-img a .text h2 {
  font-size: 14px;
  text-indent: 2rem;
  color: #666;
  height: 42px;
}
.box .left-img-2 a {
  align-items: flex-start;
}
.box .left-img-2 a img {
  width: 38%;
}
.box .left-img-2 a .text {
  width: 57%;
}
.box .left-img-2 a .text h2 {
  text-indent: 0;
  color: #333;
  margin-bottom: 34px;
}
.box .left-img-2 a .text span {
  color: #999;
  font-size: 14px;
}
.box .left-img-2 a .text span:last-of-type {
  float: right;
  border: 1px solid #ffa800;
  color: #ffa800;
  padding: 1px 7px;
  border-radius: 3px;
}
.box .img-box {
  position: relative;
  height: 200px;
}
.box .img-box span {
  height: 40px;
  line-height: 40px;
}
.box-1 {
  width: 230px;
}
.box-2 {
  width: 600px;
}
.box-3 {
  width: 310px;
}
.box-4 {
  width: 24%;
  margin-top: 30px;
}
.box-4 .big-txt {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
.box-4 .big-txt h1 {
  font-size: 16px;
}
.crumbs {
  padding: 20px 0;
}
.crumbs a {
  margin-right: 10px;
  font-size: 16px;
}
.left {
  width: 67%;
}
.left .list-list {
  border-top: 1px solid #eee;
}
.left .list-list ul li {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.left .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.left .list-list ul li a h1 {
  background: url(http://www.gongsi.yzbytv.com/static/img/list.gif) no-repeat center left;
  width: 70%;
  padding-left: 30px;
  color: #333333;
  font-size: 16px;
}
.left .list-list ul li a h1:hover {
  text-decoration: underline;
}
.left .list-list ul li a span {
  font-size: 14px;
  color: #999;
}
.left .list-list ul li:nth-child(odd) {
  background-color: #fcfcfc;
}
.title-2 {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.title-2 a {
  font-size: 18px;
  color: #666;
}
.title-2 a span {
  width: 23px;
  height: 15px;
  margin-left: 6px;
  background: url(http://www.gongsi.yzbytv.com/static/img/thread.png) no-repeat -97px 0px;
  display: inline-block;
}
.right {
  width: 30%;
}
.right .list ul li {
  padding-left: 20px;
  line-height: 30px;
  position: relative;
}
.right .list ul li a {
  font-size: 16px;
}
.right .list ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.right .top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.right .top-list ul li {
  padding-left: 35px;
  line-height: 40px;
  color: #515151;
  position: relative;
}
.right .top-list ul li:hover a {
  color: #ffa800;
}
.right .top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  border-radius: 50%;
  display: block;
  width: 25px;
  height: 25px;
  background-color: #efefef;
}
.right .top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #f49f03;
}
.right .top-list ul li:first-of-type::before {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: url(http://www.gongsi.yzbytv.com/static/img/thread.png) no-repeat 4px -42px;
}
.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: #ffa800;
  color: #fff;
}
.paging .hover {
  background-color: #ffa800;
  color: #fff;
}
.con .con-txt h4 {
  font-family: '微软雅黑', '宋体';
  font-size: 32px;
  color: #333333;
  line-height: 1.3;
  font-weight: 500;
  margin-left: 85px;
}
.con .con-info {
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}
.con .con-info span {
  color: #999;
}
.con .con-info span:last-of-type {
  color: #ffa800;
  margin-left: 20px;
}
.con .con-p p {
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
  color: #333;
  margin-bottom: 20px;
  text-indent: 2em;
}
.con .con-p a img ,.con .con-p p img{
  max-width: 80%!important;;
  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;
  background-color: #ffa800;
  color: #fff;
  border-radius: 20px;
}
.keywords {
  text-align: center;
}
.keywords span,
.keywords a {
  font-size: 15px;
  color: #fff;
}
.keywords a {
  margin-right: 20px;
}
