/* yui3 reset.css */

html {
    color: #000;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.ewb-mt10 {
    margin-top: 10px;
}

@media (min-width: 980px) {
    body {
        min-width: 1182px;
    }
}

body {
    background: url(../images/main.jpg) center top no-repeat #fff;
}
#header{
     background: url(../images/main.jpg) center top no-repeat #fff;
}
body.useOldFixed {
    background:none;
}
.color {
    padding: 0 10px 10px;
    background-color: #f3faff;
}
.ewb-bg1 {
    padding: 0 10px;
    background-color: #4a6dcb;
}

#header {
    height: 230px;
}

/* top */

.ewb-top {
    line-height: 40px;
    color: #fff;
}

.ewb-wea a,
.ewb-wea em {
    color: #fff !important;
}

.ewb-tools {
    /* width: 25%; */
    margin-right: 66px;
    text-align: right;
    display: flex;
}

.ewb-tools > a {
    float: left;
    margin-left: 42px;
    margin-right: 0;
    padding-left: 30px;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
}
.ewb-tools > a.ghb{
        padding-left: 0px;
}
.ewb-tools > a:first-child {
    margin-left: 0;
}

.ewb-tools > a.icon1 {
    background-image: url('../images/tools_icon1.png');
}

.ewb-tools > a.icon2 {
    background-image: url('../images/tools_icon2.png');
}

.ewb-tools > a.icon3 {
    background-image: url('../images/tools_icon3.png');
}

.ewb-tools > a:before {
    right: -22px;
}

.ewb-version {
    position: relative;
    color: #fff;
    margin-right: 12px;
}

.ewb-version:before {
    position: absolute;
    content: '';
    top: 50%;
    right: -12px;
    margin-top: -7px;
    height: 14px;
    border-left: 2px dashed #739add;
}

.ewb-version:last-child:before {
    display: none;
}

.ewb-DsName {
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
}

.ewb-btn-box {
    position: relative;
    z-index: 666;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 38px;
    width: 42px;
    border-radius: 2px;
    margin-top: 5px;
    background: url(../images/person.png) 15px center no-repeat;
}

.ewb-btn {
    display: block;
    color: #fff;
    background: url(../images/arr_down.png) 65px center no-repeat;
}

.ewb-btn-items {
    position: absolute;
    top: 29px;
    left: 0;
    display: none;
    z-index: 999;
    padding: 2px 0;
    background: rgba(151, 192, 255, 0.3);
    border-radius: 3px;
}

.ewb-btn-item {
    width: 100px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.ewb-btn-item a {
    color: #fff;
}

.ewb-btn-box:hover .ewb-btn,
.ewb-btn-box.accfocus .ewb-btn
{
    background: url(../images/arr_up.png) 65px center no-repeat;
}

.ewb-btn-box:hover .ewb-btn-items,
.ewb-btn-box.accfocus .ewb-btn-items{
    display: block;
}

/* header */

.ewb-header {
    padding-top: 20px;
    height: 120px;
}

.ewb-header img {
    vertical-align: top;
    /* width: 100%; */
}

.logo-name {
    margin: 5px 0 0 26px;
}

#tianqiUL {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#tianqiUL img {
    vertical-align: middle;
}
#tianqiUL li {
    display: inline;
    margin: 0px 1px;
}
#tianqiUL li a {
    color: #fff;
}

/* search */

.ewb-search-box {
    position: relative;
    margin-top: 13px;
    padding-left: 23px;
    padding-right: 60px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
}

.ewb-inpu {
    /* width: 100%; */
    height: 50px;
    line-height: 50px;
    border: 0;
    outline: 0;
    font-size: 18px;
    color: #fff;
    background: none;
}

.ewb-header ::-webkit-input-placeholder {
    color: #fff;
}

.ewb-header :-moz-placeholder {
    color: #fff;
}

.ewb-header ::-moz-placeholder {
    color: #fff;
}

.ewb-header :-ms-input-placeholder {
    color: #fff;
}

.ewb-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    background: url('../images/search_icon.png') center no-repeat rgba(255, 255, 255, 0.2);
    line-height: 50px;
    text-align: center;
    border: 0;
    outline: 0;
    font-size: 0;
    cursor: pointer;
}

/* nav */

.ewb-nav {
    line-height: 50px;
    background-color: #4a6dcb;
}

.ewb-nav-item {
    height: 50px;
    width: 12.5%;
    *width: 12.4%;
    font-size: 17px;
}

.ewb-nav-item a {
    display: block;
    text-align: center;
    height: 50px;
    color: #fff;
}

.ewb-nav-item:hover a,
.ewb-nav-item.accfocus a,
.ewb-nav-item.current a {
    background-color: #f08300;
}

/* footer */

.ewb-footer {
    padding-bottom: 22px;
    background-color: #001227;
    color: #fff;
}

.ewb-footer-link {
    width: 1200px;
}

.footer-hd {
    padding-top: 7px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #334152;
}

.ewb-footer p {
    text-align: center;
}

.ewb-footer p a {
    font-size: 14px;
    margin: 0 8px;
    color: #fff;
}

.ewb-footer .ewb-copy {
    margin: 18px 87px 0 0;
    line-height: 30px;
    text-align: left;
}

.ewb-copy li {
    display: inline-block;
    vertical-align: top;
    width: 278px;
}

.ewb-copy li:nth-child(even) {
    width: 550px;
}

.ewb-copy li:nth-last-child(1) {
    width: 100%;
}
.ewb-copy li label,
.copy-link {
    color: #999;
}

.ewb-footer-link {
    position: relative;
}

.ewb-footer-img1 {
    position: absolute;
    top: 82px;
    right: 86px;
}

.ewb-footer-img2 {
    position: absolute;
    /* top: 70px;
    right: -8px; */
    top: 80px;
    right: 0px;
}

.ewb-footer-img3 {
    position: absolute;
    top: 82px;
    right: 229px;
}
.ewb-footer-img4 {
    position: absolute;
    top: 82px;
    right: 375px;
}

.ewb-article-sources {
    text-align: center;
    color: #666;
    line-height: 30px;
    background: #eee;
    margin-top: 15px;
}

.ewb-article-sources a {
    color: #666;
    transform: translate(-50%,-50%);
}

.accfocus,
.accfocus > h1,
.accfocus > h2,
.accfocus > h3 {
    text-decoration: underline !important;
}

@media (max-width: 979px) {
    .ewb-wea {
        display: none;
    }
    .ewb-header img {
        margin-top: 10px;
        height: 64px
    }
    .ewb-header img:first-child {
        margin-top: 5px;
    }
    .ewb-footer-link {
        width: auto;
    }
    .ewb-footer .ewb-copy {
        margin-right: 0;
        text-align: center;
    }
    .ewb-copy li,
    .ewb-copy li:nth-child(even) {
        width: auto;
        margin: 0 10px;
    }
}

@media (max-width: 767px) {
    body {
        background-size: auto 240px;
    }
    #header {
        height: auto;
    }
    /* top */
    .ewb-wea {
        width: 95%;
        padding-left: 5%;
    }
    .ewb-tools {
        width: 100%;
        margin-right: 0;
    }
    .ewb-btns {
        float: left;
        width: 100%;
        /* margin-right: 1%; */
    }
    .ewb-version {
        margin-left: 0;
    }
    /* header */
    .ewb-header {
        padding: 10px 0;
        height: auto;
    }
    .ewb-inpu {
        font-size: 12px;
    }
    /* nav */
    .ewb-nav-item {
        width: 25%;
    }
    .ewb-search-box {
        margin: 0 2%;
        margin-top: 70px;
    }

    .color {
        padding: 0;
    }
    .ewb-bg1 {
        padding: 0;
    }

    .ewb-article-sources {
        font-size: 12px;
        line-height: 26px;
    }
    .ewb-tools > a {
        float: none;
        display:inline-block;
        vertical-align: top;
        margin-left: 10px;
        margin-right: 10px;
    }
    .ewb-tools > a:before {
        right: -12px;
    }
    .ewb-header img {
        margin-left:5px;
        height: 46px;
    }
    .ewb-header .logo-name {
        margin-left: 10px;
    }
    .ewb-footer-img1,.ewb-footer-img2,.ewb-footer-img3,.ewb-footer-img4 {
        position: inherit;
        top: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        width: 5.4rem;
    }
}

/* Ã¦â€Â¿Ã¥Å Â¡Ã¥â€¦Â¬Ã¥Â¼â‚¬Ã¦Â Â·Ã¥Â¼Â */


/*Ã¥Â·Â¦Ã¤Â¾Â§,Ã¥Ë†â€”Ã¨Â¡Â¨Ã©Â¡ÂµÃ¨Æ’Å’Ã¦â„¢Â¯*/
.ewb-page-main {
    padding-bottom: 10px;
    background-color: #eaedf5;
}

.ewb-login {
    padding: 18px 16px 8px;
    background: #fff;
}

.ewb-login-list {
    height: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    background-color: #7b96dc;
}

.ewb-login-list a {
    display: block;
    line-height: 54px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}


.ewb-meun {
    margin-top: 18px;
}

.ewb-menu-hd {
    height: 70px;
    background-color: #4a6dcb;
}

.ewb-menu-hd a,.ewb-menu-hd span {
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.ewb-menu-bd {
    min-height: 515px;
    padding: 0 0px 3px;
    background: #fff;
}

/*Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡ÂµÃ©ÂÂ¢*/
.ewb-route {
    line-height: 52px;
    color: #666;
}
.ewb-route a {
    color: #666;
    font-size: 13px;
    margin: 0 5px;
}
.ewb-route a.current,.ewb-route span {
    color: #f08300;
}

/*Ã¥Â·Â¦Ã¤Â¾Â§Ã¦Â â€˜*/

.wb-tree-items {
    margin-bottom: 2px;
    cursor: pointer;
}

.wb-tree-tt {
    color: #4a6dcb;
}

.wb-tree-node {
    display: block;
    height: 58px;
    line-height: 58px;
    font-size: 17px;
    color: #4a6dcb;
    background-color: #d6e3ff;
}

.wb-tree-iconl {
    float: left;
    width: 29px;
    height: 29px;
    margin-top: 15px;
    margin-left: 11px;
    margin-right: 10px;
}

.wb-tree-iconr {
    float: right;
    width: 44px;
    height: 17px;
    margin-top: 21px;
    background: url(../images/multilevelList/item_icoh.png) no-repeat;
}


.wb-tree-sub {
    border-top: none;
    display: none;
}

.wb-tree-item {
    padding: 0 0 0 18px;
    position: relative;
    min-height: 35px;
    line-height: 35px;
}

.wb-tree-item.last {
    border-bottom: 0;
}

.wb-tree-item > a {
    display: block;
    padding-left: 31px;
    line-height: 35px;
    font-size: 15px;
    color: #333;
    background: url(../images/multilevelList/list_icon.jpg) 17px center no-repeat;
}

.wb-tree-item .last {
    border-bottom: none;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.accfocus
{
    color: #f08300;
    font-weight: bold;
    background: url(../images/multilevelList/list_iconh.jpg) 17px center no-repeat;
}

.wb-tree-item .wb-tree-item-hover {
    color: #f08300;
    font-weight: bold;
    background: url(../images/multilevelList/list_iconh.jpg) 17px center no-repeat;
}

.current .wb-tree-iconr {
    background: url(../images/multilevelList/arrh.png) no-repeat;
}

.current .wb-tree-tt {
    color: #4a6dcb;
    font-weight: bold;
}

.current .wb-tree-sub {
    display: block;
}

.ewb-tree {
    display: none;
    position: absolute;
    bottom: 0;
    left: 232px;
    width: 240px;
    padding: 0 10px;
    background-color: #eaeaea;
    z-index: 999;
}

.ewb-tree-items {
    margin-top: 5px;
    cursor: pointer;
}

.ewb-tree-tt {
    color: #333;
}

.ewb-tree-node,
.ewb-tree-sub a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.ewb-tree-iconl {
    float: left;
    width: 8px;
    height: 8px;
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 10px;
    background: url(../images/listr.png) no-repeat;
}

.ewb-tree-sub {
    border-top: none;
    display: none;
}

.ewb-tree-item > a {
    padding-left: 55px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 12px;
    background: none;
}

.ewb-tree-item .last {
    border-bottom: none;
}

.ewb-tree-item > a:hover,
.ewb-tree-item > a.accfocus
{
    background-color: #ededed;
}

.ewb-tree-items.current .ewb-tree-iconl {
    background: url(../images/listrh.png) no-repeat;
}

.ewb-tree-items.current .ewb-tree-sub {
    display: block;
}

.wb-tree-item:hover .ewb-tree,
.wb-tree-item.accfocus .ewb-tree
{
    display: block;
}

.ewb-login-list a {
    font-family: "Microsoft YaHei";
    font-weight: bold;
}


/* Ã©Â¡ÂµÃ§Â Â */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 22px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a,.ewb-page-li>span {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a{
    border: 1px solid #fff;
    color: #113ecf;
}
.ewb-page-li.current > span { border: 0;
    color: #113ecf;display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
}
.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-hover>a {
    font-family: "Simsun";
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-hover.accfocus>a,
.ewb-page-go:hover>a,
.ewb-page-go.accfocus>a,
.ewb-page-go:hover>span,
.ewb-page-go.accfocus>span
{
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a,.ewb-page-go>span {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

/*Ã¦â€”Â Ã©Å¡Å“Ã§Â¢Â*/
.accfocus,.accfocus>h1,.accfocus>h2,.accfocus>h3 {
    text-decoration:underline!important;
}

@media (max-width: 767px) {
    .ewb-tree {
        left: 130px;
        right: 0;
        width:auto;
    }
}


.abt-hightcolor1 .ewb-inpu::placeholder {
    color: rgb(245, 252, 0);
}
.abt-hightcolor2 .ewb-inpu::placeholder {
    color: rgb(0, 0, 254);
}
.abt-hightcolor3 .ewb-inpu::placeholder {
    color: rgb(255, 255, 255);
}
.abt-hightcolor4 .ewb-inpu::placeholder {
    color: rgb(0, 0, 0);
}
body.useOldFixed .ewb-footer-img4 {
    right:320px;
}
body.useOldFixed .ewb-footer-img3 {
    right:194px;
}
body.useOldFixed .ewb-footer-img1 {
    right:66px;
}

body.useOldFixed .copy-link img {
    vertical-align:middle;
    margin-top:-10px;
}

/*comheader*/
#container {
    background: url(../images/main.jpg) center top no-repeat #fff;
}

html body.useOldFixed #header .container {
    position: relative;
}

html body.useOldFixed #comheader .ewb-header {
    position: relative;
}

html body.useOldFixed .ewb-search-box {
    position: absolute;
    right: 20px;
    left: auto;
    margin: 0;
    width: 40%;
    top: 8px;
    min-height: auto !important;
    line-height: 55px !important;
    height: auto !important;
}

html body.useOldFixed #key {
    min-height: auto !important;
    height: 55px !important;
}

html body.useOldFixed .ewb-search-btn:not(.skipAutoFix) {
    min-height: auto !important;
    height: auto !important;
    width: 160px !important;
    line-height: 55px !important;
    text-align: left ;
    padding-left: 45px;
    color: #fff;
}

html body.useOldFixed .ewb-nav:not(.skipAutoFix) {
  margin-top: 38px;
}

html body.useOldFixed #container {
    background-size: 100% 12% !important;
}

html body.useOldFixed #header .ewb-nav .ewb-nav-list .ewb-nav-item:nth-child(n) {
    width:calc((100% - 30px) / 4) !important;
}
html body.useOldFixed #header .ewb-nav .ewb-nav-list {
    min-height:auto !important;
}

html body.useOldFixed .m-pagination-jump {
    width:120px;
}

   body.useOldFixed [aria-fixedOldHidden=true].DetailTitle{
              display:block !important;
              margin-top:50px;
          }

.ewb-btns{
    display:flex;
}