﻿﻿/* 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
}

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 {
    min-width: 1166px;
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url("../images/bg.jpg") center top no-repeat;
}

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 {
    cursor: pointer;
    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;
}



/* placeholder */

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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);
}


/**
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.ewb-container {
    width: 1166px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span1 {
    float: left;
    width: 32px;
}

.ewb-span2 {
    float: left;
    width: 74px;
}

.ewb-span3 {
    float: left;
    width: 116px;
}

.ewb-span4 {
    float: left;
    width: 158px;
}

.ewb-span5 {
    float: left;
    width: 200px;
}

.ewb-span6 {
    float: left;
    width: 242px;
}

.ewb-span7 {
    float: left;
    width: 284px;
}

.ewb-span8 {
    float: left;
    width: 326px;
}

.ewb-span9 {
    float: left;
    width: 368px;
}

.ewb-span10 {
    float: left;
    width: 410px;
}

.ewb-span11 {
    float: left;
    width: 452px;
}

.ewb-span12 {
    float: left;
    width: 494px;
}

.ewb-span13 {
    float: left;
    width: 536px;
}

.ewb-span14 {
    float: left;
    width: 578px;
}

.ewb-span15 {
    float: left;
    width: 620px;
}

.ewb-span16 {
    float: left;
    width: 662px;
}

.ewb-span17 {
    float: left;
    width: 704px;
}

.ewb-span18 {
    float: left;
    width: 746px;
}

.ewb-span19 {
    float: left;
    width: 788px;
}

.ewb-span20 {
    float: left;
    width: 830px;
}

.ewb-span21 {
    float: left;
    width: 872px;
}

.ewb-span22 {
    float: left;
    width: 914px;
}

.ewb-span23 {
    float: left;
    width: 956px;
}

.ewb-span24 {
    float: left;
    width: 998px;
}

.ewb-span25 {
    float: left;
    width: 1040px;
}

.ewb-span26 {
    float: left;
    width: 1082px;
}

.ewb-span27 {
    float: left;
    width: 1124px;
}

.ewb-span28 {
    float: left;
    width: 1166px;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* header */

.ewb-header {
    height: 160px;
    background: url("../images/header_bg.png") left center repeat-y;
}

.ewb-top {
    height: 119px;
}

.ewb-logo {
    margin-top: 27px;
}

.ewb-search {
    margin-top: 41px;
    margin-right: 4px;
    width: 349px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #fff;
    background-color: #fff;
}
.ewb-seless {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    width: 95px;
    height: 32px;
    border: 0;
    outline: 0;
    background: inherit;
    font-weight: bold;
    color: #333;
}
.ewb-search:hover {
    border: 1px solid #007ed6;
}

.ewb-search-txt {
    width: 230px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    border: 0;
    outline: 0;
    color: #666;
    text-indent: 12px;
}

.ewb-search-btn {
    margin-top: 6px;
    width: 21px;
    height: 21px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("../images/btn_icon.png") no-repeat;
}

.ewb-nav-link {
    display: block;
    margin-left: 16px;
    width: 62px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
}

.ewb-nav-link.long {
    width: auto;
    padding: 0 10px;
}

.ewb-nav-link:hover {
    border: 1px solid #b3e2f7;
}

/* footer */

.ewb-footer {
    margin-top: 50px;
    height: 220px;
    background-color: #368ae1;
}

.ewb-sel {
    margin-left: -8px;
}

.ewb-select {
    margin-top: 19px;
    margin-left: 10px;
    width: 283px;
    height: 34px;
    text-indent: 12px;
    border: 0;
    outline: 0;
}

.chosen-container {
    margin-left: 10px;
}

.chosen-container-single .chosen-single {
    margin-top: 19px;
    height: 34px;
    line-height: 34px;
    padding: 0 0 0 12px;
    border: none;
}

.chosen-container-single .chosen-drop {
    border: 0;
}

.ewb-ft-con {
    position: relative;
    height: 135px;
}

.ewb-ft-p {
	padding-top: 25px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.ewb-ft-p span {
    margin: 0 15px;
}
.ewb-ft-p a {
    color:#fff;
}


.ewb-vcode {
    position: absolute;
    top: 15px;
    left: 34px;
    text-align: center;
}

.ewb-vcode-sp {
    display: block;
    line-height: 14px;
    color: #fff;
}

.ewb-ft-img1 {
    position: absolute;
    top: 32px;
    right: 163px;
}

.ewb-ft-img2 {
    position: absolute;
    top: 38px;
    right: 7px;
}

/**
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.ewb-wrap {
    width: 1161px;
    margin: 0 auto;
}

/* 宿迁政务掌上大厅 */

.ewb-top-container {
    position: relative;
    z-index: 9999;
}

.palm-hall {
    position: absolute;
    top: 33px;
    right: 0;
    width: 268px;
    height: 36px;
}

.ewb-sear {
    height: 34px;
    border: 1px solid #dbdbdb;
}

.ewb-sear:hover {
    border: 1px solid #007ed6;
}

.ewb-sear-txt {
    padding-left: 12px;
    width: 200px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    border: 0;
    outline: 0;
}

.ewb-sear-btn{
    margin-top: 6px;
    margin-right: 14px;
    width: 21px;
    height: 21px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: url("../images/btn_icon.png");
}





/* 新增css */

.chosen-container-single .chosen-search {
    display: none;
}

.rr.cur{
    color:blue;
}

.yj{ background-color:#e4e4e4; height:35px; line-height:35px; font-size:16px;width:100%; text-indent:20px; font-weight:bold; margin-top:10px;} 
.yj a{ color:#333333;}
.yj a:hover{ color:#feab46;}
.dt_sub { width:100%; text-indent:20px; margin-top:10px;height:auto;min-height:25px;}
.dt_sub li{ float:left; min-width:120px; height:25px; line-height:25px; font-size:14px;}
.dt_sub li a{ color:#333333;}
.dt_sub li a:hover{ color:#feab46;}

.ewb-ft-cat{
	text-align: center;
    margin-top: 10px;
	font-size: 15px;
}
.ewb-ft-cat a{
	color:#fff;
}
/**/
.ewb-width .ewb-nav-link{
	width:100px;
}

/**详情页面**/

.ewb-scan {
    margin: 0 auto;
    width: 154px;
    height: 177px;
    background-color: #e3eff9;
	margin-top:25px;
}
.ewb-scan-code {
    padding-top: 16px;
}

.ewb-scan-code img {
    display: block;
    margin: 0 auto;
}

.ewb-scan-code span
{
	display: block;
    margin-top: 5px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    color: #0c58a0;
}

.ewb-share {
    line-height: 30px;
}

.ewb-share p{
	display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    font-size: 12px;
    color: #999;
}


.chain {
    position: absolute;
    right: 70px;
    top: 22px;
    width: 99px;
}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 253px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background: url("../images/subPage/new_jiao.png") no-repeat;
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
    background: url("../images/subPage/new_yes.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 100% !important;
	line-height: 36px !important;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}

@media (max-width: 979px) {
    .chain {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .chain {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 150px;
    }
    .ewb-say-box {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .do-end {
        width: 100%;
        background-size: 100% 100%;
    }
}
.article-info{
    position: relative;
}