@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.abox {
  display: block;
  overflow: hidden;
}

.pagination-box {
  margin: 0 0 20px 0;
}

.pagination-box ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
}

.pagination-box a,
.pagination-box .disabled span {
  font-size: 1rem;
  padding: 0.2em 0.6em;
  margin: 0;
}

.pagination-box .disabled span {
  font-size: 1rem;
  cursor: default;
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}

.pagination-box .active span {
  font-size: 1rem;
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
  cursor: default;
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}

/**
顶部导航栏样式
*/

.header-wrap {
  width: 1360px;
  height: 90px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

.header-wrap .logo-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
  z-index: 40;
}

.header-wrap .logo-box a {
  display: block;
}

.header-wrap .logo-box img {
  width: 200px;
}

.header-wrap .logo-hb {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  overflow: visible;
  z-index: 30;
}

.header-wrap .logo-hb img {
  width: 420px;
}

.header-wrap .nav-btn {
  width: 26px;
  height: 19px;
  display: block;
  float: left;
  margin-top: 36px;
  position: relative;
}

.header-wrap .nav-btn span {
  width: 100%;
  height: 3px;
  background-color: #05376c;
  transition: 0.3s;
  display: block;
}

.header-wrap .nav-btn span:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.header-wrap .nav-btn span:nth-child(2) {
  width: 15px;
  margin-top: 8px;
  float: left;
}

.header-wrap .nav-btn span:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
}

.header-wrap .nav-btn.on span:first-child {
  transform: rotate(45deg);
  top: 9px;
}

.header-wrap .nav-btn.on span:nth-child(2) {
  opacity: 0;
}

.header-wrap .nav-btn.on span:last-child {
  transform: rotate(-45deg);
  top: 9px;
}

.header-wrap .header-menu,
.header-wrap .right-menu {
  float: left;
  display: block;
  position: relative;
}

.header-wrap .header-menu ul,
.header-wrap .right-menu ul {
  padding-left: 25px;
  overflow: hidden;
  float: left;
  width: 1294px;
}

.header-wrap .header-menu li,
.header-wrap .right-menu li {
  float: left;
  margin: 0 30px;
}

.header-wrap .header-menu li a,
.header-wrap .right-menu li a {
  line-height: 90px;
  font-size: 18px;
  color: #2f3134;
  padding: 0 2px;
  position: relative;
  display: block;
}

.header-wrap .header-menu li a:hover,
.header-wrap .right-menu li a:hover {
  color: #05376c;
  cursor: pointer;
  position: relative;
}

.header-wrap .header-menu li a:after,
.header-wrap .right-menu li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #176aaa;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.header-wrap .header-menu li:hover > a:after,
.header-wrap .right-menu li:hover > a:after {
  width: 100%;
}

.header-wrap .header-menu .header-menu-right,
.header-wrap .right-menu .header-menu-right {
  float: right;
}

.menu-drop {
  width: 100%;
  background-color: rgba(5, 55, 108, 0.7);
  height: 60px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 90px;
  z-index: 20;
}

.menu-drop ul {
  width: 1360px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 30px;
}

.menu-drop li {
  float: left;
  margin: 0 25px;
  display: none;
}

.menu-drop li a {
  line-height: 60px;
  font-size: 16px;
  color: #FFF;
  padding: 0 2px;
  margin: 0 15px;
  position: relative;
  display: block;
  float: left;
}

.menu-drop li a:hover {
  color: #ffc07c;
  cursor: pointer;
  position: relative;
}

.menu-drop li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffc07c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

.menu-drop .menu-drop-right {
  float: right;
  overflow: hidden;
}

.menu-drop .menu-drop-right a {
  float: left;
}

.menu-drop a:hover:after {
  width: 100%;
}

footer {
  background-color: #082e57;
  padding-top: 50px;
  overflow: hidden;
}

.footer {
  width: 1360px;
  margin: 0 auto;
}

.footer .foot-logo img {
  display: block;
  width: 200px;
}

.footer .foot-address {
  padding-top: 25px;
  padding-bottom: 7px;
}

.footer .top-box {
  overflow: hidden;
}

.footer .foot-section {
  width: 50%;
  float: left;
  font-size: 15px;
  color: #9da7b4;
}

.footer .foot-section .text,
.footer .foot-section .title {
  display: inline;
  padding-bottom: 0;
}

.footer a {
  color: #9da7b4;
}

.footer .foot-group {
  padding-bottom: 13px;
}

.footer .foot-group .text a {
  border-right: 1px solid #9da7b4;
  line-height: 14px;
  height: 14px;
  display: inline-block;
  padding: 0 18px;
  font-size: 14px;
}

.footer .foot-contact {
  width: 50%;
  float: right;
  text-align: right;
  padding-top: 0;
  font-size: 15px;
  color: #9da7b4;
}

.footer .foot-contact .worktime-box {
  display: block;
  overflow: hidden;
  float: right;
  margin: 0 30px 0 0;
}

.footer .foot-contact .worktime-box .worktime {
  display: block;
  padding-bottom: 20px;
}

.footer .foot-contact .foot-share {
  float: right;
}

.footer .foot-contact .foot-share img {
  display: block;
  width: 150px;
}

.footer .foot-info {
  padding: 34px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #69727d;
  text-align: center;
}

.footer .foot-info .help {
  float: left;
}

.footer .foot-info .copyright {
  padding-top: 0;
}

.footer .foot-info .copyright a {
  margin-left: 8px;
  padding-left: 15px;
  display: inline-block;
  line-height: 14px;
  height: 14px;
  color: #69727d;
  border-left: 1px solid #576474;
}

.home-top-banner .swiper-slide img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-top-banner .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.home-top-banner .my-bullet {
  display: block;
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 35px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.home-top-banner .my-bullet-active {
  opacity: 1;
}

.indexTitle {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 45px;
}

.indexTitle h4 {
  position: relative;
  margin-bottom: 5px;
}

.indexTitle .cn {
  font-size: 34px;
  color: #101097;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.indexTitle .en {
  font-size: 48px;
  color: #edf2f5;
  font-weight: bold;
  display: block;
  font-family: "Montserrat";
  line-height: 1;
}

.indexIndustry .indexWrap {
  width: 1360px;
  margin: 0 auto;
}

.indexIndustry .indexIndustry-list .swiper-slide img {
  width: 100%;
  height: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexIndustry .content {
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/images/indexBg01.png?6bbec5cc59eb2f66ec4dab5d1d35babb) left top no-repeat;
  background-size: 100%;
  padding: 40px 9.1%;
  color: #FFF;
  font-weight: normal;
}

.indexIndustry h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 42px;
}

.indexIndustry h3 {
  font-weight: lighter;
  font-size: 24px;
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.8);
}

.indexIndustry h3:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 28px;
  background-color: #eb9335;
}

.indexIndustry .desc {
  font-size: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: lighter;
  opacity: 0.8;
  line-height: 2.125;
}

.indexIndustry .more {
  color: #fff;
  border: 1px solid #f9eecd;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.8;
  position: relative;
  min-width: 168px;
  margin-top: 27px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 18px;
}

.indexIndustry .more:after {
  content: "";
  display: block;
  width: 32px;
  height: 100%;
  background: url(/images/indexIcon01.png?d5a8d39a53c32a7fdff913a764606cf9) center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 22px;
  top: 0;
}

.indexIndustry .indexIndustry-hd {
  width: 80%;
  max-width: 1400px;
  margin: -65px auto 0;
  position: relative;
  z-index: 20;
  padding-top: 5px;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
}

.indexIndustry .indexIndustry-hd .hd-box {
  background-color: #fff;
  overflow: hidden;
}

.indexIndustry .indexIndustry-hd .btn-box {
  cursor: pointer;
  padding: 20px 0;
  width: 217.5px;
  position: relative;
  display: block;
  float: left;
}

.indexIndustry .indexIndustry-hd .btn-box:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #ecf0f2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.indexIndustry .indexIndustry-hd .icon-box {
  width: 68px;
  height: 55px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.indexIndustry .indexIndustry-hd .icon {
  display: block;
  width: 68px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
}

.indexIndustry .indexIndustry-hd .default {
  top: 0;
}

.indexIndustry .indexIndustry-hd .active .default {
  top: -100%;
}

.indexIndustry .indexIndustry-hd .active .hv {
  top: 0;
}

.indexIndustry .indexIndustry-hd .hv {
  top: 100%;
}

.indexIndustry .indexIndustry-hd img {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
}

.indexIndustry .indexIndustry-hd h4 {
  color: #64696c;
  font-size: 16px;
  padding-top: 7px;
  text-align: center;
}

.indexAbout .indexWrap {
  width: 1360px;
  margin: 0 auto;
}

.indexAbout .indexAbout-bd {
  margin-top: -20px;
}

.indexAbout .indexAbout-bd .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexAbout .indexAbout-hd {
  width: 800px;
  max-width: 1400px;
  margin: 0 auto 0;
  position: relative;
  z-index: 20;
  padding-top: 5px;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
}

.indexAbout .indexAbout-hd .hd-box {
  background-color: #fff;
  overflow: hidden;
}

.indexAbout .indexAbout-hd .btn-box {
  float: left;
  cursor: pointer;
  padding: 60px 0;
  width: 200px;
  position: relative;
  display: block;
  border: 1px solid #ecf0f2;
}

.indexAbout .indexAbout-hd .desc {
  font-size: 12px;
  text-align: center;
}

.indexAbout .indexAbout-hd .num {
  font-family: "Montserrat";
  color: #005376;
  font-size: 30px;
  letter-spacing: -1px;
  text-align: center;
}

.indexAbout .indexAbout-hd .on .num,
.indexAbout .indexAbout-hd .on .desc {
  color: #fff;
}

.indexNews {
  width: 1360px;
  margin: 0 auto 30px;
}

.indexNews .top-news {
  width: 46.42%;
  float: left;
}

.indexNews .top-news .abox {
  display: block;
  overflow: hidden;
}

.indexNews .top-news .thumb {
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
  padding: 23px 30px;
}

.indexNews .top-news .title {
  padding-bottom: 15px;
  overflow: hidden;
}

.indexNews .top-news h3 {
  width: 70%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.indexNews .top-news h3 a {
  color: #252e38;
  font-weight: bold;
  cursor: pointer;
}

.indexNews .top-news .date {
  padding: 3px 0 3px 20px;
  float: right;
  font-size: 16px;
  color: #999;
  display: block;
}

.indexNews .top-news .desc {
  color: #697e91;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
}

.indexNews .am-tabs {
  margin: 0;
  overflow: hidden;
}

.indexNews .am-tabs-nav {
  background-color: #fff;
  width: 400px;
  text-align: center;
  margin: 0 auto 15px;
}

.indexNews .am-tabs-nav a {
  line-height: 36px;
  width: 200px;
}

.indexNews .am-tabs-nav .am-active a {
  background-color: #05376c;
}

.indexNews .am-tabs-bd {
  border: none;
}

.indexNews .am-tab-panel {
  padding: 0;
}

.indexNews .am-tab-panel .top-box {
  overflow: hidden;
}

.indexNews .more_btn {
  display: block;
  width: 150px;
  line-height: 40px;
  padding: 0 30px;
  text-align: center;
  background-color: #05376c;
  color: #FFF;
  margin: 20px auto 0;
}

.indexNews .image {
  overflow: hidden;
  display: block;
}

.indexNews .inNews-list {
  width: 50.71%;
  float: right;
}

.indexNews .inNews-list li {
  padding: 24px 0;
  border-bottom: 1px solid #ecf0f2;
}

.indexNews .inNews-list li:first-child {
  padding-top: 0;
}

.indexNews .inNews-list .content {
  transition: 0.3s;
}

.indexNews .inNews-list .image {
  width: 230px;
  height: 148px;
  position: relative;
  float: left;
}

.indexNews .inNews-list .image img {
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexNews .inNews-list .thumb {
  overflow: hidden;
  padding-left: 15px;
  padding-top: 2px;
  height: 148px;
  padding-right: 20px;
}

.indexNews .inNews-list h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 13px;
}

.indexNews .inNews-list h3 a {
  color: #252e38;
  font-weight: bold;
}

.indexNews .inNews-list .date {
  color: #999;
  padding-left: 20px;
  display: block;
  margin-top: 10px;
  line-height: 24px;
  height: 44px;
  margin-top: 25px;
}

.indexNews .inNews-list .desc {
  color: #697e91;
  display: -webkit-box;
  line-height: 24px;
  height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.indexNews .image {
  overflow: hidden;
  display: block;
}

.indexNews .image img {
  width: auto;
  min-width: 100%;
  height: 385px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
}

/*** 新闻中心 ***/

.insideBanner {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 350px;
}

.insideBanner img {
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.insideBanner .thumb {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.insideBanner .title {
  font-size: 35px;
  font-weight: bold;
  text-shadow: 0px 1px 3px #000;
}

.insideBanner .title span {
  vertical-align: middle;
  display: inline-block;
}

.article-list-container {
  width: 1360px;
  margin: -80px auto 0;
  padding: 30px 40px;
  position: relative;
  z-index: 30;
  background-color: #FFF;
}

.article-list-container .top-title {
  overflow: hidden;
}

.article-list-container .title-left {
  float: left;
  width: 360px;
}

.article-list-container .title-left .title {
  display: block;
  font-size: 30px;
  color: #101097;
  font-weight: bold;
  line-height: 1;
}

.article-list-container .title-left .title-y {
  font-weight: bold;
  font-size: 24px;
  color: #dddddd;
  font-family: Source Han Sans, Geneva, sans-serif;
}

.article-list-container .title-left .title-line {
  width: 140px;
  height: 5px;
  background-color: #101097;
}

.article-list-container .title-right {
  float: right;
}

.article-list-container .title-right .nav-container {
  margin: 23px 0 0;
  overflow: hidden;
  width: 900px;
  background-color: #eee;
}

.article-list-container .title-right .nav-box {
  float: right;
  overflow: hidden;
}

.article-list-container .title-right .nav-box a {
  float: left;
  padding: 0 30px;
  line-height: 50px;
  display: block;
  color: #000;
}

.article-list-container .title-right .nav-box a:hover {
  background-color: #101097;
  color: #fff;
}

.article-list-container .title-right .nav-box .on {
  background-color: #101097;
  color: #fff;
}

.article-list-container .news-list {
  padding-top: 30px;
}

.article-list-container .news-list li {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  background-color: #fff;
  width: 100%;
  display: table;
  margin-bottom: 40px;
}

.article-list-container .news-list .image {
  width: 30%;
  height: 258px;
  overflow: hidden;
  float: left;
  position: relative;
  display: block;
}

.article-list-container .news-list img {
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.article-list-container .news-list .thumb {
  width: 70%;
  padding: 37px 20px;
  float: left;
}

.article-list-container .news-list .thumb h3 {
  font-size: 20px;
}

.article-list-container .news-list .thumb h3 a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 5px;
  font-weight: bold;
  color: #333;
  outline: none;
}

.article-list-container .news-list .desc {
  display: -webkit-box;
  height: 112px;
  line-height: 28px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: #666;
}

.article-list-container .news-list .date {
  color: #999;
  display: block;
  padding-top: 10px;
}

.jtjs .top-img-box {
  height: 350px;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.jtjs .top-img-box img {
  width: 100%;
}

.jtjs .top-img-box .thumb {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -40px;
  transform: translateY(-50%);
}

.jtjs .top-img-box .title {
  font-size: 48px;
  font-weight: bold;
  text-shadow: 0px 1px 3px #000;
}

.jtjs .top-img-box .title span {
  vertical-align: middle;
  display: inline-block;
}

.jtjs .top-img-box .title span:before,
.jtjs .top-img-box .title span:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 0.77em;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.42em;
}

.jtjs .overview-text {
  width: 1360px;
  padding: 0 30px;
  margin: 0 auto 30px;
}

.jtjs .overview-text p {
  font-size: 18px;
  line-height: 2em;
  margin: 0 0 30px;
  text-indent: 36px;
}

.jtjs .overview-text img {
  width: 100%;
}

.qywh .overview-text,
.zzjg .overview-text {
  text-align: center;
}

.qywh .overview-text .top-img,
.zzjg .overview-text .top-img {
  width: 40%;
  margin: 30px auto;
}

.industry-article .line {
  width: 1300px;
  height: 5px;
  margin: 0 auto 30px;
  background-color: #101097;
}

.industry-article .top-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 350px;
}

.industry-article .top-banner img {
  width: 100%;
  position: relative;
}

.industry-article .article-box {
  width: 1360px;
  padding: 0 30px 30px;
  margin: 0 auto;
}

.industry-article .article-box img {
  max-width: 100%;
}

.djzl .djzl-top-banner .swiper-slide img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.djzl .djzl-top-banner .swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.djzl .djzl-top-banner .my-bullet {
  display: block;
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 35px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.djzl .djzl-top-banner .my-bullet-active {
  opacity: 1;
}

.djzl .indexTitle .cn {
  color: #F00;
}

.djzl .djdt-list-box {
  width: 1360px;
  padding: 0 30px 30px;
  margin: 0 auto;
}

.djzl .djdt-box {
  width: 1360px;
  margin: 0 auto 30px;
}

.djzl .djdt-box .top-box {
  overflow: hidden;
}

.djzl .djdt-box .top-news {
  width: 46.42%;
  float: left;
}

.djzl .djdt-box .top-news .thumb {
  box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
  padding: 23px 30px;
}

.djzl .djdt-box .top-news .title {
  padding-bottom: 15px;
  overflow: hidden;
}

.djzl .djdt-box .top-news h3 {
  width: 70%;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.djzl .djdt-box .top-news h3 a {
  color: #252e38;
  font-weight: bold;
  cursor: pointer;
}

.djzl .djdt-box .top-news .date {
  padding: 3px 0 3px 20px;
  float: right;
  font-size: 16px;
  color: #999;
  display: block;
}

.djzl .djdt-box .top-news .desc {
  color: #697e91;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
}

.djzl .djdt-box .more_btn {
  display: block;
  width: 150px;
  line-height: 40px;
  padding: 0 30px;
  text-align: center;
  background-color: #F00;
  color: #FFF;
  margin: 20px auto 0;
}

.djzl .djdt-box .image {
  overflow: hidden;
  display: block;
}

.djzl .djdt-box .inNews-list {
  width: 50.71%;
  float: right;
}

.djzl .djdt-box .inNews-list li {
  padding: 24px 0;
  border-bottom: 1px solid #ecf0f2;
}

.djzl .djdt-box .inNews-list li:first-child {
  padding-top: 0;
}

.djzl .djdt-box .inNews-list .content {
  transition: 0.3s;
}

.djzl .djdt-box .inNews-list .image {
  width: 230px;
  height: 148px;
  position: relative;
  float: left;
}

.djzl .djdt-box .inNews-list .image img {
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.djzl .djdt-box .inNews-list .thumb {
  overflow: hidden;
  padding-left: 15px;
  padding-top: 2px;
  height: 148px;
  padding-right: 20px;
}

.djzl .djdt-box .inNews-list h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 13px;
}

.djzl .djdt-box .inNews-list h3 a {
  color: #252e38;
  font-weight: bold;
}

.djzl .djdt-box .inNews-list .inNews .desc {
  color: #697e91;
  display: -webkit-box;
  height: 44px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.djzl .djdt-box .inNews-list .date {
  color: #999;
  padding-left: 20px;
  display: block;
  margin-top: 10px;
  line-height: 24px;
  height: 44px;
  margin-top: 25px;
}

.djzl .djdt-box .inNews-list .desc {
  color: #697e91;
  display: -webkit-box;
  line-height: 24px;
  height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.djzl .djdt-box .image {
  overflow: hidden;
  display: block;
}

.djzl .djdt-box .image img {
  width: auto;
  min-width: 100%;
  height: 385px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: 1s;
}

.djzl .inNews-list {
  width: 100%;
}

.djzl .am-tabs-nav .am-active a {
  background-color: #F00;
}

.djzl .more_btn {
  background-color: #F00;
}

.ArticleShow {
  position: relative;
}

.ArticleShow .insideWrapper {
  background: #fff;
  width: 1360px;
  margin: -80px auto 0;
  overflow: hidden;
  padding: 30px;
}

.ArticleShow .news-detail {
  width: 70%;
  float: left;
  padding: 20px;
}

.ArticleShow .news-detail .title {
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
}

.ArticleShow .news-detail .thumb {
  text-align: center;
  padding: 0 0 20px;
  color: #999999;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
}

.ArticleShow .news-detail-article {
  width: 100%;
  padding: 0 0 30px;
  margin: 0 auto;
}

.ArticleShow .news-detail-article img {
  max-width: 100%;
  margin: 20px 0;
}

.ArticleShow .right-new-list {
  width: 30%;
  float: left;
}

.ArticleShow .right-new-list .title {
  text-align: center;
  font-size: 18px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #eee;
}

.ArticleShow .right-new-list .clearfix {
  margin: 20px 0;
}

.ArticleShow .right-new-list .image {
  width: 116px;
  height: 90px;
  position: relative;
  float: left;
  overflow: hidden;
  display: block;
}

.ArticleShow .right-new-list .image img {
  max-width: 100%;
  max-height: 100%;
}

.ArticleShow .right-new-list .thumb {
  overflow: hidden;
  padding-left: 15px;
  padding-top: 2px;
  height: 95px;
  padding-right: 20px;
}

.ArticleShow .right-new-list h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}

.ArticleShow .right-new-list h3 a {
  color: #000;
}

.ArticleShow .right-new-list .desc {
  color: #697e91;
  display: -webkit-box;
  line-height: 24px;
  height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
}

.ArticleShow .right-new-list .date {
  font-size: 12px;
}

