.news .moduleTitle {
  margin-top: 110px;
  margin-bottom: 70px;
  font-size: 30px;
  font-weight:bold;
}

/*.news {
  margin-bottom: 125px;
}*/

.news .list {
  font-size: 0;
}

.news .item {
  display: inline-block;
  width: calc((100% - 70px) / 3);
  max-width: 510px;
  margin-bottom: 40px;
}

.news .item:not(:nth-child(3n)) {
  margin-right: 35px;
}

.news .item .putTxt {
  padding: 30px 60px 35px;
  border-radius: 10px;
  transition: all 0.66s;
  background-color: #f5f5f5;
}

.news .item .other {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .item .other .more {
  font-size: 16px;
  font-weight:bold;
  line-height: 20px;
}

.news .item .other .time {
  font-size: 14px;
  line-height: 20px;
  font-weight:bold;
}

.news .item .title {
	font-weight:bold;
  font-size: 22px;
  line-height: 30px;
  -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news .item .txt {
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  transition: all 0.66s;
  -webkit-line-clamp: 4;
  margin:5% 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.news .item .putImg {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  max-height:310px;
}

.news .item .putImg img {
  transition: all 0.66s;
}

.news .item:hover img {
  transform: scale(1.2);
}

.news .item:hover .putTxt {
  background-color: var(--red);
}

.news .item:hover .time,
.news .item:hover .title,
.news .item:hover .txt,
.news .item:hover .more {
  color: white;
}

.news .item:hover .title {
  border-left-color: white;
}

.news .bread,
.news_view .bread {
  margin-top: 90px;
  margin-bottom: 60px;
}

.news .bread a,
.news_view .bread a {
  font-size: 15px;
  line-height: 40px;
  color: #a2a3a4;
}

/*.news .maxWidth {
  margin-bottom: 100px;
}*/

.news .maxWidth > .title {
  margin-bottom: 70px;
  font-size: 40px;
  line-height: 30px;
  font-weight: bold;
}

.news .maxWidth > .title span {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  color: var(--grey);
}

.news_view .moduleTitle {
  margin: 125px 0 110px;
  font-size: 15px;
  font-weight:bold;
}

.news_view .news {
  margin-top: 170px;
}

.news_view .top .news_detail {
  display: flex;
  justify-content: space-between;
}

.news_view .top .news_detail .left {
  max-width: 500px;
  padding-top: 35px;
}

.news_view .top .news_detail .left .title {
  font-size: 35px;
  line-height: 40px;
  font-weight:bold;
}

.news_view .top .news_detail .left a {
  display: block;
  margin-top: 60px;
  font-size: 17px;
  line-height: 25px;
  color: var(--red);
}

.news_view .top .news_detail .left a:hover {
  text-decoration: underline;
}

.news_view .top .news_detail .right {
  flex: 1;
  max-width: 950px;
  font-size: 17px;
  line-height: 25px;
  color: #787878;
}

.news_view .top .date {
  display: flex;
  max-width: 500px;
  font-weight: bold;
  justify-content: space-between;
}

.news_view .top .date .yyyy {
  font-size: 15px;
  line-height: 20px;
}

.news_view .top .date .MMdd {
  font-size: 30px;
  line-height: 20px;
}


@media (max-width: 1024px) {
.news .item .putTxt{ padding:10%;}
.news .item .title{ font-size:18px; line-height:26px;}
.news_view .top .news_detail{ display:block;}
.news_view .top .news_detail .left{ max-width:inherit}
.news_view .top .news_detail .right{ margin-top:5%; max-width:inherit}
}

@media (max-width: 768px) {
.news_view .moduleTitle{ margin:12% 0 10%;}
.news_view .news{ margin-top:15%;}
.news .item{width:100%; max-width:inherit}
.news .item .putImg{ max-height: inherit}
.news .item .putImg img{ width:100%;}
}

@media (max-width: 640px) {
.news .moduleTitle{ font-size:22px; margin:15% 0 10%;}
.news_view .top .news_detail .left .title{ font-size:28px;}
}
