 /*-----重置代码-----*/

 body,
 ol,
 ul,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 th,
 td,
 dl,
 dd,
 form,
 fieldset,
 legend,
 input,
 textarea,
 select {
   margin: 0;
   padding: 0;
 }

 html {
   height: 100%;
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
   -webkit-font-smoothing: antialiased;
 }

 body {
   width: 100%;
   font-size: 16px;
   font-family: "Microsoft YaHei";
   -webkit-text-size-adjust: 100%;
   min-width: max-content;
 }

 em {
   font-style: normal;
 }

 li {
   list-style: none;
 }

 img {
   border: 0;
   vertical-align: middle;
 }


 p {
   word-wrap: break-word;
 }

 a {
   text-decoration: none;
   cursor: pointer;
 }

 a:link {
   COLOR: #696969;
   text-decoration: none;
 }

 a:visited {
   COLOR: #696969;
   text-decoration: none;
 }

 a:hover {
   COLOR: #1e53a1;
   text-decoration: none;
 }

 map,
 map area {
   outline: none;
 }

 /* 通用 */
 .wrap {}

 .container {
   width: 1140px;
   margin: 0 auto;
 }

 .clear {
   height: 30px;
   overflow: hidden;
   clear: both;
 }

 .clear_m {
   height: 20px;
   overflow: hidden;
   clear: both;
 }

 .clear_s {
   height: 15px;
   overflow: hidden;
   clear: both;
 }

 .clear_k {
   clear: both;
 }

 .left {
   float: left;
 }

 .right {
   float: right;
 }

 #more {
   float: right;
   font-size: 16px;
   color: #ffffff;
 }

 .more {
   float: right;
   font-size: 14px;
   color: #cccccc;
 }

 .sk3 {
   margin-top: 3px;
 }

 .sk5 {
   margin-top: 5px;
 }

 .sk8 {
   margin-top: 8px;
 }

 .sk10 {
   margin-top: 10px;
 }

 .sk15 {
   margin-top: 15px;
 }

 .sk20 {
   margin-top: 20px;
 }

 .sk25 {
   margin-top: 25px;
 }

 .k10 {
   padding: 10px;
 }

 .k15 {
   padding: 15px;
 }

 .bor_4 {
   overflow: hidden;
   border: 1px solid #eee;
   padding: 15px;
 }

 .bor_bottom {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #eee;
 }


 .top_nav {
   height: 48px;
   line-height: 48px;
   background: rgba(255, 255, 255, 0.13);
   color: #ffffff;
 }

 .top_nav a {
   color: #ffffff;
 }

 .jft li {
   margin-left: 15px;
 }

 .jft li:hover {
   border-bottom: 2px solid #ffffff;
   height: 46px;
   font-weight: bold;
 }

 .wza a {
   color: #ffffff;
   margin-right: 20px;
 }

 .logo {
   text-align: center;
   line-height: 290px;
 }

 /* 头条 */
 .newline {
   width: 100%;
   height: 132px;
 }

 .date {
   width: 110px;
   height: 92px;
   border-radius: 10px;
   background-color: #f5f5f5;
   float: left;
   margin-top: 20px;
 }

 #firdate {
   width: 110px;
   height: 29px;
   line-height: 29px;
   border-radius: 10px 10px 0 0;
   background-color: #1a5599;
   color: #ffffff;
   font-size: 16px;
   text-align: center;
 }

 #secdate {
   height: 63px;
   line-height: 63px;
   font-size: 34px;
   color: #1a5599;
   font-weight: bold;
   text-align: center;
 }



 .ln {
   width: 86%;
   margin-left: 30px;
   float: left;
   padding-top: 20px;
   box-sizing: border-box;
   position: relative;
 }

 .morett {
   display: block;
   font-size: 18px;
   color: #777777;
   position: absolute;
   right: 5px;
   bottom: -11px;
 }

 .linett {
   font-size: 38px;
   color: #366aa6;
   font-weight: bold;
   display: block;
   line-height: 40px;
 }

 /* 导航 */
 .nav {
   background: #1e53a1;
 }

 #colornav {
   width: 1190px;
   line-height: 66px;
 }


 /* 以下必须 */
 #colornav>ul>li {
   list-style: none;
   text-align: center;
   padding: 0 32px;
   display: inline-block;
   position: relative;
 }

 #colornav>ul>li>a {
   text-decoration: none !important;
   font-size: 20px;
   color: #fff;
   line-height: 66px;
   font-weight: normal;
 }

 #colornav li ul {
   position: absolute;
   left: 40%;
   margin-left: -35%;
   top: 60px;
   max-height: 0px;
   overflow: hidden;
   -webkit-transition: max-height 0.4s linear;
   -moz-transition: max-height 0.4s linear;
   transition: max-height 0.4s linear;
   z-index: 1000;
 }


 #colornav li ul li a {
   width: 110px;
   font-size: 16px;
   font-weight: normal;
   padding: 12px;
   line-height: 30px;
   color: #fff !important;
   display: block;
 }

 #colornav li ul li {
   background: #1e53a1;
 }

 #colornav li ul li:hover {
   background: #3e74c5;
 }

 #colornav li ul li:first-child {
   border-radius: 3px 3px 0 0;
   margin-top: 25px;
   position: relative;
 }

 #colornav li ul li:first-child:before {
   content: '';
   position: absolute;
   width: 1px;
   height: 1px;
   border: 5px solid transparent;
   border-bottom-color: #1d6dab;
   left: 50%;
   top: -10px;
   margin-left: -5px;
 }

 #colornav li ul li:last-child {
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
 }

 #colornav li:hover ul {
   max-height: 1000px;
 }


 /* 检察要闻 */
 .jcyw {
   width: 515px;
 }

 .jcyw_title {
   background: url(../images/lm_bg.png) no-repeat;
   height: 50px;
   line-height: 48px;
   padding: 0 16px;
 }

 .jcyw_title h2 a {
   font-size: 20px;
   color: #ffffff;
 }

 .jcyw ul li,
 .lanmu ul li {
   line-height: 40px;
 }

 .jcyw ul li a:hover {
   text-decoration: underline;
 }

 /* 切换 */
 .mid2_left {
   width: 550px;
 }

 .lanmu2_title {
   height: 50px;
   border-bottom: 2px solid #6bb6f6;
 }

 .lanmu2_title .h3 a {
   display: inline-block;
   font-size: 20px;
   line-height: 16px;
   text-align: center;
 }

 .qh_title3 a {
   float: left;
   font-size: 20px;
   color: #2960a0;
   line-height: 46px;
   text-align: center;
   margin: 0 30px;
 }

 .qh_title3 .active a,
 .qh_title3 a:hover {
   border-bottom: 4px solid #1d50a1;
 }

 .mid2_left ul li {
   line-height: 40px;
 }

 .mid2_left li:before,
 .lanmu li:before {
   content: "\2022";
   color: #9bc4f4;
   font-size: 20px;
   padding-right: 10px;
 }

 .tabCon .active {
   display: block;
 }

 .tabCon ul {
   padding: 10px 0 0 10px;
   margin-top: 10px;
   height: 160px;
 }

 .tabPane {
   display: none;
 }

 /* 网上服务平台 */
 .fwpt_tit a {
   line-height: 110px;
   font-size: 48px;
   font-weight: 600;
   color: #215a9c;
   margin-left: 40px;
 }

 .item1,
 .item2,
 .item3,
 .item4 {
   width: 185px;
   height: 250px;
   border-radius: 10px;
   background: #ffffff;
   box-shadow: 0px 5px 3px rgba(63, 63, 63, 55%);
   margin-left: 20px;
   margin-top: 25px;
 }

 .item1_tit {
   height: 67px;
   background: #f0ae5e;
   border-radius: 10px 10px 0 0;
 }

 .item2_tit {
   height: 67px;
   background: #9ccc65;
   border-radius: 10px 10px 0 0;
 }

 .item3_tit {
   height: 67px;
   background: #32b6d9;
   border-radius: 10px 10px 0 0;
 }

 .item4_tit {
   height: 67px;
   background: #df7859;
   border-radius: 10px 10px 0 0;
 }

 .fwpt ul {
   padding: 10px 10px 0 18px;
 }

 .fwpt ul li a {
   font-size: 16px;
   color: #666;
   line-height: 32px;
 }

 .item1 ul li:nth-child(4) {
   width: 130px;
   text-align: left;
 }

 .fwpt ul li a:hover {
   text-decoration: underline;
 }

 /* 检察文化 */
 .jcfc a {
   display: block;
   float: left;
   margin-right: 20px;
 }

 .jcfc a:last-child {
   margin-right: 0;
 }

 .jcfc a img {
   width: 255px;
   height: 170px;
 }

 .jcfc a {
   display: block;
   width: 255px;
   text-align: left;
   line-height: 24px;
   margin-top: 10px;
 }

 /* 专题 */
 .zt {
   width: 100%;
   background: #f9f9f9;
   padding-top: 28px;
   overflow: hidden;
 }

 .zt a {
   display: block;
   float: left;
   margin-right: 28px;
   margin-bottom: 28px;
 }

 .zt a:nth-child(2n) {
   margin-right: 0;
 }

 /* footer */
 .link {
   background: #1e53a1;
   color: #ffffff;
   height: 64px;
   line-height: 64px;
 }

 .links {
   background: #2e64b3;
   color: #ffffff;
   height: 64px;
   line-height: 64px;
 }

 .links_title {
   float: left;
   font-size: 22px;
   font-weight: bold;
   color: #ffffff;
   margin: 0px 40px 0px 0px;
 }

 .links_inner a {
   float: left;
   font-size: 18px;
   color: #ffffff;
   margin-right: 30px;
 }

 .copyright {
   padding: 20px;
   overflow: hidden;
 }

 .copyright_inner h2 {
   font-size: 30px;
   font-weight: bold;
   height: 38px;
 }

 .copyright_inner {
   font-size: 15px;
   color: #696969;
   line-height: 28px;
 }

 .bq {
   height: 46px;
   line-height: 46px;
   background: rgba(41, 96, 160, .3);
   color: #ffffff;
   text-align: center;
 }

 /* 二维码 */
 .ewm a {
   float: left;
   width: 99px;
   text-align: center;
   margin: 0 10px;
 }

 .ewm a img {
   width: 99px;
   height: 99px;
 }

 .ewm a span {
   font-size: 14px;
   color: #696969;
   line-height: 40px;
 }

 /*////////*/