﻿@charset "UTF-8";
/*
  公共样式
*/
html {
  font-size: 16px;
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
}
.layui-container {
  padding: 0;
}

.padr {
  padding-right: 0.625rem;
}

.padl {
  padding-left: 0.625rem;
}

a:hover {
  color: #597cc4;
}

.mat {
  margin-top: 1.5rem;
}

body {
  background: url(../images/topBg.png) no-repeat top center;
  color: #353535;
}

.content {
  background: #f0f4fa;
}

.content-bg {
  background: #fff;
}

@media (max-width: 991px) {
  .padr {
    padding-right: 0;
  }
  .padl {
    padding-left: 0;
  }
  .mat {
    margin-top: 0;
  }
  .content {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  body {
    background: url(../images/topBg.png) no-repeat top left;
  }
}
/*
  头部样式：topBg
*/
.topBg {
  height: 414px;
  display: flex;
  /*justify-content: center;*/
  flex-direction: column;
}
.topBg .logo {
  margin-left: 6px;
  margin-top: 150px;
}
.topBg ul {
	position: absolute;
	top: 10px;
	right: 2%;
	z-index: 100;
}

.topBg ul li {
	float: left;
	padding: 0 10px;
	height: 33px;
	line-height: 32px;
}

.topBg ul li+li {
	background: url(../images/sq_top_hr.png) no-repeat left center;
}

.topBg ul li a {
	font-size: 16px;
	color: #fff;
}
.topBg .logo img {
  width: 39.5625rem;
}

@media (max-width: 991px) {
  .topBg {
    height: 200px;
  }
  .topBg .logo {
    text-align: center;
    margin-top: 90px;
  }
  .topBg .logo img {
    width: 80%;
  }
}
/*
  导航样式：nav
*/
.nav {
  background-color: #2d549f;
  height: 4.125rem;
  line-height: 4.125rem;
}
.nav ul {
  display: flex;
}
.nav ul li {
  text-align: center;
  padding: 0 1.25rem;
}
.nav ul li a {
  color: #fff;
  font-size: 1.125rem;
}

@media (max-width: 1200px) {
  .nav ul {
    justify-content: center;
  }
  .nav ul li {
    padding: 0 0.75rem;
  }
}
@media (max-width: 991px) {
  .nav {
    height: auto;
  }
  .nav ul {
    flex-wrap: wrap;
    padding: 10px 0px;
  }
  .nav ul li {
    width: 33.333%;
    padding: 0;
  }
}
/*
  欢迎组件：welcome
*/
.welcome {
  height: 3.875rem;
  line-height: 3.875rem;
  padding: 0 4px;
}
.welcome .welcome-text p {
  color: #454545;
}
.welcome .search {
  text-align: right;
}
.welcome .search .search-con {
  height: 2.25rem;
  line-height: 2.25rem;
  width: 16.25rem;
  border: 1px solid #2d549f;
  padding-left: 0.9375rem;
  color: #454545;
  vertical-align: middle;
}
.welcome .search .submit {
  width: 5.5rem;
  height: 2.375rem;
  line-height: 2rem;
  cursor: pointer;
  border: none;
  background: #389fef;
  color: #fff;
  font-size: 1.125rem;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .welcome {
    height: auto;
    line-height: 1.375rem;
    padding: 15px 0;
  }
  .welcome .welcome-text {
    display: none;
  }
  .welcome .search {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .welcome .search .search-con {
    width: 70%;
  }
  .welcome .search .submit {
    width: 20%;
  }
}
/*
  头条新闻：index-headLine
*/
.index-headLine {
  height: 4.0625rem;
  margin-bottom: 0.9375rem;
  position: relative;
}
.index-headLine .news-title {
  height: 4.0625rem;
  overflow: hidden;
  text-align: center;
}
.index-headLine h4 {
  height: 4.0625rem;
  line-height: 4.0625rem;
  margin: 0 auto;
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.125rem;
}
.index-headLine h4 a {
  display: block;
  width: 80%;
  height: 4.0625rem;
  line-height: 4.0625rem;
  margin: 0 auto;
  color: #b80e00;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*
  图片新闻：news
*/
.image {
  padding-right: 11px;
}

.news {
  position: relative;
  width: 100%;
}
.news .bd {
  height: 329px;
  position: relative;
  overflow: hidden;
}
.news .bd li {
  height: 329px;
  background-color: #fff;
  position: relative;
}
.news .bd li a {
  display: block;
}
.news .bd li img {
  width: 100%;
  -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: 38px;
  height: 38px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.news .bd li p i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 38px;
  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: 38px;
  text-align: left;
  padding-left: 16px;
}
.news .hd {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  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;
  }
}
/*
  检察动态：procuratorial-dynamics
*/
.procuratorial-dynamics {
  padding-left: 11px;
}
.procuratorial-dynamics .procuratorial-head {
  background: url(../images/procuratorialBg.png) no-repeat;
  height: 42px;
  display: flex;
  align-items: center;
}
.procuratorial-dynamics .procuratorial-head h3 {
  font-size: 18px;
  color: #fff;
}
.procuratorial-dynamics .procuratorial-head h3 img {
  margin: 0 1.75rem 0 0.625rem;
}
.procuratorial-dynamics .procuratorial-head a {
  margin-left: auto;
  margin-right: 0.875rem;
}
.procuratorial-dynamics .procuratorial-bottom {
  padding: 0 1.25rem;
}
.procuratorial-dynamics .procuratorial-bottom .procuratorial-special {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ededed;
  margin-bottom: 0.625rem;
}
.procuratorial-dynamics .procuratorial-bottom .procuratorial-special h4 {
  font-size: 16px;
  text-align: center;
  color: #454545;
  font-weight: 600;
  padding: 1.125rem 0 1rem;
}
.procuratorial-dynamics .procuratorial-bottom .procuratorial-special p {
  color: #454545;
  font-size: 14px;
  text-indent: 2em;
  line-height: 1.5rem;
}
.procuratorial-dynamics .procuratorial-bottom .procuratorial-special a {
  color: #ca0d0e;
  float: right;
}
.procuratorial-dynamics .procuratorial-bottom .procuratorial-normal {
  height: 2.375rem;
  line-height: 2.375rem;
  background: url(../images/spot_grey.png) no-repeat 10px;
  padding-left: 1.625rem;
}
.procuratorial-dynamics .procuratorial-bottom .procuratorial-normal a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 991px) {
  .procuratorial-dynamics {
    padding-left: 0;
    margin: 16px 0;
  }
  .procuratorial-dynamics .procuratorial-bottom {
    padding: 0;
  }
  .procuratorial-dynamics .procuratorial-bottom .procuratorial-special p {
    padding: 0 8px;
  }
  .news .bd {
    height: auto;
  }
  .news .bd li {
    height: auto;
  }
}
/*
  检务公开：public-inspection
*/
.public-inspection {
  height: 7.875rem;
  display: flex;
  border: 1px solid #2d549f;
}
.public-inspection h4 {
  width: 3.125rem;
  font-size: 18px;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2d549f;
}
.public-inspection .inspection-box {
  background: #597cc4;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 59.25rem;
}
.public-inspection .inspection-box ul {
  display: flex;
  height: 5.375rem;
}
.public-inspection .inspection-box ul .use-text {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-right: 1px dashed #fff;
  padding: 0 36px;
  transition: all 0.5s ease-in-out;
}
.public-inspection .inspection-box ul .use-text span {
  display: block;
  padding: 1.125rem 0 0.25rem;
  color: #fff;
  font-size: 14px;
}
.public-inspection .inspection-box ul .use-text img {
  display: block;
  margin: auto;
}
.public-inspection .inspection-box ul .use-text:last-child {
  border: none;
}
.public-inspection .inspection-box ul .use-text:hover img {
  animation: jump 1.5s ease-out backwards;
}
.public-inspection .inspection-box ul .use-text:hover a {
  font-weight: bold;
}

@keyframes jump {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translateY(5px) scaleX(1.2) scaleY(0.8);
  }
  30% {
    transform: translateY(-13px) scaleX(1) scaleY(1) rotateZ(5deg);
  }
  50% {
    transform: translateY(0) scale(1) rotateZ(0);
  }
  55% {
    transform: translateY(0) scaleX(1.1) scaleY(0.9) rotateZ(0);
  }
  70% {
    transform: translateY(-4px) scaleX(1) scaleY(1) rotateZ(-2deg);
  }
  80% {
    transform: translateY(0) scaleX(1) scaleY(1) rotateZ(0);
  }
  85% {
    transform: translateY(0) scaleX(1.05) scaleY(0.95) rotateZ(0);
  }
  100% {
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@media (max-width: 991px) {
  .public-inspection {
    display: block;
    height: auto;
    margin-bottom: 14px;
  }
  .public-inspection h4 {
    width: 100%;
    writing-mode: lr;
    padding: 16px 0;
  }
  .public-inspection .inspection-box {
    width: 100%;
    display: block;
  }
  .public-inspection .inspection-box ul {
    padding: 14px 0;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .public-inspection .inspection-box ul .use-text {
    margin-top: 10px;
    width: 25%;
    padding: 0;
    border: none;
    text-align: center;
  }
}
/*
  文章列表：article-list
*/
.article-list .article-box .article-head {
  background: url(../images/procuratorialBg.png) no-repeat;
  height: 42px;
  display: flex;
  align-items: center;
}
.article-list .article-box .article-head h3 {
  font-size: 18px;
  color: #fff;
}
.article-list .article-box .article-head h3 img {
  margin: 0 1.75rem 0 0.5rem;
}
.article-list .article-box .article-head a {
  margin-left: auto;
  margin-right: 0.875rem;
}
.article-list .article-box .article-bottom {
  margin: 4px 0;
}
.article-list .article-box .article-bottom li {
  height: 2.375rem;
  line-height: 2.375rem;
  background: url(../images/spot_grey.png) no-repeat 10px;
  padding-left: 1.625rem;
}
.article-list .article-box .article-bottom li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 100%;
}
.article-list .article-box .article-bottom .article-img {
  background: none;
  height: auto;
  padding: 0.4375rem 0;
}
.article-list .article-box .article-bottom .article-img img {
  max-width: 30.3125rem;
  width: 100%;
}

@media (max-width: 991px) {
  .article-list .article-box {
    margin-bottom: 14px;
  }
  .article-list .article-box .article-img {
    text-align: center;
  }
}
/*
  公益诉讼：lawsuit
*/
.lawsuit {
  height: 8rem;
  width: 11.888rem;
}
.lawsuit .lawsuit-common {
  width: 100%;
  height: 3.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lawsuit .lawsuit-common span {
  font-size: 18px;
  color: #fff;
  margin-left: 14px;
}
.lawsuit .lawsuit-common img {
  width: 2.375rem;
}
.lawsuit .lawsuit-box1 {
  background-color: #006db8;
}
.lawsuit .lawsuit-box2 {
  background-color: #529fef;
  margin-top: 1.25rem;
}

@media (max-width: 1200px) {
  .lawsuit {
    width: 100%;
  }
  .lawsuit .lawsuit-common span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .lawsuit {
    width: 100%;
    margin-bottom: 14px;
    height: auto;
    display: flex;
    justify-content: space-evenly;
  }
  .lawsuit .lawsuit-common {
    width: 40%;
  }
  .lawsuit .lawsuit-box2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .lawsuit {
    width: 100%;
    margin-bottom: 14px;
    height: auto;
    display: block;
  }
  .lawsuit .lawsuit-common {
    width: 100%;
  }
  .lawsuit .lawsuit-box2 {
    margin-top: 8px;
  }
}
/*
  12306:usr-link
*/
.usr-link .link-common img {
  width: 11.875rem;
  height: auto;
}
.usr-link .rules {
  margin-top: 0.875rem;
}

@media (max-width: 1200px) {
  .usr-link .link-common img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .usr-link {
    margin-bottom: 14px;
  }
  .usr-link .link-box {
    display: flex;
    justify-content: space-evenly;
  }
  .usr-link .link-box .rules {
    margin: 0;
  }
}
/*
  新媒体: new-media
*/
.new-media {
  margin-top: 0.625rem;
}
.new-media .media-head {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  border-bottom: 1px solid #2d549f;
}
.new-media .media-head h4 {
  font-size: 20px;
  color: #2d549f;
  font-weight: 600;
  margin-left: 0.625rem;
}
.new-media .madia-bottom {
  margin-top: 0.75rem;
}
.new-media .madia-bottom .code .code-common {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-media .madia-bottom .code .code-common img {
  width: 56%;
}
.new-media .madia-bottom .code .code-common span {
  color: #454545;
  font-size: 14px;
}
.new-media .madia-bottom .code .code-wb {
  margin-top: 0.375rem;
}

@media (max-width: 991px) {
  .new-media {
    margin-bottom: 14px;
  }
  .new-media .madia-bottom .code {
    display: flex;
    justify-content: space-evenly;
  }
  .new-media .madia-bottom .code .code-common img {
    width: auto;
  }
}
/*
  检察风采：index-view
*/
.index-view {
  width: 100%;
  height: 216px;
  margin-bottom: 45px;
  overflow: hidden;
  position: relative;
}
.index-view .layui-row {
  position: relative;
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.index-view .hd {
  background: url(../images/procuratorialBg.png) no-repeat left;
  height: 42px;
  display: flex;
  align-items: center;
}
.index-view .hd a {
  margin-left: auto;
  margin-right: 0.875rem;
}
.index-view .hd h4 {
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.index-view .hd h4 img {
  margin: 0 1.75rem 0 0.625rem;
}
.index-view .bd {
  float: left;
  width: 100%;
  height: 152px;
  margin-top: 1rem;
  overflow: hidden;
}
.index-view .bd ul li {
  float: left;
  width: 218px;
  height: 152px;
  margin-right: 22px;
  margin-right: 21px\0 ;
  *margin-right: 21px;
  position: relative;
}
.index-view .bd ul li a {
  display: block;
  color: #fff;
}
.index-view .bd ul li img {
  width: 218px;
  height: 152px;
}
.index-view .bd ul li p {
  width: 96%;
  padding: 0 2%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  font-size: 0.875rem;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.index-view .bd ul li p a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 991px) {
  .index-view {
    margin-bottom: 14px;
  }
}
/*
  友情链接：blogroll
*/
.blogroll {
  padding-bottom: 1.125rem;
}
.blogroll .blogroll-title {
  background: url(../images/procuratorialBg.png) no-repeat left;
  height: 42px;
  display: flex;
  align-items: center;
}
.blogroll .blogroll-title h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
.blogroll .blogroll-title h4 img {
  margin: 0 1.75rem 0 0.625rem;
}
.blogroll .blogroll-head {
  display: flex;
  justify-content: space-evenly;
  margin: 0.875rem 0;
}
.blogroll .blogroll-head a {
  width: 14.5rem;
  height: 2.25rem;
  background-color: #dbe2f1;
  border-radius: 5px;
  display: block;
  text-align: center;
  line-height: 2.25rem;
  color: #454545;
}
.blogroll .blogroll-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.blogroll .blogroll-bottom ul li {
  width: 10.375rem;
  padding-left: 2.125rem;
  background: url(../images/spot_grey.png) no-repeat 2.5rem;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
}

@media (max-width: 1200px) {
  .blogroll .blogroll-bottom ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blogroll .blogroll-head {
    display: block;
  }
  .blogroll .blogroll-head a {
    margin: auto;
    margin-bottom: 8px;
  }
  .blogroll .blogroll-bottom ul {
    justify-content: center;
  }
  .blogroll .blogroll-bottom ul li {
    padding: 0;
    margin-bottom: 8px;
    background: none;
  }
}
@media (max-width: 600px) {
  .blogroll .blogroll-bottom ul li {
    background: none;
  }
}
/*
  版权底部：site-bottom
*/
.site-bottom {
  background: #2d549f;
  padding: 2.25rem 0;
}
.site-bottom .layui-container {
  display: flex;
  justify-content: center;
}
.site-bottom .layui-row {
  display: flex;
  align-items: center;
}
.site-bottom .red {
  text-align: right;
}
.site-bottom .red img {
  margin-right: 1.875rem;
}
.site-bottom .copyright p {
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.site-bottom .copyright img {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .site-bottom .layui-row {
    display: block;
    padding: 0 8px;
  }
  .site-bottom .layui-row .red {
    text-align: center;
  }
  .site-bottom .layui-row .red img {
    margin: 0;
    margin-bottom: 8px;
  }
  .site-bottom .layui-row .copyright p {
    height: auto;
    line-height: auto;
    text-align: center;
  }
  .site-bottom .layui-row .copyright p span {
    display: inline-block;
  }
}
/*
  网上检察服务平台：service-platform
*/
.service-platform {
  background: url(../images/functionLink_bg.png) no-repeat center left;
}
.service-platform .platform-head {
  padding-top: 1.25rem;
}
.service-platform .platform-head h3 {
  text-align: center;
  color: #2d549f;
  font-size: 1.375rem;
  font-family: "黑体", Arial, sans-serif;
  font-weight: 700;
  background: url(../images/functionLink_titleBg.png) no-repeat center;
}
.service-platform .platform-body {
  padding: 1.5rem 0 0.75rem 0;
}
.service-platform .platform-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.service-platform .platform-body ul li {
  width: 13.5rem;
  height: 3.375rem;
  background: linear-gradient(to bottom, #587bc3, #344f95);
  margin-bottom: 22px;
}
.service-platform .platform-body ul li a {
  display: flex;
  align-items: center;
  height: 3.375rem;
}
.service-platform .platform-body ul li a img {
  margin: 0 0 0 1rem;
}
.service-platform .platform-body ul li a span {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .service-platform {
    margin-bottom: 0.875rem;
    background-size: 100% 100%;
  }
  .service-platform .platform-body ul {
    height: auto;
  }
  .service-platform .platform-body ul li {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=style.css.map */