
.news_view {
  display: flex;
  padding-top: 130px;
  margin-bottom: 300px;
  justify-content: space-between;
}

.news_item {
  display: block;
  max-width: 385px;
  padding-top: 105px;
  cursor: pointer;
}

.news_item p {
  padding: 0 45px;
  box-sizing: border-box;
}

.news_item .title {
  display: -webkit-box;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #585453;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_item .txt {
  margin: 20px 0 35px;
  font-size: 14px;
  line-height: 20px;
  color: #a9a9a9;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_item .time {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #585453;
}

.news_item:hover img {
  transform: scale(1.2);
}

.news_view .right .right_head {
  padding-top: 105px;
  font-size: 25px;
  font-weight: bold;
}

.news_view .left {
  max-width: 1065px;
  width:70%;
}


.news_view .right {
  max-width: 385px;
  width:25%;
}

.news_view .right_head {
  height: 155px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.news_view .left .right_head {
  display: flex;
  color: #585453;
  align-items: flex-start;
  justify-content: space-between;
}

.news_view .left .right_head .l {
  font-size: 35px;
  line-height: 40px;
  font-weight:bold;
}

.news_view .left .right_head .r {
  font-size: 14px;
  line-height: 20px;
}

.news_view .left .detail {
  padding: 65px 60px 130px 35px;
  font-size: 17px;
  line-height: 25px;
  border-bottom: 1px solid #f5f5f5;
}

.news_view .left .detail img{ width:auto !important; height:auto !important;}

.news_view .left .other {
  display: flex;
  margin-top: 40px;
  align-items: flex-start;
  justify-content: space-between;
}

.news_view .left .other .r a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 40px;
}

.news_view .left .other .r a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--themaBlack);
}

.news_view .left .other .l {
  font-size: 0;
}

.news_view .left .other .l a {
  position: relative;
  display: inline-block;
  width: 71px;
  height: 63px;
  margin-right: 9px;
  transition: all .4s;
}

.news_view .left .other .l a img {
  position: absolute;
  width: 12px;
  height: 21px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news_view .left .other .l a.prev {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: var(--themaBlack);
}

.news_view .left .other .l a.next {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #a9a9a9;
}

.news_view .left .other .l a.next:hover {
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
}

.news_view .left .other .l a.prev:hover {
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 0;
}

.news .headPart {
  padding-top: 125px;
  padding-bottom: 32px;
}

.news .headPart .title {
  margin-bottom: 80px;
  font-size: 35px;
  line-height: 40px;
  transition: all .4s;
}

.news .headPart nav {
  display: flex;
}

.news .headPart a {
  display: block;
  width: 151px;
  line-height: 48px;
  margin-right: 19px;
  transition: all .4s;
  font-size: 17px;
  text-align: center;
  border-bottom-right-radius: 10px;
  border: 2px solid #f5f5f5;
}

.news .headPart a.on,
.news .headPart a:hover {
  color: white;
  border-color: var(--themaBlack);
  background-color: var(--themaBlack);
}

.news .list {
  font-size: 0;
  padding-bottom: 75px;
}

.news .list .line {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}

.news .list nav{ border-top:solid 1px #f5f5f5}

.news .list .news_item {
  display: inline-block;
  max-width: calc((100% - 69px) / 4);
  width: 100%;
  padding-top: 70px;
  margin-right: 23px;
  margin-bottom: 115px;
  transition: all .4s;
}

.news .list .news_item img{ width:100%;}

.news .list .news_item.n {
  margin-right: 0;
}

.news .list .news_item:hover {
  background-color: var(--themaBlack);
}

.news .list .news_item:hover p {
  color: white!important;
}


@media (max-width: 1024px){
.news_item p{ padding:0 15px;}
.news .list .news_item{ padding-top:50px;}
.news_view .left{ width:100%;}
.news_view{ display:block; padding-top:10%; margin-bottom:20%;}
.news_view .right{ display:none}
}

@media (max-width: 1023px){
.news .list .news_item{max-width: calc((100% - 23px) / 2);}
.news .list .news_item:nth-child(even){ margin-right:0}
.news .list nav{ border:0;}
}

@media (max-width: 768px){
.news .list .news_item{ margin-bottom:5%;}
.news .headPart{ padding-top:15%;}
.news .headPart .title{ font-size:24px; line-height:30px; margin-bottom:10%;}
}

@media (max-width: 640px){
.news .headPart .title{ font-size:22px;}
.news .headPart a{ font-size:15px;}
.news_view .right{ display: block; max-width:inherit; width:100%;}
.news_view .left .right_head .l{ font-size:26px;}
.news_view .left .right_head{ display:block}
.news_view .left .right_head .r{ margin-top:20px;}
.news_view .left .detail{ padding:15% 5%; font-size:15px; line-height:24px;}
.news_view .right .right_head{ padding-top:10%; padding-bottom:20px; height:auto;}
.news_item{ padding-top:50px;}
.news_item .title{ font-size:18px; line-height:22px;}
}

@media (max-width: 479px){
.news .list .news_item{max-width:100%;}
}



