/*-----重置代码-----*/

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;
}



/* 通用 */
.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 {
    margin-top: 70px;
    margin-left: 40px;
}

/* top */
.top {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: rgba(255, 255, 255, 0.23);
}

.top span {
    color: #fff;
}

/* 检索 */
.search {
    margin-top: -2px;
}

.sousuo_1 {
    width: 171px;
    height: 25px;
    line-height: 25px;
    background: url(/images/sousuo_1.jpg) no-repeat;
    padding: 0px;
    margin: 0px;
    border: 0px;
    padding-left: 5px;
    box-sizing: border-box;
}

.sousuo_2 {
    width: 40px;
    height: 25px;
    background: url(/images/sousuo_2.jpg) no-repeat;
    border: 0;
    color: transparent;
    cursor: pointer;
    vertical-align: middle;
}

/* 导航 */
.nav {
    width: 100%;
    height: 68px;
    background: #2b60af;
}

#colornav {
    text-align: center;
}

#colornav ul li {
    float: left;
    transition: 0.8s;
    z-index: 100;
}

/* 以下必须 */

#colornav>ul>li {
    /* will style only the top level li */
    height: 68px;
    list-style: none;
    text-align: center;
    padding: 0 55px;
    display: inline-block;
    vertical-align: middle;
    /*去掉下边距*/
    position: relative;
}

#colornav>ul>li>a {
    text-decoration: none !important;
    font-size: 20px;
    color: #fff;
    line-height: 68px;
    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: #2b60af;
    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:hover {
    background-color: #5788d2;
}

#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: #3a77d1;
    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 {
    width: 100%;
    background: #fbfbfb;
    padding: 15px;
}

.tt a {
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    color: #2b60af;
    line-height: 60px;
    text-align: center;
}

/* 本院概况 */
.bygk {
    width: 232px;
    border-radius: 5px 0 0 5px;
    margin-right: 25px;
}

.bygk ul li {
    background: #f5f6f6;
    margin-bottom: 15px;
}

.bygk a img {
    margin-top: -2px;
}

.bygk a span {
    margin-left: 20px;
    font-size: 18px;
    line-height: 58px;
    font-weight: bold;
    color: #555;
}

.bygk a span:hover {
    color: #3d82c7;
}

.tpxw {
    margin-right: 25px;
}

/* 检察要闻 */
.lanmu {
    width: 400px;
}

.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: #fba102;
    font-size: 18px;
    padding-right: 8px;
}

.jcdt_title a {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.jcdt_zy a {
    color: #ababab;
    font-size: 15px;
    line-height: 28px;
}

.xx {
    border-bottom: 1px dashed #e5e5e5;
    margin: 12px 0 5px 0;
}

/* 2栏目 */
.lanmu1 {
    width: 550px;
}

.lanmu1 ul {
    padding: 10px;
}

.lanmu1_title {
    height: 44px;
    line-height: 44px;
    background: url(../images/lm_bg.png) no-repeat left;
    border-bottom: 1px solid #e6e6e6;
}

.lanmu1_tit a {
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-weight: bold;
    padding-left: 19px;
}

.lanmu1 li {
    line-height: 36px;
}

/* 12309 */
.ywt {
    height: 285px;
    text-align: center;
    background: #fbfbfb;
}

.ywt_title img {
    margin-top: 40px;
}

.ywt_inner li {
    float: left;
    margin: 10px 38px;
}

.ywt_inner li a {
    font-size: 15px;
    color: #898989;
}

.ywt_inner li:last-child {
    margin-right: 0;
}

.ywt_inner li:nth-child(3) span {
    width: 90px;
    line-height: 24px;
}

.ywt_inner li span {
    display: block;
    margin-top: 15px;

}

.ywt_inner li img:hover {
    margin-top: 2px;
}

/* 检务公开 */
.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: #2e8edb;
}

.lm_qh_title3 .lanmu_qh_title a {
    color: #acacac;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    padding: 0 10px;
}

.tabCon .active {
    display: block;
}

.tabCon ul {
    margin-top: 10px;
}

.tabPane {
    display: none;
}

/* 检察风采 */
.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: 66px;
    line-height: 66px;
    background: #2b60af;
}

.links_title {
    float: left;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px 30px 0px 0px;
}

.links_inner a {
    font-size: 18px;
    float: left;
    color: #ffffff;
    margin-right: 30px;
}

.copyright {
    padding: 30px;
    overflow: hidden;
}

.copyright_inner {
    width: 980px;
    font-size: 16px;
    color: #898989;
    line-height: 32px;
    text-align: center;
}

.copyright_inner {
    margin-top: 15px;
}

/* 二维码 */
.ewm {
    display: inline-block;
    text-align: center;
}

.ewm a img {
    display: block;
    width: 90px;
}

.ewm a span {
    font-size: 14px;
    color: #898989;
    line-height: 30px;
}

/*////////*/
.pc-hide {
    display: none;
  }
  .header {
    height: 402px;
    background-image: url(http://www.hebiqx.jcy.gov.cn/wzk/images/P020221213525474154067.png);
}
