 /*-----重置代码-----*/

 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;
   background: #f6f9ff;
 }

 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;
 }

 /* 通用 */
 .bg_w {
   width: 1180px;
   background: #ffffff;
   margin: 0 auto;
   padding: 20px;
   box-sizing: border-box;
   overflow: hidden;
 }

 .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: 15px;
   color: #cccccc;
 }

 .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: solid 1px #eee;
 }

 /* 动态头图 */
 .div2,
 .div1 {
   position: relative;
   width: 100%;
   height: 382px;
 }

 .div1>img {
   position: absolute;
   width: 100%;
   height: 382px;
   transition: opacity 1s linear;
 }

 .newop {
   opacity: 1;
 }

 .oldop {
   opacity: 0;
 }

 /* 头部 */
 .header {
   position: absolute;
   z-index: 20;
   text-align: center;
   left: 0;
   right: 0;
   top: 60px;
 }

 /* 导航 */
 .nav {
   height: 60px;
   line-height: 60px;
   background: rgba(43, 87, 153, .65);
   margin-top: 61px;
 }

 /* 以下必须 */
 #colornav>ul>li {
   list-style: none;
   text-align: center;
   padding: 0 24px;
   display: inline-block;
   position: relative;
 }

 #colornav>ul>li>a {
   text-decoration: none !important;
   font-size: 20px;
   color: #fff;
   line-height: 60px;
   font-weight: 400;
 }

 #colornav li ul {
   position: absolute;
   left: 40%;
   margin-left: -40%;
   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: rgba(30, 83, 161, .8);
 }

 #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: #3e74c5;
   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;
 }

 /* 头条 */
 .tt {
   width: 1180px;
   margin: 0 auto;
   text-align: center;
   padding: 10px 0;
 }

 .tt h2 a {
   font-size: 32px;
   color: #d72f2e;
   line-height: 68px;
 }

 .tt h3 a {
   float: left;
   font-size: 14px;
   color: #898989;
   font-weight: normal;
   margin: 0 8px;
 }

 .tt h3 a:hover {
   text-decoration: underline;
 }

 /* 检察动态 */
 .jcdt {
   width: 506px;
 }

 .lm_tit {
   height: 46px;
   line-height: 46px;
   border-bottom: 1px solid #e5e5e5;

 }

 .jcdt_tit a {
   display: inline-block;
   line-height: 43px;
   color: #23579c;
   font-weight: bold;
   font-size: 20px;
   border-bottom: 3px solid #23579c;
 }

 .jcdt ul {
   padding: 3px;
 }

 .jcdt li a {
   font-size: 16px;
   color: #696969;
   text-decoration: none;
   line-height: 36px;
 }

 .jcdt li a:hover {
   color: #2a77c3;
 }

 .jcdt li:before {
   content: "\2022";
   color: #487bb2;
   font-size: 18px;
   padding-right: 8px;
 }

 .jcdt_title a {
   color: #696969;
   font-weight: bold;
   font-size: 20px;
   line-height: 34px;
 }

 .jcdt_title .zy {
   display: block;
   color: #a4a4a4;
   font-weight: normal;
   font-size: 15px;
   line-height: 26px;
 }

 .line {
   border-bottom: 1px solid #d5d5d5;
   width: 46px;
 }

 /* 工作报告 */
 .lanmu2 {
   width: 360px;
 }

 .lanmu2_title {
   height: 60px;
   line-height: 60px;
   border-bottom: solid 1px #eee;
 }

 .lanmu2_title h2 a {
   float: left;
   font-size: 22px;
   color: #136bb1;
 }

 .lanmu2 ul li {
   font-size: 15px;
   line-height: 30px;
 }

 /* 检察风采 */
 .jcfc {
   width: 740px;
 }

 .jcfc h2 a {
   width: 140px;
   line-height: 58px;
   text-align: center;
   border-bottom: 3px solid #1f73b5;
 }

 .jcfc ul li {
   line-height: 40px;
 }

 /* 12309 */
 .fwpt_title {
   padding: 46px 0 0 105px;
 }

 .ptico {
   margin-left: 45px;
 }

 .ptico li {
   float: left;
   text-align: center;
 }

 .ptico img {
   margin-top: 45px;
   width: 120px;
 }

 .ptico img:hover {
   /* margin-top: 47px; */
   transform: rotate(360deg);
   transition: 0.3s;
 }

 .ptico span {
   display: block;
   border-radius: 20px;
   background-color: #00a0e9;
   font-size: 15px;
   color: #fff;
   line-height: 36px;
   margin: 16px;
   padding: 0 15px;
   box-sizing: border-box;
 }

 .ptico span:hover {
   background-color: #266bcf;
   transition: 0.2s;
 }

 /* 三栏目 */
 .lanmu3 {
   float: left;
   width: 360px;
   margin-right: 30px;
 }

 .lanmu3:last-child {
   margin-right: 0;
 }

 .lanmu3_title {
   height: 60px;
   line-height: 60px;
 }

 .lanmu3_title h2 a {
   float: left;
   font-size: 22px;
   color: #136bb1;
 }

 .lanmu3 ul li {
   line-height: 36px;
 }


 /* 二维码 */
 .xmt {
   width: 340px;
 }

 .ewm {
   position: relative;
   width: 100%;
   height: 216px;
 }

 .apppic {
   position: absolute;
   width: 165px;
   height: 108px;
 }

 .appshow {
   position: relative;
   width: 165px;
   height: 0px;
   top: -108px;
   text-align: center;
   background: #ffffff;
 }

 .appshow img {
   width: 108px;
 }

 /* 图片视频 */
 .tpsp {
   width: 740px;
 }

 .tpsp_title {
   height: 60px;
   line-height: 60px;
   border-bottom: 1px solid #eeeeee;
 }

 .qh_title {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   font-size: 22px;
   font-weight: bold;
 }

 .qh_title a {
   display: inline-block;
   width: 140px;
   line-height: 58px;
   text-align: center;
   color: #333333;
 }

 .tpsp_title .active a {
   color: #1f73b5;
   border-bottom: 3px solid #1f73b5;
 }

 .tabCon .active {
   display: block;
   margin-top: 25px;
   height: 220px;
 }

 .tabPane li {
   float: left;
   width: 230px;
   margin-right: 25px;
 }

 .tabPane li:last-child {
   margin-right: 0;
 }

 .tabPane img {
   width: 230px;
   height: 155px;
   overflow: hidden;
 }

 .tabPane p {
   line-height: 30px;

 }

 .tabPane {
   display: none;
 }

 /* 网站集群 */
 .footer {
   background: #deebff;
   height: 48px;
   line-height: 48px;
   font-size: 18px;
 }

 .jq {
   width: 1180px;
   margin: 0 auto;
 }

 .jq_title {
   float: left;
   font-weight: bold;
   color: #ffffff;
   background: #6083bb;
   padding: 0 20px;
   margin-right: 25px;
 }

 .jq_inner a {
   float: left;
   font-size: 16px;
   color: #2b579e;
   margin-right: 30px;
 }

 /* footer */
 .links {
   color: #ffffff;
   height: 68px;
   line-height: 68px;
   background: #136bb1;

 }

 .links_title {
   float: left;
   font-size: 22px;
   font-weight: bold;
   color: #ffffff;
   margin-right: 25px;
 }

 .links_inner a {
   float: left;
   font-size: 18px;
   color: #ffffff;
   margin-right: 30px;
 }

 .copyright {
   padding: 20px;
   text-align: center;
   overflow: hidden;
   background: #fff;
 }

 .copyright_inner {
   width: 800px;
   font-size: 15px;
   color: #898989;
   line-height: 28px;
 }