@charset "UTF-8";
html {
  font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.common-title {
  height: 3.5rem;
  line-height: 3.5rem;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background: url(../images/titleBg-l.png) no-repeat top left, url(../images/titleBg-r.png) no-repeat bottom right, #c8282b;
}

.pr {
  padding-right: 0.9375rem;
}

.pl {
  padding-left: 0.9375rem;
}

.prl {
  padding: 0 0.9375rem;
}

.common-title-bg {
  background: url(../images/BodyTitleIcon.png) no-repeat 92% center, #f7f0ea;
  position: relative;
}

.common-more {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

.common-article {
  background-color: #fff;
}
.common-article ul {
  padding: 1.375rem 1.25rem;
}
.common-article ul li {
  height: 3.125rem;
  line-height: 3.125rem;
  background: url(../images/ArticleBg.png) no-repeat center left;
  padding-left: 1.125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1rem;
}

.m-bottom {
  margin-bottom: 1.875rem;
}

@media (max-width: 1200px) {
  .pr {
    padding-right: 0.4688rem;
  }
  .pl {
    padding-left: 0.4688rem;
  }
  .prl {
    padding: 0 0.4688rem;
  }
}
@media (max-width: 991px) {
  .pr {
    padding-right: 0;
  }
  .pl {
    padding-left: 0;
  }
  .prl {
    padding: 0;
  }
  .margin-bottom {
    margin-bottom: 15px;
  }
}
.topBg {
  height: 549px;
  background: url(../images/Banner.png) no-repeat center;
  position: relative;
}
.topBg .logo {
  padding-top: 12%;
  text-align: center;
}
.topBg .nav {
  background: url(../images/NavBg.png) no-repeat center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 86px;
}
.topBg .nav ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.topBg .nav li {
  width: 14.2%;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  background: url(../images/PartingLine.png) no-repeat center right;
}
.topBg .nav a {
  color: #fff;
}
.topBg .nav li:hover a {
  color: #ffeda3;
}
.topBg .nav li:last-child {
  background: none;
}

.main {
  background: url(../images/BodyTopBorder.png) no-repeat center top, #f8f8f8;
}

.headline-news .news-title {
  height: 8rem;
  overflow: hidden;
  text-align: center;
}
.headline-news .news-title li {
  height: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.headline-news .news-title h4 a {
  display: block;
  color: #4b4b4b;
  font-size: 2.25rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headline-news .news-title p {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

@media (max-width: 1200px) {
  .topBg .logo {
    padding-top: 16%;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 0 15px;
  }
  .topBg {
    height: 400px;
  }
  .topBg .logo img {
    width: 80%;
  }
  .topBg .logo {
    padding-top: 14%;
  }
  .topBg .nav {
    height: auto;
    background: #c8282b;
  }
  .topBg .nav ul {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .topBg .nav li {
    width: 33.33%;
    background: none;
    line-height: 3.125rem;
  }
}
@media (max-width: 550px) {
  .topBg .logo {
    padding-top: 24%;
  }
  .topBg {
    height: 330px;
  }
}
/*
  领导信息：lead
*/
.lead .lead-body {
  padding: 0 0.75rem;
}
.lead .lead-body .lead-position {
  background-color: #fdf7f0;
  font-size: 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.lead .lead-body .lead-name {
  height: 2.875rem;
  line-height: 2.875rem;
  display: flex;
  justify-content: center;
}
.lead .lead-body .lead-name a {
  font-size: 1rem;
  text-align: center;
  padding: 0 0.375rem;
}

@media (max-width: 1200px) {
  .lead .lead-body {
    padding: 0;
  }
}
/*
  图片新闻：news
*/
.image {
  padding-right: 11px;
}

.news {
  position: relative;
  width: 100%;
}
.news .bd {
  height: 25rem;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  height: 25rem;
  background-color: #fff;
  position: relative;
}
.news .bd li a {
  display: block;
}
.news .bd li img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news .bd li p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 50px;
  height: 50px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news .bd li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 50px;
  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: 1rem;
  line-height: 50px;
  text-align: left;
  padding-left: 16px;
}
.news .hd {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 10px;
}
.news .hd li {
  cursor: pointer;
  width: 11px;
  height: 10px;
  display: block;
  overflow: hidden;
  text-indent: 20px;
  float: left;
  margin-left: 8px;
  background: url(../images/default_li.png);
}
.news .hd li.on {
  background: url(../images/active_li.png);
}
.news .prev,
.news .next {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  display: none;
  background: url(../images/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;
}

@media (max-width: 991px) {
  .image {
    padding-right: 0;
  }
}
/*
  文章列表：article-head
*/
.article-head .article-title {
  display: inline-block;
}
.article-head .article-title a {
  padding: 0 1.125rem;
  color: #fff;
}

/*
  检察服务平台：resources
*/
.resources .resources-title {
  display: inline-block;
}
.resources .resources-title a {
  padding: 0 1.125rem;
  color: #fff;
}
.resources .resources-body ul {
  background: url(../images/ResourcesBodyBg.png) no-repeat right bottom;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.625rem 0.375rem;
  /* 去掉最后一行的底边框 */
}
.resources .resources-body ul li {
  border-right: 1px solid #eee; /* 竖向分隔线 */
  border-bottom: 1px solid #eee; /* 横向分隔线 */
  text-align: center;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 19.8%;
}
.resources .resources-body ul li .images-size {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 1.75rem;
}
.resources .resources-body ul li span {
  display: block;
  font-size: 1rem;
  margin: 1.625rem 0 1.75rem;
}
.resources .resources-body ul li:nth-child(5n) {
  border-right: none;
}
.resources .resources-body ul li:nth-child(n+6) {
  border-bottom: none;
}

@media (max-width: 450px) {
  .resources .resources-body ul {
    background: none;
  }
  .resources .resources-body ul li {
    border: none;
    width: 25%;
  }
  .resources .resources-body ul li a {
    padding: 0 10px;
  }
}
/*
  本院介绍：profile
*/
.profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile .profile-item {
  width: 48%;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9375rem;
}
.profile .profile-item:nth-last-child(-n+2) {
  margin-bottom: auto;
}
.profile .profile-item span {
  margin-left: 1.875rem;
  font-size: 1.125rem;
}
.profile .profile-item:nth-child(1) {
  background: url("../images/AboutBlurry01.png") no-repeat 90% center, #f3edea;
}
.profile .profile-item:nth-child(2) {
  background: url("../images/AboutBlurry02.png") no-repeat 90% center, #f3edea;
}
.profile .profile-item:nth-child(3) {
  background: url("../images/AboutBlurry03.png") no-repeat 90% center, #f3edea;
}
.profile .profile-item:nth-child(4) {
  background: url("../images/AboutBlurry04.png") no-repeat 90% center, #f3edea;
}
.profile .profile-item:nth-child(5) {
  background: url("../images/AboutBlurry05.png") no-repeat 90% center, #f3edea;
}
.profile .profile-item:nth-child(6) {
  background: url("../images/AboutBlurry06.png") no-repeat 90% center, #f3edea;
}

/*
  官网社媒：media

*/
.media {
  background: url(../images/MediaBg.png) no-repeat;
  border-top: 4px solid #c8282b;
}
.media span {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.375rem;
}
.media .wx {
  padding-top: 1rem;
}
.media .wb {
  padding: 0.5rem 0 0.5rem;
}
.media .common-media {
  text-align: center;
}
.media img {
  width: 9.375rem;
  height: auto;
}

@media (max-width: 991px) {
  .media {
    background: none;
  }
}
/*
  专题专栏：index-column
  A house is not a home
*/
.index-column {
  width: 1400px;
  margin-bottom: 24px;
  background-color: #fff;
}
.index-column .picScroll-left {
  width: 1400px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.index-column .picScroll-left .bd {
  margin-left: 4.375rem;
  margin-left: 4.375rem\0 ;
  width: 1254px;
  overflow: hidden;
  padding: 1.5rem 0;
}
.index-column .picScroll-left .bd li {
  margin-right: 30px;
  margin-right: 15px\0 ;
  width: 400px;
  float: left;
  display: inline;
  overflow: hidden;
  text-align: center;
}
.index-column .picScroll-left .hd a {
  width: 2.5rem;
  background-color: #f7efe7;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-column .prev {
  display: block;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.index-column .next {
  display: block;
  float: right;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .index-column {
    width: 100%;
  }
  .index-column .picScroll-left {
    width: auto;
  }
  .index-column .picScroll-left .bd {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .index-column .picScroll-left .hd {
    display: none;
  }
  .index-column .picScroll-left .bd {
    margin-left: 10px;
  }
  .index-column .picScroll-left .bd img {
    width: 100%;
  }
  .index-column .picScroll-left .bd li {
    width: 300px;
  }
}
/*
  检察风采：showcase
*/
.showcase {
  overflow: hidden;
  position: relative;
  padding: 1.875rem 1.75rem;
  background-color: #fff;
}
.showcase ul li {
  width: 19.6875rem;
  height: 13.125rem;
  position: relative;
  margin: 0 1.625rem;
  margin: 0 0.8125rem\0 ;
  *margin: 0 0.625rem;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.showcase ul li img {
  width: 100%;
  height: 13.125rem;
}
.showcase ul li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 3.125rem;
  line-height: 3.125rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#50000000", endColorstr="#50000000") \9 ;
}
.showcase ul li .title a {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  padding-left: 5%;
  display: inline-block;
}

@media (max-width: 991px) {
  .showcase {
    padding-left: 0;
    padding-right: 0;
  }
  .visual-showcase,
  .m-bottom {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
/*
  友情链接：friend-link
*/
.friend-link {
  background-color: #f7f0ea;
}
.friend-link .link-body {
  display: flex;
  align-items: center;
  height: 4.125rem;
}
.friend-link .link-body h3 {
  color: #c8282b;
  font-size: 1.25rem;
  margin-right: 1.75rem;
  font-weight: 600;
  flex: 0 0 130px;
}
.friend-link .link-body h3 img {
  vertical-align: sub;
  margin-right: 0.5rem;
}
.friend-link .link-body .link {
  display: flex;
  flex: 1;
  width: auto;
}
.friend-link .link-body .link .link-item {
  width: 20%;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  background: #fff;
  margin-right: 1.875rem;
}
.friend-link .link-body .link .link-item a {
  font-size: 1rem;
}
.friend-link .link-body .link .link-item:nth-last-child(-n+2) {
  background: url(../images/LinkDown.png) no-repeat 98% center, #fff;
}
.friend-link .link-body .link .link-item:last-child {
  margin: auto;
}

@media (max-width: 991px) {
  .friend-link .link-body {
    flex-direction: column;
    align-items: normal;
  }
  .friend-link .link-body h3 {
    flex: none;
  }
}
@media (max-width: 700px) {
  .friend-link .link-body .link .link-item {
    width: 30%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .friend-link .link-body .link {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 15px;
  }
  .friend-link .link-body {
    height: auto;
    padding: 15px;
  }
  .friend-link .link-body .link .link-item:last-child {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .friend-link .link-body .link .link-item:nth-last-child(-n+2) {
    background: #fff;
  }
}
/*
  底部版权：bottom
*/
.bottom {
  background: url(../images/BottomBg.png);
  padding: 2rem 0;
}
.bottom .layui-container {
  display: flex;
  justify-content: center;
}
.bottom .layui-row {
  display: flex;
  align-items: center;
}
.bottom .red {
  text-align: right;
  margin-right: 1.625rem;
}
.bottom .red img {
  width: 45px;
}
.bottom .copyright {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.375rem;
}

@media (max-width: 700px) {
  .bottom {
    padding: 15px;
  }
  .bottom .layui-container .layui-row {
    flex-direction: column;
  }
  .bottom .red {
    margin: 0 0 15px 0;
  }
  .bottom span {
    display: inline-block;
  }
  .bottom p {
    text-align: center;
  }
}
/*
  搜索：search
*/
.toobar {
  display: flex;
  position: absolute;
  top: 24px;
  right: 2%;
}
.toobar .accessible a {
  padding: 0 0.875rem;
  height: 2.25rem;
  line-height: 2.25rem;
  color: #c8282b;
  font-size: 1rem;
  background: #faefcd;
  border-radius: 40px;
  margin-right: 1.125rem;
  display: block;
}

.search {
  font-size: 0;
}
.search form {
  display: flex;
}
.search .search-con {
  width: 10.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  border: none;
  background: #faefcd;
  border-radius: 40px;
  font-size: 14px;
  color: #8c8c8c;
  padding-left: 1.25rem;
  padding-right: 2.625rem;
}
.search .submit {
  background: #c8282b;
  width: 2.625rem;
  height: 2.25rem;
  border: none;
  margin-left: -2.3125rem;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */