* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  font-size: 100px;
}

body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-size: 100px;
}

*:before,
*:after {
  box-sizing: content-box;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
  font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div {
  font-size: 0.14rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.dl-container {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.nyproduct .nyproductMenu {
  line-height: 4;
}

.nyproduct .nyproductMenu img {
  width: 22.5px;
  height: 21px;
  display: inline-block;
  vertical-align: sub;
  color: #747474;
}

.nyproduct .nyproductMenu i {
  font-size: 15px;
  color: #747474;
}

.nyproduct .nyproductMenu a {
  font-size: 15px;
  color: #747474;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nyproduct .nyproductMenu a:hover {
  color: #d50000;
}

.nyproduct .nyproductBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}

.nyproduct .nyproductBox .nyproductBoxL {
  flex: 0 0 836px;
  justify-content: center;
  float: left;
  width: 836px;
}

.nyproduct .nyproductBox .nyproductBoxL h4 {
  font-size: 28px;
  color: #d50000;
  line-height: 1.5;
  margin-bottom: 20px;
}

.nyproduct .nyproductBox .nyproductBoxL p {
  font-size: 18px;
  line-height: 2;
  color: #6d6e71;
  padding-bottom: 20px;
  display: block;
}

.nyproduct .nyproductBox .nyproductBoxL p img {
  display: block;
  width: 90px;
  height: 90px;
}

.nyproduct .nyproductBox .nyproductBoxR {
  flex: 0 0 300px;
  justify-content: center;
  float: left;
  width: 300px;
}

.nyproduct .nyproductBox .nyproductBoxR em {
  border: 1px solid #000;
  display: block;
  width: 300px;
  height: 300px;
}

.nyproduct .nyproductBox .nyproductBoxR em img {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
}

.nyproduct .nyproductCenter {
  width: 900px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}

.nyproduct .nyproductCenter ul {
  display: flex;
}

.nyproduct .nyproductCenter ul li {
  width: 260px;
  height: 260px;
  display: block;
  border: 1px solid #eee;
  margin: 0 18px;
}

.nyproduct .nyproductCenter ul li img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  object-fit: contain;
}

.nyproduct .nyproductCenter .nyproductCenterL {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/nyproductL.png) no-repeat center rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  -webkit-transition: 0.5s;
}

.nyproduct .nyproductCenter .nyproductCenterL:hover {
  background: url(../images/nyproductL.png) no-repeat center #000000;
}

.nyproduct .nyproductCenter .nyproductCenterR {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/nyproductR.png) no-repeat center rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  transition: 0.5s;
}

.nyproduct .nyproductCenter .nyproductCenterR:hover {
  background: url(../images/nyproductR.png) no-repeat center #000000;
}

.nyproduct .nyproductCenterPage {
  margin-top: 80px;
}

.nyproduct .nyproductCenterPage .hd ul {
  overflow: hidden;
  border-left: 1px solid #e2e2e2;
}

.nyproduct .nyproductCenterPage .hd ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 11px 20px;
  line-height: normal;
  background-color: #f1f2f2;
  color: #747474;
  cursor: pointer;
  transition: all 0.2s;
  float: left;
  font-size: 18px;
  border-top: 1px solid #e2e2e2;
  z-index: 2;
}

.nyproduct .nyproductCenterPage .hd ul li:last-child {
  border-right: 1px solid #e2e2e2;
}

.nyproduct .nyproductCenterPage .hd ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nyproduct .nyproductCenterPage .hd ul li.on {
  background: #fff;
}

.nyproduct .nyproductCenterPage .bd {
  transform: translateY(-1px);
}

.nyproduct .nyproductCenterPage .bd .nyproductList {
  border: 1px solid #e2e2e2;
  padding: 15px;
  box-sizing: border-box;
}

.nyproduct .nyproductCenterPage .bd .nyproductList p {
  font-size: 16px;
  padding: 10px 0;
  color: #6d6e71;
  line-height: 1.5;
}

.nyproduct .nyproductCenterTime {
  margin-top: 80px;
  font-size: 16px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  line-height: 2;
  color: #6d6e71;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .dl-container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .nyproduct .nyproductMenu {
    line-height: 2;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nyproduct .nyproductBox .nyproductBoxL {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
  }

  .nyproduct .nyproductBox .nyproductBoxR {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;
    margin-bottom: 50px;
  }

  .nyproduct .nyproductBox .nyproductBoxR em {
    margin: 0 auto;
  }

  .nyproduct .nyproductBox .nyproductBoxL h4 {
    font-size: 20px;
  }

  .nyproduct .nyproductBox {
    flex-direction: column-reverse;
  }

  .nyproduct .nyproductCenter {
    width: 100%;
    margin-top: 50px;
  }

  .nyproduct .nyproductCenter ul li {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .nyproduct .nyproductCenter .nyproductCenterL {
    left: 0;
  }

  .nyproduct .nyproductCenter .nyproductCenterR {
    right: 0;
  }

  .nyproduct .nyproductCenterPage .hd ul li {
    width: calc(33.333% - 0px);
    box-sizing: border-box;
  }

  .nyproduct .nyproductCenterTime {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}


.nybanner img {
  display: block;
  width: 100%;
}


.nybanner img {
  display: block;
  width: 100%;
}

.dlcontainer {
  width: 1585px;
  margin: 0 auto;
}

.dl-container {
  width: 1300px;
  margin: 0 auto;
}

.listMenu {
  height: 68px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: none;
}

.listMenu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  height: 68px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.listMenu ul li {
  flex: 1;
  text-align: center;
  height: 68px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.listMenu ul li a {
  display: block;
  position: relative;
  height: 68px;
  line-height: 68px;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.listMenu ul li a::after {
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 1px;
  height: 16px;
  background: #ddd;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.listMenu ul li:last-child a::after {
  background: transparent;
}

/* .listMenu ul li.active {
  background: #c4070b;
} */
.listMenu ul li.active a {
  color: #c4070b;
}

.listMenu ul li.active a::after {
  content: "";
  background: #c4070b;
}

.listMenu ul li:hover a {
  color: #c4070b;
}

.listMenu ul li:hover a::after {
  content: "";
  background: #c4070b;
}

.productNy {
  margin-bottom: 100px;
}

.productNy h3 a {
  display: block;
  font-size: 48px;
  color: #333;
  margin-top: 50px;
  line-height: 1;
  margin-bottom: 40px;
  margin-left: 1.05%;
}

.productNy h3 a::before {
  content: "-";
  display: inline-block;
  font-weight: 100;
  padding-right: 10px;
  display: none;
}

.productNy ul {
  width: 100%;
  margin: 0 -0.05%;
}

.productNy ul li {
  width: 22.9%;
  float: left;
  margin: 0 1.05%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productNy ul li .productNyImg {
  padding: 40.4% 0;
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid #ddd;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productNy ul li .productNyImg img {
  padding: 10px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productNy ul li a.productNyText {
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 3;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.productNy ul li:hover {
  transform: translateY(-5px);
}

.productNy ul li:hover .productNyImg {
  border-radius: 10px;
}

.productNy ul li:hover .productNyImg img {
  display: block;
  border-radius: 20px;
}

.productNy ul li:hover a {
  color: #c4070b;
}

.productNy ul::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}

.aboutNy .aboutNyabout .dlcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutL {
  flex: 0 0 18.3%;
  justify-content: center;
  float: left;
  width: 18.3%;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutL p {
  font-size: 22px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* font-weight: bold; */
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 0;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutL h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR {
  flex: 0 0 80%;
  justify-content: center;
  float: left;
  width: 80%;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR ul li {
  margin-bottom: 50px;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR ul li h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 32px;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR ul li p {
  font-size: 20px;
  line-height: 36px;
  color: #666666;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR span {
  display: block;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR span::after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  display: block;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR span i {
  float: left;
  height: 60px;
  border: 1px solid #eee;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.aboutNy .aboutNyabout .dlcontainer .aboutNyaboutR span i:last-child {
  background: #fbfbfb;
  border: 1px solid #fbfbfb;
}

.aboutNy .aboutNyHistory {
  position: relative;
  background: #fbfbfb;
  padding: 70px 0;
}

.aboutNy .aboutNyHistory .dlcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL {
  flex: 0 0 18.3%;
  justify-content: center;
  float: left;
  width: 18.3%;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL p {
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL h3 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 1;
  margin-top: 10px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL .aboutNyHistoryLJt {
  margin-top: 60px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL .aboutNyHistoryLJt i.aboutNyHistoryLJtL {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fbfbfb url(../images/aboutNyHistoryLJtL1.png) no-repeat center;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL .aboutNyHistoryLJt i.aboutNyHistoryLJtL:hover {
  border-color: #c4070b;
  background: #c4070b url(../images/aboutNyHistoryLJtL1-1.png) no-repeat center;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL .aboutNyHistoryLJt i.aboutNyHistoryLJtR {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-left: 20px;
  border: 1px solid #a5a5a5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fbfbfb url(../images/aboutNyHistoryLJtR1.png) no-repeat center;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL .aboutNyHistoryLJt i.aboutNyHistoryLJtR:hover {
  border-color: #c4070b;
  background: #c4070b url(../images/aboutNyHistoryLJtR1-1.png) no-repeat center;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryL .aboutNyHistoryLJt::after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR {
  flex: 0 0 80%;
  justify-content: center;
  float: left;
  width: 80%;
  position: relative;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -90px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  top: 4px;
  left: 0;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRTop ul li {
  position: relative;
  z-index: 2;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRTop ul li i {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background: #bbb;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRTop ul li span {
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  display: block;
  margin-top: 30px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRTop ul li.swiper-slide-thumb-active i {
  background: #c4070b;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRTop ul li.swiper-slide-thumb-active span {
  color: #c4070b;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRBottom {
  margin-top: 66px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRBottom h4 {
  font-size: 36px;
  color: #c4070b;
  line-height: 1;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRBottom p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 26px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRBottom h5 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRBottom span {
  margin-top: 34px;
  display: block;
  font-size: 20px !important;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRBottom span i {
  font-size: 22px;
  background: #c4070b;
  color: #fff;
  float: left;
  margin-right: 18px;
  padding: 5px 20px;
}

.aboutNy .aboutNyHistory .dlcontainer .aboutNyHistoryR .aboutNyHistoryRBottom span::after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.aboutNy .aboutNyAnnual {
  position: relative;
  padding-bottom: 10px;
}

.aboutNy .aboutNyAnnual::after {
  content: "";
  width: 100%;
  height: 250px;
  background: #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.aboutNy .aboutNyAnnual .dlcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualL {
  flex: 0 0 18.3%;
  justify-content: center;
  float: left;
  width: 18.3%;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualL p {
  font-size: 22px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* font-weight: bold; */
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 0;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualL h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR {
  flex: 0 0 80%;
  justify-content: center;
  float: left;
  width: 80%;
  position: relative;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR .aboutNyHistoryLJt {
  margin-top: 0px;
  position: absolute;
  top: 20px;
  left: 5%;
  z-index: 2;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR .aboutNyHistoryLJt i.aboutNyHistoryLJtL {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fbfbfb url(../images/aboutNyHistoryLJtL1.png) no-repeat center;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR .aboutNyHistoryLJt i.aboutNyHistoryLJtL:hover {
  border-color: #c4070b;
  background: #c4070b url(../images/aboutNyHistoryLJtL1-1.png) no-repeat center;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR .aboutNyHistoryLJt i.aboutNyHistoryLJtR {
  float: left;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-left: 20px;
  border: 1px solid #a5a5a5;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fbfbfb url(../images/aboutNyHistoryLJtR1.png) no-repeat center;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR .aboutNyHistoryLJt i.aboutNyHistoryLJtR:hover {
  border-color: #c4070b;
  background: #c4070b url(../images/aboutNyHistoryLJtR1-1.png) no-repeat center;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR .aboutNyHistoryLJt::after {
  content: "";
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li {
  transform: scale(0.7);
  background: #fff;
  margin-top: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRImg {
  display: block;
  padding: 42% 0;
  position: relative;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRText {
  padding: 24px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRText .aboutNyAnnualRTextL {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  flex: 0 0 100%;
  justify-content: center;
  float: left;
  width: 100%;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRText .aboutNyAnnualRTextL i {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 30px;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRText .aboutNyAnnualRTextL b {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 26px;
  color: #666666;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRText .aboutNyAnnualRTextR {
  flex: 0 0 0;
  justify-content: center;
  float: left;
  width: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aboutNy .aboutNyAnnual .dlcontainer .aboutNyAnnualR ul li .aboutNyAnnualRText .aboutNyAnnualRTextR:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.aboutNy .aboutNygovernance {
  margin-bottom: 100px;
}

.aboutNy .aboutNygovernance .dlcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}

.aboutNy .aboutNygovernance .dlcontainer .aboutNyAnnualL {
  flex: 0 0 18.3%;
  justify-content: center;
  float: left;
  width: 18.3%;
}

.aboutNy .aboutNygovernance .dlcontainer .aboutNyAnnualL p {
  font-size: 20px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  /* font-weight: bold; */
  text-transform: uppercase;
  line-height: 1;
  margin: 10px 0 0;
}

.aboutNy .aboutNygovernance .dlcontainer .aboutNyAnnualL h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}

.aboutNy .aboutNygovernance .dlcontainer .aboutNyAnnualR {
  flex: 0 0 80%;
  justify-content: center;
  float: left;
  width: 80%;
  position: relative;
}

.aboutNy .aboutNygovernance .dlcontainer .aboutNyAnnualR h3 {
  font-size: 36px;
  font-weight: bold;
}

.aboutNy .aboutNygovernance .dlcontainer .aboutNyAnnualR p {
  margin-top: 30px;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
}

@media (max-width: 1680px) {
  .dlcontainer {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
}

@media (max-width: 1300px) {
  .dlcontainer {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
}