/**
* 主题颜色
* 鼠标经过a的颜色
* 鼠标经过是否显示下划线 underline
* 页面整体宽度
* 背景颜色
* 底部信息栏颜色
**/
a:hover {
  color: #1c79a7;
  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: 300px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 100px;
  align-items: center;
}
.head .logo {
  width: 190px;
  height: 41px;
}
.head .search {
  text-align: center;
  border: 1px solid #b6c2d2;
  border-radius: 10px;
  overflow: hidden;
}
.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.jiadian.yzbytv.com/static/img/search.png) no-repeat center;
  background-size: 60%;
}
.head .search span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 9;
  background: #d5e7f3;
  border-bottom: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
}
.nav ul {
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  flex: 1;
  border-top-style: solid;
  transition: background 0.3s;
  border-top-width: 5px;
  text-align: center;
}
.nav ul li a {
  display: block;
  border-left: 1px solid #d2d2d2;
  color: #3e3a39;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.nav ul li:hover a {
  color: #fff;
  border: none;
}
.nav ul li:last-child a {
  border-right: 1px solid #d2d2d2;
}
.nav ul .news {
  border-top-color: #76c1e3;
}
.nav ul .news:hover {
  background: #76c1e3;
}
.nav ul .opinion {
  border-top-color: #386688;
}
.nav ul .bjqn {
  border-top-color: #fd6801;
}
.nav ul .beijing {
  border-top-color: #900d00;
}
.nav ul .ent {
  border-top-color: #c490bf;
}
.nav ul .finance {
  border-top-color: #a9ceee;
}
.nav ul .financial {
  border-top-color: #67c7ce;
}
.nav ul .sports {
  border-top-color: #5ab623;
}
.nav ul .life {
  border-top-color: #b28850;
}
.nav ul .health {
  border-top-color: #72c17b;
}
.nav ul .health:hover {
  background: #72c17b;
}
.nav ul .edu {
  border-top-color: #2d543a;
}
.nav ul .culture {
  border-top-color: #614a31;
}
.nav ul .culture:hover {
  background: #614a31;
}
.nav ul .bjqn:hover {
  background: #fd6801;
}
.nav ul .beijing:hover {
  background: #900d00;
}
.nav ul .ent:hover {
  background: #c490bf;
}
.nav ul .finance:hover {
  background: #a9ceee;
}
.nav ul .financial:hover {
  background: #67c7ce;
}
.nav ul .sports:hover {
  background: #5ab623;
}
.nav ul .life:hover {
  background: #b28850;
}
.nav ul .edu:hover {
  background: #2d543a;
}
.nav ul .opinion:hover {
  background: #386688;
}
.big-tit {
  background: #fff;
}
.big-tit h1 {
  text-align: center;
  font-size: 18px;
}
.big-tit h1 a {
  font-weight: normal;
  letter-spacing: 1px;
  color: #76c1e3;
  font-size: 18px;
}
.big-tit h1 span {
  font-size: 18px;
  color: #ffffff;
  background-color: #bf2129;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 5px;
}
.list-txt .title {
  text-align: center;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #ccc;
}
.list-txt .title a {
  font-size: 18px;
  font-weight: 700;
}
.list-txt ul li {
  height: 34px;
  border-bottom: 1px solid #ccc;
  line-height: 34px;
  padding-left: 10px;
}
.list-txt ul li a {
  font-size: 14px;
}
.list-txt ul li:hover {
  background-color: #eeeeee;
}
.pc-slide {
  width: 820px;
  height: 400px;
}
.pc-slide .view .swiper-container {
  width: 655px;
  height: 400px;
}
.pc-slide .view .swiper-container .swiper-wrapper .swiper-slide img {
  transition: all 0.6s;
}
.pc-slide .view .swiper-container .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.2);
}
.pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .text-show {
  text-align: left;
  padding-left: 20px;
  height: 70px;
  padding-bottom: 40px;
}
.pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .text-show h1 {
  padding-top: 10px;
  width: 90%;
  text-indent: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.pc-slide .view .swiper-container .swiper-wrapper .swiper-slide .text-show span {
  margin-right: 40px;
  padding-bottom: 20px;
}
.pc-slide .view .swiper-container .swiper-pagination {
  text-align: right;
  left: -15px;
}
.pc-slide .view .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  border-radius: 0;
}
.pc-slide .view .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.pc-slide .preview {
  width: 100%;
  height: 400px;
  position: relative;
}
.pc-slide .preview .swiper-container {
  width: 130px;
  height: 400px;
  margin-right: 0;
}
.pc-slide .preview .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc-slide .preview .swiper-container .swiper-slide {
  background-color: #000;
  width: 130px;
  height: 75px;
  cursor: pointer;
  opacity: 0.6;
}
.pc-slide .preview .active-nav {
  opacity: 1 !important;
}
.p {
  background-color: #eeeeee;
  padding: 20px 0;
}
.box .img-box {
  flex-wrap: wrap;
}
.box .img-box a {
  width: 48%;
  display: block;
  position: relative;
}
.box .img-box a img {
  height: 155px;
}
.box .img-box a h2 {
  bottom: 40px;
  font-size: 16px;
  height: 65px;
  white-space: normal;
  text-align: left;
  text-indent: 0;
  padding: 10px;
  box-sizing: border-box;
}
.box .img-box a span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 14px;
  color: #a0a0a0;
}
.box .txt-box a {
  border-top: 1px solid #dcdddd;
  display: block;
  color: #333;
}
.box .txt-box a:hover {
  background-color: #eeeeee;
}
.box .txt-box a h1 {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
.box .txt-box a h3 {
  margin: 8px 0;
  font-size: 14px;
  text-indent: 2rem;
}
.box .txt-box a span {
  display: block;
  text-align: right;
  font-size: 12px;
}
.box .img-box-2 img {
  height: 240px;
}
.box .img-box-2 h2,
.box .img-box-2 h1 {
  font-weight: 700;
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #dcdddd;
}
.box .title a {
  font-size: 18px;
  padding-left: 20px;
  font-weight: 700;
}
.box .img-box-3 a .img {
  height: 230px;
  overflow: hidden;
}
.box .img-box-3 a .img img {
  transition: all 0.6s;
}
.box .img-box-3 a .img img:hover {
  transform: scale(1.2);
}
.box .img-box-3 a h1 {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
}
.box-1 {
  width: 460px;
}
.box-2 {
  width: 336px;
}
.box-3 {
  width: 360px;
}
.box-6,
.box-5,
.box-4 {
  width: 380px;
}
.bgf {
  background-color: #fff;
  box-sizing: border-box;
}
.bgf_p {
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.crumbs {
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
.crumbs a {
  font-weight: 700;
  margin-right: 10px;
  font-size: 18px;
}
.left {
  width: 800px;
}
.left .list-list a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.left .list-list a .flex {
  align-items: center;
}
.left .list-list a img {
  height: 135px;
  width: 25%;
}
.left .list-list a .text {
  width: 70%;
}
.left .list-list a .text h1 {
  font-weight: 700;
  font-size: 18px;
}
.left .list-list a .text h2 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 200;
  color: #333;
  text-indent: 2rem;
  margin-bottom: 10px;
  line-height: 25px;
}
.left .list-list a .text span {
  font-size: 14px;
  font-weight: 200;
  color: #8e8e8e;
  margin-right: 20px;
  float: right;
}
.left .list-list a .no-text {
  width: 100%;
  padding: 0 20px;
}
.left .paging {
  justify-content: center;
}
.left .paging a,
.left .paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 20px;
}
.left .paging .hover,
.left .paging a:hover,
.left .paging span:hover {
  color: #ce1111;
  border: 1px solid #ce1111;
}
.left .con-tit {
  padding: 0 30px;
  text-align: center;
}
.left .con-tit h4 {
  font-size: 24px;
  font-weight: 400;
}
.left .con-info {
  text-align: center;
  margin: 20px 0;
}
.left .con-info span {
  color: #888;
  margin-left: 20px;
}
.left .con-txt p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 16px;
  text-indent: 2rem;
  text-align: justify;
}
.left .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.left .keywords {
  text-align: center;
}
.left .keywords span,
.left .keywords a {
  color: #fff;
  font-size: 14px;
}
.left .keywords a {
  margin-right: 20px;
}
.left .title-2 a {
  border-left: 4px solid #e60012;
  padding-left: 20px;
  font-size: 24px;
}
.left .pian a {
  display: block;
  width: 48%;
}
.left .pian a h1 {
  font-size: 16px;
}
.left .pian a:last-of-type {
  text-align: right;
}
.right {
  width: 380px;
}
