 /*-----重置代码-----*/

 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%;
   background-color: #f9f7f8;
   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: #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;
 }



 .w {
   background: #fff;
   padding: 30px;
   border-radius: 8px 8px 0 0;
   box-sizing: border-box;
   margin: 0 auto;
   box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .1);
   overflow: hidden;
 }

 /* header */
 .top {
   height: 54px;
   line-height: 54px;
   background: linear-gradient(to right, rgba(11, 90, 133, 0.1), rgba(11, 90, 133, 0.5), rgba(11, 90, 133, 0.1));
   box-sizing: border-box;
 }

 .time {
   color: #8ca6b4;
   font-size: 14px;
 }



 .top_icon ul a {
   display: inline-block;
 }

 .top_icon ul a img {
   vertical-align: middle;
   margin-left: 10px;
 }

 .top_icon ul a {
   position: relative;
 }

 .top_icon ul a .image_1 {
   position: absolute;
   top: 35px;
   left: -36px;
   display: none;
   width: 100px;
   padding-top: 20px;
 }

 .top_icon ul a:nth-child(5) .image_1 {
   left: 30px;
 }

 .logo {
   text-align: center;
   margin-top: 65px;
 }

 .search {
   margin-top: 8px;
 }

 /* 导航 */
 .nav {
   position: absolute;
   width: 100%;
   height: 64px;
   bottom: 0;
   border-top: 1px solid #8ca6b4;
 }

 /* 以下必须 */

 #colornav>ul>li {
   /* will style only the top level li */
   height: 64px;
   list-style: none;
   text-align: center;
   padding: 0 30px;
   display: inline-block;
   vertical-align: middle;
   /*去掉下边距*/
   position: relative;
 }

 #colornav>ul>li>a {
   text-decoration: none !important;
   font-size: 20px;
   color: #fff;
   font-weight: bold;
   line-height: 64px;
 }

 #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: #005179;
   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: #005179;
 }

 #colornav li ul li:hover {
   background-color: #11648d;
 }

 #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: #005179;
   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 */
 }


 /* 头条 */
 .tt a {
   display: inline-block;
   font-size: 33px;
   font-weight: bold;
   color: #004c72;
   text-align: center;
 }


 /* 化检要闻 */
 .lanmu {
   width: 510px;
   margin-left: 30px;
   float: left;
 }

 .lanmu_title {
   height: 58px;
   line-height: 54px;
   border-bottom: 1px solid #e0e0e0;
 }

 .lanmu_title h3 {
   display: inline-block;
   height: 16px;
   line-height: 16px;
   border-left: 4px solid #8c6f64;
   padding-left: 12px;
   margin-top: 12px;
 }

 .lanmu h3 a {
   float: left;
   font-size: 24px;
   color: #333;
   font-weight: normal;
 }

 .lanmu h4 a {
   color: #333;
   font-weight: bold;
   font-size: 20px;
   line-height: 32px;
 }

 .lanmu h4 a:hover {
   color: #004c72;
 }

 .lanmu h5 a {
   color: #a4a4a4;
   font-weight: normal;
   font-size: 16px;
   line-height: 26px;
 }

 .lanmu li {
   line-height: 36px;
 }

 /* 网上检察服务平台 */
 .fwpt {
   text-align: center;
 }

 .fwpt h3 a {
   display: block;
   color: #333;
   font-weight: bold;
   font-size: 28px;
   margin-top: 10px;
 }

 .fwpt li {
   float: left;
   width: 200px;
   height: 100px;
   background: #f9f7f8;
   margin: 0px 35px 20px 0px;
   border-radius: 8px;
   text-align: center;
   padding-top: 18px;
   box-sizing: border-box;
 }

 .fwpt li a {
   display: block;
   font-size: 16px;
   color: #8c6f64;
   margin-top: 10px;
 }

 .fwpt li:hover {
   padding-top: 17px;
   box-shadow: 0px 0px 10px 0px rgba(140, 111, 100, 0.3);
   transition: 0.3s;
 }

 .fwpt li :hover {
   font-weight: bold;
 }

 /* jwgk */
 .jwgk li {
   width: 178px;
   height: 58px;
   line-height: 58px;
   background: #f5f5f5;
   text-align: center;
   margin-bottom: 5px;
 }

 .jwgk li:hover {
   background: #f9f7f8;
   transition: 0.3s;
 }

 .jwgk li a {
   font-size: 16px;
   color: #8c6f64;
 }

 /* 4栏目 */
 .lanmu1 {
   float: left;
   width: 420px;
   height: 225px;
   margin: 0 0 25px 30px;
 }


 .lanmu1_title a {
   font-size: 24px;
   font-weight: bold;
   color: #333;
   line-height: 42px;
 }

 .lanmu1 li {
   line-height: 38px;
 }

 /* zt */
 .zt li {
   margin-bottom: 16px;
 }

 /* jcwh */
 .jcwh {
   width: 1140px;
 }

 .lm_qh_title1 {
   height: 46px;
 }

 .lanmu_qh_title a {
   display: inline-block;
   color: #333;
   font-size: 28px;
   font-weight: bold;
   line-height: 46px;
 }

 .lanmu_qh_title {
   display: inline-block;
   *display: inline;
   *zoom: 1;
   position: relative;
   float: left;
 }

 .lanmu_qh_title {
   border-left: 1px solid #acacac;
 }

 .lanmu_qh_title:first-child {
   border-left: none;
 }

 .lm_qh_title3 {
   float: right;
   line-height: 16px;
   margin-top: 15px;
 }

 .lm_qh_title3 .lanmu_qh_title a:hover,
 .lm_qh_title3 .active a {
   font-weight: bold;
   color: #005782;
 }

 .lm_qh_title3 .lanmu_qh_title a {
   color: #acacac;
   font-weight: normal;
   font-size: 16px;
   line-height: 16px;
   padding: 0 12px;
 }

 .tabCon .active {
   display: block;
 }

 .tabCon ul {
   margin-top: 10px;
 }

 .tabPane {
   display: none;
 }

 .mid3 a {
   display: block;
   float: left;
   width: 270px;
   margin-right: 20px;
 }

 .mid3 a:last-child {
   margin-right: 0;
 }

 .mid3 a img {
   width: 270px;
   height: 180px;
 }

 .mid3 a span {
   display: inline-block;
   line-height: 28px;
   margin-top: 10px;
 }

 .line1 {
   margin-top: 15px;
   border-bottom: 1px solid #eee;
 }

 /* footer */
 .links {
   color: #ffffff;
   height: 58px;
   line-height: 58px;
   background: #005782;
 }

 .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: 16px;
 }

 .times {
   width: 100%;
   height: 58px;
   line-height: 58px;
   background: #ffffff;
   box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .1);
 }

 .times_title {
   float: left;
   font-size: 18px;
   font-weight: bold;
   color: #005782;
   margin: 0px 30px 0px 0px;
 }

 .times_inner a {
   float: left;
   color: #005782;
   margin-right: 16px;
 }

 .copyright {
   padding: 30px;
 }

 .copyright_inner {
   width: 730px;
   font-size: 16px;
   color: #898989;
   margin-left: 25px;
   line-height: 30px;
 }



 /*////////*/