.home_div .kv_box {
  width: 100%;
  height: 421px;
}
.home_div .kv_box .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home_div .kv_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.home_div .kv_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_div .kv_box .swiper-pagination-bullet {
  width: 80px;
  height: 2px;
  display: inline-block;
  border-radius: 5px;
  background: #000;
  opacity: 0.8;
  background-color: #FFFFFF;
}
.home_div .kv_box .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #007be6;
}
.home_div .section1 {
  background-color: #ffffff;
  overflow: hidden;
}
.home_div .section1 .content {
  width: 1200px;
  margin: 39px auto 0;
}
.home_div .section1 .content .left {
  width: 100%;
}
.home_div .section1 .content .left .c {
  width: 100%;
  height: 27px;
}
.home_div .section1 .content .left .c .icon {
  height: 27px;
  float: left;
}
.home_div .section1 .content .left .c .line_h {
  height: 37px;
  width: 9px;
  background-color: #ecb223;
  float: left;
  margin-top: -5px;
}
.home_div .section1 .content .left .c .line_w {
  width: 990px;
  height: 1px;
  float: left;
  margin-left: 12px;
  margin-top: 13px;
  border-bottom: 1px dashed #ecb223;
}
.home_div .section1 .content .left .c .t {
  height: 27px;
  font-size: 27px;
  color: #000;
  font-weight: bold;
  float: left;
  line-height: 27px;
  margin-left: 16px;
}
.home_div .section1 .content .left .c .more {
  height: 27px;
  font-size: 18px;
  color: #666666;
  float: right;
  line-height: 27px;
  margin-left: 10px;
}
.home_div .section1 .content .left .c .more a {
  color: #ecb223;
  text-decoration: none;
}
.home_div .section1 .content .left .c .more a:hover {
  color: #005bac;
}
.home_div .section1 .content .left .card {
  width: 100%;
  height: 398px;
  margin: 44px auto 0;
  overflow: hidden;
}
.home_div .section1 .content .left .card .fl {
  width: 574px;
  height: 100%;
  overflow: hidden;
}
.home_div .section1 .content .left .card .fl img {
  width: 100%;
  height: 100%;
}
.home_div .section1 .content .left .card .fr {
  width: 585px;
  height: 100%;
  float: right;
  overflow: hidden;
}
.home_div .section1 .content .left .card .fr .list {
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  border-bottom: 1px dashed #c8cbd7;
  color: #404040;
  position: relative;
}
.home_div .section1 .content .left .card .fr .list div {
  line-height: 79.6px;
}
.home_div .section1 .content .left .card .fr .list .news_name {
  width: 442px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  line-height: 28px !important;
  height: auto;
}
.home_div .section1 .content .left .card .fr .list .time {
  color: #c8cbd7;
  font-size: 15px;
  height: 100%;
  float: right;
}
.home_div .section1 .content .left .card .fr .list a:hover {
  color: #ecb223;
}
.home_div .section1 .content .left .card .fr .list a:hover .time {
  color: #ecb223;
}
.home_div .section1 .content .left .card .fr .list:nth-last-child(1) {
  border-bottom: none;
}
.home_div .section1 .content .right {
  width: 586px;
  float: right;
}
.home_div .section1 .content .right .c {
  width: 100%;
  height: 27px;
}
.home_div .section1 .content .right .c .icon {
  height: 27px;
  float: left;
}
.home_div .section1 .content .right .c .t {
  height: 27px;
  font-size: 27px;
  color: #000;
  font-weight: bold;
  float: left;
  line-height: 27px;
  margin-left: 10px;
}
.home_div .section1 .content .right .c .more {
  height: 27px;
  font-size: 14px;
  color: #666666;
  float: right;
  line-height: 27px;
  margin-left: 10px;
}
.home_div .section1 .content .right .c .more a {
  color: #666666;
  text-decoration: none;
}
.home_div .section1 .content .right .c .more a:hover {
  color: #005bac;
}
.home_div .section1 .content .right .card {
  width: 586px;
  height: 294px;
  margin: 20px auto 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
.home_div .section1 .content .right .card .item {
  width: 547px;
  margin: 0 auto 0;
  height: 55px;
  border-bottom: 1px dashed #e9e9e9;
}
.home_div .section1 .content .right .card .item .circle {
  width: 8px;
  height: 8px;
  background-color: #c4c5c5;
  border-radius: 50%;
  float: left;
  margin-top: 22.5px;
}
.home_div .section1 .content .right .card .item .news_name {
  font-size: 17px;
  color: #403030;
  height: 55px;
  line-height: 55px;
  float: left;
  margin-left: 12px;
  width: 443px;
}
.home_div .section1 .content .right .card .item .add_time {
  font-size: 14px;
  color: #c8d2e0;
  height: 55px;
  line-height: 55px;
  float: right;
}
.home_div .section1 .content .right .card .item:hover .news_name {
  color: #005bac;
}
.home_div .section1 .content .right .card .item:first-child {
  margin-top: 10px;
}
.home_div .section1 .content .right .card .item:nth-last-child(1) {
  border-bottom: none;
}
.home_div .section11 {
  width: 100%;
  margin-top: 65px;
}
.home_div .section11 .content {
  width: 1200px;
  height: 310px;
  margin: 0 auto 0;
}
.home_div .section11 .content .item:first-child {
  margin-left: 0 !important;
}
.home_div .section11 .content .item {
  width: 370px;
  float: left;
  height: 310px;
  margin-left: 43px;
}
.home_div .section11 .content .item .c {
  width: 100%;
  height: 27px;
  margin-bottom: 32px;
}
.home_div .section11 .content .item .c .icon {
  height: 27px;
  float: left;
}
.home_div .section11 .content .item .c .line_h {
  height: 37px;
  width: 9px;
  background-color: #ecb223;
  float: left;
  margin-top: -5px;
}
.home_div .section11 .content .item .c .line_w {
  width: 156px;
  height: 1px;
  float: left;
  margin-left: 12px;
  margin-top: 13px;
  border-bottom: 1px dashed #ecb223;
}
.home_div .section11 .content .item .c .t {
  height: 27px;
  font-size: 27px;
  color: #000;
  font-weight: bold;
  float: left;
  line-height: 27px;
  margin-left: 16px;
}
.home_div .section11 .content .item .c .more {
  height: 27px;
  font-size: 18px;
  color: #666666;
  float: right;
  line-height: 27px;
  margin-left: 10px;
}
.home_div .section11 .content .item .c .more a {
  color: #ecb223;
  text-decoration: none;
}
.home_div .section11 .content .item .c .more a:hover {
  color: #005bac;
}
.home_div .section11 .content .item .list {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px dashed #c8cbd7;
  color: #404040;
  position: relative;
}
.home_div .section11 .content .item .list div {
  line-height: 79.6px;
}
.home_div .section11 .content .item .list .news_name {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
  line-height: 28px !important;
  height: auto;
}
.home_div .section11 .content .item .list .time {
  color: #c8cbd7;
  font-size: 15px;
  height: 100%;
  float: right;
}
.home_div .section11 .content .item .list a:hover {
  color: #ecb223;
}
.home_div .section11 .content .item .list a:hover .time {
  color: #ecb223;
}
.home_div .section11 .content .item .list:nth-last-child(1) {
  border-bottom: none;
}
.home_div .section2 {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.home_div .section2 .content2 {
  width: 1200px;
  margin: 80px auto 0;
}
.home_div .section2 .content2 .fl {
  width: 637px;
  height: 453px;
  position: relative;
}
.home_div .section2 .content2 .fl .s1:first-child {
  margin-top: 0px !important;
}
.home_div .section2 .content2 .fl .s1 {
  width: 391px;
  height: 148px;
  position: relative;
  overflow: hidden;
  margin-top: 6px;
}
.home_div .section2 .content2 .fl .s4 {
  width: 240px;
  height: 453px;
  position: absolute;
  right: 0;
  top: 0;
}
.home_div .section2 .content2 .fl a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.home_div .section2 .content2 .fl .w {
  width: 100%;
  height: 148px;
  line-height: 148px;
  text-align: center;
  font-size: 29px;
  color: #ffffff;
  top: 0;
  left: 0;
  position: absolute;
}
.home_div .section2 .content2 .fr {
  width: 517px;
  height: 453px;
  position: relative;
}
.home_div .section2 .content2 .fr .s5 {
  width: 517px;
  height: 220px;
  position: absolute;
  top: 0;
  left: 0;
}
.home_div .section2 .content2 .fr .s5 a {
  font-size: 14px;
  color: #ffffff;
}
.home_div .section2 .content2 .fr .s5 p {
  position: absolute;
  right: 15px;
  bottom: 12px;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
}
.home_div .section2 .content2 .fr .s6 {
  width: 517px;
  height: 220px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_div .section2 .content {
  width: 1200px;
  height: 480px;
  margin: 57px auto 0;
}
.home_div .section2 .content .c {
  width: 100%;
  height: 27px;
  margin-bottom: 32px;
}
.home_div .section2 .content .c .icon {
  height: 27px;
  float: left;
}
.home_div .section2 .content .c .line_h {
  height: 37px;
  width: 9px;
  background-color: #ecb223;
  float: left;
  margin-top: -5px;
}
.home_div .section2 .content .c .line_w {
  width: 1050px;
  height: 1px;
  float: right;
  margin-left: 12px;
  margin-top: 13px;
  border-bottom: 1px dashed #ecb223;
}
.home_div .section2 .content .c .t {
  height: 27px;
  font-size: 27px;
  color: #000;
  font-weight: bold;
  float: left;
  line-height: 27px;
  margin-left: 16px;
}
.home_div .section2 .content .c .more {
  height: 27px;
  font-size: 18px;
  color: #666666;
  float: right;
  line-height: 27px;
  margin-left: 10px;
}
.home_div .section2 .content .c .more a {
  color: #ecb223;
  text-decoration: none;
}
.home_div .section2 .content .c .more a:hover {
  color: #005bac;
}
.home_div .section2 .content .left {
  width: 398px;
  height: 415px;
  position: relative;
}
.home_div .section2 .content .left img {
  width: 100%;
  height: 100%;
}
.home_div .section2 .content .left .h {
  width: 6px;
  height: 24px;
  background-color: #005bac;
  position: absolute;
  top: 20px;
  left: 0;
}
.home_div .section2 .content .left .top {
  width: 380px;
  height: 65px;
  margin: 0 auto 0;
  background-color: #61b5ff;
}
.home_div .section2 .content .left .top .t1 {
  font-size: 23px;
  color: #ffffff;
  height: 100%;
  line-height: 65px;
  float: left;
  margin-left: 24px;
}
.home_div .section2 .content .left .top .more {
  height: 100%;
  line-height: 65px;
  font-size: 14px;
  color: #ffffff;
  float: right;
  margin-right: 17px;
}
.home_div .section2 .content .left .top .more a {
  color: #ffffff;
  text-decoration: none;
}
.home_div .section2 .content .left .top .more a:hover {
  color: #ffffff;
}
.home_div .section2 .content .left .bottom {
  font-size: 15px;
  height: 90px;
  color: #696969;
  width: 337px;
  margin: 25px auto 0;
}
.home_div .section2 .content .left .list {
  width: 337px;
  margin: 10px auto 0;
}
.home_div .section2 .content .left .list a {
  font-size: 15px;
  color: #838383;
}
.home_div .section2 .content .left .list a:hover {
  color: #005bac;
}
.home_div .section2 .content .right {
  width: 759px;
  height: 392px;
  border-radius: 5px;
  background-color: #FFFFFF;
  position: relative;
  box-shadow: 0px 0px 10px 1px #dfe4eb;
}
.home_div .section2 .content .right .h {
  width: 6px;
  height: 24px;
  background-color: #005bac;
  position: absolute;
  top: 20px;
  left: 0;
}
.home_div .section2 .content .right .swiper-container {
  width: 100%;
  height: 100%;
}
.home_div .section2 .content .right .top {
  width: 759px;
  height: 65px;
  margin: 0 auto 0;
  background-color: #61b5ff;
}
.home_div .section2 .content .right .top .t1 {
  font-size: 23px;
  color: #ffffff;
  height: 100%;
  line-height: 65px;
  float: left;
  margin-left: 24px;
}
.home_div .section2 .content .right .top .more {
  height: 100%;
  line-height: 65px;
  font-size: 14px;
  color: #ffffff;
  float: right;
  margin-right: 17px;
}
.home_div .section2 .content .right .top .more a {
  color: #ffffff;
  text-decoration: none;
}
.home_div .section2 .content .right .top .more a:hover {
  color: #ffffff;
}
.home_div .section2 .content .right .bottom {
  width: 100%;
  height: 280px;
  margin-top: 25px;
  position: relative;
}
.home_div .section2 .content .right .bottom .arrow_left {
  position: absolute;
  width: 41px;
  z-index: 2;
  bottom: 113px;
  cursor: pointer;
  left: -32px;
}
.home_div .section2 .content .right .bottom .arrow_left img {
  width: 100%;
}
.home_div .section2 .content .right .bottom .arrow_right {
  position: absolute;
  width: 41px;
  z-index: 2;
  bottom: 113px;
  cursor: pointer;
  right: -32px;
}
.home_div .section2 .content .right .bottom .arrow_right img {
  width: 100%;
}
.home_div .section2 .content .right .bottom .item {
  width: 230px;
  margin-left: 17px;
  height: 266px;
  float: left;
  box-shadow: 0px 0px 10px 1px #dfe4eb;
}
.home_div .section2 .content .right .bottom .item img {
  width: 230px;
  height: 161px;
}
.home_div .section2 .content .right .bottom .item .desc {
  width: 90%;
  font-size: 17px;
  color: #000;
  text-align: center;
  height: 73px;
  margin: 15px auto 0;
}
.home_div .section2 .content .right .bottom .item .detail {
  width: 72px;
  height: 28px;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  border-radius: 5px;
  cursor: pointer;
}
.home_div .section2 .content .right .bottom .item .detail a {
  width: 72px;
  height: 28px;
  display: block;
  border-radius: 5px;
  text-decoration: none;
  background-color: #eeeeee;
  color: #a8a8a8;
}
.home_div .section2 .content .right .bottom .item .detail a:hover {
  background-color: #005bac;
  color: #FFFFFF;
}
.home_div .section3 {
  width: 100%;
  background-color: #ffffff;
  height: 450px;
  overflow: hidden;
}
.home_div .section3 .c {
  width: 100%;
  height: 27px;
  margin-bottom: 32px;
}
.home_div .section3 .c .icon {
  height: 27px;
  float: left;
}
.home_div .section3 .c .line_h {
  height: 37px;
  width: 9px;
  background-color: #ecb223;
  float: left;
  margin-top: -5px;
}
.home_div .section3 .c .line_w {
  width: 990px;
  height: 1px;
  float: right;
  margin-left: 12px;
  margin-top: 13px;
  border-bottom: 1px dashed #ecb223;
}
.home_div .section3 .c .t {
  height: 27px;
  font-size: 27px;
  color: #000;
  font-weight: bold;
  float: left;
  line-height: 27px;
  margin-left: 16px;
}
.home_div .section3 .c .more {
  height: 27px;
  font-size: 18px;
  color: #666666;
  float: right;
  line-height: 27px;
  margin-left: 10px;
}
.home_div .section3 .c .more a {
  color: #ecb223;
  text-decoration: none;
}
.home_div .section3 .c .more a:hover {
  color: #005bac;
}
.home_div .section3 .content2 {
  width: 1200px;
  margin: 104px auto 0;
  height: 25px;
}
.home_div .section3 .content {
  width: 1200px;
  height: 264px;
  margin: 40px auto 0;
}
.home_div .section3 .content .left {
  width: 1200px;
  height: 264px;
}
.home_div .section3 .content .left .top_area {
  width: 584px;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.home_div .section3 .content .left .top_area .item {
  width: 100%;
  height: 56px;
  line-height: 56px;
  margin: 0px auto 0;
  border-bottom: 1px dashed #c8cbd7;
}
.home_div .section3 .content .left .top_area .item a {
  width: 100%;
  height: 100%;
}
.home_div .section3 .content .left .top_area .item a:hover div {
  color: #005bac;
}
.home_div .section3 .content .left .top_area .item .left_msg {
  font-size: 17px;
  color: #838383;
  float: left;
  width: 380px;
}
.home_div .section3 .content .left .top_area .item .time {
  font-size: 17px;
  color: #838383;
  float: right;
}
.home_div .section3 .content .left .top_area .item:nth-last-child(1) {
  border: none;
}
.home_div .section3 .content .left .bottom_area {
  width: 575px;
  height: 100%;
}
.home_div .section3 .content .left .bottom_area .item1 {
  width: 269px;
  height: 264px;
  position: relative;
  background-color: #FFFFFF;
  float: left;
  box-shadow: 0px 0px 10px 1px #dfe4eb;
}
.home_div .section3 .content .left .bottom_area .item2 {
  width: 269px;
  height: 264px;
  position: relative;
  background-color: #FFFFFF;
  float: right;
  box-shadow: 0px 0px 10px 1px #dfe4eb;
}
.home_div .section3 .content .left .bottom_area a {
  width: 100%;
  height: 100%;
  display: block;
}
.home_div .section3 .content .left .bottom_area a:hover div {
  color: #005bac;
}
.home_div .section3 .content .left .bottom_area .poster {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.home_div .section3 .content .left .bottom_area .poster img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.home_div .section3 .content .left .bottom_area a:hover .poster img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.home_div .section3 .content .left .bottom_area .icon5 {
  width: 90px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 120px;
}
.home_div .section3 .content .left .bottom_area .t1 {
  font-size: 20px;
  color: #333333;
  width: 100%;
  position: absolute;
  left: 0;
  top: 190px;
  text-align: center;
}
.home_div .section3 .content .left .bottom_area .t2 {
  height: 46px;
  color: #333333;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.home_div .section3 .content .left .bottom_area .c {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home_div .section3 .content .right {
  width: 584px;
  height: 560px;
  float: right;
  border-radius: 5px;
  background-color: #FFFFFF;
}
.home_div .section3 .content .right .item {
  width: 498px;
  margin: 35px auto 0;
}
.home_div .section3 .content .right .item a {
  width: 100%;
  height: 100%;
}
.home_div .section3 .content .right .item a:hover div {
  color: #005bac;
}
.home_div .section3 .content .right .item .left_msg {
  font-size: 17px;
  color: #838383;
  float: left;
  width: 380px;
}
.home_div .section3 .content .right .item .time {
  font-size: 17px;
  color: #838383;
  float: right;
}
.home_div .section3_1 {
  height: 566px !important;
}
.home_div .section3_1 .content {
  height: 366px !important;
}
.home_div .section3_1 .left {
  height: 100% !important;
}
.home_div .section3_1 .item {
  height: 54px !important;
  line-height: 54px !important;
}
.home_div .section3_1 .fl {
  margin-left: -17px;
  width: 584px !important;
  height: 390px !important;
}
.home_div .section3_1 .fl img {
  width: 100%;
  height: 100%;
}
.home_div .section3_1 .fr {
  width: 585px !important;
}
.newsList .section1 {
  width: 1200px;
  margin: 0 auto 0;
  height: 60px;
  line-height: 60px;
  font-size: 15px;
  color: #888888;
}
.newsList .section1 a {
  color: #888888;
}
.newsList .section1 span {
  color: #005bac;
}
.newsList .section2 {
  width: 1200px;
  margin: 0 auto 0;
  height: 60px;
  box-shadow: 0px 0px 10px 1px #e5e5e5;
  border-bottom: 1px solid #e3e2e2;
}
.newsList .section2 .item {
  height: 100%;
  float: left;
  margin-left: 16px;
  position: relative;
}
.newsList .section2 .item .bottom_line {
  width: 32px;
  height: 3px;
  background-color: #005bac;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  bottom: -1.5px;
}
.newsList .section2 .item .name {
  font-size: 18px;
  color: #ffffff;
  padding: 5px 15px 5px 15px;
  border-radius: 20px;
  background-color: #005bac;
  margin-top: 10px;
}
.newsList .section2 .item_grey .bottom_line {
  background-color: #FFFFFF;
  color: #595757;
}
.newsList .section2 .item_grey .name {
  background-color: #FFFFFF;
  color: #595757;
}
.newsList .section2 .item_grey:hover .bottom_line {
  background-color: #005bac;
  color: #ffffff;
}
.newsList .section2 .item_grey:hover .name {
  background-color: #005bac;
  color: #ffffff;
}
.newsList .section2 .back {
  height: 100%;
  float: right;
  position: relative;
  margin-right: 30px;
  line-height: 60px;
}
.newsList .section2 .back a {
  height: 100%;
  display: block;
  line-height: 60px;
  color: #999999;
}
.newsList .section2 .back .backimg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -26px;
  color: #999999;
  font-size: 14px;
}
.newsList .section3 {
  width: 100%;
}
.newsList .section3 .content {
  width: 1200px;
  margin: 0 auto 0;
  overflow: hidden;
}
.newsList .section3 .content .news_item {
  width: 1082px;
  height: 121px;
  margin: 50px auto 0;
  position: relative;
  box-sizing: border-box;
  border: 3px solid #cdcdcd;
}
.newsList .section3 .content .news_item a {
  display: block;
  width: 100%;
  height: 100%;
}
.newsList .section3 .content .news_item .date_box {
  width: 95px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -50px;
  border-right: 1px solid #cdcdcd;
}
.newsList .section3 .content .news_item .date_box .day {
  width: 100%;
  text-align: center;
  color: #e46c2d;
  font-size: 45px;
  margin-top: 5px;
}
.newsList .section3 .content .news_item .date_box .mounth {
  font-size: 18px;
  color: #a0a0a0;
  width: 100%;
  text-align: center;
}
.newsList .section3 .content .news_item .content_box {
  width: 950px;
  height: 100px;
  position: absolute;
  left: 117px;
  top: 50%;
  margin-top: -50px;
}
.newsList .section3 .content .news_item .content_box .title {
  font-size: 18px;
  color: #404040;
  width: 950px;
  margin-top: 20px;
}
.newsList .section3 .content .news_item .content_box .dash {
  width: 693px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -10px;
  border-bottom: 1px dashed  #a0a0a0;
}
.newsList .section3 .content .news_item .content_box .desc {
  font-size: 15px;
  color: #a0a0a0;
  width: 950px;
  margin-top: 10px;
}
.newsList .section3 .content .news_item:hover {
  border: 3px solid #005bac;
}
.newsList .dj_div {
  margin-top: 40px;
}
.newsList .dj_div .news_item {
  border: none !important;
  border-bottom: 1px solid #8e8e8e !important;
  height: 160px !important;
  margin: 0 auto 0 !important;
}
.newsList .dj_div .news_item:hover .title {
  color: #e46c2d !important;
}
.newsList .dj_div .date_box {
  border: none !important;
  background-color: #e46c2d;
}
.newsList .dj_div .date_box .day {
  color: #FFFFFF !important;
}
.newsList .dj_div .date_box .mounth {
  color: #FFFFFF !important;
}
.newsList .notice .showtxt {
  text-indent: 0 !important;
}
.newsList .notice p {
  text-indent: 0 !important;
  text-align: justify;
}
.newsList .notice a span {
  color: #005bac !important;
}
.newsList .notice .border {
  border-bottom: 1px solid #005bac;
  height: 30px;
  display: inline-block;
  text-decoration: none !important;
}
.newsList .section4 {
  width: 100%;
}
.newsList .section4 .show {
  width: 1200px;
  margin: 0 auto;
}
.newsList .section4 .show .showtit {
  width: 1160px;
  margin: 0 auto 0;
  text-align: center;
  color: #666666;
  font-size: 35px;
  line-height: 45px;
}
.newsList .section4 .show .showzy {
  width: 1160px;
  margin: 27px auto 0;
  text-align: center;
  color: #666666;
  font-size: 15px;
}
.newsList .section4 .show .showtxt {
  color: #666666;
  font-size: 18px;
  text-indent: 2em;
  line-height: 31px;
  width: 1160px;
 
}
.newsList .section4 .show .showtxt p {
  color: #666666;
  font-size: 18px;
  text-indent: 2em;
  line-height: 31px;
  text-align: justify;
}
.newsList .section4 .show .showtxt img {
  width: 1100px;
  height: auto;
  margin: 50px auto 50px;
  display: block;
}
.newsList .section4 .show .showtxt .no_indent {
  text-indent: 0;
}
.newsList .section4 .show .info_back {
  display: none;
}
.newsList .section4 .show .info_pn {
  display: none;
}
.newsList .hz_item {
  width: 506px;
  height: 435px;
  float: left;
  margin-left: 62px;
  position: relative;
  margin-top: 45px;
}
.newsList .hz_item .poster {
  width: 506px;
  height: 327px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newsList .hz_item .hz_title {
  display: inline-block;
  position: absolute;
  left: 42%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 345px;
  height: 39px;
}
.newsList .hz_item .hz_title a {
  text-decoration: none;
}
.newsList .hz_item .hz_title .word {
  font-size: 22px;
  height: 39px;
  line-height: 39px;
  color: #000000;
  font-weight: bold;
}
.newsList .hz_item .hz_title .go {
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
  margin-left: 34px;
  border: 1px solid #595a5b;
  font-size: 25px;
  color: #595a5b;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: -79px;
}
.newsList .hz_item .hz_title a:hover .word {
  color: #005bac !important;
}
.newsList .hz_item .hz_title a:hover .go {
  border: 1px solid #005bac;
  color: #005bac !important;
}
.page_box {
  width: 100%;
  height: 70px;
  margin-top: 95px;
}
.page_box nav {
  text-align: center;
}
.page_box nav a {
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  color: #404040;
  padding: 6px 12px;
  margin-left: 17px;
}
.page_box nav a:nth-child(1) {
  margin-left: 0px !important;
}
.page_box nav span {
  margin-left: 17px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  color: #404040;
  padding: 6px 12px;
  background-color: #005bac;
  border: 1px solid #005bac;
  color: #FFFFFF;
}
.page_box .pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page_box .pagination li {
  display: inline-block;
  margin-left: 17px;
}
.page_box .pagination li a {
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  color: #404040;
}
.page_box .pagination li .active {
  background-color: #005bac;
  border: 1px solid #005bac;
  color: #FFFFFF;
}
.page_box .pagination li .point {
  border: none;
  font-weight: bold;
}
.page_box .pagination li:nth-child(1) {
  margin-left: 0px !important;
}
.page_box .pagination li:nth-child(1) a {
  border: none;
}
.page_box .pagination li:nth-child(2) {
  margin-left: 57px !important;
}
.page_box .pagination li:nth-last-child(1) {
  margin-left: 57px !important;
}
.page_box .pagination li:nth-last-child(1) a {
  border: none;
}
.scaleAni img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.scaleAni:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}