.banner {
  width: 100%;
  height: 318px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/aritclebanner.png) center center no-repeat;
  background-size: cover;
  border-bottom: 105px solid #fff;
  text-align: center;
  color: #FFFFFF;
}
.banner .ban1 {
  font-size: 60px;
  padding-top: 80px;
}
.banner .ban2 {
  font-size: 18px;
  letter-spacing: 28px;
}
.banner .bannerf {
  width: 1200px;
  padding-top: 79px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.banner .bannerf .item {
  position: relative;
  width: 287px;
  height: 132px;
}
.banner .bannerf .item:nth-child(2) .box a {
  background: rgba(255, 250, 251, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.banner .bannerf .item:nth-child(3) .box a {
  background: rgba(255, 250, 251, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.banner .bannerf .item:nth-child(4) .box a {
  background: rgba(255, 250, 251, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.banner .bannerf .item:hover .box {
  margin-top: -18px;
  box-shadow: 0px 6px 8px 0px rgba(149, 161, 180, 0.3);
}
.banner .bannerf .item:hover .box a {
  background: #FFFAFB;
}
.banner .bannerf .item .box {
  position: absolute;
  left: 0;
  top: 0;
  width: 287px;
  height: 132px;
  transition: all .2s;
}
.banner .bannerf .item .box img {
  width: 287px;
  height: 132px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .bannerf .item .box .tit {
  position: absolute;
  left: 18px;
  top: 18px;
  text-align: left;
  color: #333;
}
.banner .bannerf .item .box .tit .t1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1px;
}
.banner .bannerf .item .box .tit .t2 {
  font-size: 14px;
}
.banner .bannerf .item .box a {
  background: #cfeffb;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  width: 94px;
  height: 32px;
  display: block;
  line-height: 32px;
  text-align: center;
  color: #576170;
  font-size: 12px;
  position: absolute;
  left: 16px;
  bottom: 16px;
}
.newscentent {
  padding-bottom: 60px;
}
.newscentent .left {
  background: none!important;
}
.qalistbox {
  margin-bottom: 10px;
  width: 860px;
  height: 170px;
  background: #FFFFFF;
  overflow: hidden;
  border-top: 2px solid #D00A21;
  box-sizing: border-box;
  padding: 18px;
  display: flex;
  align-items: center;
}
.qalistbox img {
  width: 135px;
  min-width: 135px;
  height: 135px;
  margin-right: 18px;
}
.qalistbox .r .list1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 664px;
}
.qalistbox .r .list2 {
  height: 44px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  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;
}
.qalistbox .r a {
  display: block;
  width: 124px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  background: #DD041D;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
}
.qalistbox .r a:hover {
  background: linear-gradient(90deg, #fe422e 0%, #ae000a 100%);
}
.ldobox {
  width: 860px;
}
.ldobox .items {
  display: block;
  width: 860px;
  height: 162px;
  background: #FFFFFF;
  border: 1px solid #fff;
  margin-bottom: 10px;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
}
.ldobox .items:hover {
  box-shadow: 0px 0px 9px 0px rgba(255, 170, 180, 0.5);
  border: 1px solid #DD041D;
}
.ldobox .items:hover .w {
  color: #DD041D;
}
.ldobox .items:hover .label a {
  background: #DD041D;
  color: #fff;
}
.ldobox .items .w {
  padding-left: 30px;
  position: relative;
  color: #333333;
  font-size: 18px;
  max-width: 590px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
  display: inline-block;
}
.ldobox .items .w::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/wen.png) center center no-repeat;
  background-size: cover;
}
.ldobox .items .d {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  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;
  margin-bottom: 18px;
}
.ldobox .items .d::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(https://yidian-shopping.oss-cn-beijing.aliyuncs.com/xtpc/da.png) center center no-repeat;
  background-size: cover;
}
.ldobox .items .label a {
  display: inline-block;
  height: 22px;
  line-height: 21px;
  background: #F2F4F9;
  border-radius: 11px;
  padding-left: 25px;
  box-sizing: border-box;
  padding-right: 10px;
  position: relative;
  color: #999999;
  font-size: 12px;
  margin-right: 10px;
}
.ldobox .items .label a:hover {
  background: #DD041D;
  color: #fff;
}
.ldobox .items .label a span {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #FCD8D7;
  color: #DD041D;
  font-size: 12px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
}
.ldobox .items .r {
  position: absolute;
  right: 24px;
  top: 26px;
  color: #BBBBBB;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.ldobox .items .r img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.ldobox .items .r span {
  max-height: 14px;
  border-left: 1px solid #dadada;
  padding-left: 20px;
  margin-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  line-height: 14px;
}
.paging {
  display: flex;
  margin: 14px auto;
  justify-content: center;
}
.paging .layui-laypage a,
.paging .layui-laypage span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  height: 26px;
  width: 26px;
  line-height: 26px;
  margin: 0 0 0 6px;
  font-size: 14px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 2px;
}
.paging .layui-laypage a:hover,
.paging .layui-laypage span:hover {
  color: #DD041D!important;
}
.paging em {
  color: #DD041D!important;
}
.paging .layui-laypage-em {
  background: none!important;
  border: 1px solid #DD041D;
  padding: 0!important;
}
.informationsnew {
  margin: 0px auto 30px auto;
  padding: 0 0;
  height: 100%;
  width: 1200px;
}
.informationsnew .outer {
  display: none;
  position: relative;
  height: 100%;
}
.informationsnew .outer.show {
  display: block;
}
.informationsnew .case_pt_list {
  width: 888px;
  margin: 20px 0 0px 0;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.informationsnew .case_pt_list ul {
  float: left;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.informationsnew .case_pt_list ul li {
  display: block;
  height: 37px;
  line-height: 37px;
  padding: 0px 20px;
  font-size: 14px;
  color: #666;
  background: #F1F4F7;
  border-radius: 19px;
  margin-bottom: 14px;
  margin-right: 22px;
}
.informationsnew .case_pt_list ul li:hover {
  background: #DD041D;
}
.informationsnew .case_pt_list ul li:hover a {
  color: #fff;
}
.informationsnew .case_pt_list ul.auto_h {
  height: auto;
}
.informationsnew .case_pt_list .zhankai {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #969696;
  cursor: pointer;
  height: 30px;
  border: 1px solid #e5e5e5;
  line-height: 30px;
  border-radius: 6px;
  position: relative;
  text-align: center;
  width: 73px;
  padding-right: 12px;
  margin-bottom: 6px;
}
.informationsnew .case_pt_list .zhankai::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #D71518;
  border-right: 1px solid #D71518;
  transform: rotate(135deg);
  right: 14px;
  top: 8px;
  transition: all ease-in-out 280ms;
  -webkit-transition: all ease-in-out 280ms;
  -o-transition: all ease-in-out 280ms;
  -moz-transition: all ease-in-out 280ms;
}
.informationsnew .case_pt_list .auto_d {
  margin-bottom: 15px;
}
.informationsnew .case_pt_list .auto_d::before {
  transform: rotate(-45deg);
  top: 14px;
  transition: all ease-in-out 280ms;
  -webkit-transition: all ease-in-out 280ms;
  -o-transition: all ease-in-out 280ms;
  -ms-transition: all ease-in-out 280ms;
}
.caseboxlists .items:nth-child(3n) {
  margin-right: 0;
}
