.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.column1 {
  margin-top: 38px;
}
.column1_left {
  float: left;
  width: 600px;
  height: 400px;
}
.column1_left img {
  width: 100%;
  height: 100%;
}
.column1 .column1_right {
  float: right;
  width: 584px;
}
.column1 .column1_right ul:first-child {
  overflow: hidden;
}
.column1 .column1_right ul:first-child li {
  margin-top: 0;
  margin-top: 16px;
  width: 286px;
  height: 123px;
  float: left;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  margin-right: 12px;
  position: relative;
  padding: 0 16px;
  padding-top: 12px;
}
.column1 .column1_right ul:first-child li:hover {
  background: #ef2f39;
}
.column1 .column1_right ul:first-child li:hover .title a {
  color: #fff;
}
.column1 .column1_right ul:first-child li:hover .desc {
  color: #ffc8cb;
}
.column1 .column1_right ul:first-child li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #ef2f39;
  z-index: 1;
}
.column1 .column1_right ul:first-child li:nth-child(2n) {
  margin-right: 0;
}
.column1 .column1_right ul:first-child li:nth-child(1),
.column1 .column1_right ul:first-child li:nth-child(2) {
  margin-top: 0px;
}
.column1 .column1_right ul:first-child li .title {
  height: 44px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.column1 .column1_right ul:first-child li .desc {
  height: 40px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.column1 .column1_right ul:last-child {
  margin-top: 16px;
}
.column1 .column1_right ul:last-child li {
  margin-top: 8px;
  overflow: hidden;
  margin-left: 16px;
}
.column1 .column1_right ul:last-child li a {
  display: block;
  float: left;
  width: 78%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.column1 .column1_right ul:last-child li span {
  display: block;
  float: right;
  width: 20%;
  text-align: right;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
}
.column2 {
  margin-top: 40px;
}
.column2 li {
  float: left;
  width: 204px;
  height: 298px;
  background: linear-gradient(153deg, #ffecec 0%, #ffffff 41%);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f1f1f1;
  margin-right: 40px;
  padding: 16px;
}
.column2 li:hover {
  background: #ef2f39;
}
.column2 li:hover .time {
  color: #fff;
}
.column2 li:hover .title a {
  color: #fff;
}
.column2 li:hover .more a {
  color: #fff;
}
.column2 li:nth-child(5n) {
  margin-right: 0;
  float: left;
}
.column2 li .img_wrap {
  width: 208px;
  height: 138px;
  border-radius: 0px 0px 0px 0px;
}
.column2 li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.column2 li .time {
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.column2 li .title {
  height: 44px;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 12px;
}
.column2 li .img_wrap {
  margin-top: 16px;
}
.column2 li .more {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  margin-top: 16px;
}
.column {
  margin-top: 40px;
}
.column .column_head {
  height: 36px;
  background: url(imgs/bg/column_bg.png) no-repeat bottom;
  background-size: 100% 100%;
  padding-left: 35px;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
}
.column .column_head .more {
  line-height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.column .column_head .more:hover {
  color: #ef2f39;
}
.column3 ul {
  overflow: hidden;
}
.column3 li {
  width: 277px;
  height: 366px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  float: left;
  margin-right: 30px;
  margin-top: 20px;
}
.column3 li:nth-child(4n) {
  margin-right: 0;
}
.column3 li .img_wrap {
  width: 277px;
  height: 184px;
  position: relative;
}
.column3 li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column3 li .img_wrap .vip {
  width: 78px;
  height: 22px;
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(imgs/vip.png) no-repeat;
  background-size: 100% auto;
}
.column3 li .content_wrap {
  padding: 16px;
}
.column3 li .content_wrap .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
}
.column3 li .content_wrap .desc p {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  text-align: left;
  margin-top: 12px;
}
.column3 li .content_wrap .desc p span {
  color: #333;
}
.column3 li .content_wrap .desc .tag_wrap {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
}
.column3 li .content_wrap .desc .tag_wrap > div:last-child {
  width: 170px;
  margin-top: -8px;
}
.column3 li .content_wrap .desc .tag_wrap > div:last-child span {
  display: inline-block;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #f0b9bb;
  padding: 0 8px;
  margin-right: 8px;
  color: #d91721;
  margin-top: 8px;
}
.column4 ul {
  overflow: hidden;
}
.column4 li {
  float: left;
  padding: 0px 16px;
  height: 36px;
  background: linear-gradient(90deg, #f4f4f4 1%, #ffffff 100%);
  border-radius: 18px 18px 18px 18px;
  line-height: 36px;
  margin-right: 16px;
  margin-top: 16px;
}
.column4 li img {
  width: 18px;
  margin-right: 8px;
}
.column4 li.on {
  background: linear-gradient(90deg, #ffeaea 5%, #ffffff 100%);
}
.column5 ul {
  margin-top: 20px;
  width: 580px;
}
.column5 ul li:first-child {
  overflow: hidden;
  height: 180px;
  margin-bottom: 20px;
}
.column5 ul li:first-child .img_wrap {
  width: 270px;
  float: left;
  margin-right: 20px;
}
.column5 ul li:first-child .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column5 ul li:first-child .content_wrap {
  width: 290px;
  height: 100%;
  float: left;
  position: relative;
}
.column5 ul li:first-child .content_wrap .title {
  height: 42px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.column5 ul li:first-child .content_wrap .tag_wrap {
  margin-top: 12px;
}
.column5 ul li:first-child .content_wrap .tag_wrap span {
  display: inline-block;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
  padding: 0 8px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 24px;
  margin-right: 8px;
}
.column5 ul li:first-child .content_wrap .btn_download {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108px;
  height: 32px;
  background: #ef2f39;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
}
.column5 ul li:not(:first-child) {
  overflow: hidden;
  margin-top: 10px;
}
.column5 ul li:not(:first-child) .title {
  float: left;
  width: 80%;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.column5 ul li:not(:first-child) span {
  display: block;
  float: right;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
}
.column6 .column_body {
  margin-top: 20px;
}
.column6 .column_body_left {
  width: 558px;
  height: 372px;
  position: relative;
}
.column6 .column_body_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column6 .column_body_left .watchword {
  height: 22px;
  position: absolute;
  top: 12px;
  right: 12px;
  background-size: 100% auto;
}
.column6 .column_body_left .watchword img {
  width: auto;
  height: 100%;
}
.column6 .column_body_left .content_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.26) 21%, rgba(0, 0, 0, 0.51) 40%, #000000 99%);
}
.column6 .column_body_left .content_wrap .title {
  width: 460px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}
.column6 .column_body_left .content_wrap .tag_wrap {
  width: 460px;
  margin-top: 8px;
}
.column6 .column_body_left .content_wrap .tag_wrap span {
  display: inline-block;
  height: 24px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(238, 238, 238, 0.5);
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 8px;
  line-height: 22px;
  margin-right: 8px;
}
.column6 .column_body_left .content_wrap .count {
  width: 54px;
  height: 54px;
  background: rgba(203, 129, 0, 0.3);
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}
.column6 .column_body_left .content_wrap .count p {
  font-weight: 400;
  font-size: 16px;
  color: #ffdead;
  line-height: 24px;
  margin-top: 4px;
}
.column6 .column_body_left .content_wrap .count p:last-child {
  font-weight: 400;
  font-size: 12px;
  color: #ffdead;
  line-height: 1;
  text-align: center;
}
.column6 .column_body_right .item {
  width: 301px;
  height: 373px;
  background: #ffffff no-repeat bottom;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #eeeeee;
  margin-right: 20px;
  padding: 20px;
  background-image: url(imgs/bg/item_bg.png);
  background-size: 100% auto;
  position: relative;
}
.column6 .column_body_right .item:last-child {
  margin-right: 0;
}
.column6 .column_body_right .item .img_wrap {
  width: 261px;
  height: 174px;
  position: relative;
}
.column6 .column_body_right .item .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column6 .column_body_right .item .img_wrap .watchword {
  width: 52px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.column6 .column_body_right .item .img_wrap .watchword img {
  width: auto;
  height: 100%;
}
.column6 .column_body_right .item .title {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-top: 12px;
}
.column6 .column_body_right .item .tag_wrap {
  margin-top: 11px;
  height: 24px;
}
.column6 .column_body_right .item .tag_wrap span {
  display: inline-block;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #eeeeee;
  padding: 0 8px;
  line-height: 24px;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  margin-right: 8px;
}
.column6 .column_body_right .item .count {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  background: #f0f5fc;
}
.column6 .column_body_right .item .count p {
  text-align: center;
}
.column6 .column_body_right .item .count p:first-child {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 5px;
}
.column6 .column_body_right .item .count p:last-child {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}
