.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%);
}
.banner-normal .tp-banner-container .tp-bullets.round .bullet {
  background: none;
  width: 20px;
  height: 3px;
  margin-left: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.banner-normal .tp-banner-container .tp-bullets.round .bullet.selected {
  background: #fff;
}
.banner-normal .tp-banner ul li:before {
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.banner-normal .recent-box {
  width: 1200px;
  text-align: center;
  color: #fff;
  z-index: 999;
}
.banner-normal .recent-box .title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 12px;
  font-size: 50px;
  font-weight: normal;
}
.banner-normal .recent-box .sub-title {
  margin-bottom: 40px;
  font-size: 20px;
  margin-top: 20px;
}
.banner-normal .recent-box .more {
  display: inline-block;
  position: relative;
  width: 160px;
  height: 42px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(133, 127, 125, 0.4);
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-normal .recent-box .more:hover {
  border-color: #fff;
}
.cpy-news {
  padding: 60px 0 0;
}
.cpy-news .list .item {
  margin-bottom: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cpy-news .list .item .img {
  position: relative;
  float: left;
  width: 285px;
  height: 190px;
  overflow: hidden;
}
.cpy-news .list .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.cpy-news .list .item .info {
  float: right;
  width: 915px;
  padding: 26px 50px;
  box-sizing: border-box;
}
.cpy-news .list .item .info h3 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  transition: color 0.3s;
}
.cpy-news .list .item .info .tags {
  font-family: 'Helve';
  font-size: 14px;
  color: #bbb;
  transition: color 0.3s;
}
.cpy-news .list .item .info .tags .time {
  position: relative;
  padding-right: 40px;
}
.cpy-news .list .item .info .summary {
  width: 785px;
  line-height: 24px;
  padding-top: 16px;
  margin-top: 18px;
  font-size: 14px;
  color: #888;
  border-top: 1px solid #f0f0f0;
  transition: color 0.3s;
}
.cpy-news .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);
}
.cpy-news .list .item:hover h3 a {
  color: #2770f6;
}
.cpy-news .list .item:hover .tags {
  color: #999;
}
.cpy-news .list .item:hover .summary {
  color: #666;
}
.cpy-news .more {
  display: block;
  width: 120px;
  height: 32px;
  line-height: 32px;
  margin: 60px auto 0;
  text-align: center;
  color: #fff;
  background: #2770f6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cpy-news .more:hover {
  box-shadow: 1px 3px 20px 4px rgba(39, 112, 246, 0.2);
}
