/* 滚动条开始 */
.index-headLine {
  height: 130px;
  position: relative;
}
.index-headLine .news-title {
  height: 130px;
  overflow: hidden;
  text-align: center;
}
.index-headLine .news-title h4 {
  height: 65px;
  line-height: 65px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.index-headLine .news-title h4 a {
  display: block;
  width: 85%;
  height: 65px;
  line-height: 85px;
  margin: 0 auto;
  color: #1862bd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 32px;
}
.index-headLine .news-title p {
  width: 85%;
  margin: 0 auto;
  height: 65px;
  line-height: 55px;
  font-size: 16px;
  color: #454545;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 滚动条结束 */
/* 新闻开始 */

.news {
  position: relative;
}
.news .bd {
  height: 370px;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  height: 370px;
  background-color: #fff;
  position: relative;
}
.news .bd li a {
  display: block;
}
.news .bd li img {
  width: 100%;
  height: 370px;
  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: 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);
}

.text-box {
  background: #ffffff;
  height: 370px;
}
.text {
  padding-left: 15px;
}
.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(../image/title_bg.png) no-repeat left center;
  border-top: 1px solid #1862bd;
  width: 100%;
  height: 50px;
}
.text .hd h4 {
  float: left;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.text .hd .left-h4 {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 2px;
}
.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;
  display: inline-block;
  width: 130px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text .hd li.on h4 i {
  display: inline-block;
  width: 48px;
  height: 50px;
  background: url(../image/icon_1.png) no-repeat center center;
}
.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: 45px;
  line-height: 45px;
  margin-right: 5px;
  font-size: 16px;
  background: url(../image/grey_spot.png) no-repeat left center;
  padding-left: 12px;
}
.text .bd li span {
  float: right;
  margin-left: 10px;
  color: #888888;
}
.text .bd li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #000000;
}
.text .bd li:hover a {
  color: #1862bd;
}
/* 新闻结束 */

/* 网上检察服务平台*/
.platform {
  width: 100%;
}
.platform_head {
  background: url(../image/server_title.png) no-repeat center top;
  height: 35px;
}
.platform_icon {
  width: 100%;
  padding: 35px 0 50px 0;
}
.platform_icon ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.platform_icon ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 16px;
}
.platform_icon ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.platform_icon ul i {
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
}
.platform_icon ul .icon1 {
  background: url(../image/server_icon1.png) no-repeat center center;
  background-size: contain;
}
.platform_icon ul .icon2 {
  background: url(../image/server_icon2.png) no-repeat center center;
  background-size: contain;
}
.platform_icon ul .icon3 {
  background: url(../image/server_icon3.png) no-repeat center center;
  background-size: contain;
}
.platform_icon ul .icon4 {
  background: url(../image/server_icon4.png) no-repeat center center;
  background-size: contain;
}
.platform_icon ul .icon5 {
  background: url(../image/server_icon5.png) no-repeat center center;
  background-size: contain;
}
.platform_icon ul .icon6 {
  background: url(../image/server_icon6.png) no-repeat center center;
  background-size: contain;
}
.platform_icon ul .icon7 {
  background: url(../image/server_icon7.png) no-repeat center center;
  background-size: contain;
}
.platform_column {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.platform_column ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.platform_column ul li {
  height: 90px;
  width: 380px;
  cursor: pointer;
}

.platform_column ul li:nth-child(1) {
  background: url(../image/12309.png) no-repeat center center;
  background-size: contain;
}
.platform_column ul li:nth-child(2) {
  background: url(../image/hearingNetwork.png) no-repeat center center;
  background-size: contain;
}
.platform_column ul li:nth-child(3) {
  background: url(../image/database.png) no-repeat center center;
  background-size: contain;
}
.platform_column ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
/*  */
.index-content {
  background: #fff;
}
.index-content .text-box {
  max-height: 315px;
}
.index-content .text-box2 {
  max-height: 329px !important;
}
.index-content .text {
  padding-left: 0px;
}

.index-content .item2,
.index-content .item4 {
  padding-left: 20px;
}
.index-content .item1 .hd li.on h4 i {
  background: url(../image/icon_2.png) no-repeat center center;
}
.index-content .item2 .hd li.on h4 i {
  background: url(../image/icon_3.png) no-repeat center center;
}
.index-content .item3 .hd li.on h4 i {
  background: url(../image/icon_4.png) no-repeat center center;
}
.index-content .item4 .hd li.on h4 i {
  background: url(../image/icon_5.png) no-repeat center center;
}
/* 
  专题专栏：column start 
*/
.index-column {
  width: 100%;
  height: 100px;
  margin-bottom: 35px;
  overflow: hidden;
}

.picScroll-left {
  width: 100%;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.picScroll-left .hd .prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 100px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.9;
}

.picScroll-left .hd .next {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100px;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  filter: alpha(opacity=20);
  opacity: 0.9;
}

.picScroll-left .hd img {
  float: left;
}

.picScroll-left .bd {
  width: 100%;
  overflow: hidden;
}

.picScroll-left .bd .tempWrap {
  width: 100%;
}

.picScroll-left .bd ul {
  height: 100px;
  overflow: hidden;
}

.picScroll-left .bd ul li {
  width: 100%;
  height: 100px;
  float: left;
  margin-left: 40px;
  margin-right: 40px;
  display: inline;
  overflow: hidden;
  text-align: center;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100px;
}

.picScroll-left .bd ul li .pic img {
  display: block;
  height: auto;
  width: auto;
}
/* column end */
/* index-art start */
.picMarquee-left {
  overflow: hidden;
  position: relative;
  margin-bottom: 80px;
}
.picMarquee-left .layui-card {
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.picMarquee-left .layui-card-header {
  height: 50px;
  line-height: 50px;
  margin-bottom: 25px;
  text-align: center;
  border: none;
  background: url(../image/elegance_bg.png) no-repeat center;
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
}
.picMarquee-left .layui-card-header a {
  color: #fff;
  font-weight: bold;
}
.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-left .bd ul li {
  width: 220px;
  height: 156px;
  position: relative;
  margin: 0 10px;
  margin: 0 10px\0;
  *margin: 0 6px;
  float: left;
  overflow: hidden;
  text-align: center;
}

.picMarquee-left .bd ul li img {
  width: 220px;
  height: 156px;
  display: block;
}

.picMarquee-left .bd ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  text-align: center;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#50000000', endColorstr='#50000000') \9;
}

.picMarquee-left .bd ul li .title a {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  padding-left: 5%;
  display: inline-block;
}
/* index-art end */

/* 微信、微博 */
.top-item {
  height: auto;
  width: 150px;
  border-radius: 5px;
  position: fixed;
  right: 6%;
  top: 550px;
  display: flex;
  flex-direction: column;
  z-index: 100;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  background: #f6f6f6;
}
.top-item .wx {
  padding-top: 10px;
}
.top-item .wb,
.top-item .wx {
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
  padding-bottom: 8px;
}
.top-item img {
  width: 120px;
  height: 120px;
}

.top-item p {
  padding-top: 5px;
  font-size: 15px;
}
/* index-links end */
@media (max-width: 1750px) {
  .top-item {
    right: 1%;
  }
}
@media (max-width: 1600px) {
  .top-item {
    right: 0%;
  }
}
@media (max-width: 1200px) {
  .top-item {
    display: none;
  }
}
@media (max-width: 1199px) {
  .platform_column ul li {
    width: 30%;
  }
  .platform_column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .picScroll-left .bd ul li .pic img {
    display: block;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .white-bg .text-box {
    margin-top: 20px;
  }
  .text {
    padding-left: 0px;
  }
  .text .bd li {
    margin-left: 5px;
  }

  .platform_icon {
    padding: 30px 0 10px 0;
  }
  .platform_column ul li {
    margin-bottom: 15px;
  }
  .platform_column ul li:last-child,
  .platform_icon ul li:last-child {
    margin-bottom: 0px;
  }
  .platform_icon ul {
    justify-content: space-around;
  }
  .platform_icon ul li {
    margin-bottom: 8px;
    width: 30%;
    text-align: center;
    height: 120px;
  }

  .index-content .item2,
  .index-content .item4 {
    padding-left: 0px;
  }
  .index-content .item1,
  .index-content .item2 {
    padding-top: 0px;
  }
  .index-content .text-box {
    max-height: 310px;
  }
  .index-content .text-box {
    margin-top: 0px;
  }
}

@media (max-width: 860px) {
  .platform_column ul li {
    width: 100%;
  }
  .picScroll-left .hd {
    display: none;
  }
  .picScroll-left .bd ul li {
    margin-right: 0px;
    margin-left: 0px;
  }
  .index-headLine .news-title h4 a,
  .index-headLine .news-title p {
    width: 95%;
  }
}

@media (max-width: 599px) {
  .platform_icon {
    padding: 30px 0 10px 0;
  }
  .platform_column ul li {
    width: 100%;
  }
  .platform_icon ul {
    justify-content: space-between;
  }
  .platform_icon ul li {
    margin-bottom: 5px;
    width: 31%;
    text-align: center;
    height: 120px;
  }
  .platform_icon ul i {
    width: 55px;
    height: 55px;
  }
  .news .bd,
  .news .bd li,
  .news .bd li img {
    height: 365px;
  }

  .picScroll-left .hd {
    display: none;
  }
  .picScroll-left .bd ul li {
    margin-right: 0px;
    margin-left: 0px;
  }
  .index-headLine .news-title h4 a {
    font-size: 24px;
  }
  .index-headLine .news-title p {
    font-size: 14px;
  }
  .picMarquee-left {
    margin-bottom: 80px;
  }
  .index-content .text-box2 {
    max-height: 315px !important;
  }
}
