/* --------------------------------- */
.post {
  max-width: 960px;
  margin: 0 auto;
  padding: 29px 0px 38px;
}

.postEntire {
  /* max-width: 1260px; */
  position: relative;
  overflow: hidden;
}

.post .postTitle {
  display: flex;
  justify-content: center;
}

.post .postTitle .introduce {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  text-indent: 2px;
  letter-spacing: 0em;
  display: inline-block;
  margin-bottom: 3px;
  color: #333333;
}

.post .PostBoxMain .introduceText {
  width: 769px;
  margin: auto;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 30px;
  color: #5F6464;
  text-align: justify;
}

.post .PostBoxMain .introduceText:last-child {
  margin-bottom: 80px;
}

.post .enterprise {
  display: block;
  text-align: left;
  /* padding: 0; */
}

.post .postTitle .enterpriseCulture {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  text-indent: 2px;
  letter-spacing: 0em;
  display: inline-block;
  margin-bottom: 3px;
  color: #333333;
}

.post .postTitle .CultureLogo {
  width: 289px;
  height: 116px;
  background: url(../images/Frame.gif) no-repeat;
  background-size: 100%;
  /* line-height: 0px; */
  text-align: center;
}

.post .postTitle .base {
  width: 550px;
  height: 2px;
  background: #dce7ed;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.post .base:after {
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #18B4FC;
}

.post .postTitle .baseV2 {
  width: 335px;
  height: 2px;
  background: #dce7ed;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}

.post .baseV2:after {
  content: "";
  height: 2px;
  width: 120px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background: #18B4FC;
}

.PostBox {
  /* height: 555px; */
  clear: both;
  position: relative;
  overflow: hidden;
}

.PostBox.advBg {
  background: #FFF;
}

.PostBox.aboBg {
  background: #FBFBFB;
  margin-bottom: 25px;
}

.gsBg {
  width: 100%;
  background: #FBFBFB;
}

.br {
  height: 34px;
  width: 100%;
  background: #FBFBFB;
}

.PostBoxMain {
  position: relative;
  overflow: hidden;
}

.kernelBox {
  /* display: flex; */
  /* justify-content: space-evenly; */
  margin-top: 20px;
}

.flx {
  display: flex;
  justify-content: space-evenly;
}

.kernelBox .advIcon {
  width: 22%;
}

.kernelBox .item.advIcon .imgBox {
  width: 156px;
  height: 167px;
  /* height: 76px; */
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.kernelBox .item.advIcon .imgBoxHome {
  background-image: url(../img/zc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 5px;
}
.tpm-multi-tabs__item-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
}



.kernelBox .item .imgText {
  /* text-align: center; */
  padding: 22px 0 0;
}

.kernelBox .item .imgText h4 {
  text-align: center;
  font-size: 22px;
  color: #333333;
}

.kernelBox .item .imgText p {
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
  padding: 0 35px;
}

.kernelBox .imgBox img {
  display: block;
  width: 100%;
}

/* -------------鍙戝睍鍘嗙▼--------------------- */
.timeline .year {
  position: relative;
  height: 384px;
  background: url(../images/MaskGroup.png) no-repeat;
  background-size: 100% 100%;
}

.timeline .year .course {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 237px;
  font-size: 30px;
  color: #fff;
}

.timeline .year .time {
  position: absolute;
  width: 544px;
  /* width: 784px; */
  height: 20px;
  bottom: 167px;
  left: 0;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: auto;
}

.timeline .year .time div {
  margin-right: 65px;
}

.timeline .year .time div:last-child {
  margin-right: 0px;
}

.timeline .year .swiper-pagination {
  width: 784px;
  width: 564px;
  bottom: 139px;
  left: 0;
  right: 0;
  margin: auto;
}

.timeline .swiperV2 .swiper-wrapper {
  margin-top: 30px;
}

.timeline .swiperV2 .swiper-wrapper .swiper-slide {
  width: 340px;
  height: auto;
  padding: 0 35px;
  margin-bottom: 40px;
}

.timeline .ty-bullet {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #9e9e9e;
  border-radius: 50%;
  position: relative;
  margin-right: 80px;
}

/* .timeline .ty-bullet::before {
  content: "2021";
  position: absolute;
  top: -25px;
  left: -6px;
} */

.timeline .ty-bullet:last-child {
  margin: 0;
}

.timeline .swiper-pagination::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 2px;
  width: 90%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.timeline .swiper-pagination-bullet-active {
  background: #fff !important;
}

.timeline .swiper-pagination-bullet-active::before {
  color: #fff !important;
}

.timeline .swiper-index .yearTitle {
  height: 70px;
  line-height: 70px;
  font-weight: 600;
  color: #000000;
  font-size: 30px;
  border-bottom: 2px solid #e1e1e1;
  margin-bottom: 28px;
}

.timeline .swiper-index .main li {
  margin-bottom: 10px;
  list-style: disc;
  color: #666666;
}

.timeline .swiper-index .main li::marker {
  color: #E60020;
}

.personPost {
  max-width: 769px;
  margin: 0 auto;
  padding: 14px 0px 0px 0px;
  color: #2E2E2E;
}

.personPostV2 {
  max-width: 810px;
  margin: 0 auto;
  padding: 14px 0px 0px 0px;
  color: #2E2E2E;
}

/* -----------浼佷笟鏂囧寲----------------- */
.enterpriseCulture {
  /* padding: 10px 0; */
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  /* justify-content: space-evenly; */
  flex-direction: row;
  flex-wrap: wrap;
}

.enterpriseList {
  margin-top: 20px;
  width: 309px;
  height: 280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.enterpriseList .bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.enterpriseList .icon,.iconText,img{
  transition: bottom 0.8s ease, opacity 0.8s ease ,margin-bottom 0.8s ease;
}
.enterpriseList:hover{
  box-shadow: 0 5px 8px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.enterpriseList:hover .icon{
  /* margin-bottom: 40px; */
  opacity: 0;
}
.enterpriseList .bg .iconText{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.enterpriseList:hover .iconText{
  bottom:100px;
}

.ListHeight {
  background: #fff;
  background-size: 100% 100%;
  height: 351px;
}

.ListHeight img{
  width: 79%;
}

.enterpriseList .icon {
  position: relative;
  background: #18B4FC;
  border-radius: 10px;
  width: 100%;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enterpriseList .icon img {
  width: 100px;
  height: 100px;
}

.enterpriseList .title {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
}

.enterpriseList .particulars {
  width: 100%;
  height: 50px;
  text-align: center;
  color: #666666;
  font-size: 18px;
  padding: 0 20px;
}

/* ----------鍛樺伐娲诲姩---------------- */
.employeeActivity{
  width: 100%;
}
.post .activity {
  margin-right: 76px;
}
.post .activityText {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
}

.type-box .row{
	width: 100%;
}
.type-box .row-1 .item-1{
	width: 66.66666666%;
	background: url(../images/MaskGroup1.jpg) no-repeat center;
	background-size: cover;
	height: 271px;
	float: left;
	padding: 40px;
}
.type-box .row-1 .item-2{
	width: 33.33333333%;
	background: url(../images/MaskGroup4.jpg) no-repeat center;
	background-size: cover;
	height: 271px;
	float: left;
	padding: 40px;
}
.type-box .row-2 .item-3{
	width: 55%;
	background: url(../images/MaskGroup2.jpg) no-repeat center;
	background-size: cover;
	height: 271px;
	float: left;
	padding: 40px;
}
.type-box .row .item{
	box-sizing: border-box;
	float: left;
	padding: 40px;
	height: 271px;
	position: relative;
	overflow: hidden;
}
.type-box .row .item .title{
	font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  font-family: 'TencentSansW7CN';
}
.type-box .row .item .mask-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	top: 0;
    left: 0;
    transform: translate(0, 271px);
    transform-origin: bottom;
    transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -webkit-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -moz-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -ms-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
    -o-transition: all .5s cubic-bezier(0.2, 0.0, 0.2, 1);
}
.type-box .row-1 .item-1 .mask-bg{
	background: rgba(0,82,217,1)
}
.type-box .row-1 .item-2 .mask-bg{
	/* background: #9B26B6 */
  background: #968C83;
}
.type-box .row-2 .item-1 .mask-bg{
	background: rgba(255,103,31,1)
}
.type-box .row-2 .item-2 .mask-bg{
	background: rgba(121,192,0,1)
}
.type-box .row-2 .item-3 .mask-bg{
	background: #00A9CE
}
.type-box .row-4 .item-4 .mask-bg{
	background: rgba(255,103,31,1)
}
.type-box .row-2 .item-5 .mask-bg{
	background: rgba(121,192,0,1)
}
.type-box .row-3 .item-6 .mask-bg{
	background: rgba(150,140,131,1)
}
.type-box .row-3 .item-7 .mask-bg{
	background: rgba(255,103,31,1)
}
.type-box .row-4 .item-8 .mask-bg{
    background: rgba(121,192,0,1)
}

.type-box .row .item .label{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 26px;
	margin-top: 25px;
	margin-right: 40px;
	position: relative;
	opacity: 0;
	transform: translate(0, 80px);
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -webkit-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -moz-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -ms-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
    -o-transition: transform .5s cubic-bezier(0.2, 0.0, 0.2, 1), opacity .3s cubic-bezier(0.2, 0.0, 0.2, 1);
}
.type-box .row .item:hover .mask-bg{
	transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
}
.type-box .row .item:hover .label{
	opacity: 1;
    transform: translate(0, 0px);
	-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
}
.type-box .row-4 .item-4{
	width: 33.33333333%;
	background: url(../data/student/txt-4-bg.jpg) no-repeat center;
	background-size: cover;
}
.type-box .row-2 .item-5{
	width: 45%;
	background: url(../images/MaskGroup3.jpg) no-repeat center;
	background-size: cover;
}
.type-box .row-3 .item-6{
	width: 66.66666666%;
	background: url(../data/student/txt-6-bg.jpg) no-repeat center;
	background-size: cover;
}
.type-box .row-3 .item-7{
	width: 33.33333333%;
	background: url(../data/student/txt-7-bg.jpg) no-repeat center;
	background-size: cover;
}
.type-box .row-4 .item-8{
    width: 66.66666666%;
    background: url(../data/student/txt-8-bg.jpg) no-repeat center;
    background-size: cover;
}
.student .link-box{
  margin-top: 0;
}

.pc-bg{
	display: block;
}
.mobile-bg{
	display: none;
}

/* -----------鍔ㄧ敾---------- */
.AnnualBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.AnnualUp {
  position: relative;
  width: 100%;
  height: 100%;
}

.AnnualBox:hover .AnnualUp {
  opacity: 1;
  /* animation-name: fadeInUpV2; */
  animation: move 2s alternate infinite;
}

@keyframes move {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    top: 0;
    opacity: 1;
    transform: none
  }
}

.fadeInUpV2:hover {
  animation-name: fadeInUpV2
}

/* ------------鍔犲叆鎴戜滑---------------------- */
.PostBox .enterpriseCulture .joinUs {
  position: relative;
  width: 960px;
  height: 400px;
  margin: auto;
}

.MarginAuto {
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.MarginAuto .bg {
  width: 100%;
  height: 100%;
}

/* ---------------------------------- */
.swiper {
  height: 580px;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;   
  object-fit: cover;
}

.swiper-slide .text {
  max-width: 1220px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, .8);
  display: block;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
}

.swiper-slide .text h4 {
  font-size: 40px;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
}

.swiper-slide .text p {
  margin: 20px auto;
  line-height: 32px;
  font-size: 18px;
  max-width: 600px;
}

/* 
.swiper-slide .text a span {
  padding: 8px 30px;
  border: 1px solid #F4CE58;
  background: #F4CE58;
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin-top: 28px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  border-radius: 100px;
} */

/* ------------杞挱鍒嗛〉鏍峰紡--------------- */
.my-bullet {
  display: inline-block;
  width: 8px;
  height: 4px;
  background: #fff;
  position: relative;
  margin: 0 5px;
}

.swiper .swiper-pagination-bullet-active {
  background: #E60020 !important;
  width: 23px;
}

/* -------------------鍚堜綔瀹㈡埛------------------------- */
.PostBoxMain .CooperativeClient {
  position: relative;
  /* overflow: hidden; */
}

.PostBoxMain .CooperativeClient .imgBox {
  margin: 30px 0px 50px 0px;
}

/* --------------------濯掍綋骞冲彴----------------------- */
.PostBoxMain .MediaPlatform {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  flex-wrap: wrap;
}

.PostBoxMain .MediaPlatform .imgBox {
  width: 309px;
  height: 152px;
  margin-top: 50px;
  margin-right: 15px;
}

.PostBoxMain .MediaPlatform .imgBox:nth-child(3n) {
  margin-right: 0px;
}

.client .PostBox:nth-of-type(2) {
  margin-bottom: 70px;
}

/* ----------------------鍔犲叆鎴戜滑-------------------------- */
/* .personTab {
	margin: 30px auto 0;
	font-size: 16px;
	color: #606060;
} */
.personTab span {
  font-size: 16px;
  margin-right: 40px;
}

.personTab span i {
  color: #2E2E2E;
}

.personTab i {
  display: inline-block;
  color: #AD986D;
  font-style: normal;
  height: 35px;
  cursor: pointer;
}

.personTab em {
  color: #A69269;
  margin: 10px;
  font-size: 8px;
}

.personTab span .active {
  border-bottom: 2px solid #17B8FC;

}

.personTabCon {
  position: relative;
  overflow: hidden;
  margin: 38px auto 0;
  /* padding: 0px 35px; */
  /* background: #1a1a1a; */
  /* min-height: 520px; */
  height: auto !important;
}
.mapTabCon{
  position: relative;
  overflow: hidden;
  margin: 10px auto 0;
  /* padding: 0px 35px; */
  /* background: #1a1a1a; */
  /* min-height: 520px; */
  height: auto !important;
}

.personTabCon .tabCon {
  width: 100%;
  display: none;
  color: #fff;
  position: relative;
}

.personTabCon .selected {
  display: block;
}

.tabTit {
  overflow: hidden;
}

.tabTit h5 {
  float: left;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}

.tabTit .rightDiv {
  float: right;
  margin-right: 50px;
}

.tabMain {
  clear: both;
  float: left;
  margin-top: 30px;
  color: #DBDBDB;
}

.tabMain1 {
  float: left;
  margin-top: 30px;
  width: 100%;
  color: #DBDBDB;
}

.tabMain h5 {
  clear: both;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 16px;
  font-weight: 400;
}

.tabMain1 h5 {
  clear: both;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  color: #333;
  margin-bottom: 16px;
  font-weight: 400;
}

.tabMain1 p {
  color: #5F6464;
  font-size: 14px;
  line-height: 28px;
}

.tabMain p {
  color: #5F6464;
  font-size: 14px;
  line-height: 28px;
}

.personTabCon .linkman {
  margin-top: 50px;
}

.linkmanTitle {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 16px;
}

.linkmanBox {
  width: 50%;
  display: flex;
  justify-content: space-between;
  color: #5F6464;
}

.linkmanName {
  font-size: 16px;
  color: #333333;
  margin-bottom: 6px;
}

/* --------------鍔炲叕鍦扮偣--------------------------- */
.OfficeLocation {
  width: 100%;
  height: 260px;
  display: flex;
  color: #333333;
  justify-content: space-between;
}

.OfficeLocation .contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: #333;
}

.OfficeLocation .contacts div {
  margin-bottom: 10px;
}

.OfficeMap {
  width: 450px;
  height: 250px;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}

/* ----------------浜у搧鏈嶅姟------------------- */
.bnBox {
  width: 100%;
  height: 580px;
}

.bnBox .cateBnImg {
  position: relative;
  width: 100%;
  height: 100%;
}

.bnBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product {
  position: relative;
  display: flex;
  justify-content: space-around;
}

.product img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product .productBoox {
  margin-right: 136px;
}

.product .productBoox .moreInformation {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 40px;
  margin-bottom: 20px;
}

.product .productBoox .productText {
  /* height: 204px; */
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  /* line-height: 114px; */
  letter-spacing: 0px;
}

.product .productBoox .productText p {
  margin-bottom: 20px;
}

.productTitle {
  font-size: 40px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
}

.textRig {
  text-align: right;
}

.Divfloat {
  float: right;
}

.product .Icon {
  flex: none;
  width: 216px;
  height: 258px;
}

.product .productBoox .ImgIcon {
  width: 48px;
  height: 48px;
  position: relative;
  transform: scale(0.8);
}

.product .productBoox .ImgIcon img {
  cursor: pointer;
  transition: all 0.6s;
}

.product .productBoox .ImgIcon img:hover {
  transform: scale(1.4);
}

.marketing {
  display: flex;
  justify-content: space-evenly;
}

.marketing .active {
  color: #E60020;
}

.marketing span {
  overflow: hidden;
  font-size: 16px;
}

.marketing span i {
  width: 70px;
  height: 85px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.marketing img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  margin-bottom: 10px;
  display: none;
}

.actionImg {
  display: block !important;
}

.actionImgV2 {
  display: none !important;
}

.activeDiv {
  width: 46px;
  height: 46px;
  object-fit: cover;
  margin-bottom: 10px;
}

/* cnavas */
.canvas{
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 69%;
}
#stars{
  width: 100%;
  height: 100%;
}
#cates{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#bg{
  width: 100%;
  height: 100%;
}
#bg div{
  width: 100%;
  height: 100%;
}
.imgBox .iconBox{
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.imgBox .iconBox .slide-top{
  width: 19%;
  margin-bottom: 10px;
}
.imgBox .iconBox .slide-top img{
  width: 100%;
}

.tc1{
  width: 340px !important;
}



/* ------------浼樹紭鍔ㄦ€佹牱寮� start--------------- */
.ten_news_item{  display: flex; justify-content: space-between; align-items: center; margin: 60px 0px; padding: 10px 0; border-bottom: 1px solid #f4f4f4; }
.ten_news_item h3{ font-weight: normal; }
.ten_news_item_txt{ width: calc(60% - 72px); }
.ten_news_item_img{ width: calc(40% - 0px);  }
.ten_news_item_txt--full{ width: 100%; }

.ten_news_item_txt .ten_tagline{ border-left: 1px solid #E60020; }
.ten_news_item_txt a:hover h3{ color: #E60020; }

.ten_news_item_txt h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 24px;
    line-height: 1.4em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}
.ten_news_item_txt p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 16px;
    line-height: 1.5em;
    margin: 12px 0px;
    padding: 0px;
    font-weight: normal;
}
/* .ten_news_item_txt p { font-size:16px; line-height: 1.5em; margin:12px 0px; padding: 0px; font-weight: normal; } */
.ten_tagline,
.ten_tagline--fill{
    font-family:'TencentSansw7'; overflow: hidden;
    font-size:14px; line-height: 24px; height: 30px;
    display: inline-block; position: relative;
    border-top:1px solid #E60020;
    padding:0px 30px; color: #E60020;
}
.ten_tagline:before,
.ten_tagline--fill:before{
    content: ""; display: block;
    position: absolute; left: calc(100% - 12px); bottom: 0px; width: 100%;
    border-top:1px solid #E60020;
    transform: rotate(-69deg) translate(-1px,0px);
    transform-origin: 0px 0px;
}
.ten_tagline:after,
.ten_tagline--fill:after{
    content: ""; display: block;
    position: absolute; left: 0px; bottom: 0px; width: calc(100% - 12px);
    border-top:1px solid #E60020;
}

.ten_tagline--fill{ color: #FFF; }
.ten_tagline--fill:before{
    background: #E60020; height: 36px;
    transform-origin: 0px 100%;
}
.ten_tagline--fill:after{
    background: #E60020; height: 36px;
}
.ten_tagline--fill span{ position: relative; z-index: 1;}

.ten_img img {
  width: 383px;
  height: 163px;
}


.industry{
 height: 381px;
}
.desc{
  color: #000;
}