.content .small_nav {
  padding-top: 100px;
  padding-left: 27px;
  padding-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #676767;
}

@media only all and (max-width: 1024px) {
  .content .small_nav {
    padding-top: 75px;
  }
}

@media only all and (max-width: 414px) {
  .content .small_nav {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

.content .small_nav a {
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
  .content .small_nav a {
    font-size: 12px;
  }
}

.content .small_nav a:hover {
  color: #2b68b0;
}

.content .small_nav i {
  font-size: 12px;
  color: #fff;
}

@media only all and (max-width: 1024px) {
  .content .small_nav i {
    font-size: 12px;
  }
}

.content .small_nav span {
  color: #fff;
  font-size: 12px;
}

@media only all and (max-width: 1024px) {
  .content .small_nav span {
    font-size: 12px;
  }
}

.content .contentss {
  width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 70px;
}

@media only all and (max-width: 1440px) {
  .content .contentss {
    width: 1200px;
  }
}

@media only all and (max-width: 1280px) {
  .content .contentss {
    width: 1000px;
  }
}

@media only all and (max-width: 1024px) {
  .content .contentss {
    width: 760px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only all and (max-width: 768px) {
  .content .contentss {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.content .contentss .tit {
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

@media only all and (max-width: 1024px) {
  .content .contentss .tit {
    font-size: 22px;
    padding-bottom: 20px;
  }
}

.content .contentss .company_news ul {
  width: 100%;
  font-size: 0;
}

.content .contentss .company_news ul li {
  width: 20%;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: top;
}

@media only all and (max-width: 640px) {
  .content .contentss .company_news ul li {
    width: 100%;
  }
}

.content .contentss .company_news ul li.con11 {
  text-align: left;
}

.content .contentss .company_news ul li.con11 .con {
  margin-left: 60px;
}

.content .contentss .company_news ul li.con33 {
  text-align: right;
}

.content .contentss .company_news ul li.con33 .con {
  margin-right: 60px;
}

.content .contentss .company_news ul li .con {
  width: 200px;
  height: 380px;
  padding-top: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
}


@media only all and (max-width: 1280px) {
  .content .contentss .company_news ul li .con {
    height: 330px;
  }
}


@media only all and (max-width: 1024px) {
  .content .contentss .company_news ul li .con {
    height: 250px;
    padding-top: 20px;
    width: 150px;
  }
}

@media only all and (max-width: 768px) {
  .content .contentss .company_news ul li .con {
    width: 100%;
  }
}

@media only all and (max-width: 640px) {
  .content .contentss .company_news ul li .con {
    height: auto;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .company_news ul li .con {
    height: auto;
  }
}

.content .contentss .company_news ul li .con.con11 {
  text-align: left;
}

.content .contentss .company_news ul li .con .img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
}

@media only all and (max-width: 1280px) {
  .content .contentss .company_news ul li .con .img {
    width: 160px;
    height: 160px;
  }
}

@media only all and (max-width: 1024px) {
  .content .contentss .company_news ul li .con .img {
    width: 140px;
    height: 140px;
  }
}


@media only all and (max-width: 640px) {
  .content .contentss .company_news ul li .con .img {
    width: 160px;
    height: 160px;
  }
}

.content .contentss .company_news ul li .con .img img {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}

.content .contentss .company_news ul li .con .text {
  margin-top: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  max-height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  color: #333;
}

@media only all and (max-width: 1024px) {
  .content .contentss .company_news ul li .con .text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
  }
}

@media only all and (max-width: 640px) {
  .content .contentss .company_news ul li .con .text {
    margin-bottom: 10px;
  }
}

.content .contentss .company_news ul li .con .date {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #00449b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 45%;
  right: 0%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 2;
}

@media only all and (max-width: 1280px) {
  .content .contentss .company_news ul li .con .date {
    top: 37%;
  }
}

@media only all and (max-width: 1024px) {
  .content .contentss .company_news ul li .con .date {
    width: 60px;
    height: 60px;
    top: 42%;
  }
}

@media only all and (max-width: 768px) {
  .content .contentss .company_news ul li .con .date {
    opacity: 1;
  }
}

@media only all and (max-width: 640px) {
  .content .contentss .company_news ul li .con .date {
    top: 50%;
    right: 36%;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .company_news ul li .con .date {
    right: 23%;
  }
}

.content .contentss .company_news ul li .con .date .dates {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content .contentss .company_news ul li .con .date .dates .month {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  display: inline-block;
}

@media only all and (max-width: 1024px) {
  .content .contentss .company_news ul li .con .date .dates .month {
    font-size: 14px;
  }
}

.content .contentss .company_news ul li .con .date .dates .year {
  font-size: 12px;
  opacity: 0.5;
  color: #fff;
  width: 100%;
  display: inline-block;
}

@media only all and (max-width: 1024px) {
  .content .contentss .company_news ul li .con .date .dates .year {
    font-size: 12px;
  }
}

.content .contentss .company_news ul li:hover .con .text {
  color: #00449b;
}

.content .contentss .company_news ul li:hover .con .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media only all and (max-width: 768px) {
  .content .contentss .company_news ul li:hover .con .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.content .contentss .company_news ul li:hover .con .date {
  opacity: 1;
}

.content .contentss .company_news .commit {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .company_news .commit {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media only all and (max-width: 414px) {
  .content .contentss .company_news .commit {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.content .contentss .company_news .commit a {
  display: inline-block;
  width: 160px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background: #00449b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #00449b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
}

@media only all and (max-width: 1024px) {
  .content .contentss .company_news .commit a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}

.content .contentss .company_news .commit a:hover {
  background: #fff;
  color: #00449b;
}


