.main-banner {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px 250px;
}
/**分页按钮样式**/
.tcdPageCode {
  display: none;
  min-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
.tcdPageCode .page-num {
  display: none;
  box-shadow: none;
  background: transparent;
}
.tcdPageCode a,
.tcdPageCode span {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  width: 44px;
  margin: 0 7px;
  color: #333;
  background-color: #ffffff;
  vertical-align: middle;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: .3s;
  box-shadow: 0px 3px 2px 1px rgba(255, 51, 117, 0.07);
}
.tcdPageCode input {
  box-shadow: 0px 3px 2px 1px rgba(255, 51, 117, 0.07);
  margin-right: 7px;
}
.tcdPageCode .input-content,
.tcdPageCode .txt {
  box-shadow: none;
}
.tcdPageCode .txt {
  background: transparent;
  width: auto;
}
.tcdPageCode .input-content {
  min-width: auto;
}
.tcdPageCode .short-page {
  width: 74px;
}
.tcdPageCode .short-page.disabled {
  display: none;
}
.tcdPageCode .current,
.tcdPageCode .goto-page {
  text-decoration: none;
  color: #fff;
  background: #ff3375;
}
.tcdPageCode a:hover {
  border-color: #ff3375 !important;
  background: #fff;
  color: #ff3375;
}
.tcdPageCode.page-content .input-content {
  width: auto;
  background: transparent;
}
.tcdPageCode.page-content .input-content input {
  width: 44px;
  vertical-align: middle;
  height: 100%;
  border: 0;
  outline: none;
  color: #666;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border-radius: 6px;
}
.tcdPageCode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.tcdPageCode.page-content .input-content span {
  cursor: pointer;
  border: 1px solid transparent;
}
.tcdPageCode.page-content .page-num {
  width: auto;
  padding: 0 5px;
}
.news-list {
  *zoom: 1;
  padding: 0 45px;
}
.news-list:before,
.news-list:after {
  content: "";
  display: table;
}
.news-list:after {
  clear: both;
}
.news-list .item {
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 350px;
  height: 422px;
  background: #fff;
}
.news-list .item:nth-child(3n) {
  margin-right: 0;
}
.news-list .item .cover-wrap {
  overflow: hidden;
}
.news-list .item .cover-wrap .cover {
  transition: transform .4s;
}
.news-list .item:hover .cover-wrap .cover {
  transform: scale(1.2);
}
.news-list .item:hover .detail .line:before {
  width: 98%;
}
.news-list .item:hover .detail .line:before {
  width: 98%;
}
.news-list .item:hover .fd {
  transform: scale(1.05);
}
.news-list .item .fd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 0;
  transition: .3s;
  box-shadow: 0 3px 30px 1px rgba(252, 146, 189, 0.1);
}
.news-list .cover-wrap {
  position: relative;
  z-index: 1;
  display: block;
}
.news-list .cover-wrap .cover {
  width: 100%;
  height: 230px;
}
.news-list .detail {
  position: relative;
  z-index: 1;
  padding: 16px 14px 20px;
}
.news-list .detail .time img {
  height: 12px;
  margin-right: 3px;
  margin-top: -2px;
}
.news-list .detail .title {
  display: block;
  margin: 14px 0;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
}
.news-list .detail .title .line {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.news-list .detail .title .line:before {
  display: block;
  position: absolute;
  content: '';
  background: #ff3375;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  transition: width .4s ease;
}
.news-list .detail .dec {
  display: block;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
  line-height: 22px;
  height: 44px;
  margin-bottom: 15px;
}
.news-list .detail .tags {
  margin-right: -12px;
  overflow: hidden;
  height: 20px;
}
.news-list .detail .tags i {
  display: inline-block;
  margin-right: 12px;
  height: 20px;
  line-height: 20px;
  color: #ff3375;
  background: rgba(227, 225, 225, 0.7);
  padding: 0 3px;
  font-size: 12px;
  border-radius: 3px;
}
.news-meida {
  margin: 35px 0;
  background: #f8f8f8;
  padding: 70px 60px;
  min-height: 400px;
  *zoom: 1;
}
.news-meida:before,
.news-meida:after {
  content: "";
  display: table;
}
.news-meida:after {
  clear: both;
}
.news-meida .txt-info {
  float: left;
  width: 540px;
}
.news-meida .txt-info .min-title,
.news-meida .txt-info .time {
  color: #666;
}
.news-meida .txt-info .h1 {
  margin: 10px 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  height: 83px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
}
.news-meida .txt-info .dec {
  margin-top: 22px;
  color: #666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
  min-height: 50px;
  max-height: 66px;
  margin-bottom: 20px;
}
.news-meida .txt-info .dec img {
  max-width: 100%;
}
.news-meida .txt-info .btns .btn {
  display: inline-block;
  width: 148px;
  height: 46px;
  line-height: 46px;
  background: #e3e3e3;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: .4s;
}
.news-meida .txt-info .btns .btn:hover {
  background-color: #ff3375;
  color: #fff;
}
.news-meida .cover-r {
  display: block;
  float: right;
  width: 430px;
}
.news-meida .cover-r img {
  width: 100%;
}
.list-wrap {
  min-height: 300px;
}
/*# sourceMappingURL=index.css.map */