.h3 {
  font-size: 40px;
  color: var(--color);
}
body {
  background: #ffffff!important;
}
.about-title {
  font-size: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.propaganda_list {
  margin-top: 80px;
}
.propaganda_list .propaganda_item {
  position: relative;
  width: 33%;
  margin-bottom: 4px;
}
.propaganda_list .propaganda_item:hover div {
  transform: scale(1.1);
}
.propaganda_list .propaganda_item::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 4px;
  left: 0;
  right: 0;
}
.propaganda_list .propaganda_item img {
  width: 100%;
  height: auto;
}
.propaganda_list .propaganda_item div {
  position: absolute;
  bottom: 24px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  left: 32px;
}
.propaganda_list .propaganda_item div span {
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
  display: inline-block;
}
.propaganda_list .propaganda_item div span:not(:last-child)::after {
  content: '|';
  margin-left: 12px;
  display: inline-block;
  transform: scale(0.8);
}
.news .news_up {
  margin: 80px 0;
}
.news .news_up .positionr {
  width: 1088px;
}
.news .news_up .positionr::before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.news .news_up .positionr div {
  position: absolute;
  bottom: 64px;
  left: 60px;
}
.news .news_up .positionr div h3 {
  font-size: 30px;
  color: #fff;
}
.news .news_up .positionr div p {
  font-size: 18px;
  margin-top: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.news .news_up .flex1 {
  margin-left: 46px;
}
.news .news_up .flex1 h3 {
  font-size: 30px;
  color: var(--color);
  margin: 37px 0 24px;
}
.news .news_up .flex1 p {
  font-size: 18px;
  margin-top: 20px;
  color: var(--sub-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news_up .flex1 span {
  margin-top: auto;
  font-size: 16px;
  color: var(--sub-color);
}
.news .news_up .flex1 div {
  margin-bottom: 37px;
}
.news .news_up .flex1 div img {
  width: 24px;
  height: 24px;
}
.news .news_up .flex1 div span {
  width: 83px;
  height: 48px;
  background-color: var(--active);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news .news_up .flex1 div input {
  height: 48px;
  background: #F6F6F6;
  flex: 1;
  border: none;
  padding-left: 26px;
}
.news .news_up .flex1 div input:focus {
  outline: none;
}
.news .news_item {
  cursor: pointer;
  transition: all 0.3s;
  background-color: #F4F4F4;
  padding: 17px 16px;
}
.news .news_item:hover {
  transform: scale(1.03);
}
.news .news_item img {
  width: 350px!important;
  height: 224px;
  margin-right: 80px;
}
.news .news_item h4 {
  font-size: 20px;
  color: var(--color);
  margin-bottom: 16px;
}
.news .news_item p {
  font-size: 16px;
  line-height: 32px;
  color: var(--color);
}
.news .news_item span {
  font-size: 14px;
  color: var(--sub-color);
  margin: auto 0 43px;
}
.news .news_item:not(:last-child) {
  margin-bottom: 40px;
}
