@charset "UTF-8";
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

a:hover {
  text-decoration: none;}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;}

.clearfix {
  zoom: 1;}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* firefox */
  -webkit-box-sizing: border-box;
  /* safari */
  border: none;
  outline: none;}

.fl {
  float: left;}

.fr {
  float: right;}

.container {
  width: 90%;
  margin: 0 auto;}

@media (min-width: 992px) {
  .container {
    width: 940px;}
}

@media (min-width: 1080px) {
  .container {
    width: 1000px;}
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;}
}

.header .logo img {
  width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.wrapper {
  position: relative;
  overflow: hidden;}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.jpg) no-repeat 0 0;}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.jpg) no-repeat 0 -100px;}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.jpg) no-repeat 0 -200px;}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.jpg) no-repeat 0 -300px;}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;}

/* ie8提示样式 */
/* header */
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #015ab7;
  padding: 30px 0;}

.header .logo {
  float: left;
  margin-top: 10px;
width:50%;}

.header .top-right {
  float: right;}

.header .top-link {
  text-align: right;}

.header .top-link a {
  font-size: 0.875rem;
  color: #fff;}

.search-box {
  margin-top: 25px;
  position: relative;
  width: 250px;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;}

.search-box .ss .text {
  float: left;
  width: calc(100% - 50px);
  line-height: 38px;
  height: 38px;
  font-size: 0.875rem;
  color: #fff;
  background: none;
  border-radius: 0;
  border: none;}

.search-box .ss .btn {
  float: right;
  width: 17px;
  height: 17px;
  margin-top: 11px;}

/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  width: 100%;
  border-bottom: 2px solid #e2c881;}

.navbar .submask {
  display: none;
  position: absolute;
  width: 100%;
  height: 33px;
  background: #fff;
  top: 100%;
  left: 0;}

.navbar .search-box {
  display: none;}

.navbar .nav-button {
  display: none;}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  width: 14.285%;}

.navbar .navbar-nav > li > a {
  color: #333333;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 70px;}

.navbar .navbar-nav > li > a > em {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url(../images/down-jiantou.jpg) center no-repeat;}

.navbar .navbar-nav > li:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;}

.navbar .navbar-nav > li:hover > a {
  color: #333;}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;}

.navbar .nav-child:before {
  content: "";
  width: 15px;
  height: 7px;
  background: url(../images/subnav-top.jpg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;}

.navbar .nav-child {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s;
  background: #015ab7;}

.navbar .nav-child > li {
  padding: 15px 5px;
  text-align: center;
  position: relative;}

.navbar .nav-child > li a {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: normal;
  color: #fff;}

.navbar .nav-child > li:hover {
  background: #3e525b;}

.navbar.open .submask {
  display: block;}

/* 浮动导航 */
.header.showdiv {
  -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.16);}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;}

.slider-banner {
    position: relative;
    width: 100%;}

.slider-banner .slick-slide {
    position: relative;
    overflow: hidden;}

.slider-banner .slick-slide img {
    width: 100%;}

.slider-banner .slick-slide img:hover {
    transform: scale(1.05);}

.slider-banner .slick-slide .tit {
    width: ;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: 66px;
    right: 91px;
    background: rgba(0,0,0,.5);
    z-index: 2;
    padding: 0 30px;font-size:18px;}

.slider-banner .slick-slide .tit p {
    text-align: right;
    color: #ffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.slider-banner .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 9;
    cursor: pointer;
    overflow: hidden;
    text-indent: 99px;}

.slider-banner .slick-prev {
    background: url(../images/banner-left.jpg) no-repeat;
    background-size: 100% 100%;
    left: 3%;}

.slider-banner .slick-next {
    background: url(../images/banner-right.jpg) no-repeat;
    background-size: 100% 100%;
    right: 3%;}

/* banner焦点图结束 */
/* 中部版块 */
@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;}
  to {
    background-position-x: -30px, -20px;}
}

@keyframes circleAnim {
  from {
    transform: rotate(0);}
  to {
    transform: rotate(360deg);}
}

@keyframes oline {
  0% {
    transform: scale(1);
    opacity: 0.25;}
  70% {
    transform: scale(1.2);
    opacity: 0.3;}
  100% {
    transform: scale(1);
    opacity: 0.25;}
}

@keyframes mline {
  0% {
    transform: scale(1);
    opacity: 0.55;}
  65% {
    transform: scale(1.2);
    opacity: 0.6;}
  75% {
    transform: scale(1.2);
    opacity: 0.6;}
  100% {
    transform: scale(1);
    opacity: 0.55;}
}

/* 首页中部区域 */
/* 通用样式 */
.index-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;}

.index-title h2 {
  float: left;
  padding-left: 43px;
  background: url(../images/index-title-ico.jpg) left center no-repeat;
  font-size: 1.625rem;
  color: #333333;
  font-weight: bold;}

.index-title .index-more {
  float: right;
  font-size: 1rem;
  color: #8c8c8c;
  margin-top: 10px;}

.index-title .index-more:hover {
  color: #092a3d;
  font-weight: bold;}

.index-list {
  overflow: hidden;}

.index-list li {
  overflow: hidden;
  line-height: 60px;
  border-bottom: 1px solid #cdcdcd;}

.index-list li a {
  float: left;
  width: calc(100% - 60px);
  font-size: 1.125rem;
  padding-left: 24px;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.index-list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #93c0e3;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;}

.index-list li .date {
  float: right;
  font-size: 1rem;
  color: #888888;}

.index-list li:hover {
  font-weight: bold;}

.index-list li:hover a {
  padding-left: 0;
  color: #092a3d;}

.index-list li:hover a:before {
  display: none;}

.index-list li:hover .date {
  color: #092a3d;}

.col-l {
  width: 48%;
  float: left;}

.col-r {
  width: 48%;
  float: right;}

/* 通用样式 */
.row1 {
  padding: 60px 0 70px;}

.row2 {
  padding: 54px 0;
  background: url(../images/row2-bg.jpg) no-repeat;
  background-size: cover;}

.row2 .col-l,
.row2 .col-r {
  background: #fff;}

.row2 .title {
  width: 100%;
  padding-bottom: 47%;
  overflow: hidden;
  position: relative;}

.row2 .title img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;}

.row2 .title h2 {
  background: rgba(3, 82, 160, 0.85);
  width: 170px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -85px;
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;}

.row-list {
  padding: 25px;
  overflow: hidden;}

.row-list li {
  overflow: hidden;
  line-height: 40px;}

.row-list li a {
  float: left;
  width: calc(100% - 100px);
  font-size: 1rem;
  padding-left: 24px;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.row-list li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a5a5a5;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;}

.row-list li .date {
  float: right;
  font-size: .875rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #a0a0a0;}

.row-list li:hover {
  font-weight: bold;}

.row-list li:hover a {
  padding-left: 0;
  color: #092a3d;}

.row-list li:hover a:before {
  display: none;}

.row-list li:hover .date {
  color: #092a3d;}

.row-list .more {
  float: right;
  color: #07284c;
  font-size: .9375rem;
  margin-top: 10px;}

.row-list .more:hover {
  font-weight: bold;}

.index-links {
  padding: 35px 0;}

.index-links h2 {
  float: left;
  margin-top: 10px;
  font-size: 1.375rem;
  color: #333333;
  padding-left: 44px;
  padding-bottom: 16px;
  background: url(../images/links-ico.jpg) left bottom no-repeat;}

.index-links ul {
  float: right;
  width: calc(100% - 185px);
  overflow: hidden;}

.index-links ul li {
  float: left;
  padding-right: 30px;
  line-height: 32px;}

.index-links ul li a {
  font-size: .9375rem;
  color: #444444;}

.index-links ul li a:hover {
  color: #092a3d;
  font-weight: bold;}

/* 首页中部区域 */
/* 底部 */
.footer {
  padding: 40px 0;
background: #015ab7;
  background-size: cover;}

.footer .cory {
  float: left;
  width: calc(100% - 120px);}

.footer .cory p {
  font-size: 1rem;
  color: #fff;
  line-height: 40px;}

.footer .ewm {
  float: right;
  width: 76px;
  margin-right: 20px;}
.footer .ewm img {
width:100%;}
/* 列表页 */
/* 列表banner */
.list-banner {
  overflow: hidden;
  position: relative;
  width: 100%;}

.list-banner .container {
  position: relative;}

.list-banner img {
  width: 100%;}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  background: #ffffff;
  padding: 50px 0 80px;}

/* 左侧导航 */
.left-nav {
  width: 255px;
  float: left;
  position: relative;
  background: #fff;
  padding-bottom: 190px;
  background: url(../images/leftnav-bg.jpg) center bottom no-repeat;}

.left-nav .column {
  padding: 20px 30px;
  background: url(../images/leftnav-logo.jpg) 167px center no-repeat #015ab7;
  background-size: auto 100%;}

.left-nav .column h2 {
  font-size: 1.625rem;
  font-weight: bold;
  color: #feffff;}

.left-nav .phone-column {
  display: none;}

.left-nav .sideMenu {
  padding: 25px 10px 30px;
  background: #e9e9e9;
  border-left: 3px solid #d2d5d8;}

.left-nav .sideMenu li {
  position: relative;
  margin-bottom: 20px;}

.left-nav .sideMenu li > a {
  position: relative;
  background: #fff;
  display: block;
  padding: 15px;}

.left-nav .sideMenu li > a p {
  background: url(../images/leftnav-ico1.jpg) right center no-repeat;
  padding: 0 15px;
  font-size: 1.25rem;
  color: #333333;}

.left-nav .sideMenu dl {
  padding: 15px 30px 15px 40px;
  background: #fff;
  display: none;}

.left-nav .sideMenu dl dd a {
  display: block;
  font-size: 1rem;
  color: #444444;
  padding: 7px 0 7px 20px;
  position: relative;
  background: url(../images/leftnav-ico3.jpg) left center no-repeat;}

.left-nav .sideMenu dl dd:hover a,
.left-nav .sideMenu dl dd.current a {
  background: url(../images/leftnav-ico4.jpg) left center no-repeat;
  font-weight: bold;
  color: #015ab7;}

.left-nav .sideMenu li.current > a,
.left-nav .sideMenu li:hover > a {
  background:#015ab7;}

.left-nav .sideMenu li.current p,
.left-nav .sideMenu li:hover p {
  color: #fff !important;
  background: url(../images/leftnav-ico2.jpg) right center no-repeat;}

.left-nav .sideMenu li.current > a:before,
.left-nav .sideMenu li:hover > a:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #015ab7;
  position: absolute;
  top: 0;
  left: -13px;}

.left-nav .sideMenu li.current dl {
  display: block;}

/* 右边内容区域 */
.right-con {
  float: right;
  width: calc(100% - 295px);}

.location {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 2px solid #d5d5d5;}

.curr-col {
  float: left;}

.curr-col h2 {
  float: left;
  padding-left: 45px;
  background: url(../images/index-title-ico.jpg) left center no-repeat;
  font-weight: normal;
  font-size: 1.625rem;
  color: #333333;}

.weizhi {
  float: right;
  margin-top: 13px;
  padding-left: 20px;
  background: url(../images/home.jpg) left center no-repeat;
  font-size: .875rem;
  color: #888888;}

.weizhi a {
  font-size: .875rem;
  color: #888888;}

.list-text {
  margin-top: 15px;
  overflow: hidden;}

.list-text li {
  overflow: hidden;
  line-height: 60px;
  border-bottom: 1px solid #cdcdcd;}

.list-text li a {
  float: left;
  display: block;
  width: calc(100% - 105px);
  font-size: 1rem;
  padding-left: 24px;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.list-text li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #93c0e3;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3px;}

.list-text li .date {
  float: right;
  font-size: 1rem;
  color: #888888;}

.list-text li:hover a {
  color: #015ab7;
  font-weight: bold;}

/* 图片列表 */
.list-pic {
  overflow: hidden;
  margin: 30px -15px 0;}

.list-pic li {
  width: 33.3%;
  float: left;
  margin-bottom: 30px;}

.list-pic li a {
  display: block;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdcdc;}

.list-pic .pic {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;}

.list-pic .pic img {
  width: 100%;
  position: absolute;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;}

.list-pic h4 {
  margin: 0 10px;
  line-height: 60px;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.list-pic li:hover a {
  background: #015293;
  background-size: 100% 100%;}

.list-pic li:hover .pic:after {
  content: "";
  width: 100%;
  height: 6px;
  background: #015293;
  position: absolute;
  left: 0;
  bottom: 0;}

.list-pic li:hover img {
  transform: scale(1.05);}

.list-pic li:hover h4 {
  color: #fff;}

/* 列表线条动画 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0080ca;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;}

/* 列表线条动画结束 */
/* 正文页 */
.article-con {
  overflow: hidden;
  margin-top: 30px;}

.article-con h1 {
  font-size: 1.375rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  color: #015ab7;}

.article-con h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  margin-bottom: 15px;
  color: #333333;}

.article-con .info {
  position: relative;
  overflow: hidden;
  line-height: 1.5;
  text-align: center;
  font-size: .875rem;
  color: #777777;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #caddef;}

.article-con .info span {
  margin: 0 10px;}

.article-con .article-text {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 32px;
  color: #333333;}

.article-con .article-text p {
  text-indent: 2em;
  padding-bottom: 25px;}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;}

.article-con .updown {
  border-top: 1px solid #dfe0e2;
  overflow: hidden;
  padding-top: 30px;}

.article-con .updown a {
  display: block;
  font-size: 1rem;
  color: #333;
  padding: 6px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

.article-con .updown a:hover {
  font-weight: bold;
  color: #015ab7;}

/* 正文表格P不缩进 */
.article-con .article-text table p {
  text-indent: 0;
  padding: 0;}

.xwzx-page .row {
  overflow: hidden;}

.xwzx-page .row .left {
  float: left;
  width: 48%;}

.xwzx-page .row .right {
  float: right;
  width: 48%;}

.xwzt {
  margin: 20px -8px 0;
  overflow: hidden;}

.xwzt .box {
  float: left;
  width: 25%;
  margin-bottom: 10px;}

.xwzt .box a {
  display: block;
  margin: 0 8px;}

.xwzt .box .pic {
  width: 100%;
  padding-bottom: 62%;
  overflow: hidden;
  position: relative;}

.xwzt .box .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

.xwzt .box .pic img:hover {
  transform: scale(1.05);}

.xwzt .box .tit {
  border: 1px solid #e6e6e6;
  margin-top: -1px;
  font-size: 1rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}

.xwzt .box .tit:hover {
  color: #ab0000;}

.djwh-page .row {
  overflow: hidden;}

.djwh-page .row .left {
  float: left;
  width: 48%;}

.djwh-page .row .right {
  float: right;
  width: 48%;}

.djwh-page .top {
  overflow: hidden;}

.djwh-page .top .col1 {
  float: left;
  width: 50%;}

.djwh-page .top .col2 {
  float: right;
  width: 48%;}

.djwh-page .djwh-news {
  overflow: hidden;
  width: 100%;}

.djwh-page .djwh-news .box a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 73%;
  overflow: hidden;}

.djwh-page .djwh-news .box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}

.djwh-page .djwh-news .box a img:hover {
  transform: scale(1.05);}

.djwh-page .djwh-news .box .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;}

.djwh-page .djwh-news .box .text .tit {
  font-size: 1rem;
  color: #fff;
  line-height: 22px;
  height: 44px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}

.djwh-page .djwh-news .slick-dots {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);}

.djwh-page .djwh-news .slick-dots li {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 0 8px;
  cursor: pointer;}

.djwh-page .djwh-news .slick-dots li button {
  display: none;}

.djwh-page .djwh-news .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  background: #ba1214;}

.djwh-page .zdlj {
  margin-top: 20px;
  overflow: hidden;}

.djwh-page .zdlj li {
  float: left;
  min-width: 180px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f8f8f8;
  padding: 0 10px;
  margin-right: 10px;
  margin-bottom: 10px;}

.djwh-page .zdlj li a {
  font-size: 16px;
  color: #000000;}

.djwh-page .zdlj li:hover a {
  color: #ab0000;}
