﻿/* 欢迎 */
.site-date .search {
  float: right \0;
  *float: right;
  width: 400px \0;
  *width: 400px;
}
/* 搜索 */
.search-box {
  float: right;
  width: 235px;
  height: 36px;
  margin-top: 17px;
  margin-right: 22px;
  border: none;
  background: url(../image/search.png);
}
.search-box .search-con {
  float: left;
  width: 170px;
  height: 36px;
  line-height: 30px;
  padding-left: 15px;
  border: none;
  background: none;
  color: #b4b4b4;
  font-size: 14px;
}
.search-box button {
  float: right;
  width: 65px;
  height: 36px;
  line-height: 30px;
  cursor: pointer;
  border: none;
  background: url(../image/search_btn.png);
}
.site-date .search {
  float: right \0;
  *float: right;
  width: 400px \0;
  *width: 400px;
}
/* 搜索结束 */
/* 滚动条开始 */
.index-headLine {
  height: 70px;
  margin-bottom: 20px;
  position: relative;
}
.index-headLine .news-title {
  height: 70px;
  overflow: hidden;
  text-align: center;
}
.index-headLine .news-title h4 {
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.index-headLine .news-title h4 a {
  display: block;
  width: 80%;
  height: 70px;
  line-height: 70px;
  margin: 0 auto;
  color: #414141;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 32px;
}
/* 滚动条结束 */
/* 新闻开始 */
.image {
  margin-bottom: 30px;
}
.news {
  position: relative;
  width: 620px;
}
.news .bd {
  height: 365px;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  height: 365px;
  background-color: #fff;
  position: relative;
}
.news .bd li a {
  display: block;
}
.news .bd li img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: center;
}
.news .bd li p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 45px;
  height: 45px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news .bd li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 45px;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.news .bd li p a,
.news .bd li p a:visited {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 45px;
  text-align: left;
  padding-left: 10px;
}
.news .prev,
.news .next {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  display: none;
  background: url(../image/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.news .prev {
  left: 16px;
}
.news .next {
  background-position: 0 -40px;
  right: 16px;
}
.news .prev:hover,
.news .next:hover {
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important;
}
.news .hd {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  right: 15px;
}
.news .hd li {
  cursor: pointer;
  width: 12px;
  height: 5px;
  display: block;
  overflow: hidden;
  text-indent: 20px;
  float: left;
  margin-left: 8px;
}

.text-box {
  margin-bottom: 20px;
}
.text {
  margin-left: 40px;
}
.text .hd {
  padding: 0;
  margin-bottom: 20px;
  height: 49px;
  line-height: 49px;
  border: none;
}
.text .hd ul {
  position: relative;
}
.text .hd ul li {
  background: url(../upload/dynamics.png) no-repeat left center;
  width: 100%;
  height: 50px;
}
.text .hd h4 {
  float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.text .hd .left-h4 {
  position: absolute;
  left: 0;
  top: 0;
}
.text .hd .right-h4 {
  position: absolute;
  left: 150px;
  top: 0;
}
.text .hd h4 a {
  display: block;
  color: #272727;
}
.text .hd li.on h4 a {
  color: #fff;
}
.text .hd .more {
  position: absolute;
  right: 10px;
  top: 0;
  float: right;
  display: none;
  line-height: 49px;
  font-size: 16px;
}
.text .hd li.on .more {
  display: inline-block;
}
.text .bd {
  padding: 0;
}
.text .bd li {
  height: 44px;
  line-height: 44px;
  margin-right: 9px;
  font-size: 16px;
}
.text .bd li span {
  float: right;
  margin-left: 5px;
  color: #888888;
}
.text .bd li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
}
.text .bd li:hover a {
  color: #155C99;
}
/* 新闻结束 */
/* column start */
.index-column {
  width: 100%;
  height: 88px;
  margin-bottom: 24px;
}
.picScroll-left {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.picScroll-left .hd .prev {
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.picScroll-left .hd .next {
  display: block;
  float: right;
  overflow: hidden;
  cursor: pointer;
}
.picScroll-left .bd {
  width: 100%;
  overflow: hidden;
}
.picScroll-left .bd .tempWrap {
  width: 100%;
}
.picScroll-left .bd ul {
  height: 105px;
  overflow: hidden;
}
.picScroll-left .bd ul li {
  width: 100%;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}
.picScroll-left .bd ul li .pic {
  text-align: center;
}
.picScroll-left .bd ul li .pic img { 
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* column end */
/* 内容区域开始 */
.content {
  width: 100%;
}
.content .left {
  min-height: 930px;
  background: url(../upload/media_bg.png) no-repeat left center;
  overflow: hidden;
  padding: 0;
}
.content .left .list {
  margin-bottom: 15px;
  padding: 30px 15px 0 15px;
}
.content .left .list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
 -webkit-box-gap: 10px;
  row-gap: 10px; /* 垂直间隔 */
}
.content .left .list ul li {
  position: relative;
  width: 100%;
}
.content .left .list ul li a {
  display: block;
  width: 98%;
  height: 80%;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: #155C99;
  font-weight: 700;
}
.content .left .list ul li:nth-child(1) {
  background: url(../upload/introduce_5.png) no-repeat left center;
}
.content .left .list ul li:nth-child(2) {
  background: url(../upload/introduce_4.png) no-repeat left center;
}
.content .left .list ul li:nth-child(3) {
  background: url(../upload/introduce_3.png) no-repeat left center;
}
.content .left .list ul li:nth-child(5) {
  background: url(../upload/introduce_2.png) no-repeat left center;
}
.content .left .list ul li:nth-child(6) {
  background: url(../upload/introduce_1.png) no-repeat left center;
}
.content .left .list ul li:nth-child(4) {
  background: url(../upload/introduce_6.png) no-repeat left center;
}
.content .left .media,
.content .left .video {
  width: 100%;
  margin-bottom: 16px;
}
.content .left .media .hd,
.content .left .video .hd {
  background: url(../upload/media_head.png) no-repeat left center;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
}
.content .left .media .bd,
.content .left .video .bd {
  width: 92%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.content .left .media .bd .wechat,
.content .left .video .bd .wechat,
.content .left .media .bd .weibo,
.content .left .video .bd .weibo {
  width: 45%;
}
.content .left .media .bd .wechat img,
.content .left .video .bd .wechat img,
.content .left .media .bd .weibo img,
.content .left .video .bd .weibo img {
  padding-bottom: 10px;
}
.content .left .video .hd {
  background: url(../upload/video.png) no-repeat left center;
}
.layui-col-space30 {
  margin: 0px !important;
}
.info-box {
  float: left;
  width: 485px;
  margin-bottom: 10px;
}
.info-box .bd ul {
  width: 100%;
  padding-right: 20px;
}
.info-box .bd {
  min-height: 200px;
}
.info-box .bd li span {
  display: none;
  float: right;
  margin-left: 10px;
  color: #454545;
}
.info-box .bd li:hover a {
  color: #155C99;
}
.info-box .hd {
  padding: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  padding-left: 12px;
  background: url(../upload/underline.png) no-repeat left center;
}
.info-box .hd-bg {
  padding-left: 12px;
}
.info-box .hd h4 {
  float: left;
  height: 50px;
  line-height: 0px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.info-box .h4-bg a {
  color: #155C99;
}
.info-box .hd h4 a {
  display: block;
  letter-spacing: 2px;
  font-size: 20px;
}
.info-box .hd .more {
  float: right;
  line-height: 0px;
  margin-right: 35px;
  font-size: 16px;
  color: #155C99;
}
.info-box .bd li {
  height: 43px;
  line-height: 43px;
  margin-right: 4px;
  font-size: 14px;
}
.info-box .bd li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #454545;
  font-size: 16px;
}
.index-column {
  width: 100%;
  height: 105px;
  margin-bottom: 30px;
  overflow: hidden;
}
.index-column .pic-slide {
  width: 100%;
  height: 95px;
  position: relative;
  overflow: hidden;
}
.index-column .pic-slide .hd {
  display: none;
}
.index-column .pic-slide:hover .hd {
  display: block;
}
.index-column .pic-slide .hd .prev {
  position: absolute;
  left: 0;
  top: 10px;
  width: 26px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.9;
}
.index-column .pic-slide .hd .next {
  position: absolute;
  right: 3px;
  top: 10px;
  width: 26px;
  height: 56px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.9;
}
.index-column .pic-slide .hd img {
  float: left;
}
.index-column .pic-slide .bd {
  float: left;
}
.index-column .pic-slide .bd ul li:hover img {
  opacity: 0.9;
  transition: 0.5s;
}
.platform {
  background: url(../upload/platform.png) no-repeat left center;
  padding: 35px 30px;
  margin-bottom: 25px;
}
.platform .hd {
  background: url(../upload/platform_title.png) no-repeat left center;
  height: 25px;
  margin-bottom: 25px;
}
.platform .bd {
  width: 100%;
}
.platform .bd ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.platform .bd ul li {
  flex: 0 0 20%;
  padding-bottom: 20px;
  height: 7.5rem;
}
.platform .bd ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #155C99;
}
.platform .bd ul li a img {
  padding-bottom: 10px;
}
.index-view {
  width: 100%;
  height: 216px;
  margin-bottom: 75px;
  overflow: hidden;
  position: relative;
}
.index-view .hd {
  padding: 0;
  margin-bottom: 26px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  border: none;
  background: url(../upload/style_title.png) no-repeat left center;
}
.index-view .hd h4 {
  float: left;
  height: 42px;
  line-height: 42px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.index-view .hd .more {
  float: right;
  line-height: 52px;
  margin-right: 25px;
  font-size: 14px;
  color: #155C99;
}
.index-view .bd {
  float: left;
  width: 100%;
  height: 156px;
}
.index-view .bd ul li {
  float: left;
  width: 220px;
  height: 150px;
  margin-right: 20px;
  margin-right: 12px\0;
  *margin-right: 12px;
  position: relative;
}
.index-view .bd ul li a {
  display: block;
  color: #fff;
}
.index-view .bd ul li img {
  width: 220px;
  height: 150px;
}
.index-view .bd ul li:hover img {
  opacity: 0.9;
  transition: 0.5s;
}
.index-view .bd ul li p {
  width: 100%;
  padding: 0 2%;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: #0062ae \0;
  *background: #0062ae;
}
.index-view .bd ul li p a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/* 视频 */
.video .bd {clear:both;}
.video .bd img {margin-left:8px;margin-top:10px;}
.video ul li:hover a {color:#008acc;}
