html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    height: 100%;
}

html,
body {
    width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

[hidden],
template {
    display: none;
}

a {
    background: transparent;
    text-decoration: none;
    color: #fff;
}

a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
    /* display: block; */
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    vertical-align: middle;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    border: none;
    background: transparent;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    border: none;
}

optgroup {
    font-weight: bold;
}

input,
select,
textarea {
    outline: 0;
}

textarea,
input {
    -webkit-user-modify: read-write-plaintext-only;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}











td,
th {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
    margin: 0;
}

ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

h1,
h2,
h3 {
    line-height: 2;
    font-weight: normal;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

i {
    font-style: normal;
}

* {
    box-sizing: border-box;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}


/* a:hover { text-decoration:underline; } */

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* 一行隐藏 */

.textHide {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 公共样式 */


/* 需要跳转a链接触摸样式 */

.jumpPage:hover {
    color: #126BDC;
}


/* a标包裹div变颜色的 */

.changePage:hover div {
    color: #126BDC;
}

.p-content {
    width: 100%;
    background: linear-gradient(180deg, #E1F0FF 0%, #FFFFFF 100%);
    background-size: 100% 448px;
    background-repeat: no-repeat;
    min-height: 448px;
}

.p-content-box {
    width: 1280px;
    margin: 0 auto;
    background: #fff;
}

.p-content-padding {
    padding: 24px 20px;
}


/* 公共位置导航栏 */

.p-nav {
    padding-left: 12px;
    width: 1280px;
    height: 50px;
    line-height: 50px;
    background: #EEF1F6;
}

.p-nav div {
    float: left;
    color: #333333;
    font-size: 14px;
}

.p-nav img {
    margin-top: 17px;
    float: left;
    width: 11px;
    height: 15px;
}

.p-nav-text {
    padding: 0 8px 0 4px;
}

.p-nav-last {
    margin-left: 10px;
}

.p-nav-box {
    float: left;
}
.p-nav a {
    color: #333333;
    font-size: 14px;
}

.p-nav1 {
    padding-left: 12px;
    width: 1408px;
    height: 50px;
    line-height: 50px;
    background: #EEF1F6;
}

.p-nav1 div {
    float: left;
    color: #333333;
    font-size: 14px;
}

.p-nav1 img {
    margin-top: 17px;
    float: left;
    width: 11px;
    height: 15px;
}

.p-nav1-text {
    padding: 0 8px 0 4px;
}

.p-nav1-last {
    margin-left: 10px;
}

.p-nav1-box {
    float: left;
}
.p-nav1 a {
    color: #333333;
    font-size: 14px;
}

/* 公共侧边栏 */

.p-resume-box {
    padding: 20px 20px 0 20px;
}

.p-list-title {
    text-align: left;
    padding-left: 20px;
    line-height: 55px;
    font-weight: bold;
    font-size: 18px;
    width: 255px;
    height: 55px;
    background: #126BDC;
}

.title-a {
    color: #FFFFFF !important;
}

.p-title-box {
    width: 100%;
    height: 56px;
    border-bottom: 1px solid #E8E8E8;
}

.p-title-text {
    height: 56px;
    line-height: 56px;
}

.p-title-text::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 20px;
    background: #1D82E6;
    vertical-align: text-bottom;
}

.p-title-text span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
}


/* 菜单 */

#menu .layui-nav-tree {
    width: 255px;
    /* border-top: 1px solid #e8e8e8; */
}

#menu .layui-nav-item {
    cursor: pointer;
    width: 255px;
    /* height: 55px ; */
    text-align: center;
    line-height: 55px;
    border: 1px solid #e8e8e8;
    margin-top:-1px;
    background:rgb(250,250,250);
}

#menu .layui-nav-item a {
    text-align: left;
    height: 55px;
    line-height: 55px;
    color: #333333 ;
    font-size: 16px;
}


#menu .layui-nav-tree .layui-nav-item a:hover {
    /* color: #1D82E6;
background: #fff; */
    color: #fff !important;
    background-color: #1D82E6 !important;
}

#menu .nav-fist a {
    /* color: #1D82E6;
background: #fff; */
    color: #fff !important;
    background-color: #1D82E6 !important;
}

#menu .nav2-fist {
    /* color: #1D82E6;
background: #fff; */
    color: #fff !important;
    background-color: #1D82E6 !important;
}

.layui-nav-itemed>a {
    color: #333333 ;
}

.layui-nav-bar {
    display: none;
}


/* #menu .layui-nav-child {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
} */

#menu .nav-list .nav-dot {
    display: inline-block;
    /* float: left; */
    /* float: left; */
    margin: 0 6px 0 0;
    transform: translateY(-2px);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #333;
    /* width: 6px;#menu .layui-nav-item a
    height: 6px;
    margin: 0 6px 0 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #333; */
}
#menu .nav-list .nav-text {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
#menu .nav-list>a:hover .nav-dot {
    border-left: 7px solid #1D82E6 !important;
}
.nav-label {
    text-align: center;
}

.nav-list {
    position: relative;
    background-color: #FFFFFF;
}

#menu .nav-list a {
    margin-left: 10px;
}

#menu .curitem a {
    color: #1D82E6 !important;
}

#menu .layui-nav-child .nav-list a:hover {
    color: #1D82E6 !important;
    background-color: #fff !important;
}

#menu .layui-nav .layui-nav-item a {
    -webkit-transition: none;
    transition: none;
}

#menu .layui-nav-more {
    margin: -3px 0 0 -5px;
    border: solid #999999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#menu .layui-nav-itemed>a .layui-nav-more {
    border: solid #999999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px;
}

#menu .layui-nav-item>a:hover .layui-nav-more {
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
}


/* #menu .layui-nav-itemed>a .layui-nav-more:hover {
    border: solid #fff;
    border-width: 0 2px 2px 0;
} */


/* 公共富文本的分享配置 */

.p-box-explain {
    /* display: flex;
  align-items: center;
  justify-content: space-between; */
    padding: 38px 0 5px 0;
    border-bottom: 1px dotted #bbbbbb;
}

.p-explain-left,
.p-explain-right {
    color: #999999;
    font-size: 14px;
    float: left;
    /* display: flex; */
    /* align-items: center; */
}

.p-explain-right {
    float: right;
}

.p-explain-left div {
    float: left;
    padding: 10px 0;
    padding-left: 20px;
}

.p-explain-right a {
    float: left;
}

.p-date {
    margin: 0 7px 0 0px;
}

.p-source {
    margin: 0 60px 0 60px;
}

.p-source-gl {
    margin: 0 20px 0 20px;
}

.p-mechanism {
    margin-right: 60px;
}

.p-mechanism-gl {
    margin-right: 20px;
}

.p-mechanism-text {
    margin-left: 4px;
}


/* 列表公共样式 */

.p-list {
    padding: 17px 0;
    border-bottom: 1px solid #e8e8e8;
}

.p-list-content {
    width: 940px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #333333;
    font-size: 18px;
}

.p-list-content:hover {
    color: #126BDC;
}

.p-list-configure {
    margin-top: 15px;
    /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.p-configure-release {
    font-size: 12px;
    color: #999999;
    margin-left: 30px;
}

.p-configure-source {
    font-size: 12px;
    color: #999999;
}

.p-list-left {
    line-height: 28px;
    float: left;
}

.p-configure-date {
    font-size: 12px;
    color: #999999;
}

.p-configure-see {
    font-size: 12px;
    color: #999999;
    margin-left: 30px;
}

.p-list-government {
    float: right;
    padding: 6px 18px;
    background: #E8E8E8;
    text-align: center;
    color: #333333;
    font-size: 12px;
}

.p-list-solicitation {
    background: #FDE5E5;
    color: #E90808;
}


/* 列表公共样式结束 */


/* 分页器样式 */
.paging {
    text-align: right !important;
    margin-top: 55px;
    width: 100%;
}

.paging a,
.paging a:link,
.paging a:visited {
    padding: 8px 23px 8px 23px;
    margin: 2px;
    border: 1px solid #e8e8e8;
    text-decoration: none;
    color: #333;
}

.paging a:hover,
.paging a:active {
    border: 1px solid #126BDC;
    color: #FFF;
    background-color: #126BDC;
    text-decoration: none;
}

.paging a.current {
    padding: 8px 23px 8px 23px;
    margin: 2px;
    border: 1px solid #126BDC;
    font-weight: bold;
    background-color: #126BDC;
    color: #FFF;
}

.paging a.disabled {
    padding: 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
}






/* layui-laypage样式 */
#paging .layui-laypage{
  text-align: center;
}

#paging .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #126BDC;
}

#paging .layui-laypage a:hover {
    color: #126BDC;
}

#paging .layui-laypage a {
    line-height: 40px;
    margin: 0 5px 5px 5px;
    width: 48px;
    height: 38px;
}

#paging .layui-laypage a,
.layui-laypage span {
    line-height: 38px;
}

#paging .layui-laypage-spr {
    height: 38px;
    width: 48px;
}

#paging .layui-laypage .layui-laypage-curr em {
    line-height: 40px;
}

#paging .layui-laypage-curr {
    width: 48px;
    height: 38px;
}