.dynamic_news .headlines {
  padding-bottom: 37px;
  box-sizing: border-box;
  background: url(../images/063ttbg.png) no-repeat;
  background-size: 100% 100%;
}
.dynamic_news .headlines .headlines_centent {
  padding: 0 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dynamic_news .headlines .headlines_centent .headlines_left img {
  width: 146px;
  height: 80px;
}
.dynamic_news .headlines .headlines_centent .headlines_right {
  width: 86%;
}
.dynamic_news .headlines .headlines_centent .headlines_right h1 {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
}
.dynamic_news .headlines .headlines_centent .headlines_right h1:hover {
  cursor: pointer;
  color: #016bb5;
}
.dynamic_news .headlines .headlines_centent .headlines_right > p {
  font-size: 18px;
  color: #010101;
  line-height: 36px;
  text-align: center;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 2;
}
.dynamic_news .dynamic_news_one {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left {
  width: 630px;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper {
  width: 100%;
  height: 100%;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-wrapper .swiper-slide .carousel_title {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.52);
  height: 55px;
  width: 100%;
  text-align: left;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-wrapper .swiper-slide .carousel_title .carousel_title_text {
  width: 70%;
  margin-left: 30px;
  line-height: 55px;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-wrapper .swiper-slide .carousel_title .carousel_titl_text:hover {
  font-weight: bold;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: auto;
  width: 20%;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  border-radius: 100px;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_left .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2b5fb5;
  width: 24px;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_right {
  width: 630px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  justify-content: end;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_right li {
  width: 300px;
  height: 190px;
  position: relative;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_right li img {
  width: 100%;
  height: 100%;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_right li .title {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(15, 99, 114, 0.37);
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_right li .title h1 {
  padding: 6px 0;
  font-size: 18px;
  color: #fff;
  background-color: #2cb8a3;
  width: 100%;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 2;
}
.dynamic_news .dynamic_news_one .dynamic_news_one_right li:hover .title {
  display: flex;
}
.dynamic_news .notice_announcement dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #a0cceb;
  border-radius: 10px;
  margin-top: 50px;
}
.dynamic_news .notice_announcement dl dt img {
  width: 284px;
  height: 184px;
  display: block;
}
.dynamic_news .notice_announcement dl dd {
  max-width: 310px;
}
.dynamic_news .notice_announcement dl dd span {
  margin-bottom: 14px;
  font-size: 18px;
  color: #016bb5;
}
.dynamic_news .notice_announcement dl dd p {
  line-height: 36px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 2;
}
.dynamic_news .notice_announcement dl dd p:hover {
  color: #016bb5;
}
.dynamic_news .notice_announcement dl dd img {
  margin-right: 30px;
}
.dynamic_news .kundulun_dynamics {
  margin-top: 50px;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_title ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #eee;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_title ul li {
  padding-bottom: 14px;
  border-bottom: 2px solid #015293;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_title ul li a {
  font-weight: bold;
  color: #015293;
  font-size: 26px;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_title ul li img {
  width: 16px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 15px;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent ul li a {
  display: contents;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent ul li .date {
  text-align: center;
  width: 167px;
  background: linear-gradient(to right, #d2e7f6, rgba(210, 231, 246, 0));
  padding: 20px 0 12px;
  border-radius: 10px;
  box-sizing: border-box;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent ul li .date h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  color: #016bb5;
  margin-bottom: 10px;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent ul li .date h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent ul li .title {
  box-sizing: border-box;
  margin: 20px 0 10px;
  width: 430px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 2;
}
.dynamic_news .kundulun_dynamics .kundulun_dynamics_centent ul li:hover .title {
  font-weight: bold;
  color: #015293;
}
.dynamic_news .level_information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic_news .level_information li {
  width: 206px;
  height: 88px;
  background: repeating-linear-gradient(to bottom, #d7eaf7, #d7eaf728);
}
.dynamic_news .level_information li a {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dynamic_news .level_information li a:hover {
  color: #015293;
}
.dynamic_news .level_information li:nth-child(2) {
  background: repeating-linear-gradient(to bottom, #d4f6f5, #d4f6f528);
}
.dynamic_news .level_information li:nth-child(3) {
  background: repeating-linear-gradient(to bottom, #f7f4e4, #f7f4e428);
}
.dynamic_news .level_information li:nth-child(4) {
  background: repeating-linear-gradient(to bottom, #e9eeff, #e9eeff28);
}
.dynamic_news .level_information li:nth-child(5) {
  background: repeating-linear-gradient(to bottom, #e9f9ff, #e9f9ff28);
}
.dynamic_news .level_information li:nth-child(6) {
  background: repeating-linear-gradient(to bottom, #fff2f1, #fff2f128);
}
.dynamic_news .press_release {
  margin-top: 50px;
}
.dynamic_news .press_release .press_release_title ul {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #eee;
}
.dynamic_news .press_release .press_release_title ul li {
  padding-bottom: 14px;
  border-bottom: 2px solid #015293;
}
.dynamic_news .press_release .press_release_title ul li a {
  font-weight: bold;
  color: #015293;
  font-size: 26px;
}
.dynamic_news .press_release .press_release_title ul li img {
  width: 16px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 15px;
}
.dynamic_news .press_release .press_release_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 50px;
}
.dynamic_news .press_release .press_release_content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-top: 20px;
  line-height: 24px;
}
.dynamic_news .press_release .press_release_content ul li .title {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.dynamic_news .press_release .press_release_content ul li .title i {
  font-size: 14px;
  color: #015293;
  margin-right: 10px;
}
.dynamic_news .press_release .press_release_content ul li .title > a {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  /* 此属性控制几行 */
  -webkit-line-clamp: 1;
}
.dynamic_news .press_release .press_release_content ul li .title > a:hover {
  color: #015293;
  font-weight: bold;
}
.dynamic_news .press_release .press_release_content ul li .date {
  font-size: 18px;
  color: #b4b4b4;
}
