.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;
}
.style {
  width: 200px;
  background: pink;
}
#footer {
  margin-top: 0px;
}
.main {
  background: #f9f9f9;
  padding-bottom: 20px;
}
.banner {
  height: 480px;
  background: url('imgs/bg_banner.png') no-repeat center;
  background-size: auto 100%;
  position: relative;
}
.banner .label_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1920px;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 0px 0px;
}
.banner .label_wrap .clearfix {
  height: 100%;
}
.banner .label_wrap .item {
  float: left;
  width: 33.33%;
  height: 100%;
  text-align: center;
  position: relative;
}
.banner .label_wrap .item::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  background: #83a8ed;
}
.banner .label_wrap .item:last-child::after {
  display: none;
}
.banner .label_wrap .item img {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 7px;
  vertical-align: baseline;
}
.banner .label_wrap .item > div {
  display: inline-block;
  text-align: left;
}
.banner .label_wrap .item .count {
  font-family: Arial, Arial;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  line-height: 34px;
  margin-top: 22px;
}
.banner .label_wrap .item .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
}
.column1 {
  margin-top: 48px;
}
.column1 .item {
  width: 288px;
  height: 130px;
  padding: 24px 20px;
  background: linear-gradient(180deg, #eef2f7 0%, #ffffff 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #ffffff;
  margin-right: 16px;
  overflow: hidden;
}
.column1 .item:nth-child(2) {
  background: linear-gradient(180deg, #edf6f3 0%, #ffffff 100%);
}
.column1 .item:nth-child(3) {
  background: linear-gradient(180deg, #f4f0f7 0%, #ffffff 100%);
}
.column1 .item:nth-child(4) {
  background: linear-gradient(180deg, #f7eeee 0%, #ffffff 90%);
}
.column1 .item:last-child {
  margin-right: 0;
}
.column1 .item_left {
  float: left;
  height: 90px;
  padding-right: 21px;
  border-right: 1px solid #e2e5ed;
}
.column1 .item_left img {
  width: 60px;
}
.column1 .item_right {
  float: left;
  width: 164px;
  padding-left: 26px;
  padding-top: 6px;
}
.column1 .item_right a {
  display: inline-block;
  width: 56px;
  height: 18px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-right: 20px;
  margin-bottom: 6px;
}
.column1 .item_right a:hover {
  color: #ef2f39;
}
.column1 .item_right a:nth-child(2n) {
  margin-right: 0;
}
.column2 .column_head {
  margin-top: 40px;
  margin-bottom: 20px;
}
.column2 .column_head .title {
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  padding-left: 11px;
  position: relative;
}
.column2 .column_head .title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3px;
  height: 20px;
  background: #d91721;
}
.column2 .column_head .more {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  margin-top: 8px;
}
.column2 .column_head .more:hover {
  color: #ef2f39;
}
.column2 .column_body ul {
  overflow: hidden;
}
.column2 .column_body li {
  float: left;
  width: 288px;
  height: 256px;
  position: relative;
  overflow: hidden;
  margin-right: 16px;
}
.column2 .column_body li:last-child {
  margin-right: 0;
}
.column2 .column_body li .img_wrap {
  margin-top: 6px;
  width: 100%;
  height: 191px;
}
.column2 .column_body li .img_wrap img {
  width: 100%;
  height: 100%;
}
.column2 .column_body li .shade_wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(imgs/bg/shade1.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
.column2 .column_body li:nth-child(2n) .shade_wrap {
  background: url(imgs/bg/shade2.png) no-repeat;
  background-size: 100%;
}
.column2 .column_body li .title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 16px;
  bottom: 18px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 21px;
}
.column3 {
  margin-top: 0;
  background:transparent !important;
}
.column3 .panel_wrap {
  width: 389px;
  height: 268px;
  background: linear-gradient(180deg, #fff6f3 0%, #ffffff 39%);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f6ece8;
  margin-right: 16px;
}
.column3 .panel_wrap:last-child {
  margin-right: 0;
}
.column3 .panel_wrap .panel_head {
  height: 48px;
  background: url(imgs/bg/column3_head.png) no-repeat left;
  background-size: auto 100%;
  line-height: 48px;
}
.column3 .panel_wrap .panel_head span {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  padding-left: 24px;
}
.column3 .panel_wrap1 .panel_body {
  padding: 8px;
}
.column3 .panel_wrap1 .panel_body .inner {
  height: 200px;
  overflow: hidden;
}
.column3 .panel_wrap1 .panel_body a {
  display: inline-block;
  height: 36px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #f4f1f0;
  padding: 0 12px;
  line-height: 36px;
  margin-left: 12px;
  margin-top: 12px;
  box-sizing: border-box;
}
.column3 .panel_wrap1 .panel_body a img {
  width: 18px;
  margin-right: 8px;
  vertical-align: text-top;
}
.column3 .panel_wrap2 .panel_body {
  padding: 20px 19px;
}
.column3 .panel_wrap2 .panel_body ul {
  overflow: hidden;
  margin-top: -1px;
}
.column3 .panel_wrap2 .panel_body li {
  width: calc(100% / 3);
  height: 50px;
  border-bottom: 1px dashed #f0dddd;
  border-right: 1px dashed #f0dddd;
  float: left;
  line-height: 50px;
  text-align: center;
}
.column3 .panel_wrap2 .panel_body li:nth-child(3n) {
  border-right: 0;
}
.column3 .panel_wrap2 .panel_body li:nth-child(n + 10) {
  border-bottom: 0;
}
.column3 .panel_wrap2 .panel_body a {
  display: inline-block;
  width: 104px;
  height: 36px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  line-height: 36px;
  padding: 0 8px;
}
.column3 .panel_wrap2 .panel_body a img {
  width: 24px;
}
.column3 .panel_wrap2 .panel_body a:hover {
  box-shadow: 0px 3px 10px 0px rgba(77, 22, 25, 0.11);
  text-decoration: none;
}
.column3 .panel_wrap3 .label_wrap {
  width: 350px;
  height: 75px;
  background: linear-gradient(180deg, #fcf1e1 1%, #ffffff 100%);
  border-radius: 4px 4px 4px 4px;
  margin-left: 20px;
  margin-top: 20px;
  overflow: hidden;
}
.column3 .panel_wrap3 .label_wrap .item {
  float: left;
  width: calc(100% / 3);
  text-align: center;
}
.column3 .panel_wrap3 .label_wrap .item p:first-child {
  font-family: Arial, Arial;
  font-weight: 700;
  font-size: 18px;
  color: #b62b32;
  line-height: 21px;
  margin-top: 16px;
}
.column3 .panel_wrap3 .label_wrap .item p:last-child {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-top: 3px;
}
.column3 .panel_wrap3 ul {
  overflow: hidden;
  margin: 0 20px;
  margin-top: 5px;
}
.column3 .panel_wrap3 ul li {
  float: left;
  margin-top: 15px;
  width: 136px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-right: 70px;
  overflow: hidden;
}
.column3 .panel_wrap3 ul li:nth-child(2n) {
  margin-right: 0;
}
.column3 .panel_wrap3 ul li a {
  color: #666666;
}
.column3 .panel_wrap3 ul li a:hover {
  color: #ef2f39;
}
.column3 .panel_wrap3 ul li span {
  width: 44px;
  height: 18px;
  font-family: Arial, Arial;
  font-weight: 700;
  font-size: 16px;
  color: #666666;
  float: right;
}
.column {
  background: #fff;
  padding-top: 40px;
}
.column .column_head .column_head_title {
  font-weight: 400;
  font-size: 20px;
  color: #333;
  line-height: 26px;
  position: relative;
}
.column .column_head .column_head_title span {
  color: #d91721;
}
.column .column_head .column_head_title::before {
  content: '';
  position: absolute;
  left: 85px;
  top: 8px;
  width: 20px;
  height: 16px;
  background: url(imgs/bg/column_head_title.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.column .column_head .column_head_title::after {
  content: '';
  width: 1029px;
  border: 1px solid;
  -o-border-image: linear-gradient(90deg, #dee2ea, rgba(200, 215, 232, 0)) 1 1;
  border-image: linear-gradient(90deg, #dee2ea, rgba(200, 215, 232, 0)) 1 1;
  position: absolute;
  top: 15px;
  left: 107px;
}
.column .column_head .more {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  text-align: right;
}
.column .column_head .more:hover {
  color: #ef2f39;
}
.column .tab_list {
  margin-top: 17px;
}
.column .tab_list a {
  display: inline-block;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
}
.column .tab_list a.active {
  color: #ef2f39;
  background: #ffefef;
  border-radius: 4px 4px 4px 4px;
}
.column4 {
  background: #fff;
  padding-top: 40px;
  margin-top: 40px;
}
.column4 ul {
  overflow: hidden;
  margin-top: -11px;
}
.column4 ul li {
  overflow: hidden;
  float: left;
  margin-top: 32px;
  margin-right: 40px;
}
.column4 ul li:nth-child(even) {
  margin-right: 0;
}
.column4 ul li .img_wrap {
  width: 162px;
  height: 216px;
  background: #d77f7f;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  padding-top: 32px;
  float: left;
}
.column4 ul li .img_wrap img {
  width: 138px;
  height: 184px;
}
.column4 ul li .content_wrap {
  float: left;
  width: 402px;
  margin-left: 16px;
}
.column4 ul li .content_wrap .title {
  height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.column4 ul li .content_wrap .tag_wrap {
  margin-top: 7px;
}
.column4 ul li .content_wrap .tag_wrap a {
  display: inline-block;
  width: 64px;
  height: 24px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f4d7d7;
  margin-right: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #d84949;
  text-align: center;
}
.column4 ul li .content_wrap .tag_wrap a:hover {
  background: #ffeeee;
  color: #d84949;
  text-decoration: none;
}
.column4 ul li .content_wrap .label_wrap {
  height: 140px;
  margin-top: 22px;
  background: #f7f7f7;
  padding: 12px 16px 16px;
}
.column4 ul li .content_wrap .label_wrap span {
  font-weight: 700;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.column4 ul li .content_wrap .label_wrap a {
  font-weight: 400;
  font-size: 12px;
  color: #3569ff;
  line-height: 16px;
}
.column4 ul li .content_wrap .label_wrap .desc {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  margin-top: 17px;
}
.column5 .column_head .column_head_title span {
  color: #a5752d;
}
.column5 .column_body ul.top {
  overflow: hidden;
  margin-top: -11px;
}
.column5 .column_body ul.top li {
  overflow: hidden;
  float: left;
  margin-top: 32px;
  margin-right: 40px;
}
.column5 .column_body ul.top li:nth-child(even) {
  margin-right: 0;
}
.column5 .column_body ul.top li .img_wrap {
  width: 162px;
  height: 216px;
  background: #d8b683;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  padding-top: 32px;
  float: left;
}
.column5 .column_body ul.top li .img_wrap img {
  width: 138px;
  height: 184px;
}
.column5 .column_body ul.top li .content_wrap {
  float: left;
  width: 402px;
  margin-left: 16px;
}
.column5 .column_body ul.top li .content_wrap .title {
  height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.column5 .column_body ul.top li .content_wrap .tag_wrap {
  margin-top: 7px;
}
.column5 .column_body ul.top li .content_wrap .tag_wrap a {
  display: inline-block;
  width: 64px;
  height: 24px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #f4d7d7;
  margin-right: 7px;
  font-weight: 400;
  font-size: 12px;
  color: #d84949;
  text-align: center;
}
.column5 .column_body ul.top li .content_wrap .tag_wrap a:hover {
  background: #ffeeee;
  color: #d84949;
  text-decoration: none;
}
.column5 .column_body ul.top li .content_wrap .label_wrap {
  height: 140px;
  margin-top: 22px;
  background: #f7f7f7;
  padding: 12px 16px 16px;
}
.column5 .column_body ul.top li .content_wrap .label_wrap span {
  font-weight: 700;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}
.column5 .column_body ul.top li .content_wrap .label_wrap a {
  font-weight: 400;
  font-size: 12px;
  color: #3569ff;
  line-height: 16px;
}
.column5 .column_body ul.top li .content_wrap .label_wrap .desc {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  margin-top: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow: ellipsis;
}
.column5 .column_body .bottom {
  overflow: hidden;
}
.column5 .column_body .bottom ul {
  width: 370px;
  margin-top: 19px;
  margin-right: 45px;
  float: left;
}
.column5 .column_body .bottom ul:last-child {
  margin-right: 0;
}
.column5 .column_body .bottom li {
  margin-top: 8px;
  height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #3569ff;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.column5 .column_body .bottom li a:first-child {
  color: #3569ff;
}
.column6 .column_head .column_head_title span {
  color: #8b1fca;
}
.column6 .column_head .column_head_title span.blue {
  color: #4962c5;
}
.column6 ul li {
  width: 166px;
  float: left;
  margin-right: 40px;
  margin-top: 24px;
}
.column6 ul li:nth-child(6n) {
  margin-right: 0;
}
.column6 ul .img_wrap {
  width: 166px;
  height: 166px;
  background: #f7f7f7;
  border-radius: 4px 4px 4px 4px;
  position: relative;
}
.column6 ul .img_wrap img {
  width: 100px;
  height: 134px;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.column6 ul .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  margin-top: 10px;
}
.column7,
.column8 {
  padding-top: 40px;
}
.column7 .column_head .column_head_title span,
.column8 .column_head .column_head_title span {
  width: 80px;
  height: 26px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 1;
  border-bottom: 4px solid #f64142;
}
.column7 .column_head .column_head_center,
.column8 .column_head .column_head_center {
  margin-left: 64px;
}
.column7 .column_head .column_head_center a,
.column8 .column_head .column_head_center a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-right: 40px;
}
.column7 .column_head .more,
.column8 .column_head .more {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  text-align: right;
}
.column7 .column_head .more:hover,
.column8 .column_head .more:hover {
  color: #ef2f39;
}
.column7 ul {
  margin-top: 20px;
}
.column7 ul li {
  width: 277px;
  height: 254px;
  float: left;
  margin-right: 30px;
  padding: 24px;
  background: #ffffff;
}
.column7 ul li:last-child {
  margin-right: 0;
}
.column7 ul li .title {
  font-weight: 700;
  font-size: 14px;
}
.column7 ul li .img_wrap {
  width: 229px;
  height: 147px;
  margin-top: 16px;
}
.column7 ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column7 ul li .label_wrap {
  margin-top: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}
.column7 ul li .label_wrap span {
  margin: 0 5px;
}
.column8 .column_body {
  overflow: hidden;
}
.column8 .column_body ul {
  margin-top: 20px;
  width: 580px;
  float: left;
}
.column8 .column_body ul:last-child {
  float: right;
}
.column8 .column_body li:first-child {
  overflow: hidden;
  margin-bottom: 16px;
}
.column8 .column_body li:first-child .img_wrap {
  float: left;
  width: 201px;
  height: 134px;
}
.column8 .column_body li:first-child .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.column8 .column_body li:first-child .content_wrap {
  float: left;
  width: 363px;
  margin-left: 16px;
}
.column8 .column_body li:first-child .content_wrap .title {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.column8 .column_body li:first-child .content_wrap .desc {
  height: 80px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  overflow: hidden;
  margin-top: 12px;
}
.column8 .column_body li:not(:first-child) {
  overflow: hidden;
  width: 100%;
  margin-top: 8px;
}
.column8 .column_body li:not(:first-child) a {
  float: left;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.column8 .column_body li:not(:first-child) span {
  float: right;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
