/* LESS Document */
/* 清除浮动 */
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
}
/* 背景自适应 */
/*单行载断*/
/*单行载断溢出省略号*/
.spill1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*3行载断溢出省略号*/
/* 面包屑 */
.crumb {
  display: none;
}
@media (min-width: 768px) {
  .crumb {
    display: block;
    *zoom: 1;
    line-height: 50px;
  }
  .crumb:after {
    content: " ";
    clear: both;
    display: table;
  }
  .crumb p {
    color: #999;
  }
  .crumb p a {
    padding: 0 10px;
  }
  .crumb p span {
    padding-left: 10px;
  }
}
/*配模式定位*/
/*1200屏*/
/* 背景自适应 */
/*下阴影*/
/* 背景自适应 */
/* box-sizing */
/* 文本元素内垂直居中 */
/* input提示字体颜色修改 */
.pa100 {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ztwrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ztwrap {
    width: 96%;
  }
}
img {
  vertical-align: middle;
  max-width: 100%;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none ;
}
a {
  text-decoration: none;
}
body {
  background-color: #fafafa !important;
}
a:hover {
  text-decoration: none;
}
.nav nav {
  width: 100%;
  height: 3.4375rem;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(204, 204, 204, 0.5);
}
.nav nav .navBox {
  width: 75rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  margin: 0 auto;
}
.nav nav .navBox ul {
  display: flex;
}
.nav nav .navBox ul li {
  margin-left: 0.75rem;
  color: #333333;
  font-size: 0.875rem;
  width: 4.375rem;
  text-align: center;
}
.nav nav .navBox ul li:hover {
  cursor: pointer;
}
.nav nav .navBox ul .avt {
  color: #e84817;
  position: relative;
}
.nav nav .navBox ul .avt::before {
  content: ' ';
  width: 38px;
  height: 2px;
  background: #ff4201;
  position: absolute;
  top: 0px;
  left: 22%;
}
.nav .navBox1 {
  width: 100%;
  height: 3.125rem;
  background: #ff6500;
}
.nav .navBox1 ul {
  width: 75rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  margin: 0 auto;
  display: flex;
}
.nav .navBox1 ul li:first-child {
  margin-left: 1.25rem;
}
.nav .navBox1 ul li {
  margin-left: 5rem;
  color: #333333;
  font-size: 1.125rem;
  text-align: center;
}
.nav .navBox1 ul li a {
  color: #ffffff;
}
.nav .navBox1 ul li:hover {
  cursor: pointer;
}
@media screen and (max-width: 1220px) {
  .nav .navBox1 {
    width: 100%;
    height: 3.125rem;
    overflow: auto;
  }
  .nav .navBox1 ul {
    width: 41rem;
    height: 3.125rem;
    line-height: 3.125rem;
    margin: 0 auto;
    display: flex;
  }
  .nav .navBox1 ul li:first-child {
    margin-left: 1.25rem;
  }
  .nav .navBox1 ul li {
    margin-left: 1rem;
    color: #333333;
    font-size: 1.125rem;
    color: #ffffff;
    text-align: center;
  }
  .nav .navBox1 ul li:hover {
    cursor: pointer;
  }
}
.container {
  background-color: #fafafa;
  padding: 0 10px;
}
.container .banner {
  width: 75rem;
  margin: 1.25rem auto;
}
@media screen and (max-width: 1220px) {
  .container .banner {
    display: none;
  }
}
.container .contentBox {
  width: 75rem;
  margin: 1.25rem auto;
  display: flex;
}
.container .contentBox .left1 > p {
  margin-bottom: 1.25rem;
  color: #999999;
}
.container .contentBox .left1 p {
  margin-bottom: 1.25rem;
}
.container .contentBox .left1 .details {
  width: 50.125rem;
  overflow: hidden;
  margin-right: 1.35rem;
  background: #ffffff;
  padding: 2.5rem 1.75rem 2.5rem 1.75rem;
}
.container .contentBox .left1 .details .title {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  color: #333333;
  line-height: 33px;
}
.container .contentBox .left1 .details .time {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.container .contentBox .left1 .details .time .time2 {
  margin-left: 40px;
}
.container .contentBox .left1 .details .major {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #333;
  text-align: center;
}
.container .contentBox .left1 .details .major a:hover {
  color: #e84817;
}
.container .contentBox .left1 .details .blocks {
  display: flex;
  align-items: center;
  height: 88px;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
  margin: 101px auto 35px;
  padding: 10px;
}
.container .contentBox .left1 .details .lefts ul {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 23.625rem;
}
.container .contentBox .left1 .details .lefts ul li {
  position: relative;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  justify-content: space-evenly;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  cursor: pointer;
}
.container .contentBox .left1 .details .lefts ul li .imngBox {
  height: 3.75rem;
  border-radius: 50%;
  text-align: center;
  line-height: 3.75rem;
}
.container .contentBox .left1 .details .lefts ul li .imgName {
  margin-left: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.container .contentBox .left1 .details .lefts ul li .hoverBox {
  display: none;
  position: absolute;
  top: -7.125rem;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  padding: 0.5rem;
  width: 6.625rem;
  height: 6.625rem;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(30, 48, 60, 0.5);
}
.container .contentBox .left1 .details .lefts ul li .hoverBox img {
  width: 100%;
  height: 100%;
}
.container .contentBox .left1 .details .lefts ul li .hoverBox::after {
  content: " ";
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.375rem solid #ffffff;
}
.container .contentBox .left1 .details .lefts ul li:hover .hoverBox {
  display: inline-block;
}
.container .contentBox .left1 .details .nextPage {
  display: flex;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 20px;
}
.container .contentBox .left1 .details .nextPage p:hover {
  color: #FF4201;
  cursor: pointer;
}
.container .contentBox .left1 .details .nextPage p {
  height: 20px;
  width: 350px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container .contentBox .left1 .details .wenzhang ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .contentBox .left1 .details .wenzhang ul li {
  height: 20px;
  width: 350px;
  margin-left: 20px;
  position: relative;
  margin-top: 20px;
}
.container .contentBox .left1 .details .wenzhang ul li p {
  white-space: nowrap;
  color: #333;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container .contentBox .left1 .details .wenzhang ul li::before {
  content: ' ';
  width: 4px;
  height: 4px;
  background-color: #d8d8d8;
  position: absolute;
  top: 8px;
  left: -15px;
}
.container .contentBox .left1 .details .wenzhang ul li:hover {
  cursor: pointer;
}
.container .contentBox .left1 .details .wenzhang ul li:hover p {
  color: #FF4201;
}
.container .contentBox .left1 .details .wenzhang ul li:hover li::before {
  content: ' ';
  width: 4px;
  height: 4px;
  background-color: #FF4201;
  position: absolute;
  top: 8px;
  z-index: 10;
  left: -15px;
}
.container .contentBox .left1 .details .ziliao {
  width: 100%;
  height: 50px;
  height: 40px;
  padding-top: 12px;
  background: #F3F2F3;
}
.container .contentBox .left1 .details .ziliao .classTitle {
  position: relative;
  text-align: start;
  left: 15px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  padding-left: 10px;
}
.container .contentBox .left1 .details .ziliao .classTitle::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 20px;
  background: #ff4400;
}
.container .contentBox .left1 .lists {
  width: 50.125rem;
  max-height: 90rem;
  overflow: hidden;
  margin-right: 1.35rem;
  background: #ffffff;
  padding: 2.5rem 1rem 2.5rem 2.5rem;
}
.container .contentBox .left1 .lists .list:first-child {
  margin-top: 0px;
}
.container .contentBox .left1 .lists .list:hover .section_2 {
  background-color: #ff4201;
}
.container .contentBox .left1 .lists .list:hover .section_2 .text_28 {
  width: 33px;
  height: 45px;
  overflow-wrap: break-word;
  color: #fff;
  font-size: 32px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 45px;
  margin: 4px 0 0 0;
}
.container .contentBox .left1 .lists .list:hover .text-group_72 .text_26 {
  color: #ff4201;
}
.container .contentBox .left1 .lists .list {
  display: flex;
  margin-top: 1.875rem;
}
.container .contentBox .left1 .lists .list .block_3 {
  background-color: #ff4201;
  width: 66px;
  height: 75px;
  text-align: center;
  margin-right: 1.6875rem;
}
.container .contentBox .left1 .lists .list .block_3 .text_24 {
  width: 39px;
  height: 45px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 45px;
  margin: 1px 0 0 0;
  border-bottom: 1px solid #fff;
}
.container .contentBox .left1 .lists .list .block_3 .text_25 {
  width: 52px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 5px 0 3px 0;
}
.container .contentBox .left1 .lists .list .text-group_72 {
  width: 700px;
  height: 75px;
  margin-top: 1px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #eeeeee;
}
.container .contentBox .left1 .lists .list .text_26 {
  display: block;
  width: 469px;
  height: 25px;
  overflow-wrap: break-word;
  color: #333;
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 25px;
}
.container .contentBox .left1 .lists .list .text_27 {
  display: block;
  width: 700px;
  height: 40px;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置最大显示行数 */
  text-overflow: ellipsis;
  margin-top: 10px;
}
.container .contentBox .left1 .lists .list .section_2 {
  background-color: #ffffff;
  width: 66px;
  height: 75px;
  border: 1px solid #eeeeee;
  margin-top: 2px;
  text-align: center;
  margin-right: 1.6875rem;
}
.container .contentBox .left1 .lists .list .text_28 {
  width: 33px;
  height: 45px;
  overflow-wrap: break-word;
  color: #ff4201;
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 45px;
  margin: 4px 0 0 0;
}
.container .contentBox .left1 .lists .list .text-wrapper_7 {
  background-color: #ff4201;
  height: 24px;
  margin-top: 6px;
  width: 66px;
}
.container .contentBox .left1 .lists .list .text_29 {
  width: 52px;
  height: 20px;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 20px;
  margin: 2px 0 0 0;
}
.container .contentBox .left1 .pageBox {
  display: flex;
}
.container .contentBox .left1 .pageBox .group_49 {
  height: 32px;
  display: flex;
  width: 50.125rem;
  justify-content: center;
  margin: 30px auto 0;
}
.container .contentBox .left1 .pageBox .text_64 {
  height: 22px;
  overflow-wrap: break-word;
  color: #333333;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: normal;
  text-align: center;
  white-space: wrap;
  line-height: 22px;
  margin-top: 5px;
}
.container .contentBox .left1 .pageBox .label_1 {
  width: 32px;
  height: 32px;
  margin-left: 20px;
}
.container .contentBox .left1 .pageBox .box_49 {
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  display: flex;
}
.container .contentBox .left1 .pageBox .flex-col {
  line-height: 32px;
  text-align: center;
  width: 38px;
  height: 32px;
  background-color: #f7f8f9;
  border-radius: 4px;
}
.container .contentBox .left1 .pageBox .label_2 {
  width: 32px;
  height: 32px;
  margin-left: 10px;
}
.container .contentBox .left1 .pageBox .avt {
  background-color: #ff4201;
}
.container .contentBox .left1 .pageBox .avt a {
  color: #fff;
}
@media screen and (max-width: 1220px) {
  .container .contentBox .left1 .pageBox .text_64 {
    display: none;
  }
  .container .contentBox .left1 .lists {
    padding: 0.5rem 0 0.5rem 0;
    width: 100%;
    background-color: #fafafa;
  }
  .container .contentBox .left1 .lists .list .section_2 {
    margin-right: 10px;
  }
  .container .contentBox .left1 .lists .list .text_26 {
    width: 295px;
    height: 44px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    white-space: wrap;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
  }
  .container .contentBox .left1 .lists .list .text-group_72 {
    width: 100%;
    height: 75px;
    margin-top: 1px;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #eeeeee;
  }
  .container .contentBox .left1 .lists .list .text_27 {
    width: 100%;
  }
}
.container .contentBox .right1 .block_5 {
  width: 320px;
  height: 350px;
  background: url('../images/right1.png') 100% no-repeat;
  background-size: 100% 100%;
  padding-top: 6px;
  position: relative;
}
.container .contentBox .right1 .block_5 .text_74 {
  height: 20px;
  overflow-wrap: break-word;
  color: #cb5508;
  font-size: 14px;
  line-height: 20px;
  margin-left: 19px;
}
.container .contentBox .right1 .block_5 .text-wrapper_68 {
  display: flex;
  height: 45px;
  margin: 9px 0 0 46px;
}
.container .contentBox .right1 .block_5 .text_75 {
  color: #ffffff;
  font-size: 32px;
  text-align: left;
  line-height: 45px;
}
.container .contentBox .right1 .block_5 .text_76 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
  margin-top: 2px;
}
.container .contentBox .right1 .block_5 .text_77 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin: 5px 0 0 34px;
}
.container .contentBox .right1 .block_5 .cardBox {
  width: 280px;
  height: 210px;
  display: flex;
  position: absolute;
  top: 119px;
  left: 20px;
  flex-wrap: wrap;
  background: #feffff;
  border-radius: 4px;
}
.container .contentBox .right1 .block_5 .cardBox .card {
  width: 33%;
  margin-top: 15px;
}
.container .contentBox .right1 .block_5 .cardBox .card img {
  margin-left: 25px;
  margin-top: 7px;
}
.container .contentBox .right1 .block_5 .cardBox .card p {
  text-align: center;
  margin-top: 10px;
}
.container .contentBox .right1 .classBox {
  margin: 0 auto;
  width: 320px;
}
.container .contentBox .right1 .classBox .classTitle {
  margin: 1.375rem 0;
  position: relative;
  text-align: start;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  padding-left: 10px;
}
.container .contentBox .right1 .classBox .classTitle::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 20px;
  background: #ff4400;
}
.container .contentBox .right1 .classBox .ulBox ul {
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  flex-wrap: wrap;
}
.container .contentBox .right1 .classBox .ulBox ul li {
  width: 150px;
  height: 140px;
}
.container .contentBox .right1 .classBox .ulBox ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.container .contentBox .right1 .classBox .ulBox ul li a .imgBox {
  width: 150px;
  height: 100px;
}
.container .contentBox .right1 .classBox .ulBox ul li a .imgBox img {
  width: 100%;
  height: 100%;
}
.container .contentBox .right1 .classBox .ulBox ul li a .className {
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.container .contentBox .right1 .videoBox {
  margin: 0 auto;
  width: 320px;
}
.container .contentBox .right1 .videoBox .viedeoTitle {
  margin: 1.375rem 0;
  position: relative;
  text-align: start;
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  padding-left: 10px;
}
.container .contentBox .right1 .videoBox .viedeoTitle::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 20px;
  background: #ff4400;
}
.container .contentBox .right1 .videoBox ul {
  margin: 0 auto;
  /* iOS 6-, Safari 3.1-6 */
  /* Chrome */
  /* Firefox 19 */
  display: flex;
  /*flex容器*/
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container .contentBox .right1 .videoBox ul .box {
  width: 45%;
}
.container .contentBox .right1 .videoBox ul .box a {
  width: 100%;
  height: 100%;
}
.container .contentBox .right1 .videoBox ul .box a .imgBox {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 6rem;
}
.container .contentBox .right1 .videoBox ul .box a .imgBox img {
  display: inline-block;
}
.container .contentBox .right1 .videoBox ul .box a .imgBox .img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .contentBox .right1 .videoBox ul .box a .imgBox .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  z-index: 100;
}
.container .contentBox .right1 .videoBox ul .box a .imgBox .img3 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 6.875rem;
}
.container .contentBox .right1 .videoBox ul .box a .name {
  font-size: 0.875rem;
  color: #333333;
}
.container .contentBox .right1 .videoBox ul .box a .name span {
  font-size: 1rem;
  font-weight: 600;
}
.container .contentBox .right1 .videoBox .videoDialogBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.container .contentBox .right1 .videoBox .videoDialogBox .videoBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50rem;
  height: 28.25rem;
}
.container .contentBox .right1 .videoBox .videoDialogBox .videoBox video {
  width: 100%;
  height: 100%;
}
.container .contentBox .right1 .block_15 {
  background-color: #ffffff;
  border-radius: 4px;
  height: 480px;
  margin-top: 10px;
  width: 320px;
}
.container .contentBox .right1 .block_15 .classTitle {
  padding: 1.375rem 0;
  position: relative;
  text-align: start;
  font-size: 1.125rem;
  background-color: #fafafa;
  font-weight: 600;
  color: #333333;
  padding-left: 10px;
}
.container .contentBox .right1 .block_15 .classTitle::after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 26px;
  width: 3px;
  height: 20px;
  background: #ff4400;
}
.container .contentBox .right1 .block_15 .section_26 {
  width: 285px;
  height: 40px;
  margin: 22px 0 0 21px;
}
.container .contentBox .right1 .block_15 .box_15 {
  background-color: #ffffff;
  border-radius: 4px;
  width: 285px;
  height: 40px;
  border: 1px solid #eeeeee;
}
.container .contentBox .right1 .block_15 .image-text_160 {
  width: 138px;
  height: 20px;
  margin: 10px 0 0 19px;
}
.container .contentBox .right1 .block_15 .thumbnail_4 {
  width: 20px;
  height: 20px;
}
.container .contentBox .right1 .block_15 .thumbnail_5 {
  width: 1px;
  height: 19px;
  margin: 1px 0 0 10px;
}
.container .contentBox .right1 .block_15 .text-group_20 {
  width: 200px;
  height: 20px;
  border: none;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-left: 9px;
}
.container .contentBox .right1 .block_15 .section_28 {
  width: 285px;
  height: 40px;
  margin: 15px 0 0 21px;
}
.container .contentBox .right1 .block_15 .box_17 {
  background-color: #ffffff;
  border-radius: 4px;
  width: 285px;
  height: 40px;
  border: 1px solid #eeeeee;
}
.container .contentBox .right1 .block_15 .image-text_162 {
  width: 152px;
  height: 20px;
  margin: 10px 0 0 19px;
}
.container .contentBox .right1 .block_15 .thumbnail_8 {
  width: 20px;
  height: 20px;
}
.container .contentBox .right1 .block_15 .thumbnail_9 {
  width: 1px;
  height: 19px;
  margin: 1px 0 0 10px;
}
.container .contentBox .right1 .block_15 .text-group_22 {
  width: 130px;
  height: 20px;
  border: none;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-left: 9px;
}
.container .contentBox .right1 .block_15 .text-wrapper_28 {
  background-color: #ff4400;
  border-radius: 3px;
  height: 30px;
  width: 80px;
  line-height: 30px;
  text-align: center;
  margin: 5px 6px 0 28px;
}
.container .contentBox .right1 .block_15 .text_86 {
  width: 56px;
  height: 20px;
  color: #ffffff;
  font-size: 14px;
}
.container .contentBox .right1 .block_15 .section_31 {
  width: 286px;
  height: 20px;
  margin-top: 10px;
}
.container .contentBox .right1 .block_15 .thumbnail_24 {
  width: 19px;
  height: 19px;
  margin-top: 1px;
}
.container .contentBox .right1 .block_15 .image-text_165 {
  height: 20px;
}
.container .contentBox .right1 .block_15 .thumbnail_25 {
  width: 16px;
  margin-top: 1px;
  margin-left: 22px;
}
.container .contentBox .right1 .block_15 .text-group_25 {
  width: 238px;
  height: 20px;
  font-size: 0;
  line-height: 20px;
}
.container .contentBox .right1 .block_15 .text_87 {
  width: 238px;
  height: 20px;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.container .contentBox .right1 .block_15 .text_88 {
  width: 238px;
  height: 20px;
  color: #0075ff;
  font-size: 14px;
  line-height: 20px;
}
.container .contentBox .right1 .block_15 .section_32 {
  width: 285px;
  height: 40px;
  margin: 15px 0 26px 21px;
}
.container .contentBox .right1 .block_15 .text-wrapper_29 {
  background-color: #ff4400;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  width: 285px;
}
.container .contentBox .right1 .block_15 .text-wrapper_29:hover {
  cursor: pointer;
}
.container .contentBox .right1 .block_15 .text_89 {
  width: 32px;
  height: 22px;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin: 9px 0 0 127px;
}
.container .contentBox .right1 .block_15 .flex-row {
  display: flex;
}
@media screen and (max-width: 1220px) {
  .container .contentBox .right1 {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .container .contentBox {
    width: 100%;
  }
  .container .contentBox .left1 {
    width: 100%;
  }
  .container .contentBox .left1 .details {
    width: 100%;
    padding: 0;
  }
  .container .contentBox .left1 .details h2 {
    margin-bottom: 40px;
  }
  .container .contentBox .left1 .details .nextPage {
    flex-wrap: wrap;
  }
  .container .contentBox .left1 .details .nextPage p {
    width: 100%;
  }
  .container .contentBox .left1 .details .ziliao {
    width: 100%;
  }
  .container .contentBox .left1 .details .lefts ul {
    width: 100%;
  }
  .container .contentBox .left1 .details .wenzhang ul li {
    width: 100%;
  }
}
.container .contentBox .left1 .lists .list:hover {
  cursor: pointer;
}
.container .contentBox .right1 .block_5 .cardBox .card:hover {
  cursor: pointer;
}
.container .contentBox .left1 .details > p img:hover {
  cursor: pointer;
}
.container .contentBox .left1 .details > div img:hover {
  cursor: pointer;
}
.container .contentBox .left1 .details:nth-child(4) img {
  width: 100%;
}
