.caseboxlists {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.caseboxlists .items {
  position: relative;
  display: inline-block;
  margin: 0 13px 20px 0;
  width: 290px;
  height: 373px;
  background: #F6F7FB;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  box-sizing: border-box;
}
.caseboxlists .items:nth-child(4n) {
  margin-right: 0;
}
.caseboxlists .items:hover {
  background: #fff;
  border: none;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
.caseboxlists .items:hover .img {
  transition: all .3s;
  transform: scale(1.1);
}
.caseboxlists .items .img-box {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 290px;
}
.caseboxlists .items .img-box .img {
  transition: all .3s;
  width: 100%;
  height: 100%;
}
.caseboxlists .items .label {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 62px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #5B5B5B;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 99;
}
.caseboxlists .items .bottom-box {
  display: flex;
  position: relative;
}
.caseboxlists .items .bottom-box .bot-l {
  width: 100%;
}
.caseboxlists .items .bottom-box .bot-l .big {
  width: 199px;
  margin-left: 20px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
}
.caseboxlists .items .bottom-box .bot-l .anli-label-box {
  margin: 9px 0 0 14px;
  overflow: hidden;
  width: 215px;
  white-space: nowrap;
}
.caseboxlists .items .bottom-box .bot-l .anli-label-box .anli-label {
  padding: 0 13px;
  background: #fff;
  margin-right: 9px;
  height: 23px;
  line-height: 23px;
  border: 1px solid #EAECF2;
  border-radius: 11px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
}
.caseboxlists .items .bottom-box .bot-l .anli-label-box .anli-label:hover {
  color: #b14a4a;
}
.caseboxlists .items .bottom-box .z {
  position: absolute;
  top: 27px;
  right: 31px;
  cursor: pointer;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.caseboxlists .items .bottom-box .z span {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -9px;
  text-align: center;
  color: #D6D6D6;
  font-size: 12px;
}
.caseboxlists .items .bottom-box .z p {
  position: absolute;
  bottom: -18px;
  left: -50%;
  width: 56px;
  margin-left: -10px;
  text-align: center;
  color: #DB0024;
  font-size: 12px;
  display: none;
}
.caseboxlists .items .bottom-box .z.on {
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/pc/index/newsz1.png) center center no-repeat;
  -webkit-animation: xs .3s infinite linear;
  -moz-animation: xs .3s infinite linear;
  animation: xs .3s infinite linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}
@keyframes xs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.caseboxlists .items .bottom-box .z.on span {
  color: #DB0024;
}
.con3 {
  padding-bottom: 56px;
  background: #F9F9F9;
}
.con3 .qa_box {
  display: flex;
  width: 1200px;
}
.con3 .qa_box .qa {
  margin-right: 25px;
  border: 1px solid #fff;
}
.con3 .qa_box .qa:last-child {
  margin-right: 0;
}
.con3 .qa_box .qa:hover {
  border: 1px solid #D70C18;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.con3 .qa_box .qa_con {
  box-sizing: border-box;
  padding: 21px;
  width: 383px;
  height: 176px;
  background: #FFFFFF;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
}
.con3 .qa_box .qa_con .qa_con_top {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px dashed #D8D8D8;
  margin-bottom: 16px;
}
.con3 .qa_box .qa_con .qa_con_top .qa_con_i {
  width: 19px;
  height: 19px;
  margin-right: 6px;
}
.con3 .qa_box .qa_con .qa_con_top .qa_con_i .qa_con_i_img {
  width: 20px;
  height: 20px;
}
.con3 .qa_box .qa_con .qa_con_top .qa_con_tit {
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  color: #DD041D;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.con3 .qa_box .qa_con .qa_con_con {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.con3 .studys {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  height: 466px;
  background: #FFFFFF;
  box-shadow: 3px 7px 16px 0px rgba(125, 142, 160, 0.14);
  padding: 33px 30px;
  box-sizing: border-box;
}
.con3 .studys .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 12px 9px;
  margin: 0 22px 15px 0;
  width: 540px;
  height: 124px;
  background: #FFFFFF;
  border: 1px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s;
}
.con3 .studys .item:nth-child(2n) {
  margin-right: 0;
}
.con3 .studys .item::before {
  width: 540px;
  height: 1px;
  background: #DDDDDD;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
}
.con3 .studys .item img {
  width: 162px;
  min-width: 162px;
  height: 97px;
  margin-right: 9px;
}
.con3 .studys .item:nth-child(5)::before {
  display: none;
}
.con3 .studys .item:nth-child(6)::before {
  display: none;
}
.con3 .studys .item .r {
  height: 97px;
}
.con3 .studys .item .r .p1 {
  color: #333333;
  font-size: 14px;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.con3 .studys .item .r .p2 {
  height: 22px;
  padding: 0 12px;
  background: #F2F4F9;
  border-radius: 11px;
  color: #999999;
  line-height: 22px;
  text-align: center;
  margin-top: 7px;
  display: inline-block;
  font-size: 12px;
}
.con3 .studys .item .r .p3 {
  font-family: Arial!important;
  color: #999999;
  margin-top: 18px;
  position: absolute;
  bottom: 10px;
}
.con3 .studys .item:hover {
  border: 1px solid #DD041D;
  box-shadow: 0px 0px 9px 0px #FFAAB4;
}
.con3 .studys .item:hover::before {
  display: none;
}
.con3 .studys .item:hover .p1 {
  color: #DD041D;
}
.con3 .studys .item:hover .p2 {
  background: #DD041D;
  color: #fff;
}
.information-part {
  padding-top: 25px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.information-part .part-title {
  width: 100%;
  height: 50px;
}
.information-part .information-wrap {
  width: 1200px;
  padding: 0px 0 50px 0;
  display: flex;
  justify-content: space-between;
}
.information-part .information-wrap .information-list {
  margin: 0;
  width: 50%;
}
.information-part .information-wrap .information-list:first-child {
  margin-right: 100px !important;
}
.information-part .information-wrap .information-list a {
  display: block;
  width: 550px;
  box-sizing: border-box;
  padding: 10px 0px;
  zoom: 1;
  color: #6b6b6b;
  font-size: 16px;
  color: #555555;
  font-size: 18px;
  height: 41px;
}
.information-part .information-wrap .information-list a .tit {
  width: 420px;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #6b6b6b;
  font-size: 16px;
  float: left;
}
.information-part .information-wrap .information-list a:hover {
  color: #d71518;
}
.information-part .information-wrap .information-list a:hover .tit {
  color: #d71518;
}
.information-part .information-wrap .information-list a .date {
  float: right;
}
.information-show {
  margin: 20px 0;
  padding: 0 0;
  height: 100%;
}
.information-show .outer {
  display: none;
  position: relative;
  height: 100%;
}
.information-show .outer.show {
  display: block;
}
.index-title .tit {
  font-size: 32px;
  color: #333;
  padding-left: 20px;
  position: relative;
}
.index-title .tit::before {
  display: block;
  content: '';
  background-color: #d61518;
  position: absolute;
  left: 0px;
  top: 7px;
  width: 8px;
  height: 30px;
  border-radius: 4px;
}
.index-title .tit_sub {
  padding-left: 20px;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
