.main .container {
  max-width: 1544px !important;
}
.img-fuild {
  max-width: 100%;
  display: block;
  height: auto;
}
.section {
  margin: 105px 0 146px;
  display: flex;
}
#news {
  flex: 1;
  position: relative;
}
#news .news-list-empty {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .news-list-empty .empty-content {
  font-size: 18px;
  color: #afafaf;
  letter-spacing: 2px;
}
#news .news-list.ksr .item-left {
  width: 218px;
}
#news .news-list.ksr .item-left .cover-wrap-ksr {
  width: 100%;
  position: relative;
}
#news .news-list .item {
  transition: all 0.5s ease-in-out;
  position: relative;
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #C1C1C1;
}
#news .news-list .item:nth-child(n+2) {
  margin-top: 38px;
}
#news .news-list .item:hover {
  transition: all 0.5s;
  background: #FFFFFF;
  box-shadow: 6px 8px 18px 0px rgba(208, 229, 242, 0.83);
  border-bottom: 0;
}
#news .news-list .item-left {
  width: 40%;
  flex-shrink: 0;
}
#news .news-list .item-left .cover-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
#news .news-list .item-left .cover-wrap .ratio-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#news .news-list .item-left .cover-wrap .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#news .news-list .item-left .menuName {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 12px;
  z-index: 10;
  background-color: rgba(0, 98, 177, 0.5);
  display: inline-block;
}
#news .news-list .item-right {
  flex: 1;
  margin-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news .news-list .item-right .title {
  font-weight: 700;
  font-size: 20px;
  color: #4b4b4b;
}
#news .news-list .item-right .intro {
  margin-top: 28px;
  font-size: 16px;
  color: #696969;
}
#news .news-list .item-right .tags {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#news .news-list .item-right .tags .tag {
  margin-bottom: 4px;
  padding: 4px 12px;
  font-size: 14px;
  color: #848484;
  border: 1px solid #C1C1C1;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 200px;
  text-align: center;
}
#news .news-list .item-right .tags .tag:nth-child(n+2) {
  margin-left: 8px;
}
#news .news-list .item-right .date {
  font-size: 16px;
  color: #CCCCCC;
}
#others {
  width: 400px;
  padding-left: 48px;
  margin-left: 48px;
  border-left: 1px solid #CCCCCC;
  box-sizing: content-box;
}
#others .search-wrap .searcher {
  width: 100%;
  height: 54px;
  border: 1px solid #2962ae;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
#others .search-wrap .searcher .txb-kw {
  flex: 1;
  padding: 0 21px;
}
#others .search-wrap .searcher .txb-kw input {
  border: none;
  width: 100%;
  font-size: 1rem;
  line-height: 100%;
  height: 100%;
}
#others .search-wrap .searcher .btn-search {
  width: 120px;
  height: 54px;
  font-size: 1rem;
  background: #2962ae;
  border-radius: 0px 8px 8px 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#others .search-wrap .searcher .btn-search .icon {
  margin-right: 0.5rem;
}
#others .tags-wrap {
  margin-top: 64px;
}
#others .tags-wrap .tags-wrap__header {
  font-size: 20px;
  font-weight: bold;
  color: #373737;
  line-height: 30px;
}
#others .tags-wrap .tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.75rem 1rem;
  margin-top: 24px;
}
#others .tags-wrap .tags .tag {
  width: 100%;
  padding: 4px 0;
  font-size: 14px;
  color: #6F6F6F;
  border: 1px solid #C1C1C1;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
#others .tags-wrap .tags .tag.active {
  color: #ffffff;
  border: 1px solid #0064B4;
  background-color: #0064B4;
}
#others .tags-wrap .tags .tag:hover {
  color: #ffffff;
  border: 1px solid #0064B4;
  background-color: #0064B4;
}
#others .announcements-wrap {
  margin-top: 64px;
}
#others .announcements-wrap .announcements-wrap__header {
  font-size: 20px;
  font-weight: bold;
  color: #373737;
  line-height: 30px;
}
#others .announcements-wrap .announcements {
  margin-top: 24px;
}
#others .announcements-wrap .announcements .announcement-item {
  transition: all 0.5s;
  border-bottom: 1px solid #C1C1C1;
  padding-bottom: 16px;
}
#others .announcements-wrap .announcements .announcement-item .announcement-title {
  color: #696969;
  font-size: 16px;
  padding: 0 4px;
}
#others .announcements-wrap .announcements .announcement-item:hover .announcement-title {
  color: #0064B4;
}
#others .announcements-wrap .announcements .announcement-item:nth-child(n+2) {
  margin-top: 16px;
}
#others .news-wrap {
  margin-top: 64px;
}
#others .news-wrap .news-wrap__header {
  font-size: 20px;
  font-weight: bold;
  color: #373737;
  line-height: 30px;
}
#others .news-wrap .news-list {
  margin-top: 24px;
}
#others .news-wrap .news-list .item {
  display: flex;
}
#others .news-wrap .news-list .item:nth-child(n+2) {
  margin-top: 16px;
}
#others .news-wrap .news-list .item:hover .new-title,
#others .news-wrap .news-list .item:hover .new-createTime {
  color: #0064B4;
}
#others .news-wrap .news-list .item-left {
  width: 40%;
  flex-shrink: 0;
}
#others .news-wrap .news-list .item-left .ratio-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#others .news-wrap .news-list .item-right {
  flex: 1;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#others .news-wrap .news-list .new-cover {
  width: 100%;
  height: 0;
  padding-bottom: 57%;
  position: relative;
}
#others .news-wrap .news-list .new-title {
  font-size: 16px;
  color: #696969;
  transition: all 0.25s ease-in-out;
}
#others .news-wrap .news-list .new-createTime {
  font-size: 14px;
  color: #C8C8C8;
  transition: all 0.25s ease-in-out;
}
#others .ksr-wrap {
  margin-top: 64px;
}
#others .ksr-wrap .ksr-wrap__header {
  font-size: 20px;
  font-weight: bold;
  color: #373737;
  line-height: 30px;
}
#others .ksr-wrap .ksr-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
#others .ksr-wrap .ksr-list .item {
  transition: all 0.25s ease-in-out;
}
#others .ksr-wrap .ksr-list .item:hover {
  transform: scale(1.1);
}
#others .ksr-wrap .ksr-list .ksr-cover {
  width: 100%;
}
#others .ksr-wrap .ksr-list .ksr-title {
  margin-top: 16px;
  font-size: 16px;
  color: #373737;
}
