@charset "utf-8";
/* CSS Document */

section {
  width: 100%;
  float: left;
  background: #f8f8f8;
}
.newslist {
  width: calc((100% - 120px) / 3);
  float: left;
  margin: 20px;
  overflow: hidden;
}
.newslist:hover {
  cursor: pointer;
  transition: all 0.6s;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.1);
}
.newslist .newsimg {
  width: 100%;
  line-height: 0px;
}
.newslist .newsinf {
  width: 100%;
  background: #fff;
}
.newslist .newscen {
  overflow: hidden;
  padding: 20px;
}
.newslist .newscen .newstit {
  font-size: 18px;
  color: #333;
  line-height: 250%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newslist .newscen .newsdate {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  text-align: left;
  line-height: 250%;
}
.newslist .newscen .newsint {
  font-size: 14px;
  height: 44px;
  color: #999;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
}
.newslist .newscen .more {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: #eee;
  color: #999;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  float: right;
}
.newslist:hover .newstit {
  color: #5c1690;
}
.newslist:hover .more .xs {
  display: none;
}
.newslist:hover .more .dsn {
  display: inline;
}
.newslist .newsmore {
  float: right;
}
.newslist:hover .newsmore {
  color: #5c1690;
}

/*新闻详情页*/
.newsdetail {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  padding-bottom: 50px;
}
.detailcen {
  width: 1100px;
  margin: auto;
  overflow: hidden;
}
.detailcen .detailtit {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
  font-size: 24px;
  line-height: 36px;
}
.detailcen .detaildate {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #eee;
}
.detailcen .detailcontent {
  width: 100%;
  height: auto;
  margin-top: 20px;
  font-size: 15px;
  line-height: 200%;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.detailcen .detailback {
  width: 100%;
  padding-top: 20px;
}
.detailcen .detailback .turning {
  width: 980px;
  float: left;
}
.detailcen .detailback .turning p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 5px 0px;
}
.detailcen .detailback .turning p:hover a {
  color: #333;
}
.detailcen .detailback .turning a {
  font-size: 12px;
}
.detailcen .detailback .backlist {
  float: right;
  width: 110px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 36px;
  margin-top: 5px;
}
.detailcen .detailback .backlist:hover {
  color: #fff;
  background: #5c1690;
  border: 1px solid #5c1690;
  cursor: pointer;
}

.video {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 80px;
}
.videolist {
  width: 400px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  background: #fff;
  margin-bottom: 60px;
}
.videolist .videoimg {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 0px;
  position: relative;
}

.videolist .videoimg p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.videolist .videoimg:hover p {
  display: block;
  cursor: pointer;
}
.videolist .videocon {
  width: 100%;
  overflow: hidden;
  padding: 20px 0px;
}
.videolist .videocon .videocen {
  width: 360px;
  margin: auto;
}
.videolist .videocon .videocen .videotit {
  height: 36px;
  font-size: 18px;
  color: #333;
  font-weight: lighter;
  text-align: left;
  line-height: 200%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.videolist .videocon .videocen .videodate {
  font-size: 14px;
  color: #999;
  text-align: left;
  line-height: 180%;
}
.videolist:nth-of-type(3),
.videolist:nth-of-type(6),
.videolist:nth-of-type(9) {
  margin-right: 0px;
}
