/* 新闻发布会 */
.xwfbh-news .bd{height: 370px; background: #fff; box-shadow: 0px 2px 25px  rgba(40, 113, 166, 0.1);}
.xwfbh-news .pic a{display: block; position: relative; width:100%; height: 370px; overflow: hidden;}
.xwfbh-news .pic img{ display:block; position: absolute; left: 0; top: 0; width:100%; height:100%;}
.xwfbh-news .txt{padding: 20px 30px 0 0; font-size: 16px; height: 310px; position: relative;}
.xwfbh-news .txt .tit{font-size: 28px; margin-bottom: 20px; font-weight: bold; line-height: 40px; max-height: 120px; -webkit-line-clamp: 3;}
.xwfbh-news .txt .memo{margin-bottom: 22px; line-height: 28px; opacity: 0.6; -webkit-line-clamp: 4; max-height: 112px;}
.xwfbh-news .txt .time{padding-left: 22px; font-size: 15px; color: #999999; background: url(2023_icon_time.png) no-repeat left center; background-size: 14px 14px;}
.xwfbh-news .txt .detail{position: absolute; right: 30px; bottom: 0; display: block; width: 128px; height: 37px; border-radius: 2px; color: #fff; line-height: 37px; background: #4989D1; font-size: 16px; text-align: center; transition: .3s all;}
.xwfbh-news .txt .detail:hover{background: #3661B3;}

.xwfbh-list .pic{padding-bottom: 54.7%; display: block;}
.xwfbh-list .txt{height: 235px; background: #F8FAFF; padding: 0 30px;}
.xwfbh-list .tit{padding-top: 28px; font-size: 20px; line-height: 26px; max-height: 52px; margin-bottom: 20px; font-weight: bold;}
.xwfbh-list .memo{line-height: 24px; color: #999999; max-height: 72px; -webkit-line-clamp: 3; margin-bottom: 10px; font-size: 16px;}
.xwfbh-list .time{color: #999; font-size: 16px;}


@media (max-width: 1280px) {
  .xwfbh-news .bd{height: auto;}
	.xwfbh-news .pic a{padding-bottom: 54.7%; height: auto;}
  .xwfbh-news .txt{padding-left: 20px; padding-bottom: 20px; padding-right: 20px; height: auto;}
  .xwfbh-news .txt .detail{margin-bottom: 20px;}
  .xwfbh-list .txt{padding-left: 20px; padding-right: 20px;}
}

@media (max-width: 480px) {
  .xwfbh-news .txt .detail{position: static; margin: 30px auto 0;}
  .xwfbh-list li{width: 100% !important;}
  .xwfbh-list .txt{height: auto; padding-bottom: 20px;}
  .xwfbh-list .tit{padding-top: 20px;}

}