@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: 1.25rem;
}

.pl {
  padding-left: 1.25rem;
}

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

.light-blue {
  color: #1951c3;
  font-weight: 700;
}

.dark-blue {
  color: #1e7aea;
  font-weight: 700;
}

.common-more {
  position: absolute;
  top: 50%;
  right: 2%;
  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: 2.25rem;
}

@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;
  }
  .move-padding {
    padding: 0 0.9375rem;
  }
}
.cut-off-bg {
  background-color: #f3f3f3;
  height: 2.5rem;
}

.topBg {
  height: 540px;
  background: url(../images/banner.png) no-repeat center;
  position: relative;
}
.topBg .accessible a {
  font-size: 1rem;
  color: #0173d9;
  background-color: #b5daf6;
  border-radius: 20px;
  width: 6.875rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  position: absolute;
  right: 2%;
  top: 6%;
}
.topBg .logo {
  padding-top: 12%;
  text-align: center;
}
.topBg .search {
  font-size: 0;
  margin-top: 1.875rem;
}
.topBg .search form {
  display: flex;
  justify-content: center;
}
.topBg .search .search-con {
  border: 2px solid #fff;
  height: 3rem;
  width: 37.625rem;
  border-radius: 5px;
  padding: 0 0.9375rem;
  font-size: 1rem;
  color: #454545;
  border: 0.125rem solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
.topBg .search input::-moz-placeholder {
  color: #454545;
}
.topBg .search input::placeholder {
  color: #454545;
}
.topBg .search .submit {
  height: 3.25rem;
  width: 4.125rem;
  background: linear-gradient(to bottom right, #69d2ff, #1e73d9);
  border: none;
  border-radius: 5px;
  margin-left: -4.0625rem;
  cursor: pointer;
}

@media (max-width: 991px) {
  .topBg {
    height: 300px;
  }
  .topBg .logo img {
    width: 80%;
  }
  .topBg .search .search-con {
    width: 80%;
  }
}
@media (max-width: 520px) {
  .topBg .logo {
    padding-top: 24%;
  }
}
/*
  导航：nav
*/
.nav {
  background-color: #0173d9;
  height: 68px;
  line-height: 68px;
}
.nav ul {
  display: flex;
  justify-content: center;
}
.nav ul li {
  width: 14.2%;
  display: block;
  text-align: center;
  font-size: 1.375rem;
  background: url(../images/PartingLine.png) no-repeat center right;
}
.nav ul li a {
  color: #fff;
}
.nav ul li:hover a {
  color: #c6e4ff;
}
.nav ul li:last-child {
  background: none;
}

@media (max-width: 750px) {
  .nav {
    height: auto;
  }
  .nav ul {
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0.9375rem 0;
  }
  .nav ul li {
    width: 33.33%;
    background: none;
    line-height: 3.125rem;
  }
}
/*
  头条新闻：index-headLine
*/
.index-headLine {
  background-color: #ebf1fa;
}
.index-headLine .headline-news {
  display: flex;
}
.index-headLine .headline-label {
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
  margin-left: 0.375rem;
}
.index-headLine .news-title {
  height: 7.5rem;
  overflow: hidden;
}
.index-headLine .news-title li {
  height: 7.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.index-headLine .news-title li h4 a {
  font-size: 1.75rem;
  color: #1965c3;
}
.index-headLine .news-title li p {
  font-size: 1rem;
  color: #585555;
  margin-top: 0.375rem;
}

/*
  图片新闻：news
*/
.news {
  position: relative;
  width: 100%;
}

.image {
  padding-right: 11px;
}

.news {
  position: relative;
  width: 100%;
}
.news .bd {
  height: 26.25rem;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  height: 26.25rem;
  background-color: #fff;
  position: relative;
}
.news .bd li a {
  display: block;
}
.news .bd li img {
  width: 100%;
  height: 26.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: 60px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news .bd li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 60px;
  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: 1.125rem;
  line-height: 60px;
  text-align: left;
  padding-left: 16px;
}
.news .hd {
  position: absolute;
  z-index: 1;
  bottom: 26px;
  right: 16px;
}
.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-body
*/
.article-head {
  height: 3.125rem;
  border-bottom: 3px solid #afd3fe;
  position: relative;
}
.article-head .article-title {
  background: url(../images/newsHeadBg.png) no-repeat;
  height: 3.125rem;
  line-height: 3.125rem;
  display: inline-block;
  width: 152px;
  padding-left: 1rem;
}
.article-head .article-title a {
  font-size: 1.375rem;
  color: #fff;
}
.article-head .common-more {
  font-size: 1rem;
  color: #1965c3;
}

.article-body .article-special {
  margin: 1.3125rem 0;
}
.article-body .article-special h4 {
  text-align: center;
}
.article-body .article-special h4 a {
  font-size: 1.125rem;
  color: #1965c3;
  width: 80%;
  margin: auto;
}
.article-body .article-special p {
  font-size: 1rem;
  color: #656565;
  margin-top: 0.625rem;
}
.article-body ul li {
  font-size: 1.0625rem;
  color: #272727;
  height: 2.75rem;
  line-height: 2.75rem;
  padding-left: 1.125rem;
  background: url(../images/ArticleBg.png) no-repeat left center;
}
.article-body ul li a {
  display: block;
}

/*
  专题专栏：feature
*/
.feature ul {
  display: flex;
  justify-content: space-between;
}
.feature ul li {
  width: 32%;
}
.feature ul li img {
  width: 100%;
}

@media (max-width: 750px) {
  .feature ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feature ul li {
    width: auto;
    text-align: center;
    margin-bottom: 0.9375rem;
  }
  .feature ul li img {
    width: 80%;
  }
}
.main {
  background: url(../images/mainBg.png) no-repeat center top;
}

/*
  resources：服务平台
*/
.resources .resources-head {
  font-size: 0;
  padding: 2.125rem 0 1.25rem;
  text-align: center;
}
.resources .resources-head span {
  font-size: 1.875rem;
  font-weight: 500;
}
.resources .resources-body ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.resources .resources-body ul li {
  width: 7.5rem;
  text-align: center;
}
.resources .resources-body ul img {
  display: block;
  text-align: center;
  margin: auto;
}
.resources .resources-body ul span {
  display: block;
  text-align: center;
  font-size: 1.0625rem;
  color: #1965c3;
}

@media (max-width: 991px) {
  .resources .resources-body ul li {
    margin-bottom: 1.25rem;
  }
}
/*
  切换类文章：article-tab
*/
.article-tab {
  margin-bottom: 1.125rem;
}
.article-tab .article-tab-title {
  border-bottom: 3px solid #afd3fe;
  position: relative;
}
.article-tab .article-tab-title li {
  height: 3.125rem;
  line-height: 3.125rem;
  display: inline-block;
  width: 152px;
  padding-left: 1rem;
  cursor: pointer;
  font-size: 1.375rem;
  color: #424346;
  font-weight: 500;
}
.article-tab .article-tab-title li .common-more {
  font-size: 1rem;
  color: #1965c3;
}
.article-tab .article-tab-title li.on {
  background: url(../images/newsHeadBg.png) no-repeat;
  color: #fff;
}
.article-tab .article-tab-body {
  padding: 0.75rem 0;
}
.article-tab .article-tab-body li {
  font-size: 1.0625rem;
  color: #272727;
  height: 44px;
  line-height: 44px;
  padding-left: 1.125rem;
  background: url(../images/ArticleBg.png) no-repeat left center;
}
.article-tab .article-tab-body li .time {
  float: right;
  color: #747474;
}

.main-right {
  background-color: #eef7ff;
}

/*
  本院相关：profile
*/
.profile {
  padding: 1.5rem 0 0.1875rem;
}
.profile ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.profile ul li {
  width: 155px;
  height: 3.6875rem;
  line-height: 3.6875rem;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  margin-bottom: 1.0625rem;
}
.profile ul a {
  font-size: 1.0625rem;
}
.profile ul img {
  margin-right: 1rem;
}
.profile ul li:last-child img {
  margin: 0px 0 0 1.125rem;
}

/*
  法律法规库：flfgk
*/
.flfgk {
  text-align: center;
  margin-bottom: 1.625rem;
}
.flfgk img {
  width: 20.625rem;
}

/*
  媒体：madie
*/
.madie .madie-head {
  font-size: 0;
  text-align: center;
}
.madie .madie-head span {
  font-size: 1.625rem;
  font-weight: 500;
}
.madie .madie-body {
  margin: 0.75rem 0 1.25rem;
  display: flex;
  justify-content: space-evenly;
}
.madie .madie-body .common-media span {
  font-size: 1.0625rem;
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}

/*
  视频中心：video
*/
.video-center .video-head {
  font-size: 0;
  text-align: center;
  background: url(../images/titleBg.png) no-repeat center 0.875rem;
}
.video-center .video-head span {
  font-size: 1.625rem;
  font-weight: 700;
}
.video-center .video-body #video {
  margin: 0.75rem auto 1rem;
  text-align: center;
  position: relative;
}
.video-center .video-body #video img {
  width: 90%;
}
.video-center .video-body #video .paly {
  width: 4.375rem;
  height: 4.375rem;
  background: url(../images/paly.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-center .video-body p {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 1.375rem;
}

@media (max-width: 780px) {
  .video-center .video-head {
    background: url(../images/titleBg.png) no-repeat center;
  }
}
/*
  检察风采：visual
*/
.visual-head {
  font-size: 1.625rem;
  display: flex;
  font-weight: 500;
  background: url(../images/visualBg.png) no-repeat 7.5rem center;
}

.showcase {
  margin-top: 1.5rem;
  overflow: hidden;
}
.showcase li {
  width: 282px;
  margin-right: 1.5rem;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
}
.showcase li img {
  width: 100%;
  height: 13.125rem;
}
.showcase li .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1rem;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.showcase li .title a {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  padding-left: 5%;
  display: inline-block;
}

/*
  底部：footr
*/
.footr {
  background-color: #1965c3;
}
.footr .link {
  display: flex;
  justify-content: space-between;
  padding: 1.625rem 0 2.875rem;
}
.footr .link .link-item {
  width: 18%;
  height: 2.125rem;
  line-height: 2.125rem;
  border: 2px solid #8baee1;
  text-align: center;
  min-width: 140px;
}
.footr .link .link-item a {
  font-size: 1rem;
  color: #fff;
}
.footr .link .link-item:nth-last-child(-n+2) {
  background: url(../images/LinkDown.png) no-repeat 98% center;
}
.footr .bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 2.5rem;
}
.footr .bottom .red {
  text-align: right;
  margin-right: 1.625rem;
}
.footr .bottom .copyright {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.125rem;
  text-align: center;
}

@media (max-width: 780px) {
  .footr .link {
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-bottom: 1.5rem;
  }
  .footr .link .link-item {
    margin-bottom: 0.9375rem;
  }
  .bottom span {
    display: inline-block;
  }
}
.index-code {
    position: fixed;
    left: 50%;
    margin-left: 600px;
    top: 471px;
    z-index: 1001;
    height: auto;
    transition: all 1s ease 0s;
}
/*# sourceMappingURL=style.css.map */