/****通用样式****/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

a {
    text-decoration: none
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

body {
    font-family:'Microsoft YaHei UI', 'Microsoft YaHei';
    background-color: #fcfcfe;
}

/* 面包屑 */
.position {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #999
}

.position a {
    color: #448AF0;
}

.position a,
.position span {
    display: inline-block;
    padding: 0 5px
}

.position a:nth-child(1) {
    padding-left: 0px;
}


/**权力清单分类title**/
.qlqd_title {
    height: 60px;
    border-bottom: 2px solid #636363;
}

.qlqd_title span {
    font-size: 24px;
    color: #2B2F32;
    display: block;
    line-height: 60px;
    text-align: left;
    display: block;
    float: left;
    font-weight: 600;
}

/**收起展开效果**/
.nav_list_item,
.nav_list_itemlx {
    width: 1240px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 20px 0 20px;
}

.nav_list_item>ul,
.nav_list_itemlx>ul {
    width: 1200px;
}

.nav_list_item>ul>li,
.nav_list_itemlx>ul>li {
    float: left;
    width: 183px;
    height: 52px;
    background: #fff;
    text-align: center;
    line-height: 52px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #2B2F32;
    box-shadow: 0 0 12px 0 rgba(68, 138, 240, 0.10);
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.nav_list_item>ul>li:nth-child(6n),
.nav_list_itemlx>ul>li:nth-child(6n) {
    margin-right: 0;
}

.all,
.lxall {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #448AF0;
    margin: 5px auto 10px;
    text-align: center;
}
.nav_list_item > ul > li:hover {
    box-shadow: 0 0 14px 0 rgba(0,0,0,0.10);
    color: #fff!important;
    background: #4484f0;
}
.xl-down {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: #4484fa solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin: 0 0 4px 8px;
}

.xl-up {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: #4484fa solid;
    border-width: 1px 1px 0 0;
    transform: rotate(-45deg);
    margin: 0 0 0 8px;
}


/**事项内容样式**/
.sxqd-content{
    margin-bottom: 30px;
    min-height: 196px;
}
.sxqd-content table{
    border: solid 1px #e1e1e2;
}
.sxqd-content table tr td{
    border: solid 1px #e1e1e2;
    font-size: 14px;
}
.sxqd-content table tr th{
    padding: 10px 12px;
    line-height: 20px;
    background-color: #f1f2f3;
    border: solid 1px #e1e1e2;
    text-align: center;
}
.sxqd-content table tr td{
    padding: 10px 12px;
    line-height: 20px;
}
.sxqd-content table tr .tit01{
    width: 60px;
}
.sxqd-content table tr .tit02{
    width: 100px;
}
.sxqd-content table tr .tit03{
    width: 140px;
}
.sxqd-content table tr .tit04{
    width: 110px;
}
.sxqd-content table tr .tit05{
    width: 340px;
}
.sxqd-content table tr .tit06{
    width: 100px;
}
.sxqd-content table tr .tit07{
    width: 100px;
}
.sxqd-content table tr .tit08{
    width: 100px;
}
.sxqd-content table tr .tit09{
    width: 150px;
}
.sxqd-content table tr td a{
    color: #448AF0;
}

.centen_list .nav_list_item li.hover{
    background: rgb(68, 132, 240); 
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 1200px) {
    .nav_list_item>ul,
    .nav_list_itemlx>ul {
        width: 1200px;
    }
}