/*下拉选择框样式*/
.section-filter .dropdown,
.section-filter .dropdown.focus,
.section-filter .dropdown:hover,
.section-filter .dropdown .selected::after,
.section-filter .dropdown.scrollable div::after {
  border: none;
  box-shadow: none;
}

.section-filter .dropdown .carat {
  border: 0px solid transparent;
}

.section-filter .dropdown .carat {
  /*向下的箭头*/
  background: url("https://sanyglobal-img.sany.com.cn/static/img/newsIndex/arrow-down.png");
  width: 14px;
  height: 8.4px;
  background-size: 100%;
  right: 5px;
  margin-top: -3px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid #000;
}

.section-filter .dropdown.open .carat {
  /*向上的箭头*/
  background: url("https://sanyglobal-img.sany.com.cn/static/img/newsIndex/arrow-down.png");
  width: 14px;
  height: 8.4px;
  background-size: 100%;
  right: 5px;
  margin-top: -3px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid #000;
}

.section-filter .dropdown div {
  width: 230px;
  max-height: 450px;
  min-height: 170px;
  border: none;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  display: none;
}

.section-filter .dropdown.open div {
  display: block;
}

.section-filter .pc-select-one2 .dropdown div,
.section-filter .pc-select-one3 .dropdown div {
  min-height: 420px !important;
}

.section-filter .dropdown ul {
  margin: 0;
  padding: 30px 0;
  box-sizing: border-box;
}

.section-filter .dropdown li {
  display: inline-block;
  list-style: none;
  margin: 0 16px;
  min-height: 30px;
  line-height: 1.5;
  width: calc(100% - (16px * 2));
  padding: 5px 14px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.6rem;
}

.section-filter .dropdown li.active {
  font-weight: 700;
}

.section-filter .dropdown li.focus {
  color: #000;
  background-color: #f5f5f7;
}

.section-filter .dropdown .selected {
  font-size: 2rem;
  color: #707070;
  padding: 0px 30px;
  overflow: hidden;
  line-height: normal;
}

.section-filter.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #f8f8f8;
}

.new-container .item {
  display: block;
  box-sizing: content-box;
}

.new-container .item::after {
  display: block;
  clear: both;
  content: "";
}

/*下拉选择框样式*/
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: 6px;
  }

  .new-container {
    width: 90%;
    max-width: 400px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  html,
  body {
    font-size: 8px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  html,
  body {
    font-size: 9px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
  html,
  body {
    font-size: 10px;
  }
}

@media screen and (min-width: 1601px) {
  html,
  body {
    font-size: 10px;
  }
}

select,
option {
  border: none;
  background: none;
}

/* select {
	text-align-last: right;
} */

option {
  /*direction: rtl;*/
}

select:focus,
input:focus,
textarea,
input {
  outline: none;
}

.section-newslist {
  font-size: 5.4rem;
  font-weight: 700;
  color: #1d1d1d;
  /* padding: 7rem 0 4rem 0; */
  padding: 0;
}

.section-filter {
  padding: 26px 0;
  background: #f8f8f8;
  margin-bottom: 3rem;
}

.section-filter .content {
  /*overflow: hidden;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.section-filter .filter {
  font-size: 20px;
  font-weight: 400;
  color: #1d1d1d;
  margin-right: 40px;
}

.section-filter .select {
  flex-grow: 2;
}

.section-filter .select-one {
  position: relative;
  float: left;
}

.section-filter .select-one select {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  padding-right: 16px;
  cursor: pointer;
}
.section-filter .select-one option {
  padding-left: 10px;
}
.section-filter .select-one:not(:last-child) {
  margin-right: 30px;
}

.section-filter .reset-word {
  float: right;
  margin-left: 0.6rem;
}

.section-filter .reset-div {
  font-size: 18px;
  font-weight: 400;
  color: #0064d9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-filter .reset-div:hover img {
  transform: rotate(180deg);
  transition-duration: 0.5s;
}

.section-filter .reset-div img {
  width: 2rem;
  margin-left: 0.6rem;
}

.section-list .item {
  /* padding: 3rem 3.5rem; */
  /* background: white; */
  overflow: hidden;
  position: relative;
  margin-bottom: 1.8rem;
  cursor: pointer;
}

.section-list .item:hover {
  /* box-shadow: 0 12px 12px -10px rgba(0, 0, 0, .15); */
}

.section-list .item:hover .i-left img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all 0.5s;
  /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);*/
}

.section-list .i-left img {
  width: 100%;
  height: auto;
  transition: scale 0.5s;
  /*width: auto;
    height: 100%;
     position: absolute; */
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section-list .i-left {
  /* width: 20%; */
  width: 234px;
  float: left;
  overflow: hidden;
}

.section-list .i-left .il-img {
  width: 100%;
  height: 0px;
  position: relative;
  padding-bottom: 63.16%;
  overflow: hidden;
}

.section-list .i-right {
  /* padding-top: 1.2%; */
  /* width: 76%; */
  margin-left: 234px;
  padding-left: 30px;
  /* float: right; */
}

.section-list .ir-one,
.section-list .ir-time {
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
  color: #dc000c;
}
.section-list .ir-time {
  color: #707070;
}
.section-list .ir-one div:nth-of-type(1) {
  color: #707070;
  float: left;
  margin-right: 3rem;
}

.section-list .ir-one div:nth-of-type(2) {
  color: #dc000c;
  float: left;
}

.section-list .ir-two {
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #000;
  line-height: 1.2;
  margin: 1% 0 0.8% 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.section-list .ir-three {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #666;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section-list .ir-thour {
  position: absolute;
  bottom: 3rem;
  left: 38.8%;
  font-size: 2rem;
  font-weight: 400;
  color: #3573e7;
}

.section-list .ir-thour img {
  width: 0.8rem;
  margin-left: 1.3rem;
}

.section-page {
  text-align: center;
  margin: 5rem 0 9rem 0;
  font-size: 2rem;
  color: #707070;
}

.section-page .content {
  display: inline-block;
}

.section-page .pageInput {
  width: 4rem;
  height: 4rem;
  border: 1px solid #707070;
  text-align: center;
  font-size: 20px;
  color: #707070;
  display: inline-block;
  background: none;
}

.section-page span.pageInput {
  display: none;
}

.section-page .xiegan {
  margin: 0 1.6rem;
}

.section-page .left-jt,
.section-page .right-jt {
  padding: 1.2rem 1rem 0.8rem;
  width: 48px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.section-page .left-jt:hover,
.section-page .right-jt:hover {
  background: none;
}

.section-page .left-jt {
  margin-right: 3rem;
  float: left;
}

.section-page .right-jt {
  margin-left: 3rem;
  float: right;
}

.section-page img {
  width: 1rem;
  cursor: pointer;
}

.nodata-reset {
  cursor: pointer;
  font-size: 2.2rem;
  text-align: center;
  color: #767676;
  padding: 20rem 0 35rem 0;
}

.nodata-reset a {
  color: #0064d9;
  text-decoration: underline;
  cursor: pointer;
}

.pageNum {
  font-size: 20px;
}

@media only screen and (max-width: 1140px) {
  /* .section-list .ir-two {
		-webkit-line-clamp: 2;
	} */
}

@media only screen and (max-width: 1080px) {
  .section-list .ir-three {
    -webkit-line-clamp: 2;
  }
}

@media only screen and (min-width: 1024px) {
  .new-container {
    max-width: 1200px;
  }
  .section-list .new-container {
    max-width: 960px;
  }

  .section-filter .select-one select {
    min-width: 250px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
    background: url(https://sanyglobal-img.sany.com.cn/rebuildwww/new/img/arrow-bottom.png)
      no-repeat #fff;
    background-size: 11px auto;
    background-position: calc(100% - 10px) center;
    -webkit-appearance: none;
    border-radius: 4px;
  }

  .section-list .i-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 234px);
  }
}

@media only screen and (max-width: 1024px) {
  .section-newslist {
    /* margin-top: 60px; */
  }
  .new-container {
    max-width: 650px;
  }
  .section-filter .filter {
    display: none !important;
  }
  .visible-xs.time-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .i-right .hidden-xs {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-xs.time-xs {
    display: block !important;
  }
  .i-right .hidden-xs {
    display: none !important;
  }
  .section-page input.pageInput {
    display: none;
  }

  .section-page span.pageInput {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    color: #0064d9;
    font-size: 17px;
  }

  .section-filter .reset-div {
    display: none;
  }

  .pageNum {
    font-size: 17px;
  }

  .section-list .ir-one div:nth-of-type(1) {
    /* width: 40.6%; */
    width: 35.6%;
    margin-right: 0rem;
  }

  .section-newslist {
    /* margin-top: 60px; */
    font-size: 23px;
    font-weight: 500;
    color: #3e3e3e;
    text-align: center;
    /* padding: 43px 0 13px 0; */
  }

  .section-filter .select-one {
    width: 33.3%;
    font-size: 14px;
  }

  .section-filter .select-one:not(:last-child) {
    margin-right: 0;
  }

  .section-filter {
    margin-bottom: 30px;
    padding: 21px 0;
  }

  .section-list .item {
    margin-bottom: 40px;
    padding: 0;
    background: none;
  }

  .section-list .item img {
    transition: none;
  }

  .section-list .item:hover {
    box-shadow: none;
  }

  .section-list .item:hover .i-left img {
    transform: translate(-50%, -50%) scale(1);
  }

  .section-list .ir-one {
    margin-bottom: 6px;
  }

  .section-list .i-left {
    /* width: 37.4%; */
    width: 45%;
  }

  .section-list .ir-one, .section-list .ir-time{
    font-size: 12px;
    font-weight: bold;
  }

  .section-list .i-right {
    width: 51%;
    padding-top: 0;
    padding-left: 0;
    margin-left: 0;
    float: right;
    /* width: 59.4%; */
  }

  .section-list .ir-two {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #1d1d1d;
    line-height: 20px;
    -webkit-line-clamp: 5;
    font-weight: bold;
  }
  .section-list .ir-time {
    margin-top: 6px;
  }

  .section-filter .select-one select {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    margin: 0 auto;
    display: block;
    padding-right: 0;
  }
  .section-filter .select-one:first-child select {
    float: left;
  }
  .section-filter .select-one:last-child select {
    float: right;
  }

  .section-page {
    margin: 35px 0;
  }

  .section-page .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
  }

  .section-page input {
    border: 0px solid white;
    font-size: 17px;
    color: #0064d9;
  }

  .section-page .left-jt {
    float: left;
  }

  .section-page .right-jt {
    float: right;
  }

  .section-page img {
    width: 8px;
    margin-top: 4px;
  }

  .section-page .xiegan {
    margin: 0 4px 0 0px;
  }

  .section-filter .select-one select {
    -webkit-appearance: none;
    /* background: url(https://sanyglobal-img.sany.com.cn/static/img/arrow-down.png) no-repeat 96% center;
		background-size: auto 40%; */
    text-align: left;
  }

  .section-filter .select-one:nth-of-type(1) select {
    text-align-last: left;
  }

  .section-filter .select {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .section-filter .dropdown .carat {
    width: 10px;
    height: 6px;
  }

  .section-filter .dropdown .selected {
    padding: 0 20px 0 0;
  }

  .section-filter .select-one:not(:last-child) {
    margin-right: 0px;
  }

  .section-nav-pos {
    height: 60px;
    width: 100%;
    display: none;
  }
}

@media only screen and (max-width: 414px) {
  .section-newslist {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-filter {
    margin-bottom: 24px;
    /* padding: 12px 0; */
  }

  .section-list .item {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .section-filter {
    margin-bottom: 18px;
    /* padding: 10px 0; */
  }
  .section-list .item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 374px) {
    .section-list .i-left{
        width: 37.4%;
    }
    .section-list .i-right{
        width: 59.4%;
    }
}
@media only screen and (max-width: 320px) {
  .section-filter {
    margin-bottom: 16px;
    /* padding: 8px 0; */
  }
  .section-list .item {
    margin-bottom: 16px;
  }
}
