﻿ /*-----重置代码-----*/

 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%;
 }

 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: #1a77bd;
   text-decoration: none;
 }



 /* 通用 */
 .wrap {
   width: 100%;
 }

 .container {
   width: 1200px;
   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: 14px;
   color: #b5b5b5;
 }

 .sk3 {
   margin-top: 3px;
 }

 .sk5 {
   margin-top: 5px;
 }

 .sk8 {
   margin-top: 8px;
 }

 .sk10 {
   margin-top: 10px;
 }

 .sk15 {
   margin-top: 15px;
 }

 .sk20 {
   margin-top: 20px;
 }

 .k10 {
   padding: 10px;
 }

 .bor_4 {
   overflow: hidden;
   border: 1px solid #eee;
   padding: 15px;
 }

 .bor_bottom {
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #eee;
 }



 /* header */
 .logo {
   text-align: center;
   padding-top: 90px;
 }

 .search {
   text-align: right;
   margin-top: 45px;
 }


 /* 导航 */
 .nav {
   width: 100%;
   height: 58px;
   background: #2670b8;
 }

 #colornav ul li {
   float: left;
   transition: 0.8s;
   z-index: 100;
 }

 #colornav ul li:hover {
   background: #3c7fc2;
 }

 /* 时间 */
 .time {
   width: 100%;
   height: 58px;
   line-height: 58px;
   background: #ffffff;
   box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .1);
 }

 .time span,
 .time span a {
   color: #898989;
 }

 /* 以下必须 */

 #colornav>ul>li {
   /* will style only the top level li */
   height: 58px;
   list-style: none;
   text-align: center;
   padding: 0 35px;
   display: inline-block;
   vertical-align: middle;
   /*去掉下边距*/

   position: relative;
 }

 #colornav>ul>li>a {
   text-decoration: none !important;
   font-size: 18px;
   color: #fff;
   line-height: 58px;
   font-weight: normal;
 }

 #colornav li ul {
   position: absolute;
   list-style: none;
   text-align: center;
   left: 56%;
   margin-left: -50%;
   top: 50px;
   font: bold 14px '微软雅黑';

   /* This is important for the show/hide CSS animation */
   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;
 }

 #colornav li ul li {
   background-color: #3b577d;
   padding-left: 0px;
 }

 #colornav li ul li a {
   width: 110px;
   font-size: 15px;
   font-weight: normal;
   padding: 12px;
   line-height: 30px;
   color: #fff !important;
   text-decoration: none !important;
   display: block;
 }

 #colornav li ul li:nth-child(odd) {
   /* zebra stripes */
   background-color: #28446b;
 }

 #colornav li ul li:hover {
   background-color: #3b577d;
 }

 #colornav li ul li:first-child {
   border-radius: 3px 3px 0 0;
   margin-top: 25px;
   position: relative;
 }

 #colornav li ul li:first-child:before {
   /* the pointer tip */
   content: '';
   position: absolute;
   width: 1px;
   height: 1px;
   border: 5px solid transparent;
   border-bottom-color: #3b577d;
   left: 50%;
   top: -10px;
   margin-left: -5px;
 }

 #colornav li ul li:last-child {
   border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px;
 }

 /* This will trigger the CSS */
 /* transition animation on hover */

 #colornav li:hover ul {
   max-height: 1000px;
   /* Increase when adding more dropdown items */
 }

 /* 左侧图标 */
 .left_icon {
   width: 140px;
   float: left;
   text-align: center;
   padding: 0 25px;
   box-sizing: border-box;
   margin-right: 10px;
 }

 .left_icon ul li {
   margin-bottom: 36px;
 }

 .left_icon a {
   display: block;
   width: 88px;
   height: 88px;
   background: #eff6fe;
   border-radius: 50%;
   transition: .3s;
 }

 .left_icon a:hover {
   background: #c6ddf8;
 }

 .left_icon a img {
   margin-top: 20px;
 }

 .left_icon a span {
   display: block;
   font-size: 15px;
   color: #696969;
   margin-top: 30px;
 }

 /* 检察动态 */
 .lanmu {
   width: 420px;
 }

 .lanmu_title {
   line-height: 46px;
 }

 .lanmu h3 {
   border-top: solid 1px #d20000;
   border-bottom: solid 1px #d20000;
   padding: 18px 0;
 }

 .lanmu ul li {
   line-height: 34px;
 }

 /* 12309 */
 .fwpt {
   padding: 40px 0 25px 0;
   background: #eff6fe;
   text-align: center;
   overflow: hidden;
 }

 .fwpt li a {
   float: left;
 }

 .fwpt_inner img {
   margin: 12px 16px;
 }

 .fwpt a:hover img {
   opacity: .8;
 }

 /* 2栏目 */
 .lanmu1 {
   width: 580px;
   margin-right: 40px;
 }

 .lanmu1:last-child {
   margin-right: 0;
 }

 .lanmu1_title {
   width: 100%;
 }

 .lanmu1_tit {
   height: 20px;
   line-height: 20px;
   border-left: 5px solid #0071bf;
 }

 .lanmu1_tit a {
   font-size: 22px;
   color: #333;
   font-weight: bold;
   margin-left: 15px;
 }

 .lanmu1 li {
   line-height: 36px;
 }

 /* 检察风采 */
 .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;
 }

 /* footer */
 .links {
   color: #ffffff;
   height: 58px;
   line-height: 58px;
   background: #3c7fc2;
 }

 .links_title {
   float: left;
   font-size: 18px;
   font-weight: bold;
   color: #ffffff;
   margin: 0px 30px 0px 0px;
 }

 .links_inner a {
   float: left;
   color: #ffffff;
   margin-right: 30px;
 }

 .times_title {
   float: left;
   font-size: 18px;
   font-weight: bold;
   color: #3c7fc2;
   margin: 0px 30px 0px 0px;
 }

 .times_inner a {
   float: left;
   color: #3c7fc2;
   margin-right: 30px;
 }

 .copyright {
   padding: 30px;
 }

 .copyright_inner {
   width: 730px;
   font-size: 16px;
   color: #898989;
   margin-left: 25px;
   line-height: 30px;
 }

 /* 二维码 */
 .ewm {}

 .ewm a {
   float: left;
   margin-left: 10px;
   width: 82px;
   text-align: center;
 }

 .ewm a img {
   width: 82px;
   height: 82px;
   background: #000;
 }

 .ewm a span {
   font-size: 14px;
   color: #898989;
   line-height: 40px;
 }

 /*////////*/