@charset "utf-8";

/*样式*/
/*css初始化*/
* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

.clearfix:before,
.clearfix:after {
    /*清除浮动*/
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #333333;
    text-decoration: none;
}

a:focus {
    outline-style: none;
    -moz-outline-style: none;
}

input,
button {
    border: 0;
    /*所有表单边框为0*/
    box-sizing: border-box;
    /*css3盒子模型 border 和padding 都包含到width里*/
    outline: none;
    /*获得焦点不显示边框颜色 */
}

.container {
    /* 因为我们版心都是1140 都要居中对齐 我们就声明一个公共类 */
    width: 1140px;
    margin: 0 auto;
}

.flx {
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

/*css初始化结束*/
body {
    background-color: #ffffff;
    /*整个页面背景色*/
    margin: 0 auto;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Arial Narrow", HELVETICA !important;
    line-height: 180%;
}

.clear {
    height: 20px;
    clear: both;
}

.clear_k {
    height: 0;
    clear: both;
}

/* 头图 */
header {
    width: 100%;
    height: 280px;
    background: url(../images/bg.jpg) no-repeat;
}

.tt {
    margin-top: 94px;
    margin-left: 44px;
}

#nav {
    width: 100%;
    height: 60px;
    background-color: #4f8db8;
}

.navbk {
    float: left;
    width: 800px;
    height: 60px;
}

.navbar {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
}

  .navbar>li {
        height: 60px;
        float: left;
        text-align: center;
        position: relative;
    }

    .navbar>li>a {
        display: block;
        padding: 0 20px;
        height: 100%;
        line-height: 60px;
        font-size: 20px;
        color: #ffffff;
    }

    .navbar>li>a:hover {
        background-color: #177bc7;
        color: #ffffff;
    }

.navbar ul li a:hover {
    background-color: #f9f9f9;
}

.navbar ul {
    display: none;
    width: 173px;
    background-color: #f7f7f7;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #e2e2e2;
    border-left-color: #e2e2e2;
    position: absolute;
    z-index: 1000;
}

.navbar ul li {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #e2e2e2;
}

.navbar ul li a {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}

/* 检索 */
.search {
    width: 256px;
    height: 25px;
    line-height: 23px;
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 14px;
    float: right;
}

.searchbox {
    width: 216px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #8f8e8c;
    background-color: #fff;
    position: relative;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

.searchbox button {
    width: 39px;
    height: 23px;
    background: url(../images/sousuo_2.jpg) no-repeat;
    position: absolute;
    top: -1px;
    right: 0;
}

/*input 标签设置 focus 鼠标聚焦样式 边框样式用Outline设定*/
input[type=text] {
    line-height: 23px;
    padding: 0;
    margin: 0;
    border: 0;
}

input[type=text]:focus {
    outline: 0;
}

input[type="image"] {
    vertical-align: middle;
}

.banner {
    width: 1140px;
    height: 150px;
    margin: 0 auto;
}

.min {
    width: 100%;
    height: 125px;
    background-color: #f2f2f2;
}
.minx {
    width: 100%;
padding: 20px 0;
box-sizing: border-box;
    background-color: #f2f2f2;
}
.maxt {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #4f8db8;
    padding-top: 10px;
    box-sizing: border-box;
}

.ttlist a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}

/* .ttlist a:hover,
.newlist li a:hover,
.clolist li a:hover{
    color: #cc0000;
} */


/* 检察新闻 */
.newcot {
    width: 520px;
}

.newbg {
    height: 50px;
    line-height: 50px;
    background-color: #4f8db8;
    border-radius: 2px;
}

.newtt {
    display: block;
    width: 120px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.newmore {
    display: block;
    width: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.newlist {
    padding: 10px;
    box-sizing: border-box;
}

.newlist li a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #666666;
}

.newlist li a::before,
.clolist li a::before {
    content: "\2022";
    font-size: 14px;
    color: #bababa;
    margin-right: 8px;
}

.service {
    width: 100%;
    padding: 20px 0;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.servicebk {
    width: 1100px;
    height: 319px;
    margin: 0 auto;
    background: url(../images/serbg.png) no-repeat;
}

.left {
    width: 290px;
    padding: 30px 20px 22px 20px;
    box-sizing: border-box;
    float: left;
}

.leftbk {
    width: 249px;
    height: 359px;
    background: url(../images/ztbk.png) no-repeat;
    padding-top: 24px;
    box-sizing: border-box;
}

.leftbk a {
    display: block;
    width: 100%;
    line-height: 32px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.leftbk a:hover {
    font-weight: bold;
}

.right {

    padding-left: 20px;
    padding-top: 110px;

}


.right a img {
    margin: 20px 20px;
}

.right a:hover img {
    box-shadow: 2px 2px 4px #d0d0d0,
        -1px -1px 1px #f0f0f0;
}

/* zt */
.zt {
    display: flex;
    justify-content: space-between;
}

.zt a img {
    width: 556px;
    height: 120px;
    background: #177bc7;
}

/* 第三部分 */
.cloumn {
    width: 555px;
}

.clobk {
    height: 50px;
    line-height: 48px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #4f8db8;
}

.clott {
    display: block;
    width: 120px;
    text-align: center;
    font-size: 18px;
    color: #4f8db8;
}

.clomore {
    display: block;
    margin-right: 10px;
}

.clolist {
    padding: 5px;
    box-sizing: border-box;
}

.clolist li a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #666666;
}

.audio a,
.meida a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.audio a img {
    width: 252px;
    height: 163px;
}

.audio a span {
    margin-top: 10px;
    color: #666666;
    font-size: 16px;
}

.audio a span:hover {
    color: #4f8db8;
}

.lanmu {
    float: left;
}

.lanmu_title {
    width: 555px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #4f8db8;
    padding-left: 20px;
    box-sizing: border-box;
}

.lanmu_title a {
    text-align: center;
    font-size: 18px;
    color: #4f8db8;
}

/* qh */
.sj_qh {
    float: right;
    width: 555px;
    height: 50px;
    line-height: 48px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #4f8db8;
}

.lanmu_qh_title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    float: left;
}

.lanmu_qh_title a {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    padding-left: 25px;
}

.lanmu_qh_title a:hover,
.lm_qh_title3 .active a {
    font-size: 18px;
    color: #4f8db8;
}

.tabCon .active {
    display: block;
}

.mid2 ul {
    margin-top: 18px;
}

.tabPane {
    display: none;
}

.sj_qh ul {
    clear: both;
}


/* 底部 */
footer {
    width: 100%;
    height: 240px;
    background-color: #508db9;
}

.links {
    width: 1140px;
    height: 60px;
    line-height: 59px;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
}

.links li {
    width: 160px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    float: left;
}

.links li img {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    margin-right: 10px;
}

.links ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    float: left;
    margin-left: 15px;
}

.fotcot {
    float: left;
    width: 800px;
}

.fotcot ul li {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    margin-left: 33px;
    margin-top: 20px;
}

.xl {
    float: right;
}

/* 二维码 */
.ewm {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.ewm a {
    float: left;
    width: 110px;
    text-align: center;
    margin: 0 8px;
}

.ewm a img {
    width: 110px;
    height: 110px;
    background: #ffffff;
}

.ewm a span {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}