.site-containner {
  width: 1200px !important;
  background: #fff;
  margin-top: -18px !important;
}
.site-date {
  width: 100%;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.date {
  float: left \0;
  *float: left;
  letter-spacing: 1px;
}
.spanText1 {
  padding-left: 14px;
}
.search-box {
  float: right;
  width: 335px;
  height: 32px;
  margin-top: 12px;
  margin-right: 15px;
}
.search-box .search-con {
  float: left;
  width: 257px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  background: url(../image/input.png) no-repeat;
}
.search-box button {
  float: right;
  width: 69px;
  height: 32px;
  cursor: pointer;
  border: none;
  background: url(../image/button.png) no-repeat;
}
/* site-date end */
/* headLine start */
.index-headLine {
  height: 115px;
  padding-bottom: 22px;
  position: relative;
}
.index-headLine h2  {
  height: 95px;
  overflow: hidden;
  text-align: center;
}
.index-headLine h2 h4 {
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.index-headLine h2 h4 a {
  display: block;
  width: 95%;
  height: 55px;
  line-height: 55px;
  margin: 0 auto;
  color: #0060a4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-headLine h2 p {
  width: 80%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #454545;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* headLine end */
/* 新闻开始 */
.index-news {
  display: flex;
  justify-content: space-between;
}
.image {
  width: 49%;
}
.news {
  position: relative;
}
.news .bd {
  height: 350px;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  height: 350px;
  background-color: #fff;
  position: relative;
}
.news .bd li a {
  display: block;
}
.news .bd li img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.news .bd li p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 40px;
  height: 40px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news .bd li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 40px;
  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: 40px;
  text-align: left;
  padding-left: 20px;
}
.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;
}
.news .hd li {
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  text-indent: 20px;
  float: left;
  margin-left: 8px;
  background: url(../image/default_li.png);
}
.news .hd li.on {
  background: url(../image/active_li.png);
}
/* 新闻结束 */
.index-text {
  width: 49%;
  min-height: 280px;
}
.index-text .index-news-card {
  margin-bottom: 25px;
}
.index-text .layui-card-header {
  padding: 0;
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
  border: none;
  background: url(../updata/hd_bg1.png) no-repeat center right;
}
.index-text .layui-card-header h4 {
  width: 140px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
}
.index-text .layui-card-header h4 a {
  color: #fff;
}
.index-text .layui-card-header .more {
  float: right;
  line-height: 50px;
  margin-right: 15px;
  font-size: 14px;
}
.index-text .layui-card-body {
  padding: 0;
}
.index-news-head {
  padding: 0 38px;
  border-bottom: 1px dashed #ededed;
}
.index-news-head h3 {
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #454545;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-news-head h3:hover a {
  color: #0060a4;
}
.index-news-head p {
  line-height: 27px;
  text-indent: 2em;
  margin-bottom: 10px;
  min-height: 52px;
}
.index-news-head p .blue {
  color: #0060a4;
}
.index-news-list li {
  height: 39px;
  margin-left: 17px;
  line-height: 39px;
  padding-left: 15px;
  font-size: 15px;
  background: url(../image/grey_spot.png) no-repeat left center;
}
.index-news-list li span {
  float: right;
  color: #454545;
  display: none;
  margin-left: 2%;
}
.index-news-list li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-list li:hover a {
  color: #0060a4;
}
.notice .layui-card-header{
  background: url(../updata/hd_bg1.png) no-repeat left center;
}
.notice .index-news-list li,.content .content_right .index-news-list li {
  margin-left: 5px;
}
.index-service {
  height: 225px;
  margin-bottom: 30px;
  background: url("../image/serve_plate.png") no-repeat top center;
}
.service-title {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-title h3 {
  font-size: 22px;
  color: #0060a4;
  font-weight: bold;
}
.service-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-list li {
  flex: 0 0 18%;
  height: 55px;
  margin-right: 20px;
  /* 右间距 */
  margin-bottom: 20px;
  /* 下间距 */
  background: url("../updata/platform_item.png") no-repeat left center;
  display: flex;
  align-items: center;
}
.service-list li:nth-child(5n) {
  margin-right: 0;
}
.service-list li a {
  font-size: 16px;
  color: #0060a4;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
/* 内容区域 */
.content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  /* 确保有足够宽度 */
}
.content .content::after {
  content: "";
  display: block;
  clear: both;
}
.content .content_left {
  width: 180px;
  /* 确认宽度 */
  margin-right: 25px;
}
.content .content_left .content_left_list {
  width: 100%;
}
.content .content_left .content_left_list li {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
}
.content .content_left .content_left_list li a {
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
}
.content .content_left .content_left_list li i {
    display: inline-block;
    width: 65px;
    margin: 0;
    height: auto;
    text-align: center;
}
.content .content_left .content_left_list li:nth-child(1) {
  background: #0D68A8;
}
.content .content_left .content_left_list li:nth-child(2) {
  background: #00A2E6;
}
.content .content_left .content_left_list li:nth-child(3) {
  background: #0D96A8;
  margin-bottom: 35px;
}
.content .content_left .video {
  height: 248px;
  background: #eaeaea;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content .content_left .video .wechat,
.content .content_left .video .weibo {
  display: flex;
  align-items: center;
}
.content .content_left .video span {
  width: 20px;
  display: inline-block;
  padding-right: 35px;
  font-size: 15px;
}
.content .content_right {
  width: 995px;
  margin-left: 0px;
  /* 确保无外边距，对齐到左侧 */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
 .layui-card {
  box-shadow: none;
}

.content .content_right .layui-card-header {
  background: url(../updata/hd_bg2.png) no-repeat left center;
}


.content .content_right .index-text {
  width: 48.8%;
  margin-bottom: 0;
}
.index-view {
  width: 100%;
  height: 216px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.index-view .tempWrap {
  width: 1200px !important;
}
.index-view .hd {
  margin-bottom: 20px;
  width: 100%;
  height: 42px;
  border: none;
  background: url(../updata/supervision.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;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
