@charset "UTF-8";
.symbol {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/icon-videoCenter-arrowRight.png") no-repeat left;
  margin: 0 6px;
}

.videoTitle {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 24px;
  padding-top: 8px;
  height: 52px;
  overflow: hidden;
}

.newsCenterLeft {
  float: left;
  width: 811px;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  margin-top: 146px;
  padding-right: 60px;
}

.newsCenterLeft .page-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}

.newsCenterLeft .newsList {
  margin-top: 40px;
}

.newsCenterLeft .newInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newsCenterLeft .newInfo .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsCenterLeft .newInfo .title:hover {
  color: #f70;
}

.newsCenterLeft .newInfo h4 {
  font-weight: normal;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #222;
  line-height: 35px;
}

.newsCenterLeft .newInfo .desc {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 18px;
  overflow: hidden;
}

.newsCenterLeft .desc {
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsCenterRight {
  float: left;
  width: 384px;
  margin-top: 160px;
}

.articleList {
  margin-bottom: 60px;
}

.articleList .link {
  margin-left: 40px;
  width: 140px;
  height: 32px;
  border: 1px solid #333333;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.articleList .link .icon-arrow-right {
  display: none;
}

.articleList .link:hover {
  border: 1px solid #f70;
  color: #f70;
}

.articleList .link:hover .icon-arrow-right {
  display: inline-block;
}

.articleList-header {
  padding-left: 40px;
  height: 44px;
  line-height: 44px;
}

.articleList-header .art-title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}

.articleList ul {
  padding-left: 60px;
  list-style: square;
  color: #f70;
}

.articleList ul li {
  margin-bottom: 28px;
}

.articleList ul a {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.articleList ul a:hover {
  color: #f70 !important;
}

.card-item-main {
  width: 1200px;
  margin: 145px auto 0 auto;
  position: relative;
  min-height: 500px;
}

.card-item-main .card-item {
  text-align: center;
}

.card-item-main .card-item .card-item-list {
  margin-top: 52px;
  overflow: hidden;
}

.card-item-main .card-item .card-item-list .card-li {
  width: 387px;
  height: 380px;
  float: left;
  margin: 0 18px 20px 0;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.card-item-main .card-item .card-item-list .card-li:nth-child(3n) {
  width: 387px;
  float: left;
  margin-right: 0 !important;
}

.card-item-main .card-item .card-item-list .card-pic {
  width: 387px;
  height: 280px;
  overflow: hidden;
  text-align: center;
}

.card-item-main .card-item .card-item-list .card-pic img {
  width: 387px;
  height: 280px;
  object-fit: cover;
}

.card-item-main .card-item .card-item-list .card-box {
  padding: 20px;
}

.card-item-main .card-item .card-item-list .card-name {
  font-size: 16px;
  line-height: 28px;
  color: #222;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.card-item-main .card-item .card-item-list .card-name:hover {
  color: #f70;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-item-main .page-title {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.card-item-main .sub-page-title {
  margin-top: 12px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.card-item-main .video-item-list {
  margin-top: 50px;
}

.card-item-main .video-item-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-item-main .video-item-list ul li {
  width: 585px;
  height: 430px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.card-item-main .video-item-list ul li .videoThumb {
  height: 330px;
}

.card-item-main .video-item-list ul li a:first-child {
  display: -webkit-inline-box;
  width: 100%;
  position: relative;
}

.card-item-main .video-item-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-item-main .video-item-list ul li .card-box {
  padding: 20px;
  box-sizing: border-box;
}

.card-item-main .video-item-list ul li .card-name {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  color: #222;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}

.card-item-main .video-item-list ul li .card-name:hover {
  color: #f70;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.videoCover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.4));
}

.videoCover span {
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  font-weight: 300;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 12px;
  z-index: 11;
}

.videoCoverHover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.videoCoverHover i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("/images/icon-newsCenter-play.png") no-repeat repeat;
  vertical-align: middle;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 12;
}

.videoList ul img {
  width: 100%;
  height: 100%;
}

/* 视频内容 */
.videiDetailPage-title {
  font-size: 36px;
  color: #222;
  margin: 25px 0 50px;
}

.video-js {
  width: 1200px;
}

.breadCrumb-small a {
  font-size: 16px;
  color: #222;
}

.breadCrumb-small span {
  font-size: 16px;
  color: #a0a0a0;
}

.breadCrumb-small .symbol {
  position: relative;
  top: 2px;
}

.video-js {
  margin: 0 auto;
}

.video-js .vjs-big-play-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.newsDetail-main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 125px;
}

.newsDetail-main .newsDetailPage-title {
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  color: #222;
  padding-top: 20px;
}

.newsDetail-main .newsDetailPage-date {
  text-align: center;
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #222222;
  margin: 40px 0 0 0;
}

.video-empty {
  width: 1200px;
  height: 430px;
  background: url("/images/videobg.png") no-repeat center center;
}

.newsContent {
  color: #222;
  font-size: 18px;
  padding-bottom: 30px;
  min-height: 500px;
}

.newsContent p {
  line-height: 40px;
  margin-bottom: 16px;
  text-indent: 40px;
}

.newsContent img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.videoDetail {
  padding-top: 145px;
}

#header {
  z-index: 9999;
}

.footer {
  margin-top: 0;
}

.bar-box .item {
  color: #222;
}

.news-publish .top-header-box {
  padding-top: 156px;
  height: 374px;
  background: url("../../../images/newsPublish-banner.jpg") no-repeat center/cover;
}

.news-publish .top-header-box .content {
  width: 1200px;
  margin: 0 auto;
  color: #020814;
}

.news-publish .top-header-box .content p {
  margin-bottom: 10px;
  font-size: 30px;
}

.news-publish .top-header-box .content h3 {
  font-size: 40px;
}

.news-publish .top-header-box .content h3 span {
  color: #ff8000;
}

.news-publish .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  line-height: 54px;
}

.news-publish .tabs .tab-button {
  color: #222222;
  font-size: 18px;
  border: none;
  padding: 10px 0px;
  cursor: pointer;
  margin-right: 5px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.news-publish .tabs .tab-button:first-child {
  margin-right: 50px;
}

.news-publish .tabs .tab-button:hover {
  opacity: 0.8;
}

.news-publish .tabs .tab-button.active {
  font-weight: 600;
  border-bottom: 4px solid #ff7700;
}

.news-publish .tab-content {
  padding-top: 80px;
  display: none;
  /* 默认隐藏所有内容 */
  background-color: #f4f4f6;
}

.news-publish .tab-content .tab-content-cont {
  width: 1200px;
  min-height: 500px;
  margin: 0 auto;
}

.news-publish .tab-content .tab-content-cont .news-title h2 {
  font-size: 30px;
}

.news-publish .tab-content .tab-content-cont .news-title .line {
  width: 30px;
  height: 5px;
  background-color: #ff7700;
  margin-top: 26px;
}

.news-publish .tab-content .tab-content-cont .newsList,
.news-publish .tab-content .tab-content-cont .reportList {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem,
.news-publish .tab-content .tab-content-cont .reportList .newsItem {
  width: 530px;
  height: 135px;
  padding: 30px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .thumb,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .thumb {
  width: 180px;
  height: 135px;
  margin-right: 20px;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .thumb img,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .thumb img {
  width: 180px;
  height: 135px;
  object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .thumb img:hover,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .thumb img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .newInfo,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .newInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .newInfo .top .title,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .newInfo .top .title {
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .newInfo .top .title:hover,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .newInfo .top .title:hover {
  color: #f70;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .newInfo .top .desc,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .newInfo .top .desc {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem .newInfo .date,
.news-publish .tab-content .tab-content-cont .reportList .newsItem .newInfo .date {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.news-publish .tab-content .tab-content-cont .newsList .newsItem:nth-child(odd),
.news-publish .tab-content .tab-content-cont .reportList .newsItem:nth-child(odd) {
  margin-right: 20px;
}

.news-publish .tab-content.active {
  display: block;
  /* 显示活动内容 */
}

.mainAboutUs .sub_sidebar {
  font-size: 16px;
}

.sub_sidebar_list {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 74px;
  text-align: center;
}

.sub_sidebar_list a {
  display: inline-block;
  width: 108px;
  font-size: 18px;
  color: #222222;
}

.sub_sidebar_list li {
  position: relative;
}

.cover_layer {
  position: absolute;
  top: -1px;
  left: -4px;
  width: 192px;
  height: 46px;
  border-right: 4px solid #f70;
}

.sub_sidebar_list li.current a {
  color: #222222;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 4px solid #ff7700;
}

.sub_sidebar_list li a:hover {
  color: #f70;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sub_sidebar_list li a:active {
  color: #222222;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #ff7700;
}

.g2b-section-bor {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 30px;
}

.g2b-section-bor .carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.g2b-section-bor .carousel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.g2b-section-bor .carousel-prev,
.g2b-section-bor .carousel-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.g2b-section-bor .carousel-prev img,
.g2b-section-bor .carousel-next img {
  width: 20px;
  height: 20px;
}

.g2b-section-bor .carousel-prev {
  left: 20px;
}

.g2b-section-bor .carousel-next {
  right: 20px;
}

.g2b-section-bor .carousel-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  padding-bottom: 30px;
}

.g2b-section-bor .carousel-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.g2b-section-bor .carousel-dots .dot.active {
  background: #ff7700;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.g2b-section-bor .carousel-dots .dot:hover {
  background: #ff9933;
}

.g2b-section-bor .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 75px;
}

.g2b-section-bor img {
  width: 1200px;
  height: 410px;
}

.g2b-section-bor .item-cell-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0px;
}

.g2b-section-bor .item-cell-content .item-cell-content-left {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.g2b-section-bor .item-cell-content .item-cell-content-left img {
  width: 600px;
  height: 320px;
}

.g2b-section-bor .item-cell-content .item-cell-content-right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content {
  /* width: 50%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content .cell-title {
  color: #222222;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content .cell-line {
  width: 24px;
  height: 4px;
  background-color: #ff7700;
  border-radius: 2px;
  margin-bottom: 33px;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content .cell-column-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 20px;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content .cell-column-div .cell-column-point {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #5b5a5b;
  margin-right: 6px;
  margin-top: 4px;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content .cell-column-div .cell-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content .cell-column-div .cell-content-text .cell-column-title {
  font-size: 14px;
  color: #a0a0a0;
}

.g2b-section-bor .item-cell-content .item-cell-content-right .item-cell-title-content .cell-column-div .cell-content-text .cell-column-bold-title {
  font-size: 20px;
  font-weight: bold;
  color: #f6803b;
}

.party-work-bor {
  background-color: #f4f4f6;
}

.party-work-bor .party_work {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
}

.party-work-bor .party_work .title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 70px;
}

.party-work-bor .party_work .party_work_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.party-work-bor .party_work .party_work_cont .party_work_left {
  margin-right: 130px;
  margin-top: 140px;
}

.party-work-bor .party_work .party_work_cont .party_work_left img {
  width: 350px;
  height: 359px;
}

.party-work-bor .party_work .party_work_cont .party_work_right .item {
  margin-bottom: 70px;
}

.party-work-bor .party_work .party_work_cont .party_work_right .item .item-title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.party-work-bor .party_work .party_work_cont .party_work_right .item .item-title .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #e7361c;
}

.party-work-bor .party_work .party_work_cont .party_work_right .item .item-title .msg {
  font-weight: bold;
  font-size: 24px;
}

.party-work-bor .party_work .party_work_cont .party_work_right .item .item-content {
  color: #666666;
  line-height: 30px;
}

.party-big-event {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.party-big-event .party-big-cont {
  width: 1200px;
  margin: 0 auto;
}

.party-big-event .party-big-cont .title {
  font-size: 30px;
  font-weight: bold;
}

.party-big-event .party-big-cont .line {
  width: 30px;
  height: 5px;
  background-color: #f70;
  margin-top: 26px;
  margin-bottom: 50px;
}

.party-big-event .party-big-cont .party-big-event-list li {
  margin-bottom: 20px;
}

.party-big-event .party-big-cont .party-big-event-list li .title {
  display: inline-block;
  width: 105px;
  font-size: 16px;
  font-weight: bold;
}

.party-big-event .party-big-cont .party-big-event-list li .content {
  font-size: 16px;
}

.party-example {
  background-color: #f4f4f6;
  padding-top: 80px;
}

.party-example .party-example-cont {
  width: 1200px;
  margin: 0 auto;
}

.party-example .party-example-cont .title {
  font-size: 30px;
  font-weight: bold;
}

.party-example .party-example-cont .line {
  width: 30px;
  height: 5px;
  background-color: #f70;
  margin-top: 26px;
  margin-bottom: 50px;
}

.party-example .party-example-cont .newsList {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.party-example .party-example-cont .newsList .newsItem {
  width: 530px;
  height: 135px;
  padding: 30px;
  margin-bottom: 20px;
  background: #ffffff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.party-example .party-example-cont .newsList .newsItem .thumb {
  width: 180px;
  height: 135px;
  margin-right: 20px;
}

.party-example .party-example-cont .newsList .newsItem .thumb img {
  width: 180px;
  height: 135px;
  object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.party-example .party-example-cont .newsList .newsItem .thumb img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.party-example .party-example-cont .newsList .newsItem .newInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.party-example .party-example-cont .newsList .newsItem .newInfo .top .title {
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.party-example .party-example-cont .newsList .newsItem .newInfo .top .title:hover {
  color: #f70;
}

.party-example .party-example-cont .newsList .newsItem .newInfo .top .desc {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.party-example .party-example-cont .newsList .newsItem .newInfo .date {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.party-example .party-example-cont .newsList .newsItem:nth-child(odd) {
  margin-right: 20px;
}

.news-title-2 {
  width: 1200px;
  margin: 0 auto;
}

.news-title-2 h2 {
  font-size: 30px;
}

.news-title-2 .line {
  width: 30px;
  height: 5px;
  background-color: #ff7700;
  margin-top: 26px;
}
