/* 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,
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: 12px/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 {
    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;
}

.hide{
	display:none;
}


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


/*! grid system 24栅格 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span24 {
    width: 998px;
    float: left;
}

.ewb-span23 {
    width: 956px;
    float: left;
}

.ewb-span22 {
    width: 914px;
    float: left;
}

.ewb-span21 {
    width: 872px;
    float: left;
}

.ewb-span20 {
    width: 830px;
    float: left;
}

.ewb-span19 {
    width: 788px;
    float: left;
}

.ewb-span18 {
    width: 746px;
    float: left;
}

.ewb-span17 {
    width: 704px;
    float: left;
}

.ewb-span16 {
    width: 662px;
    float: left;
}

.ewb-span15 {
    width: 620px;
    float: left;
}

.ewb-span14 {
    width: 578px;
    float: left;
}

.span13 {
    width: 536px;
    float: left;
}

.ewb-span12 {
    width: 494px;
    float: left;
}

.ewb-span11 {
    width: 452px;
    float: left;
}

.ewb-span10 {
    width: 410px;
    float: left;
}

.ewb-span9 {
    width: 368px;
    float: left;
}

.ewb-span8 {
    width: 326px;
    float: left;
}

.ewb-span7 {
    width: 284px;
    float: left;
}

.ewb-span6 {
    width: 242px;
    float: left;
}

.ewb-span5 {
    width: 200px;
    float: left;
}

.ewb-span4 {
    width: 191px;
    float: left;
}

.ewb-span3 {
    width: 116px;
    float: left;
}

.ewb-span2 {
    width: 74px;
    float: left;
}

.ewb-span1 {
    width: 32px;
    float: left;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-top {
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background: #2f6698;
}

.ewb-wel {
    float: left;
    text-indent: 13px;
}

.ewb-wea {
    float: right;
}

.ewb-banner {
    position: relative;
    height: 242px;
}
.ewb-banner div.promt{
    
    padding: 10px 10px 0 10px;
    display:none;
    color: #EB462A;
    font-family: Microsoft Yahei;
    font-size: 20px;
    position: absolute;
    right: 20px;
    bottom: 50px;
    line-height: 24px;
    
}
div.promt p{
margin-bottom:10px;
}
.ewb-banner img {
    margin: 69px 0 0 53px;
}


/* nav */

.ewb-nav {
    height: 52px;
    background: url(../images/nav_bg.png) repeat;
}

.ewb-nav-item {
    float: left;
    font-size: 16px;
    line-height: 52px;
}

.ewb-nav-item a {
    display: block;
    padding: 0 30px;
    color: #fff;
}

.ewb-nav-item a:hover {
    background: #285a8b;
}

.ewb-search {
    width: 169px;
    height: 28px;
    float: right;
    margin-right: 26px;
    margin-top: 13px;
    background: url(../images/input_bg.png) no-repeat;
}

.ewb-search input {
    display: block;
    float: left;
    width: 138px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    border: none;
    background: none;
}

.ewb-search-btn {
    display: block;
    float: left;
    width: 31px;
    height: 28px;
    border: none;
    background: url(../images/search_icon.png) 2px 5px no-repeat;
}


/* foot */

.ewb-foot {
    height: 98px;
    background: #2f6698;
}

.ewb-foot-l {
    width: 650px;
    float: left;
}

.ewb-foot-link {
    color: #fff;
    padding-top: 9px;
    line-height: 36px;
    font-size: 14px;
    text-align: left;
}

.ewb-foot-link a {
    color: #fff;
}

.ewb-foot-copy {
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.ewb-police {
    display: block;
    float: left;
    width: 59px;
    height: 69px;
    margin-top: 17px;
    margin-right: 31px;
    background: url(../images/police.png) no-repeat;
}

.ewb-police1 {
    display: block;
    float: left;
    width: 110px;
    height: 55px;
    margin-top: 17px;
    margin-right: 31px;
  background: url(../images/jiucuo.png) no-repeat;
 

}

.slh {
    display: block;
    float: left;
    width: 110px;
    height: 55px;
    margin-top: 17px;
    margin-right: 31px;
     background: url(../images/footer_slh.png) #fff;

    background-size: 100% 100%;
}
.ewb-organ {
    display: block;
    float: left;
    width: 58px;
    height: 71px;
    margin-right: 11px;
    margin-top: 17px;
    background: url(../images/foot_icon.png) no-repeat;
}

.ewb-iframe{
margin-top:4px;
margin-left:20px;
float:right;
color:#000;
}

.prehide {
    display: none;
}

.ewb-nav-itemnew {
    float: left;
    font-size: 16px;
    line-height: 52px;
}

.ewb-nav-itemnew a {
    display: block;
    padding: 0 30px;
    color: #fff;
}

.ewb-nav-itemnew a:hover {
    background: #285a8b;
}

.aaa{
	
	height: 65px;
	float: left;
	vertical-align: top;
	margin: 12px 0 0 12px;
}

.bbb{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2f6698;
	float:left;
	height: 65px;
	line-height: 65px;
	background: url(../images/column_bg.jpg) no-repeat;
	width:200px;
	margin-left:75px;
}

.bbb:hover{
	color:#eb1414;
}


/* content */
.contentMain {
    border:solid #ccc 2px;
    background:#FFF
}
.content_topbanner {
    padding:31px 0 0 0;
    height:32px;
    overflow:hidden;
    border-bottom:#88b2dd dashed 1px;
    margin:auto auto 40px;
    width:99%
}
.content_topbanner .current {
    color:#999;
    padding:0 0 0 34px;
    background:url(../images/ico14.gif) 12px 2px no-repeat;
    float:left
}
.content_topbanner .fr {
    padding-top:7px
}
.content_topbanner li {
    float:left;
    padding:0 0 0 5px;
    height:12px;
    line-height:12px
}
.content_topbanner li .name {
    padding:0 32px 0 0
}
.contentShow {
    color:#333;
}
.contentShow .title {
    text-align:center;
    font-size:26px;
    color:#00578d;
    padding:20px 0
}
.contentShow .time {
    height:43px;
    line-height:40px;
    text-align:center;
    overflow:hidden;
    background:url(../images/line4.gif) left bottom repeat-x;
    width:99%;
    margin:auto
}
.contentShow .time li {
    float:left;
    width:316px;
    overflow:hidden
}
.contentShow .content {
    line-height:30px;
    font-size:16px;
    padding:25px 30px;
    min-height:300px;
    _height:300px
}
.contentShow .content .h10 {
    height:30px
}
.contentShow .contentPrint {
    background:#F4F4F5;
    padding:25px 0;
    text-align:center
}
.contentPrint a {
    margin-right:9px
}
.content_subtitle {
    text-align: center;
    color: #666;
    border-bottom: 1px dotted #CCC;
    line-height: 30px;
}

/* list */
.list_nav{border-bottom:1px #1073c1 solid; height:40px; background:#f8f8f8; position:relative;}
.list_nav_left{ height:40px; float:left;  line-height:40px; background:#1073c1; padding:0px 20px; font-size:18px; text-align:center; color:#FFF;}
.list_nav_left a{ height:40px; line-height:40px; background:#1073c1; padding:0px 20px; font-size:18px; text-align:center; color:#FFF;}
.list_nav_right{ height:40px; line-height:40px; float:right; margin-right:10px;}
.list_nr{ min-height:220px;}
.list_nr li{ background:url(../images/dian.jpg) no-repeat 10px 50%; border-bottom:1px dotted #CCCCCC; line-height:34px; height:34px; font-size:14px; text-indent:30px; position:relative;}
.list_nr li a{color: #333333;}
.list_nr li span{ position:absolute; top:0px; right:20px;}

.jtcylb_nr{ min-height:120px; padding:20px 10px; line-height:30px; text-indent:28px;}

.list_to{ height:60px; line-height:60px; border-bottom:3px #3696c9 solid; position:relative; }
.list_to_left{ position:absolute;  left:0px; top:30px; height:20px; line-height:20px; border-left:5px #3696c9 solid; text-indent:20px; font-size:20px; font-weight:bold; color:#1073c1;}
.list_to_right{ position:absolute; top:30px; right:10px; height:20px; line-height:20px;}
.list_to ul li{float: left;}
.list_to ul li a{float: left;color: #3696c9;}


.ydbg1 {
	position: fixed;
	top: 300px;
	left: 10px;
}
.ydbg2 {
	position: fixed;
	top: 300px;
	right: 10px;
}

.ydbg3 {
	position: fixed;
	top: 500px;
	left: 10px;
}
.ydbg4 {
	position: fixed;
	top: 500px;
	right: 10px;
}
.gban {
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 5px;
    display: block;
    height: 20px;
    width: 20px;
    background: url(../images/close.jpg) no-repeat left top;
}
.gban-dlr {
	cursor: pointer;
	position: absolute;
	top: -15px;
	right: 5px;
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/close.jpg) no-repeat left top;
}


.infoList{overflow:hidden;}
.infoList li{float:left; width:100%; padding-top:6px; padding-bottom:6px; overflow:hidden;}
.infoList li h4{position:relative; padding:0 100px 0 15px; font-weight:normal; font-size:14px; overflow:hidden;}
.infoList li h4 a{float:left; color:#333; line-height:1.6em; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.infoList li h4 a:before{position:absolute; top:-2px; left:2px; content:""; margin-top:.8em; width:4px; height:4px; background-color:#333; background-repeat:no-repeat; border-radius:50%;}
.infoList li h4 a:hover{color:#eb1414;}
.infoList li h4 a:hover:before{background-color:#eb1414;}
.infoList li h4 .time{position:absolute; z-index:10; top:50%; right:2px; margin-top:-.8em; line-height:1.6em; color:#333; font-size:1em; white-space:nowrap;}
.infoList li br{display:none;}
.infoList.notTime li h4{padding-right:0;}
.infoList.notTime li .time{display:none;}

.even{background-color:#ffffff;}
.odd{background-color:#f7f7f7;}

.show-notData{margin-top:20px; text-align:center; font-size:14px; line-height:60px; background-color:#f7f7f7;}
.pagesdiv{padding-top:10px;}
.pagesdiv .layui-laypage .layui-laypage-curr .layui-laypage-em{background-color:#0088cc;}
