/* 滚动条开始 */
.index-headLine {
  background: url(../image/headlines_bg.png) no-repeat center center;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
}
.index-headLine .news-title {
  height: 120px;
  overflow: hidden;
  text-align: center;
}
.index-headLine .news-title h4 {
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.index-headLine .news-title h4 a {
  display: block;
  width: 85%;
  height: 60px;
  line-height: 80px;
  margin: 0 auto;
  color: #af7333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 32px;
}
.index-headLine .news-title p {
  width: 85%;
  margin: 0 auto;
  height: 60px;
  line-height: 50px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 滚动条结束 */
/* 新闻开始 */

.news {
  position: relative;
}
.news .bd {
  height: 365px;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  width: 588px;
  height: 365px;
  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: 6px;
  height: 6px;
  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);
}
/* 检察新闻 */
.white-bg .text-box {
  height: 365px;
}
.white-bg .text {
  padding-left: 15px;
}
.text .hd {
  padding: 0;
  margin-bottom: 12px;
  height: 45px;
  line-height: 45px;
  border: none;
}
.text .hd ul {
  position: relative;
  height: 45px;
  overflow: hidden;
}
.text .hd ul li {
  width: 100%;
  height: 45px;
}
.text .hd li {
  background: url(../image/column_bg.png) no-repeat left bottom;
}
.text .hd .right {
  background: none;
}
.text .hd h4 {
  float: left;
  width: 110px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.text .hd .left-h4 {
  position: absolute;
  left: 0px;
  top: 0;
  letter-spacing: 2px;
}
.text .hd .right-h4 {
  position: absolute;
  left: 145px;
  top: 0px;
}
.text .hd h4 a {
  display: block;
  color: #8b8787;
  width: 110px;
  height: 45px;
  line-height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text .hd li.on h4 a {
  color: #af7333;
  display: inline-block;
}

.text .hd .more {
  position: absolute;
  right: 11px;
  top: 0;
  float: right;
  display: none;
  line-height: 45px;
  font-size: 16px;
}
.text .hd li.on .more {
  display: inline-block;
}
.text .bd {
  padding: 0;
}
.text .bd li {
  height: 40px;
  line-height: 40px;
  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: #ce7210;
}

.index-notice .index-notice-conetnt .text .hd .more {
  line-height: 30px;
}
.index-notice .index-notice-conetnt .text .hd .left-h4 {
  left: 60px;
}

.index-notice .index-notice-conetnt .text .hd li {
  background: url(../image/work_bg.png) no-repeat left bottom;
}
.index-notice .index-notice-conetnt .text .hd .more2 {
  right: 0px;
}
/* 新闻结束 */

/* 网上检察服务平台*/
.platform {
  width: 100%;
}
.platform_column {
  width: 100%;
  padding: 30px 0;
}
.platform_column ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.platform_column ul li {
  height: 90px;
  width: 282px;

}

.platform_column ul li:nth-child(1) {
  background: url(../image/Introduction.png) no-repeat center center;
}
.platform_column ul li:nth-child(2) {
  background: url(../image/leader.png) no-repeat center center;
}
.platform_column ul li:nth-child(3) {
  background: url(../image/institution.png) no-repeat center center;
}
.platform_column ul li:nth-child(4) {
  background: url(../image/report.png) no-repeat center center;
}
.platform_column ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
/* 
  专题专栏：column start 
*/
.index-column {
  width: 100%;
  height: auto;
  margin-top: 25px;
  /* margin-bottom: 25px; */
  overflow: hidden;
}

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

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

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

.picScroll-left .bd ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}

.picScroll-left .bd ul li {
  width: 50%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-right: 12px;

}
/* .picScroll-left .bd ul li:last-child {
  margin-right: 0px;
} */
.picScroll-left .bd ul li .pic {
    width: 100%;
  height: auto;
  /* text-align: center; */
  display: inline-block;
}

.picScroll-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
}
/* column end */

.item2 {
  padding-left: 15px;
}

/* 党建工作、检察文化 */
.index-notice {
  background: url(../image/banner.png) no-repeat center center;
  padding: 50px 0;
  margin-top: 35px;
}
.index-notice .index-notice-conetnt {
  padding: 25px;
  background: url(../image/content_bg.png) no-repeat border-box;
}
.index-notice .index-notice-conetnt .item1,
.index-notice .index-notice-conetnt .item2 {
  margin-top: 0px;
  padding-bottom: 20px;
}
.index-notice .index-notice-12309 {
  width: 100%;
}
.index-notice .index-notice-12309 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index-notice .index-notice-12309 ul li {
  background: url(../image/12309_bg.png) no-repeat center center;
  margin-bottom: 20px;
  width: 22%;
}
.index-notice .index-notice-12309 ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  font-size: 17px;
  letter-spacing: 2px;
  color: #a6641d;
}
.index-notice .index-notice-12309 ul li a:hover{
  color: #e6831a;
}
/* index-art start */
.picMarquee-left {
  overflow: hidden;
  position: relative;
  /* margin-bottom: 30px; */
}
.picMarquee-left .layui-card {
  margin-bottom: 0px;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}
.picMarquee-left .layui-card-header {
  height: 23px;
  line-height: 23px;
  margin-top: 35px;
  margin-bottom: 25px;
  border: none;
  background: url(../image/video.png) no-repeat center;
}

.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;
}
/* 微信、微博 */
.top-item {
  height: 260px;
  width: 135px;
  border-radius: 5px;
  position: fixed;
  right: 6%;
  top: 650px;
  display: flex;
  flex-direction: column;
  z-index: 100;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  background: #ffffff;
}
.top-item .wb,
.top-item .wx {
  width: 100%;
  height: auto;
  text-align: center;
  /* cursor: pointer; */
  padding: 5px 0;
}

.top-item p {
  padding-top: 5px;
  font-size: 15px;
}
/* index-art 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: 24%;
  }
  .platform_column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index-notice {
    padding: 0px !important;
    background: #fff8ef !important;
  }
  .index-notice .index-notice-conetnt {
    background: none !important;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 999px) {
  .news {
    margin-bottom: 1rem;
  }
  .news .bd li {
    width: 100%;
  }
  .white-bg .text {
    padding-left: 0px;
  }
  .text .hd ul li {
    background: none !important;
    border-bottom: 2px solid #af7333;
  }
  .item2 {
    margin-top: 10px;
    padding-left: 0px;
  }
  .index-notice {
    padding: 0px !important;
  }
  .index-notice .index-notice-conetnt {
    padding: 15px 5px 0px 5px !important;
    background: none !important;
  }
  .index-notice .index-notice-conetnt .text .hd .more {
    line-height: 45px;
  }
  .index-notice .index-notice-conetnt .text .hd .left-h4 {
    left: 0px;
  }
  .text .hd .more2 {
    right: 10px;
  }
  .index-headLine {
    margin-bottom: 0px;
  }
}

@media (max-width: 860px) {
  .index-headLine .news-title h4 a,
  .index-headLine .news-title p {
    width: 95%;
  }
  .platform_column ul li {
    width: 50%;
  }
  .platform_column ul li:nth-child(1),
  .platform_column ul li:nth-child(2) {
    margin-bottom: 1rem;
  }

  .text-box {
    padding: 0 5px !important;
  }
}

@media (max-width: 599px) {
  .index-headLine,
  .index-headLine .news-title {
    height: 100px;
  }
  .index-headLine .news-title h4 {
    height: 50px;
    line-height: 50px;
  }

  .index-headLine .news-title h4 a {
    font-size: 24px;
  }
  .index-headLine .news-title p {
    font-size: 14px;
    height: 50px;
    line-height: 45px;
  }
  .news .bd,
  .news .bd li,
  .news .bd li img {
    height: 330px;
  }

  .platform_column ul li {
    width: 48.5%;
  }
  .picScroll-left .bd ul li .pic img {
    width: auto;
    height: 100%;
  }
  .index-notice {
    margin-top: 25px;
  }
  .index-notice .index-notice-12309 ul li {
    background: url(../image/12309_bg.png) no-repeat center center;
    width: 47%;
  }
  .index-notice .index-notice-conetnt .item1,
  .index-notice .index-notice-conetnt .item2 {
    padding-bottom: 5px !important;
  }
  .index-notice .index-notice-12309 ul li a {
    width: auto !important;
  }
  .index-column {
    margin-top: 15px;
  }
  .index-column,
  .picScroll-left,
  .picScroll-left .bd ul li,
  .picScroll-left .bd ul li .pic,
  .picScroll-left .bd ul li .pic img {
    width: 100%;
    height: 110px;
    margin-right: 0;
  }
  .picScroll-left .bd ul {
    display: table-footer-group;
  }
  .picScroll-left .bd ul li:nth-child(1) {
    margin-right: 0px;
  }
  .index-website .layui-card-header {
    margin-top: 35px;
  }
  .index-website .bd {
    margin-bottom: 0px;
}

}
