﻿/*-----重置代码-----*/

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: #1a77bd;
  text-decoration: none;
}

map,
map area {
  outline: 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: #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;
}

.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 */
header {
  background: url(hebi/header_bg.jpg) no-repeat top;
  height: 490px;
}

.top_nav {
  height: 62px;
  line-height: 62px;
  background: rgba(255, 255, 255, 0.3);
  color: #1d6dab;
}

.logo {
  padding: 75px 0 65px 0;
}

.wza {
  margin-right: 20px;
}

.search {
  margin-top: 20px;
  height: 40px;
}

/* 导航 */
.nav {
  background: #1d6dab;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, .1);
}

#colornav {
  width: 1200px;
  line-height: 70px;
}


/* 以下必须 */
#colornav>ul>li {
  list-style: none;
  text-align: center;
  padding: 0 18px;
  display: inline-block;
  position: relative;
}

#colornav>ul>li>a {
  text-decoration: none !important;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  font-weight: normal;
}

#colornav li ul {
  position: absolute;
  left: 40%;
  margin-left: -50%;
  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;
}


#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: #1d6dab;
}

#colornav li ul li:hover {
  background: #398ccc;
}

#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;
}

/* 头条 */
.tt {
  background: url(hebi/toutiao.png) no-repeat top left;
  height: 140px;
  padding: 0 0 0 50px;
  box-sizing: border-box;
}

.tt a {
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  color: #1e6dab;
  text-align: center;
  line-height: 60px;
}

.tt a:hover {
  color: #2e84c5;
}

/* mid1 */
.gray {
  background: #f6f6f6;
  padding: 30px 0;
  overflow: hidden;
}

.bygk {
  width: 220px;
  background: #fff;
  margin-right: 22px;
}

.bygk li {
  line-height: 74px;
  border-bottom: 1px solid #f6f6f6;
  cursor: pointer;
}

.bygk li:hover {
  background: #eff1f5;

}

.bygk img {
  margin-left: 40px;
}

.bygk a {
  margin-left: 25px;
  color: #1e6dab;
}

/* 检察动态 */
.jcdt {
  width: 508px;
  height: 300px;
  background: #fff;
  padding: 0px 25px;
  box-sizing: border-box;
}

.lm_title {
  height: 60px;
  line-height: 60px;
}

.lanmu_tit a {
  color: #1d6dab;
  font-size: 22px;
  font-weight: bold;
}

.lanmu ul li {
  line-height: 36px;
}

/* mid2中部栏目 */
.lanmu1 {
  width: 430px;
  margin-right: 35px;
}

.lanmu1 li {
  line-height: 38px;
}

.xmt {
  width: 270px;
  background: #f6f7f8;
  text-align: center;
}

.xmt li {
  height: 100px;
  line-height: 100px;
}

.xmt li:hover {
  background: #eff1f5;
}

/* 12309 */
.ywt {
  height: 380px;
  text-align: center;
}

.ywt_title img {
  margin-top: 40px;
}

.ywt_inner li {
  float: left;
  text-align: center;
  margin: 0 47px;
}

.ywt_inner li a {
  font-size: 15px;
  color: #ffffff;
}

.ywt_inner li:last-child {
  margin-right: 0;
}

.ywt_inner li span {
  display: block;
  line-height: 66px;
}

.ywt_inner li img:hover {
  margin-top: 2px;
}

/* mid3 */
.white {
  background: #ffffff;
  padding: 30px 25px;
  box-sizing: border-box;
  overflow: hidden;
}

/* 检务公开 */
.mid3_left {
  width: 870px;
  float: left;
  position: relative;
}

.lanmu2_title {
  height: 45px;
  background: #f6f5f8;
}

.jwgk {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  /* border-left: 1px solid #acacac; */
}

.mid3_left ul li {
  line-height: 38px;
}

.lanmu2_title .h3 a {
  display: inline-block;
  width: 120px;
  background: #0e74c0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
  position: absolute;
  top: -2px;
}

.jwgk_title3 {
  float: right;
  margin-top: 11px;
  padding-right: 10px;
}

.jwgk_title3 a {
  color: #898989;
  font-weight: normal;
  font-size: 15px;
  padding: 0 12px;
}

.jwgk_title3 a:hover {
  font-weight: bold;
  color: #0e74c0;
}

.tabCon .active {
  display: block;
}

.mid3_left .tabCon ul {
  padding: 10px 0 0 10px;
  margin-top: 12px;
  height: 160px;
}

.tabPane {
  display: none;
}

/* 专题 */
.mid3_right {
  width: 250px;
}

.right_title,
.right_title a {
  display: inline-block;
  width: 100%;
  background: #0e74c0;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  border-radius: 6px;
  text-align: center;
}

.mid3_right img {
  margin-top: 15px;
}

/* mid4_left */
.mid4_left {
  width: 425px;
  float: left;
}

.mid4_left ul li {
  line-height: 40px;
}

.flfg_title3 a {
  float: left;
  font-size: 20px;
  color: #333;
  line-height: 45px;
  width: 120px;
  text-align: center;
}

.flfg_title3 .active a,
.flfg_title3 a:hover {
  display: inline-block;
  width: 120px;
  background: #0e74c0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 50px;
  border-radius: 6px;
  text-align: center;
  margin-top: -2px;
}

.tabCon .active {
  display: block;
}

.mid4_left .tabCon ul {
  padding: 10px 0 0 10px;
  margin-top: 12px;
  height: 160px;
}



/* footer */
.links {
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  background: #1d6dab;
}

.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: 30px;
  overflow: hidden;
}

.copyright_inner {
  width: 1020px;
  font-size: 15px;
  color: #696969;
  line-height: 28px;
  text-align: center;
}

.links_xl {
  float: right;
  margin-left: 20px;
}

.links select {
  width: 200px;
  height: 32px;
  font-size: 15px;
  color: #696969;
  padding-left: 10px;
  box-sizing: border-box;
}

/* 二维码 */
.ewm a {
  float: left;
  margin-left: 10px;
  width: 82px;
  text-align: center;
}

.ewm a img {
  width: 89px;
  height: 89px;
  background: #000;
}

.ewm a span {
  font-size: 14px;
  color: #898989;
  line-height: 40px;
}

/*////////*/