.rotate-more {
  display: inline-block;
  position: relative;
  line-height: 32px;
  padding: 0px 25px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  box-sizing: border-box;
}
.rotate-more .lines {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.rotate-more .lines:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more .lines:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #bbb;
  transition: transform 300ms;
}
.rotate-more:before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #bbb;
  transition: transform 300ms;
}
.rotate-more:hover:before {
  transform: translateX(-100%);
}
.rotate-more:hover:after {
  transform: translateX(100%);
}
.rotate-more:hover .lines:before {
  transform: translateY(-100%);
}
.rotate-more:hover .lines:after {
  transform: translateY(100%);
}
.page-detail {
  margin-top: 80px;
}
.page-detail .inner {
  position: relative;
}
.page-detail .wecode {
  display: none;
  position: fixed;
  top: 148px;
  right: 0;
  z-index: 10;
  width: 255px;
  padding: 30px 40px 20px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  background: #f7f7f7;
  text-align: center;
  border-radius: 1px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.page-detail .wecode .line {
  display: inline-block;
  width: 16px;
  height: 1px;
  margin: 15px 0 7px;
  background: #bbb;
}
.page-detail .wecode h4 {
  margin-bottom: 4px;
  font-size: 18px;
  padding-left: 10px;
}
.page-detail .wecode p {
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.page-detail .content {
  width: 900px;
}
.page-detail .content .info-title {
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}
.page-detail .content .sub-title {
  height: 14px;
  line-height: 14px;
  font-family: 'Helve';
  font-size: 14px;
  color: #999;
}
.page-detail .content .sub-title .date {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  margin-right: 15px;
}
.page-detail .content .line {
  position: relative;
  margin: 40px 0;
  border-bottom: 1px solid #f3f3f3;
}
.page-detail .content .line:before {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 0;
  left: 0;
  background: #2770f6;
}
.page-detail .content .info {
  line-height: 28px;
  font-size: 15px;
  color: #6a6a6a;
}
.page-detail .content .info img {
  max-width: 100%;
}
.page-detail .content .qa-info {
  padding-top: 30px;
}
.page-detail .content .qa-info .q-title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #444;
}
.page-detail .content .qa-info .q-title:after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #333;
}
.page-detail .content .qa-info .info {
  margin-bottom: 40px;
}
.page-detail .relative {
  padding: 50px 0 15px;
  background: #fafafa;
}
.page-detail .relative .module-title {
  padding-bottom: 40px;
}
.page-detail .relative .module-title h3 {
  float: left;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  font-weight: normal;
}
.page-detail .relative .module-title .more {
  float: right;
  margin: 1px 0;
}
.page-detail .relative .list .item {
  float: left;
  width: 580px;
  height: 135px;
  margin: 0 40px 40px 0;
  box-sizing: border-box;
}
.page-detail .relative .list .item .img {
  float: left;
  position: relative;
  width: 200px;
  height: 135px;
  overflow: hidden;
}
.page-detail .relative .list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-detail .relative .list .item .img .overaly {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-detail .relative .list .item .img .overaly .date {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.page-detail .relative .list .item .img .overaly .year {
  color: #c3cecc;
}
.page-detail .relative .list .item .info {
  float: right;
  width: 380px;
  height: 135px;
  padding: 26px 20px;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-left: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-detail .relative .list .item .info .title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page-detail .relative .list .item .info .summary {
  height: 40px;
  line-height: 20px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-detail .relative .list .item:nth-child(even) {
  margin-right: 0;
}
.page-detail .relative .list .item:hover {
  box-shadow: 5px 10px 24px 2px rgba(39, 122, 246, 0.07), 5px -6px 16px 0px rgba(39, 122, 246, 0.05);
}
.page-detail .relative .list .item:hover .overaly {
  top: 0;
}
.page-detail .relative .list .item:hover .title {
  color: #2770f6;
}
.page-detail .relative .list .item:hover .info {
  border-color: #fff;
}
.page-detail .relative .list .item:hover .summary {
  color: #666;
}
