.main {
  padding-top: 80px;
  padding-bottom: 50px
}

.news-left {
  -webkit-flex: 1;
  flex: 1;
  margin-right: 27px;
  overflow: hidden
}

.bobo-news-right {
  width: 290px;
  border-left: 1px solid #e7e7e7;
  padding-left: 27px;
  box-sizing: border-box
}

.side-search {
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 35px
}

.side-search .submit_text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 60px 0 20px;
  color: #999;
  font-size: 14px;
  background: 0 0;
  box-sizing: border-box
}

.side-search .submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: 0 0
}

.side-search .submit_btn i {
  font-size: 21px;
  color: #989898
}

.side-news-list {
  margin: 0 0 30px
}

.side-news-list h4 {
  font-size: 17px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px solid #d9d9d9;
  line-height: 48px;
  background: url('../images/i2.png') no-repeat left center;
  padding: 0 0 0 29px
}

.side-news-list ul {}

.side-news-list ul li {
  padding: 20px 0;
  border-bottom: 1px dashed #e1e1e1
}

.side-news-list ul li h5 {
  	margin-bottom: 10px;
}
.side-news-list ul li h5 a{
	color: #333;
	font-size: 16px;
	font-weight: 550;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box !important;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 44px;
}

.side-news-list ul li h5 a:hover {
  color: var(--link-color-hover);
  text-decoration: underline
}

.side-news-list ul li p {
  color: #666;
  font-size: 12px;
  text-align: right;
  line-height: 20px;
}

.side-pro {}

.side-pro a {
  display: block
}

.side-pro .more {
	background: var(--btn-bg);
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	padding: 12px 10px;
}

.side-pro .more:hover {
  background: var(--btn-bg-hover)
}

.news-top a {
  font-size: 16px;
  color: #999;
  font-weight: 700
}

.news-top a i {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.newsnr h1 {
  font-size: 22px;
  line-height: 2;
  margin: 30px 0 0;
  color: #212121;
  font-weight: 700;
  text-align: center
}

.newsnr .artInfo {
  text-align: center;
  margin: 16px 0 0;
  position: relative
}

.newsnr .artInfo span {
  margin: 0 30px;
  line-height: 20px;
  display: inline-block;
  font-size: 18px;
  color: #666
}

.myart {
  margin: 30px 0 0;
  padding: 30px 0 0;
  line-height: 26px;
  font-size: 17px;
  color: #666;
  border-top: 1px solid #eee
}

.myart img{
	height: 100%;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.myart h5 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px
}

.myart p {
  margin-bottom: 20px
}

.myart .row {
  margin-bottom: 20px
}

.myart .row p {
  text-align: center
}

.myart table {
  width: 100%
}

.myart table td {
  padding: 5px;
  border: 1px solid #333;
  text-align: center
}

.scroll-pic {
  margin-bottom: 30px;
  margin-top: 30px;
  overflow: hidden
}

.scroll-pic p {
  text-align: center;
  margin-top: 10px
}

.scroll-pic .swiper-pagination {
  position: static;
  width: 100%;
  margin-top: 25px
}

.scroll-pic .swiper-pagination-bullet {
  height: 9px;
  width: 9px;
  margin: 0 12px;
  background: #ccc;
  border-radius: 0;
  opacity: 1;
  box-sizing: border-box
}

.scroll-pic .swiper-pagination-bullet-active {
  background: var(--swiper-btn-color)
}

.pro-bar {
  margin: 25px 0 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.pro-bar a {
  line-height: 28px;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  box-sizing: border-box;
  position: relative;
  width: 50%;
}

.pro-bar a span.prev-arrow,
.pro-bar a span.next-arrow{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.pro-bar a span.prev-arrow i,
.pro-bar a span.next-arrow i{
  margin: 2px 20px 0 0;
  font-size: 20px;
  vertical-align: middle;
  display: inline-block
}

.pro-bar a .prev-text{
  margin: 0 0 0 20px;
  overflow:hidden;
  display:-webkit-box;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
}

.pro-bar a:last-child span i {
  margin: 2px 0 0 20px
}

.pro-bar a .next-text{
  margin: 0 20px 0 0;
  overflow:hidden;
  display:-webkit-box;
  text-overflow:ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size: 14px;
  line-height: 20px;
  max-height: 40px;
}
.pro-bar a .next-text.mobile-next-text{
	display: none;
}

.pro-bar a:hover {
  color: var(--link-color-hover)
}

.pro-bar a:hover .prev-text,
.pro-bar a:hover .next-text{
  color: var(--link-color-hover)
}

.rela-pro .tit {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center
}

.rela-pro .tit h5 {
  font-size: 22px;
  color: #333;
  font-weight: 700;
  line-height: 1
}

.rela-pro .tit .page {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center
}

.rela-pro .tit .page .swiper-button-prev,
.rela-pro .tit .page .swiper-button-next {
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: var(--btn-bg);
  position: static;
  margin-top: 0
}

.rela-pro .tit .page .swiper-button-prev i,
.rela-pro .tit .page .swiper-button-next i {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  margin-top: 2px
}

.rela-pro .tit .page .swiper-button-next {
  margin-left: 14px
}

.rela-pro .tit .page .swiper-button-prev::after,
.rela-pro .tit .page .swiper-button-next::after {
  display: none;
}

.rela-pro .tit .page .swiper-button-prev:hover,
.rela-pro .tit .page .swiper-button-next:hover {
  background: var(--btn-bg-hover);
}

.rela-pro .list {
  margin: 25px 0 0
}

.rela-pro .swiper-slide {}

.rela-pro .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden
}

.rela-pro .swiper-slide a > img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s
}

.rela-pro .swiper-slide .t {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0)
}

.rela-pro .swiper-slide .t::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  width: 0;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease 0.3s;
  -webkit-transition: all 0.3s ease 0.3s
}

.rela-pro .swiper-slide .t p {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  padding: 0 0 0 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
}

.rela-pro .swiper-slide .t p::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: 400
}

.rela-pro .swiper-slide .t2 {
  padding: 0 70px
}

.rela-pro .swiper-slide .t2 p {
  font-size: 17px;
  line-height: 36px
}

.rela-pro .swiper-slide:hover .t {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.rela-pro .swiper-slide:hover .t::after {
  width: calc(100% - 30px)
}

.rela-pro .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px
}

.rela-pro .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  background: #40409c;
  border-radius: 10px;
  opacity: 1;
  box-sizing: border-box
}

.rela-pro .swiper-pagination-bullet-active {
  width: 12px;
  background: #00007b
}

@media screen and (min-width: 768px){
	.pro-bar a {
	  display: -webkit-flex;
	  display: flex;
	  -webkit-align-items: center;
	  align-items: center;
	}
	.pro-bar a:last-child {
	  -webkit-justify-content: flex-end;
	  justify-content: flex-end
	}
}
@media screen and (max-width: 1300px){
	.main {
	    padding-top: 60px;
	}
}
@media screen and (max-width: 1199px){
	.main {
	    padding-top: 50px;
	}
	.rela-pro .swiper-slide .t {
	  position: static;
	  padding: 15px 10px;
	  opacity: 1;
	  -webkit-transform: scale(1);
	  transform: scale(1)
	}
	
	.rela-pro .swiper-slide .t::after {
	  display: none
	}
	
	.rela-pro .swiper-slide .t p {
	  padding: 0
	}
	
	.rela-pro .swiper-slide .t p::before {
	  display: none
	}
} 
@media screen and (max-width: 991px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px
  }

  .news-left {
    -webkit-flex: none;
    flex: none;
    width: 100%;
    margin: 0
  }

  .bobo-news-right {
    width: 100%;
    border-left: none;
    padding: 20px 0 0
  }

  .side-pro {
    display: none
  }

  .news-top a {
    font-size: 15px
  }


  .newsnr h1 {
    font-size: 18px;
    line-height: 1.5;
    margin: 15px 0 0
  }

  .newsnr .artInfo span {
    margin: 0 5px;
    font-size: 13px
  }

  .myart img{
    width: 100%;
    height: auto
  }

  .myart {
    line-height: 24px;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 20px 0 15px
  }
  
  .myart img{
	height: auto !important;
    width: 100%;
    margin: 0 auto;
    display: block;
}

  .myart h5 {
    font-size: 20px;
    margin-bottom: 12px
  }

  .myart .row {
    margin-bottom: 0
  }

  .myart .row > divl {
    margin-bottom: 5px
  }


  .scroll-pic {
    margin-bottom: 15px
  }

  .pro-bar {
    margin: 20px 0;
    padding: 20px 0
  }

  .pro-bar a span.prev-arrow i,
  .pro-bar a span.next-arrow i {
    margin: 2px 15px 0 0
  }

  .pro-bar a:last-child span i {
    margin: 2px 0 0 15px
  }

  .rela-pro .tit h5 {
    font-size: 20px
  }

  .rela-pro .tit .page .swiper-button-prev,
  .rela-pro .tit .page .swiper-button-next {
    width: 34px;
    height: 34px;
    line-height: 34px
  }

  .rela-pro .tit .page .swiper-button-next {
    margin-left: 10px
  }

  .rela-pro .list {
    margin: 25px 0 0
  }

  .rela-pro .swiper-slide .t2 {
    padding: 15px 10px
  }

  .rela-pro .swiper-slide .t2 p {
    font-size: 14px;
    line-height: 22px
  }
}
@media screen and (max-width: 767px){
	.pro-bar a .next-text.mobile-next-text{
		display: block;
	}
	.pro-bar a .next-text.pc-next-text{
		display: none;
	}
	.pro-bar a:nth-child(2){
		text-align: right;
	}
	.pro-bar a span.next-arrow{
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.pro-bar a .prev-text,
	.pro-bar a .next-text{
		margin: 0;
	}
}