.container {
  background-color: #f5f5f5;
}
.container .news-section {
  width: 1400px;
  margin: 40px auto 0;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.container .news-section .news-list {
  margin-top: 30px;
}
.container .news-section .news-list .news-main {
  width: 670px;
  overflow: hidden;
}
.container .news-section .news-list .news-main .items {
  position: relative;
}
.container .news-section .news-list .news-main .items img {
  display: block;
  width: 100%;
  height: 475px;
  object-fit: cover;
}
.container .news-section .news-list .news-main .items .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 30px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.container .news-section .news-list .news-main .items .info .title {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.container .news-section .news-list .news-main .items .info .date {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 20px;
}
.container .news-section .news-list .news-main .swiper-2 {
  width: 100%;
  height: 490px;
}
.container .news-section .news-list .news-main .swiper-2 .swiper-slide .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  padding: 30px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.container .news-section .news-list .news-main .swiper-2 .swiper-slide .info .title {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}
.container .news-section .news-list .news-main .swiper-2 .swiper-slide .info .date {
  font-size: 14px;
  color: #CCCCCC;
  margin-top: 20px;
}
.container .news-section .news-side-list {
  width: calc(100% - 670px);
  margin-left: 30px;
  background-color: #F0F0F0;
  box-sizing: border-box;
}
.container .news-section .news-side-list .news-side-item {
  width: 100%;
  padding: 24px 0;
  border-bottom: solid 1px #dedede;
}
.container .news-section .news-side-list .news-side-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.container .news-section .news-side-list .news-side-item .date {
  width: 128px;
  text-align: center;
}
.container .news-section .news-side-list .news-side-item .date .year {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 10px;
}
.container .news-section .news-side-list .news-side-item .date .day {
  font-size: 14px;
  color: #000000;
  line-height: 30px;
}
.container .news-section .news-side-list .news-side-item .infos {
  padding: 0 30px;
  width: calc(100% - 128px);
  border-left: solid 1px #dedede;
}
.container .news-section .news-side-list .news-side-item .infos p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container .news-section .news-side-list .news-side-item .title {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.container .news-section .news-side-list .news-side-item .title a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container .news-section .news-side-list .news-side-item .title:hover a {
  color: #0E3A94;
}
.container .research-section {
  width: 1400px;
  margin: 20px auto 0;
  padding: 30px ;
  background-color: #fff;
  box-sizing: border-box;
}
.container .research-section .research-list {
  margin-top: 30px;
}
.container .research-section .research-list .research-item {
  display: block;
  width: 320px;
  margin-right: 20px;
}
.container .research-section .research-list .research-item:last-child {
  margin-right: 0;
}
.container .research-section .research-list .research-item .imgs {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  overflow: hidden;
}
.container .research-section .research-list .research-item .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container .research-section .research-list .research-item .info .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .research-section .research-list .research-item .info .date {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.container .research-section .research-list .research-item:hover .imgs img {
  transform: scale(1.1);
}
.container .research-section .research-list .research-item:hover .title {
  color: #0E3A94;
}
.container .achievement-section {
  width: 1400px;
  margin: 20px auto 0;
  padding: 30px 30px 10px;
  background-color: #fff;
  box-sizing: border-box;
}
.container .achievement-section .achievement-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.container .achievement-section .achievement-list li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  width: calc(50% - 20px);
}
.container .achievement-section .achievement-list li .ft-imgs {
  width: 170px;
  height: 120px;
  margin-right: 20px;
}
.container .achievement-section .achievement-list li .ft-imgs img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: top;
}
.container .achievement-section .achievement-list li .rt-text {
  width: calc(100% - 190px);
}
.container .achievement-section .achievement-list li .rt-text .title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .achievement-section .achievement-list li .rt-text .title a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container .achievement-section .achievement-list li .rt-text .title:hover a {
  color: #0E3A94;
}
.container .achievement-section .achievement-list li .rt-text p {
  width: 100%;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .achievement-section .achievement-list li .rt-text .time {
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  color: #CCCCCC;
}
.container .achievement-section .achievement-list li .rt-text .tag {
  display: inline-block;
  width: 70px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #0E3A94;
  background: #EFF3FF;
  border-radius: 5px;
}
.container .research-section {
  width: 1400px;
  margin: 20px auto 0;
  padding: 30px ;
  background-color: #fff;
  box-sizing: border-box;
}
.container .research-section .research-list {
  margin-top: 30px;
}
.container .research-section .research-list .research-item {
  display: block;
  width: 320px;
  margin-right: 20px;
}
.container .research-section .research-list .research-item:last-child {
  margin-right: 0;
}
.container .research-section .research-list .research-item .imgs {
  display: block;
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  overflow: hidden;
}
.container .research-section .research-list .research-item .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container .research-section .research-list .research-item .info .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container .research-section .research-list .research-item .info .date {
  font-size: 16px;
  color: #999999;
  margin-top: 15px;
}
.container .research-section .research-list .research-item:hover .imgs img {
  transform: scale(1.1);
}
.container .research-section .research-list .research-item:hover .title {
  color: #0E3A94;
}
.container .research-section .research-list .scholar-item {
  width: 320px;
  height: 400px;
  padding: 20px;
  margin-right: 20px;
  background: #F7FAFF;
  box-sizing: border-box;
}
.container .research-section .research-list .scholar-item:last-child {
  margin-right: 0px;
}
.container .research-section .research-list .scholar-item .imgs {
  width: 100%;
  height: 196px;
  margin-bottom: 20px;
}
.container .research-section .research-list .scholar-item .imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .research-section .research-list .scholar-item .info .title {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .research-section .research-list .scholar-item .info .Introduction {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .research-section .research-list .scholar-item .info .date {
  font-weight: 400;
  font-size: 14px;
  color: #CCCCCC;
}

.container .notice-section {
  width: 1400px;
  margin: 20px auto 0;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
.container .notice-section .notice-list {
  margin-top: 30px;
}
.container .notice-section .notice-item {
  width: 430px;
  min-height: 250px;
  padding: 25px 30px;
  background: #F7FAFF;
  border: 1px solid #F2F2F2;
  margin-right: 25px;
  box-sizing: border-box;
}
.container .notice-section .notice-item:nth-child(3n) {
  margin-right: 0;
}
.container .notice-section .notice-item:nth-child(1),
.container .notice-section .notice-item:nth-child(2),
.container .notice-section .notice-item:nth-child(3) {
  margin-bottom: 20px;
}
.container .notice-section .notice-item .date {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.container .notice-section .notice-item .date .day {
  font-weight: bold;
  font-size: 40px;
  color: #0E3A94;
  margin-right: 10px;
}
.container .notice-section .notice-item .date .mouth {
  font-size: 16px;
  color: #0E3A94;
  margin-left: 10px;
}
.container .notice-section .notice-item .title {
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  line-height: 28px;
  box-sizing: border-box;
}
.container .notice-section .notice-item .title a {
  color: #333333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.container .notice-section .notice-item .title a:hover {
  color: #0E3A94;
}
.container .notice-section .notice-item p {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  margin-top: 15px;
}
.container .section-header .more:hover {
  color: #0E3A94;
}


/*补充*/
.container .section-header h2 {
  position: relative;
  font-weight: bold;
  font-size: 34px;
  height: 34px;
  line-height: 34px;
  color: #0E3A94;
  padding-left: 15px;
  border-left: solid 4px #0E3A94;
}
.container .section-header .more {
  font-size: 16px;
  color: #0E3A94;
}
.container .section-header .more span {
  margin-right: 5px;
}
.container .news-section .news-side-list .news-side-item .title::before {
  display: block;
  background: url(../image/12.png) no-repeat left top;
  background-color: transparent;
}