/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* ===== 新闻动态 start ===== */
.container1 {
  width: 100%;
  background-color: #fff;
  padding: 75px 0 55px;
  margin-bottom: 55px;
}
.container1 .center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container1 .left {
  width: 68%;
}
.container1 .left .items {
  border-right: solid 1px #dcdcdc;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container1 .left .items li {
  padding: 60px 0 50px;
  border-bottom: solid 1px #e5e5e5;
}
.container1 .left .items li:first-child {
  padding-top: 0;
}
.container1 .left .items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.container1 .left .items li .tp {
  width: 303px;
  margin-right: 40px;
  height: 187px;
  overflow: hidden;
}
.container1 .left .items li .tp img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.container1 .left .items li .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.container1 .left .items li .box h4 {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 24px;
  color: #333333;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container1 .left .items li .box .time {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-top: 20px;
}
.container1 .left .items li .box p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container1 .left .items li .box .more {
  font-size: 14px;
  line-height: 16px;
  margin-top: 60px;
  color: #666666;
}
.container1 .left .items li:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.container1 .left .items li:hover h4 {
  color: #0254ad;
}
/* 分页 */
.public-page {
  margin-top: 50px;
}
/* 相关推荐 */
.container1 .right {
  padding-left: 80px;
  width: 320px;
}
.container1 .right h3 {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  margin-bottom: 60px;
  color: #333333;
}
.container1 .right li {
  margin-bottom: 50px;
}
.container1 .right li a {
  display: block;
}
.container1 .right li .time {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}
.container1 .right li .text {
  height: 56px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 28px;
  color: #666666;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.container1 .right li:hover .text {
  color: #0254ad;
}
/* ===== 新闻动态 end ===== */

/* ===== 新闻动态详情页 start ===== */
.news-details1 {
  padding-top: 0;
  padding-bottom: 0;
}
.news-details1 .left {
  padding: 115px 100px 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #e5e5e5;
}
.article .title {
  border-bottom: solid 1px #e5e5e5;

  text-align: center;
  padding-bottom: 25px;
}
.article .title h2 {
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 2px;
  color: #333333;
}
.article .title div {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-top: 20px;
}
.article .text {
  padding: 30px 0 80px;
}
.article .text div,
.article .text p {
  font-size: 18px;
  line-height: 30px;
  color: #666666;

  min-height: 30px;

  text-align: justify;
}
.article a {
  color: #0254ad;
}
.article span,
.article em {
  font-size: 18px;
  font-style: normal;

  color: #666;
}
.article .text img {
  display: block;

  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.article .link {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #666666;
}
.article .link div {
  margin-top: 15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article .link div a {
  color: #666666;
}
.article .link div:hover {
  color: #0254ad;
}
.article .link div:hover a {
  color: #0254ad;
}
.news-details1 .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-details1 .label ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-details1 .label span {
  font-size: 22px;
  line-height: 39px;
  color: #333333;
}
.news-details1 .label li {
  margin-left: 30px;
  margin-bottom: 20px;
}
.news-details1 .label li a {
  display: block;
  padding: 0 25px;
  height: 39px;
  white-space: nowrap;
  border: solid 1px #999999;
  border-radius: 20px;
  text-align: center;

  font-size: 16px;
  line-height: 39px;
  color: #333333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-details1 .label li:hover a {
  background-color: #0254ad;
  color: #fff;
  border-color: #0254ad;
}
.news-details1 .link {
  margin-top: 40px;
}
.news-details1 .right {
  padding-top: 125px;
}
/* ===== 新闻动态详情页 end ===== */
@media screen and (max-width: 1800px) {
  .center-wrapper {
    width: 1400px;
  }
}
@media screen and (max-width: 1600px) {
  .center-wrapper {
    width: 1200px;
  }
}
@media screen and (max-width: 1440px) {
  .center-wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .center-wrapper {
    width: 800px;
  }
  .container1 .left .items li .tp {
    zoom: 0.8;
  }
  .container1 .left .items li .box .more {
    margin-top: 20px;
  }
  .container1 .right {
    padding-left: 20px;
  }
  .article .title h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .article .text div,
  .article .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 998px) {
  .center-wrapper {
    width: 96%;
  }
  .container1 {
    padding: 40px 0;
  }
  .container1 .left .items li .tp {
    zoom: 0.6;
  }
  .container1 .left .items li {
    padding: 20px 0;
  }
  .news-details1 .left,
  .news-details1 .right {
    padding-top: 0;
  }
  .news-details1 .left {
    padding-right: 15px;
  }
  .article .title h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .container1 {
    margin-bottom: 0;
    padding: 40px 0;
  }
  .container1 .center-wrapper {
    display: block;
  }
  .container1 .left {
    width: 100%;
  }
  .container1 .left .items li .tp {
    zoom: 0.5;
  }
  .container1 .left .items li .box h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .container1 .left .items li .box .time {
    font-size: 12px;
    line-height: 14px;
    margin-top: 15px;
  }
  .container1 .left .items li .box p {
    margin-top: 10px;
  }
  .container1 .left .items li .box .more {
    margin-top: 15px;
  }
  .public-page li {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 15px;
    font-size: 14px;
  }
  .container1 .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .container1 .right h3 {
    text-align: center;
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 22px;
  }
  .container1 .right li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e5e5e5;
  }
  .container1 .right li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .container1 .right li .text {
    height: 16px;
    -webkit-line-clamp: 1;
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
  }
  .article .title {
    padding-bottom: 15px;
  }
  .article .title div {
    font-size: 14px;
    margin-top: 15px;
  }
  .article .text {
    padding: 26px 0;
  }
  .article .text div,
  .article .text p {
    font-size: 14px;
    min-height: 24px;
    line-height: 24px;
  }
  .article .link {
    margin-top: 26px;
    font-size: 14px;
    line-height: 16px;
  }
  .article .title h2,
  .news-details1 .label span {
    font-size: 18px;
    line-height: 22px;
  }
  .news-details1 .label span {
    line-height: 30px;
  }
  .news-details1 .label li {
    margin-bottom: 15px;
  }
  .news-details1 .label li a {
    padding: 0 15px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
  .news-details1 .left {
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 440px) {
  .container1 .right,
  .news-details1 .label {
    display: none;
  }
  .container1 .left .items li .tp {
    zoom: 0.4;
  }
  .public-page {
    margin-top: 26px;
  }
}
