﻿/*-----重置代码-----*/

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: left;
    line-height: 168px;
}

/* 检索 */
.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;
}

.search {
    padding-top: 18px;
}


/* 导航 */
.nav {
    width: 100%;
    height: 60px;
    background: #1a77bd;
}

#colornav ul li {
    float: left;
    transition: 0.8s;
    z-index: 100;
}

/* 以下必须 */

#colornav>ul>li {
    /* will style only the top level li */
    height: 60px;
    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: 60px;
    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: #1a77bd;
    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: #478ec5;
}

#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: #1a77bd;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #1a77bd;
}

.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;
}

/* 为民服务中心 */
.wmfw {
    height: 421px;
    padding-top: 15px;
    box-sizing: border-box;
}

.wmfw_left {
    margin-left: 525px;
    display: inline-block;
}

.wmfw_left li {
    width: 285px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin: 3px;
    text-align: center;
}

.wmfw_left li a {
    font-size: 17px;
    color: #686868;
}

.wmfw_left li a:hover {
    color: #1a77bd;
    font-weight: bold;
}

.wmfw_right {
    width: 280px;
    margin-left: 20px;
}

.wmfw_right li a {
    float: left;
    margin: 10px 10px 6px 0;
}

.wmfw_right a:hover {
    opacity: 0.7;
}

.wmfw_right_zt a img {
    margin-left: 20px;
    margin-top: 15px;
}

/* 检察风采 */
.fwpt {
    padding: 30px 0;
    background: #eff6fe;
    text-align: center;
    overflow: hidden;
}

.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;
}

/* 4栏目 */
.mid2_left {
    width: 880px;
}

.lanmu1 {
    width: 425px;
    margin-right: 25px;
    margin-top: 30px;
}

.lanmu1:nth-child(2n) {
    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: 38px;
}

/* 二维码 */
.mid2_right {
    width: 235px;
    height: 420px;
    background: #fafafa;
    margin-top: 10px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.ewm_tit {
    height: 50px;
    line-height: 40px;
    border-bottom: 1px solid #d5d5d5;
}

.ewm_tit a {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.ewm {
    display: inline-block;
    width: 150px;
    text-align: center;
}

.ewm a img {
    display: block;
    width: 112px;
    background: #000;
    margin: 0 auto;
    margin-top: 15px;
}

.ewm a span {
    color: #898989;
    line-height: 44px;
}

/* footer */
.links {
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    background: #1a77bd;
}

.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;
    margin-left: 25px;
    line-height: 30px;
    text-align: center;
}



/*////////*/