<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.height-500 {
  height: 500px;
}
* {
  transition: all linear 0.2s;
}

/* å†è£…å°åŒºlist */

.inner-banner-wrap {
  width: 100%;
  border-top: 1px solid #ebebeb;
}
.inner-banner-wrap .map-area,
.inner-banner-wrap img {
  height: 100%;
  width: 100%;
}

.list-search {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
}
.list-search-left span {
  font-weight: bold;
}
.list-search-left a {
  padding-right: 25px;
  font-size: 1rem;
  line-height: 22px;
  color: #333;
}
.list-search-left a.active {
  background-color: #df3f3f;
  padding: 4px 8px;
  margin-right: 10px;
  color: #fff!important;
}
.list-search-right .input {
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
.list-search-right a {
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background: url("../images/icon-search.png") #df3f3f no-repeat 8px 12px;
  background-size: 14px 13px;
}

.major {
  padding: 20px 0 30px 0;
}
.major span {
  padding-left: 25px;
  background: url("../images/icon-tit1.png") no-repeat 0px 0px;
  background-size: 17px 17px;
}
.uptown-link-wrap {
  margin-bottom: 20px;
  transition: all linear 0.2s;
}
.uptown-link-wrap:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.uptown-link-wrap .img-area {
  flex: 1;
  height: 100%;
  min-height: 275px;
  position: relative;
}
.img-area {
  position: relative;
}
.uptown-link-wrap .img-area img {
  width: 100%;
  height: 100%;
  min-height: 275px;
}
.uptown-link-wrap .img-area span {
  background-color: #e95555;
  color: #fff;
  position: absolute;
  top: 19px;
  left: -35px;
  padding: 5px 38px;
  transform: rotate(-45deg);
  background: url("../images/bg-tit1.png") no-repeat 0 3px;
}
.uptown-link-wrap .text-area {
  width: 63%;
  height: 100%;
  min-height: 275px;
  padding: 0 30px;
  border: 1px solid #efeff1;
  position: relative;
}
.text-area .title-area {
  margin: 2rem 0;
}
.text-area .title-area h4{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.text-area .title-area .tip-area span {
  float: left;
  color: #fff;
  padding: 5px 20px;
  font-size: 1rem;
  background: url("../images/bg-tit2.png") no-repeat;
}
.link-area {
  border-bottom: 1px solid #efeff1;
  padding-bottom: 1rem;
}
.link-area a {
  color: #333;
  padding-left: 3px;
}
.link-area a img {
  padding-right: 5px;
}
.uptown-link-wrap .text-content {
  padding-top: 1rem;
  color: #666;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uptown-link-wrap .position-area {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.uptown-link-wrap .position-area span {
  float: left;
  padding-right: 20px;
  color: #666;
}
.uptown-link-wrap .position-area span img {
  padding-right: 5px;
}

.img-gg-wrap {
  padding-bottom: 20px;
}

/* å†è£…å°åŒºè¯¦æƒ… */
.datail-uptown-link-wrap {
  height: 438px;
}
.datail-uptown-link-wrap .text-area {
  border: 0;
  width: 50%;
}
.detail-min-nav {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
.datail-uptown-link-wrap .position-area {
  position: static;
  padding: 20px 0;
  height: 60px;
  border-bottom: 1px solid #eeeeee;
}
.datail-uptown-link-wrap .bottom-area h3 {
  color: #e04243;
  font-weight: normal;
  padding: 25px 0 7px;
  font-size: 20px;
}
.datail-uptown-link-wrap .bottom-area h3 b {
    font-size: 24px;
}
.datail-uptown-link-wrap .bottom-area p {
  color: #878787;
}
.datail-uptown-link-wrap .btn-link-area a {
  background-color: #df3f3f;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.datail-uptown-link-wrap .btn-link-area a p {
  color: #fff;
  padding-right: 10px;
}
.datail-uptown-link-wrap .btn-link-area a span {
  padding-left: 10px;
  border-left: 1px solid #ea8c8c;
}
.datail-uptown-link-wrap.uptown-link-wrap .img-area {
    max-width: inherit;
}

.datail-title-area {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  margin: 20px 0 20px 0;
  height: 50px;
  position: relative;
  padding-left: 25px;
}
.datail-title-area .bg-mode1 i {
  width: 4px;
  height: 100%;
  background-color: #e03d38;
  position: absolute;
  top: 0;
  left: 0;
}
.datail-title-area .bg-mode1 i:after {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border: 7px solid transparent;
  border-left: 8px solid #e03d38;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background-color: #fff;
}
.datail-title-area .bg-mode1 img {
  padding: 0 10px;
}
.datail-title-area .right-area {
  height: 100%;
  line-height: 50px;
}
.datail-title-area .right-area font {
  padding-right: 10px;
  color: #8c8c8c;
}
.datail-title-area .right-area a {
  height: 100%;
  background-color: #f0f0f0;
  border-left: 1px solid #efefef;
  color: #8c8c8c;
  display: inline-block;
  padding: 0 10px;
  text-decoration: underline !important;
}
.datail-content-mode1 a {
  border: 1px solid #efefef;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
.detail-zzxq .datail-content-mode1 a{
    border: none;
}
.datail-content-mode1 a:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.datail-content-mode1 a:hover h3 {
  background-color: #df3f3f;
}
.datail-content-mode1 a img {
  width: 100%;
}
.datail-content-mode1 a h3 {
  background-color: #333;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.datail-content-mode1 a h3.active {
  background-color: #de3f3e;
}
.datail-content-mode1 a .content-area span {
  font-size: 1rem;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-right: 1px solid #efefef;
  color: #333;
  float: left;
  width: 50%;
}
.datail-content-mode1 a .content-area span:last-child {
  border-right: 0;
}
.left-area .img-area &gt; img {
  width: 100%;
  height: 100%;
}
.left-area .img-area &gt; span {
  background-color: #e95555;
  color: #fff;
  position: absolute;
  top: 19px;
  left: -35px;
  padding: 5px 38px;
  transform: rotate(-45deg);
  background: url("../images/bg-tit1.png") no-repeat 0 3px;
}

.text-area p {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-margin-b {
  margin-bottom: 0 !important;
}
.datail-content-mode3 .design-content-wrap {
  position: relative;
  border: 1px solid #efefef;
}
.datail-content-mode3 .design-content-wrap .img-area {
  width: 100%;
  overflow: hidden;
}
.datail-content-mode3 .design-content-wrap .img-area img {
  width: 100%;
  
}
.datail-content-mode3 .design-content-wrap .pos {
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-left: 10px;
  bottom: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.datail-content-mode3 .design-content-wrap .text-area{
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  background: rgba(0,0,0,.6);
  padding: 0 20px
}
.datail-content-mode3 .text-area h3 {
  font-size: 1.2rem;
  padding: 20px 10px 10px;
  color: #fff;
}
.datail-content-mode3 .text-area a{
  color: #fff;
}
.datail-content-mode3 .text-area p {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #fff;
}
.datail-content-mode3 .btn-area {
  width: 100%;
}
.datail-content-mode3 .btn-area a {
  width: 50%;
  background-color: #de403f;
  color: #fff;
  text-align: center;
  text-decoration: underline !important;
  line-height: 40px;
}
.datail-content-mode3 .btn-area a:last-child {
  background-color: #333;
  text-decoration: none !important;
}
.datail-content-mode3 .design-content-wrap:nth-child(1),
.datail-content-mode3 .design-content-wrap:nth-child(2) {
  margin-bottom: 15px;
}
.img-gg-wrap {
  padding: 0px 0px 20px;
}
.adv-img {
  display: block;
  margin: 20px 0 35px;
}

/* å·¥åœ°ç›´æ’­ */
.b1-left-wrap {
  padding: 20px 0;
}
.list-site-content-model {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  margin: 35px 0 20px 0;
  padding: 20px;
  position: relative;
}
.list-site-content-model .left-area:hover {
  box-shadow: none;
}
.b1-right-area1-site .area1-list &gt; div {
  border-bottom: 1px solid #eeeeee;
}
.b1-right-area1-site .area1-list &gt; div:last-child {
  border-bottom: none;
}
.b1-right-area1-site .area1-list &gt; div img {
  width: 50%;
  padding-right: 8px;
}

/* å·¥åœ°ç›´æ’­è¯¦æƒ… */

.datail-site-content-model {
  background-color: #fff;
  border: 0;
  margin: 35px 0 20px 0;
  padding: 0;
  position: relative;
}
.datail-site-content-model .left-area,
.datail-site-content-model .right-area {
  width: 50%;
}
.datail-site-content-model .right-area {
  padding: 0 10px;
}
.datail-site-content-model h3 {
  font-size: 2rem;
}
.datail-site-content-model .position-area {
  width: 120px;
}
.QRCode-box {
  padding: 20px 0;
}
.QRCode-box p {
  font-size: 1rem;
}
.QRCode-left h3 {
  color: #df3f3f;
}
.QRCode-left p {
  padding: 10px 0;
}
.QRCode-left button {
  width: 49.5%;
  background-color: #df3f3f;
  color: #fff;
  margin-right: 0.5%;
  border: 0;
  border-radius: 8px;
  height: 50px;
}
.QRCode-left button:last-child {
  background-color: #333;
  margin-right: 0;
}
.datail-site-title-area {
  padding-left: 0;
}
.datail-site-title-area .bg-mode1 span {
  width: 100px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.datail-site-title-area .bg-mode1 span a {
  color: #333;
}
.datail-site-title-area .bg-mode1 span.active {
  background-color: #df3f3f;
  position: relative;
}
.datail-site-title-area .bg-mode1 span.active a {
  color: #fff;
}
.datail-site-title-area .bg-mode1 span.active::before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border: 7px solid transparent;
  border-left: 8px solid #e03d38;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  background-color: #fff;
}
.user-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.user-box .img-area {
	 width: 60px;
 /*  width: 80px; */
  /* height: 80px; */
  /* border-radius: 40px;
  overflow: hidden; */
}
.user-box .img-area img {
  width: 100%;
  height: 100%;
}
.user-box .left p {
  font-size: 1.4rem;
  padding-left: 15px;
}
.user-box .left p font {
  font-size: 1rem;
  padding-left: 15px;
}
.user-box .right button {
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2;
  width: 120px;
  height: 45px;
  border-radius: 8px;
  margin-left: 10px;
}
.user-box .right button.active {
  background-color: #fff7f8;
  border: 1px solid #df3e43;
  color: #df3e43;
}
.site-content-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.site-content-box p {
  font-size: 1rem;
  color: #666;
  padding: 10px 0;
}
.site-content-box .min-text-area {
  margin-bottom: 20px;
}
.site-content-box .min-text-area i {
  padding: 0.3rem 1rem;
  background-color: #df3f3f;
  color: #fff;
  border-radius: 0.6rem;
  font-size: 12px;
}
.site-content-box .min-text-area span {
  font-size: 12px;
  padding-left: 10px;
}
.site-content-box .img-area img {
  width: 32%;
}
.b1-right-wrap .img-gg-wrap {
  padding: 0;
  margin: 20px 0;
}

/* è£…ä¿®æœåŠ¡ */

/* åˆ«å¢…è£…ä¿® -å¦‚æžœä½¿ç”¨ å¯Œæ–‡æœ¬ æ&nbsp;·å¼å¯ä»¥åˆ&nbsp;é™¤ */
.richtxt-box::after {
  clear: both;
}
.richtxt-box h5 {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.richtxt-box p {
  font-size: 12px;
  color: #333;
  line-height: 1.2rem;
  margin-bottom: 20px;
}
.richtxt-box .img-box {
  padding: 0 10px;
  box-sizing: border-box;
}
.richtxt-box .img-box img {
  width: 33.33%;
  margin: 10px 3px;
  display: inline-block;
}
.richtxt-box .txt-center {
  margin: 30px 0 50px;
}
.richtxt-box .txt-center p {
  text-align: center;
  font-size: 14px;
  color: #999;
}
.richtxt-box .txt-center strong {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

/* è£…ä¿®æœåŠ¡-ä¼˜æƒ&nbsp;æ´»åŠ¨ */
.active-item {
  position: relative;
  display: flex;
  transition: all linear 0.2s;
  border: 1px solid #efefef;
  padding: 30px 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  align-items: flex-start;
}
.label-page .datail-title-area,
.cont-yhhd .datail-title-area {
  margin-top: 20px;
}
.active-item:hover {
  box-shadow: 0 0 1rem rgb(0 0 0 / 20%);
}
.active-item .active-text h6 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.active-item .active-text p {
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #8c8c8c;
  font-size: 13px;
}

/* è£…ä¿®æ¡ˆä¾‹èšåˆ */
.case-content-mode1 .left-area h3 {
  padding-bottom: 20px;
  min-height: 58px;
}
.case-content-mode1 .left-area p {
  color: #333;
  font-size: 1rem;
  min-height: 34px;
}
.case-content-mode2 {
  padding-top: 20px;
}
.case-content-mode2 .right-area {
  width: 100%;
}
.case-content-mode2 .right-area a {
  border: 1px solid #efefef;
  width: 24%;
  padding-bottom: 10px;
}
.case-content-mode2.mode2 .right-area{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}
.case-content-mode2.mode2 .right-area a{
	width: 31.8%;
	margin-bottom: 2rem
}
.case-content-mode2 .right-area a:hover{
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
}
.case-content-mode2 .right-area a h3 {
  color: #333;
  font-size: 1.2rem;
  padding: 20px 15px;
  line-height: 1.5rem;
  height: 3rem;
  box-sizing: content-box;
  overflow: hidden;
}
.case-content-mode2 .right-area a p {
  color: #333;
  font-size: 1rem;
  padding-left: 15px;
}
.case-content-mode3 .right-area a h3 {
  padding: 15px 15px;
}
.case-content-mode4 {
  padding: 0;
  background: #fff;
}
.case-content-mode4 .right-area {
  width: 100%;
  padding-left: 0;
}
.case-content-mode4 .right-area a {
  width: 33%;
}
.case-content-mode4 .right-area a .model6-min-title {
  font-size: 1.4rem;
  padding-bottom: 10px;
  text-align: center;
}

/* æ‰¾è®¾è®¡å¸ˆ */
.sjs-box-inp{
  margin: 0 15px 15px
}
.sjs-box-inp,
.sjs-box .sjs-item {
  padding: 20px;
  border: 1px solid #efefef;
  background-color: #fff;
  box-sizing: border-box;
  transition: all linear 0.2s;
  clear: both;
}
.sjs-box .sjs-item{
  margin-bottom: 15px;
}
.sjs-box-inp,
.sjs-box .sjs-item:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.sjs-box-inp .tit {
  color: #333333;
}
.sjs-box-inp .tit strong {
  margin-right: 10px;
  font-size: 1.4rem;
  color: #333333;
}
.sjs-box-inp .tit span {
  color: #de3f3e;
}
.sjs-box-inp .tit &gt; span {
  margin-left: 10px;
}
.sjs-box-inp .sjs-concat input {
  background-color: #f3f3f3;
  padding: 0 15px;
  line-height: 40px;
  width: 26%;
  border: none;
  height: 40px;
  border-radius: 3px;
  margin-right: 20px;
}
.sjs-box-inp .sjs-concat a {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  background-color: #de3f3e;
  color: #fff;
  white-space: nowrap;
}
.sjs-img-box {
  position: relative;
  width: 32%;
}
.sjs-img-box img{
  display: block;
  width: 100%;
  height: 100%;
}
.sjs-img-box .sjs-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.sjs-img-box .sjs-btn a {
  display: inline-block;
  width: 49%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  background-color: #333;
  text-decoration: none !important;
}
.sjs-img-box .sjs-btn a.active,
.sjs-img-box .sjs-btn a:hover {
  background-color: #de403f;
  text-decoration: underline !important;
}
.sjs-item .sjs-txt-box {
  margin-left: 15px;
  width: 63%;
}
.sjs-item .sjs-txt-box dl{
  margin-bottom: 1rem;
}
.sjs-item .sjs-txt-box .wd3 {
  width: 32.33%;
  margin-right: 1%;
  margin-top: 1rem;
}
.sjs-item .sjs-txt-box .wd3:last-of-type{
  margin-right: 0;
}
.sjs-item .sjs-txt-box dt {
  padding-bottom: 17px;
  margin-bottom: 10px;
  color: #333333;
  border-bottom: 1px solid #efefef;
}
.sjs-item .sjs-txt-box dt strong {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: normal;
}
.sjs-item .sjs-txt-box dt strong::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #de3f3e;
}
.sjs-item .sjs-txt-box dd {
  margin-bottom: 5px;
  color: #888888;
  font-size: 12px;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.sjs-item .sjs-txt-box dt span {
  font-size: 1.8rem;
  font-weight: normal;
}
.sjs-item .sjs-txt-box p {
  margin-bottom: 10px;
}

/* å®¶è£…æ¡ˆä¾‹ */
.jzan-box .list-search {
  border: 0;
}
.jzan-content-box .datail-content-mode2 {
  margin-bottom: 20px;
  border: 1px solid #eee;
}

/* list-è£…ä¿®ç™¾ç§‘ */
.cont-zxjh .datail-title-area {
  margin-bottom: 0;
}
.list-item-box .list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
  background-color: #de3f3e;
  color: #fff;
}
.list-item-box .list-title strong {
  font-size: 1.2rem;
  display: inline-block;
  padding: 15px 20px;
}
.list-item-box .list-title span {
  margin-left: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
}
.list-item-box .list-title a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #f05554;
  font-size: 12px;
  border-left: 1px solid #e78282;
  color: #fff;
}
.list-item-box .list-item-l {
  border: 1px solid #eee;
  width: 50%;
}
.list-item-box .list-item-l:hover {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.list-item-box .list-item-l .strong {
  color: #333;
  font-size: 16px;
  padding: 0 15px;
  max-height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.list-item-box .list-item-l p strong {
  font-weight: bold;
}
.list-item-box .list-item-l p {
  font-size: 12px;
  margin-bottom: 5px;
  padding:0 15px;
  box-sizing: border-box;
  color: #888888;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
}
.list-r-box {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-item-box .list-r-box .list-item-r {
  margin-bottom: 14px;
}
.list-item-box .list-r-box .list-item-r:last-child {
  margin-bottom: 0;
}
.list-r-box .list-item-r img {
  width: 90px;
  height: 60px;
}
.list-item-txt {
  margin-left: 10px;
  flex: 1;
	max-width: 69%
}
.list-item-txt &gt; strong {
  width: 180px;
  display: inline-block;
}
.list-item-txt p {
  margin-bottom: 7px;
  width: 200px;
  color: #888;
}
.list-item-txt p:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    margin-bottom: 0;
}
.list-item-txt p strong {
  color: #333;
}

/* å…¨æ™¯æ&nbsp;·æ¿é—´ */

.zxbk-zxtt .datail-title-area,
.qjybj-box .datail-title-area {
  margin-top: 20px;
}
.qjybj-box .jzan-content-box .datail-content-mode2 {
  border: none;
}
.qjybj-box .tip-area {
  position: absolute;
  width: 12rem;
  height: 4rem;
  right: 1rem;
  bottom: 2rem;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qjybj-box .left-area .tip-area img {
  width: 2rem;
  height: 2rem;
}
.qjybj-box .left-area .tip-area span {
  color: #fefefe;
  font-weight: 400;
  padding-left: 1rem;
}
.qjybj-box .left-area .mask-area {
  height: 100%;
}
.qjybj-box .left-area:hover .mask-area {
  opacity: 1;
  pointer-events: auto;
}
.qjybj-box .left-area:hover .tip-area {
  display: none;
}

/* è£…ä¿®ç™¾ç§‘-è£…ä¿®å¤´æ¡ */

.zxbk-zxtt .text-area p.str {
  margin-bottom: 10px;
  color: #8c8c8c;
}
.zxbk-zxtt .text-area p.str strong {
  color: #333;
  margin-right: 10px;
  display: inline-block;
}
.zxbk-zxtt .text-area p.txt {
  -webkit-line-clamp: 6;
  line-height: 1.5rem;
  color: #888888;
  font-size: 12px;
}
.time {
  margin: 10px 0;
  font-size: 12px;
  color: #8c8c8c;
}

/* æ&nbsp;‡ç­¾é¡µ */
.label-list {
}
.label-list .datail-title-area {
  background-color: transparent;
  border: none;
}
.label-list .label-box {
  display: block;
  margin-left: 0;
}
.label-list .label-box .label-item {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0;
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
}
.label-list .label-item:first-child {
  margin-left: 0;
}

/* æ&nbsp;‡ç­¾é¡µ -åˆ—è¡¨*/
.label-page .active-item,
.label-page .active-item &gt; img {
  padding: 0;
}
.label-page .active-item .active-text {
  padding-top: 20px;
}
.label-page .b1-right-area1 .area1-list {
  padding-left: 10px;
  padding-right: 10px;
}
.label-page .b1-right-area1 .area1-list span {
  display: block;
  color: #de3f3e;
  margin-bottom: 10px;
  float: left;
  margin-left: 10px;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #de3f3e;
  box-sizing: border-box;
}
.label-page .b1-right-area1 .area1-list span.active {
  background-color: #de3f3e;
}
.label-page .b1-right-area1 .area1-list span a{
	padding: 0;
	border: none;
	color: #de3f3e
}
.label-page .b1-right-area1 .area1-list span.active a{
	color: #fff
}
/* è£…ä¿®ç™¾ç§‘-èšåˆ */
.label-box {
  display: flex;
  width: auto;
  margin-left: 30px;
}

.label-box .label-item {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  text-align: center;
  border: 1px solid #eee;
  box-sizing: border-box;
  background-color: #fff;
}

.label-box .label-item img {
  padding: 0;
}

.label-box .label-item span {
  color: #8c8c8c;
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
}

.label-box .label-item.active {
  background-color: #de3f3e;
  color: #fff;
}

.label-box .label-item.active span {
  color: #fff;
}

.cont-zxjh-zong .list-item-l {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
.cont-zxjh-zong .flex-row .list-item-l {
  width: 100%;
}
.cont-zxjh-zong .flex-row .list-item-l img{
  width: 100%;
}
.cont-zxjh-zong .list-item-l:last-child {
  margin-right: 0;
}
.cont-zxjh-zong .list-item-3 .list-item-l {
  width: 32.3%;
}
.cont-zxjh-zong .list-item-3 .list-item-l &gt; img {
  width: 100%;
}

.cont-zxjh-zong .list-item-box .list-item-l p {
  margin-bottom: 10px;
}

.list-item-box .text-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between;
}

.list-item-box .text-item::after {
  position: absolute;
  left: -5px;
  top: 7px;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #8c8c8c;
}

.list-item-box .text-item a {
  display: inline-block;
  color: #8c8c8c;
  max-width: 72%;
}

.list-item-box .text-item span {
  margin-left: 5px;
  display: inline-block;
  color: #8c8c8c;
}

.list-item-box .text-item:hover span,
.list-item-box .text-item:hover a {
  color: #333;
  font-weight: bold;
}
.list-item-box .list-item-l .strong.h6 {
  line-height: 1.8rem;
  margin-top: 20px;
  height: 3.6rem;
  max-height: none;
  box-sizing: content-box;
}

/* æ‹›è˜ä¿¡æ¯ */
.recruit-box {
  padding: 0;
}
.recruit-box .txt-first {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 50px 20px;
  border-right: 1px solid #ededed;
}
.recruit-box .txt-first strong {
  display: block;
  font-size: 2.4rem;
  padding-bottom: 10px;
  color: #555555;
}
.recruit-box .txt-item {
  padding-top: 40px;
}
.recruit-box .txt-item p {
  padding: 0 40px;
  color: #555555;
}
.recruit-box .txt-item p:nth-child(2) {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.recruit-box .active-text &gt; strong {
  display: block;
  margin-left: 40px;
  margin-bottom: 10px;
}
.recruit-box .active-text .diff {
  margin-left: 40px;
  line-height: 1.7rem;
}

/* è§†é¢‘ç›¸å…³ */
.datail-content-mode2 .left-area video {
  width: 100%;
}
.video-content .left-area {
  width: 32.5%;
}
.video-content h3 {
  font-size: 16px;
}
</pre></body></html>