﻿/*-----重置代码-----*/

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: 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: 14px;
  color: #999;
}

.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: 50px;
}

.search {
  text-align: center;
  margin-top: 30px;
}


/* 导航 */
.nav {
  width: 100%;
  height: 58px;
  background: #3b577d;
}

#colornav ul li {
  float: left;
  transition: 0.8s;
  z-index: 100;
}

#colornav ul li:hover {
  background: #486da0;
}

/* 时间 */
.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: #3b577d;
}

/* 以下必须 */

#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;
  /*去掉下边距*/
  background: #3b577d;
  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 */
}

/* 检察动态 */
.lanmu {
  width: 506px;
}

.lm_tit {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e5e5e5;

}


.lanmu_tit a {
  display: inline-block;
  line-height: 43px;
  color: #23579c;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 3px solid #23579c;
}

.lanmu ul {
  padding: 3px;
}

.lanmu li a {
  font-size: 16px;
  color: #696969;
  text-decoration: none;
  line-height: 36px;
}

.lanmu li a:hover {
  color: #2a77c3;
}

.lanmu li:before {
  content: "\2022";
  color: #487bb2;
  font-size: 18px;
  padding-right: 8px;
}

.right_title a {
  color: #696969;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}

.line {
  border-bottom: 1px solid #d5d5d5;
  width: 60px;
}

/* mid2 */
.mid2 {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 30px;
}

.mid2 li a {
  float: left;
  text-align: center;
}

.mid2 li a:hover img {
  opacity: .8;
}

.bygk,
.fwpt {
  height: 260px;
  background: #fff;
  border: solid 1px #e5e5e5;
  padding: 10px;
}

.bygk {
  width: 312px;
  box-sizing: border-box;
}

.bygk li a {
  padding: 6px 30px;
}


.bygk li a span {
  font-size: 16px;
  display: block;
  color: #666;
  margin-top: 6px;
}

.fwpt {
  width: 806px;
  box-sizing: border-box;
}

.fwpt_inner li a {
  width: 162px;
  height: 100px;
  background: #f3f4f4;
  margin: 8px;
  padding-top: 18px;
  transition: 0.3s;
  box-sizing: border-box;
}

.fwpt_inner li a:hover {
  color: #666;
  background: #d8eaf8;
}

.fwpt_inner li span {
  display: block;
  line-height: 40px;
}

/* mid3 */
.lanmu1_left {
  float: left;
  width: 312px;
  box-sizing: border-box;
}

.lanmu1_right {
  float: right;
  width: 806px;
  box-sizing: border-box;
}

.line1 {
  border-bottom: 3px solid #015293;
  width: 46px;
}

.lanmu1 {
  border: solid 1px #e5e5e5;
  height: 265px;
  padding: 6px 15px 6px 20px;
}

.lanmu1_tit a {
  display: inline-block;
  line-height: 48px;
  color: #23579c;
  font-weight: bold;
  font-size: 20px;
}

.lanmu1 li a {
  line-height: 30px;
}

.lanmu_tit2 a {}

/* 检务公开 */
.lm_qh_title1 {
  height: 46px;
}

.lanmu_qh_title a {
  display: inline-block;
  color: #015293;
  font-size: 20px;
  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: #015293;
}

.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;
}

/* 三栏目 */
.lanmu2 {
  display: inline-block;
  float: left;
  width: 350px;
  height: 380px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, .1);
  text-align: center;
  padding: 10px 25px 20px 25px;
  box-sizing: border-box;
  margin-right: 45px;
}

.lanmu2 ul {
  height: 228px;
}

.lanmu2:last-child {
  margin-right: 0;
}

.lanmu2 .lm_tit ul {
  text-align-last: left;
}

.lanmu2 .lm_tit ul li {
  line-height: 38px;
}

.more2 a {
  display: inline-block;
  width: 200px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #898989;
  border: 1px solid #d8d8d8;
}

.more2 a:hover {
  background-color: #015293;
  color: #fff;
  border: none;
}

/* 图片视频 */
.lanmu3_title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-top: 3px;
}

.lanmu3_title_qh {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  line-height: 16px;
}


.lanmu3_title_qh {
  border-left: 1px solid #acacac;
}

.lanmu3_title_qh:first-child {
  border-left: none;
}

.lanmu3 .lanmu3_title_qh a:hover,
.lanmu3 .lanmu3_title_qh.active a {
  font-size: 20px;
  font-weight: bold;
  color: #015293;
}

.lanmu3 .lanmu3_title_qh a {
  color: #acacac;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  padding: 0 12px;
}

.tpsp a {
  display: block;
  float: left;
  width: 270px;
  margin-right: 20px;
  text-align: left;
}

.tpsp a:last-child {
  margin-right: 0;
}

.tpsp a img {
  width: 270px;
  height: 180px;
}

.tpsp a span {
  display: inline-block;
  line-height: 30px;
  margin-top: 10px;
}

.tabCon .active {
  display: block;
}

.tabCon ul {
  margin-top: 10px;
}

.tabPane {
  display: none;
}

/* footer */
.links {
  color: #ffffff;
  height: 58px;
  line-height: 58px;
  background: #3b577d;
}

.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: #015293;
  margin: 0px 30px 0px 0px;
}

.times_inner a {
  float: left;
  color: #015293;
  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;
}

/*////////*/