a:hover {
  color: #000;
  text-decoration: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #fff;
}
#link_9ce87aed.links #link_menu li.on,
.yq_lis .hd li.on {
  border-bottom: 2px solid #e4461b;
}
.advertising {
  width: 1200px;
}
.backtop {
  background: url(../img/back-top.png) no-repeat;
  background-size: contain;
}
.n1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.flex {
  display: flex;
  align-items: center;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.head {
  height: 80px;
  padding: 10px 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head .logo {
  position: absolute;
  left: 0;
  width: 180px;
  height: 65px;
  margin-right: 150px;
}
.head .logo img {
  object-fit: contain;
}
.head .search {
  text-align: center;
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 40px;
  height: 35px;
  width: 400px;
}
.head .search form {
  display: flex;
  align-items: center;
  height: 35px;
  overflow: hidden;
}
.head .search form input {
  flex: 1;
  overflow: hidden;
  padding-left: 20px;
  background-color: transparent;
  font-size: 16px;
}
.head .search form button {
  width: 60px;
  height: 100%;
  background: url(../img/search.png) no-repeat center;
  background-size: 15px 15px;
}
nav {
  height: 50px;
  line-height: 50px;
  background: url(../img/nav_bg.png) no-repeat center top;
  background-size: 100%;
}
nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
nav ul li {
  flex: 1;
  text-align: center;
}
nav ul li + li {
  background: url(../img/nav.png) no-repeat center left;
}
nav ul li a {
  font-weight: 700;
}
nav ul li:hover a {
  color: #e4461b;
}
.top_lis {
  padding: 20px 0;
}
.top_lis ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_lis ul li {
  height: 35px;
  line-height: 35px;
  width: 32%;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
}
.top_lis ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #e4461b;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top_lis ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
}
.title_1 {
  margin-bottom: 20px;
}
.title_1 a {
  font-size: 20px;
  color: #666;
  line-height: 22px;
  font-weight: 700;
}
.title_1 a img {
  width: 70px;
  height: 20px;
}
.title_1.more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.img_box_two ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_box_two ul li {
  width: 48%;
  margin-top: 20px;
}
.img_box_two ul li .img {
  border-radius: 5px;
  overflow: hidden;
  height: 150px;
  margin-bottom: 10px;
}
.img_box_two ul li .img img {
  transition: 0.5s;
}
.img_box_two ul li .img:hover img {
  transform: scale(1.2);
}
.img_box_two ul li:hover .text {
  color: #e4461b;
}
.img_box_two ul li .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
}
.list_box {
  width: 370px;
}
.list_box ul li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
}
.list_box ul li a {
  font-size: 16px;
}
.list_box ul li:not(:nth-of-type(8n-7)) {
  background: url(../img/list_icon.png) no-repeat center left;
  padding-left: 20px;
}
.list_box ul li:nth-of-type(8n-7) {
  margin-bottom: 18px;
  font-size: 20px;
}
.list_box ul li:nth-of-type(8n-7) a {
  font-size: 20px;
  font-weight: 700;
}
.list_box ul li:nth-of-type(8n-7):not(:first-of-type) {
  margin-top: 30px;
}
.five_list_box {
  width: 100%;
}
.five_list_box ul li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
}
.five_list_box ul li a {
  font-size: 16px;
}
.five_list_box ul li:not(:nth-of-type(6n-5)) {
  background: url(../img/list_icon.png) no-repeat center left;
  padding-left: 20px;
}
.five_list_box ul li:nth-of-type(6n-5) {
  margin-bottom: 10px;
  font-size: 20px;
}
.five_list_box ul li:nth-of-type(6n-5) a {
  font-size: 20px;
  font-weight: 700;
}
.five_list_box ul li:nth-of-type(6n-5):not(:first-of-type) {
  margin-top: 25px;
}
.ri_box ul li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  height: 33px;
  line-height: 33px;
  position: relative;
  padding-left: 20px;
}
.ri_box ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ri_box ul li a {
  font-size: 14px;
}
.ri_box ul li:hover a {
  color: #e4461b;
}
.ri_box.big {
  margin-top: 15px;
}
.ri_box.big ul li a {
  font-size: 16px;
}
.img_box {
  display: flex;
  flex-direction: column;
}
.img_box .img {
  position: relative;
  height: 50%;
  border-radius: 5px;
  overflow: hidden;
}
.img_box .img + .img {
  margin-top: 5px;
}
.img_box .img .show {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px;
  background: rgba(38, 29, 55, 0.7);
}
.img_box .img:hover .show {
  background: rgba(255, 120, 83, 0.7);
}
.img_box.two .img {
  height: 150px;
}
.img_box.two .img + .img {
  margin-top: 20px;
}
.content {
  display: flex;
  justify-content: space-between;
}
.content .content_r_box {
  flex: 1;
  overflow: hidden;
  margin-left: 30px;
}
.content .content_r_box .swiper_box {
  display: flex;
  justify-content: space-between;
  height: 350px;
}
.content .content_r_box .swiper_box #swiper-1 {
  width: 500px;
  height: 100%;
  margin: 0;
  border-radius: 5px;
}
.content .content_r_box .swiper_box #swiper-1 .swiper-slide span {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.6);
}
.content .content_r_box .swiper_box #swiper-1 .swiper-slide span i {
  display: block;
  width: 70%;
}
.content .content_r_box .swiper_box #swiper-1 .swiper-pagination {
  left: auto;
  width: auto;
  right: 10px;
}
.content .content_r_box .swiper_box #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.content .content_r_box .swiper_box #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e4461b;
}
.content .content_r_box .swiper_box #swiper-1 .swiper-button-white {
  height: 36px;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 35%;
  border-radius: 50%;
  transition: all 0.6s;
  opacity: 0;
}
.content .content_r_box .swiper_box #swiper-1:hover .swiper-button-white {
  opacity: 1;
  transition: all 0.3s;
}
.content .content_r_box .swiper_box #swiper-1:hover .swiper-button-white.swiper-button-prev {
  left: 20px;
}
.content .content_r_box .swiper_box #swiper-1:hover .swiper-button-white.swiper-button-next {
  right: 20px;
}
.content .content_r_box .swiper_box .img_box {
  flex: 1;
  margin-left: 5px;
  height: 100%;
}
.content .content_r_box .bot_box {
  display: flex;
  justify-content: space-between;
}
.content .content_r_box .bot_box .le_box {
  width: 470px;
}
.content .content_r_box .bot_box .ri_box {
  flex: 1;
  overflow: hidden;
  margin-left: 20px;
}
.flex-box {
  display: flex;
  justify-content: space-between;
}
.main {
  display: flex;
  justify-content: space-between;
}
.main .left {
  width: 870px;
}
.main .right {
  width: 300px;
}
.three_imgs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.three_imgs ul li {
  width: 32%;
  height: 120px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.three_imgs ul li .show {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  background: rgba(38, 29, 55, 0.7);
}
.three_imgs ul li:hover .show {
  background: rgba(255, 120, 83, 0.7);
}
.three_imgs.four ul li {
  width: 24%;
}
.w470 {
  width: 470px;
}
.w370 {
  width: 370px;
}
.img_hover_lis {
  border: 1px solid #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}
.img_hover_lis ul li {
  min-height: 40px;
  line-height: 40px;
  position: relative;
}
.img_hover_lis ul li img {
  display: none;
}
.img_hover_lis ul li .show {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #000;
  background: transparent;
}
.img_hover_lis ul li.active img,
.img_hover_lis ul li:hover img {
  display: block;
  height: 150px;
}
.img_hover_lis ul li.active .show,
.img_hover_lis ul li:hover .show {
  position: absolute;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: rgba(38, 29, 55, 0.7);
}
.img_big_lis ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.img_big_lis ul li {
  width: 48%;
  position: relative;
  height: 125px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.img_big_lis ul li .show {
  background: rgba(38, 29, 55, 0.7);
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  transition: all 0.6s;
}
.img_big_lis ul li .show p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
  font-weight: normal;
}
.img_big_lis ul li:nth-of-type(3) {
  width: 100%;
  height: 260px;
}
.img_big_lis ul li:nth-of-type(3) .show {
  font-size: 18px;
}
.img_big_lis ul li:nth-of-type(3):hover .show {
  height: 65px;
  line-height: 30px;
}
.img_big_lis ul li:hover .show {
  height: 50px;
  line-height: 25px;
  background: rgba(255, 120, 83, 0.7);
}
.img_big_lis ul li:hover .show p {
  -webkit-line-clamp: 2;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  padding-left: 40px;
  line-height: 42px;
  color: #515151;
  position: relative;
  border-bottom: 1px solid #c5c5c5;
}
.top-list ul li a {
  font-size: 16px;
}
.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: 20px;
  font-size: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #efefef;
}
.top-list ul li:nth-child(-n + 3)::before {
  color: #fff;
  background-color: #e4461b;
}
.left_color_box .flex {
  margin-bottom: 15px;
}
.left_color_box .flex:last-of-type {
  margin-bottom: 0;
}
.left_color_box .txt {
  background-color: #f6f6f6;
  padding: 16px;
  box-sizing: border-box;
}
.left_color_box .txt a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
  font-weight: normal;
  line-height: 30px;
  font-size: 18px;
}
.left_color_box img {
  width: 187px;
  height: 125px;
  border-radius: 5px;
}
.three_img_list {
  flex-wrap: wrap;
}
.three_img_list .item {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  margin-bottom: 20px;
}
.three_img_list .item:last-of-type {
  margin-bottom: 0;
}
.three_img_list img {
  width: 120px;
  height: 100px;
  margin-right: 15px;
}
.three_img_list .txt {
  flex: 1;
  overflow: hidden;
}
.three_img_list .txt span {
  display: block;
}
.three_img_list .txt span a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  cursor: pointer;
  font-weight: normal;
  font-weight: 700;
  font-size: 17px;
}
.three_img_list .txt .notext2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: pointer;
  font-weight: normal;
  margin-top: 10px;
  text-indent: 2em;
}
.three_img_list .txt .notext2 a {
  font-size: 14px;
}
.crumbs {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
  margin: 30px 0 10px;
}
.crumbs a,
.crumbs i {
  font-size: 16px;
  margin-right: 4px;
}
.list {
  display: flex;
  justify-content: space-between;
}
.list .left {
  width: 860px;
}
.list .left .igg_list_listy ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  border-bottom: 1px solid #e9e4e4;
  padding: 20px 0;
}
.list .left .igg_list_listy ul li img {
  width: 190px;
  height: 120px;
  margin-right: 20px;
}
.list .left .igg_list_listy ul li .txt {
  flex: 1;
  overflow: hidden;
}
.list .left .igg_list_listy ul li .txt span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-weight: 700;
}
.list .left .igg_list_listy ul li .txt span a {
  font-size: 18px;
}
.list .left .igg_list_listy ul li .txt .notext2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  height: 48px;
  margin: 10px 0 15px;
}
.list .left .igg_list_listy ul li .txt .notext2 a {
  line-height: 24px;
  font-size: 16px;
  color: #444;
}
.list .left .igg_list_listy ul li .txt i {
  font-size: 14px;
  margin-right: 20px;
  color: #898989;
}
.list .left .paging {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.list .left .paging a,
.list .left .paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.list .left .paging span,
.list .left .paging a:hover,
.list .left .paging span:hover {
  color: #fff;
  background-color: #e4461b;
}
.list .right {
  flex: 1;
  margin-left: 40px;
  overflow: hidden;
}
.list .right .small_img-bg-box {
  background-color: #f9f9f9;
  padding: 10px;
  box-sizing: border-box;
}
.list .right .small_img-bg-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list .right .small_img-bg-box ul li {
  width: 48%;
}
.list .right .small_img-bg-box ul li .img {
  height: 90px;
}
.list .right .small_img-bg-box ul li .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
}
.list .right .left_img_lis ul li {
  background-color: #f9f9f9;
}
.list .right .left_img_lis ul li + li {
  margin-top: 10px;
}
.list .right .left_img_lis ul li a {
  height: 66px;
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.list .right .left_img_lis ul li a img {
  width: 110px;
  margin-right: 10px;
}
.list .right .left_img_lis ul li a .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
}
.con_tit {
  margin: 30px 0;
}
.con_tit h4 {
  font-size: 28px;
  font-weight: 400;
}
.con_info {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.con_info span {
  margin-right: 20px;
  font-size: 14px;
}
.con_txt {
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2rem;
  text-align: justify;
}
.con_txt * {
  white-space: normal;
}
.con_txt p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 16px;
  text-indent: 2rem;
}
.con_txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.pian {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.pian i {
  font-weight: 700;
}
.pian span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.pian .w48 {
  width: 48%;
}
.pian .w48:last-of-type i {
  display: block;
  text-align: right;
}
.pian .w48:hover span {
  text-decoration: underline;
}
.keywords {
  margin-top: 20px;
  /*display: flex;*/
  justify-content: center;
}
.keywords span,
.keywords a {
  color: transparent;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
