﻿/* 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: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #393939;
    background: url(../images/sy_02.jpg) repeat-x;
}
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;
}

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


/* header */

.banner {
    width: 1003px;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
}
.nav_box {
    height: 84px;
    background: url(../images/sy_05.jpg) repeat-x;
}
.nav {
    height: 37px;
    line-height: 37px;
    width: 1003px;
    margin: 0px auto;
    background: url(../images/sy_06.jpg) left top no-repeat
}
.nav ul {
    display: block;
    padding-left: 20px;
}
.nav ul li {
    /*padding: 0px 24px;*/
    padding: 0px 22px;/*20211224*/
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.nav ul li a {
    color: #450000;
    text-decoration: none;
}
.nav ul li a:visited {
    color: #450000
}
.nav ul li.rt_x {
    width: 3px;
    float: left;
    height: 37px;
    line-height: 37px;
    display: block;
    color: #450000;
    padding: 0px;
}
.nav ul li a:hover {
    text-decoration: underline
}
.zonghe {
    height: 30px;
    width: 1003px;
    margin: 0px auto;
    clear: both
}
.stime {
    width: 600px;
    padding-top: 3px;
    float: left;
}
.stime span.rq {
    display: block;
    width: 250px;
    float: left;
    color: #FFF;
    line-height: 25px;
}
.ewb-head-input{
    padding-right: 5px;
}
.ewb-headimg{
    padding-top:5px;
}
.sousuo {
    float: right;
    width: 393px;
    height: 30px;
    display: block;
}

/* footer */

.footer {
    clear: both;
    width: 1003px;
    margin: 0px auto;
    margin-top: 10px;
    padding: 10px 0px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #CCC;
}
.footer a{
    color:#393939;
    cursor: pointer;
}
.footer a:hover{
    color:#eb4d00;
}

/* common */
.wb-data-item {
    padding: 10px 15px;
}
.wb-data-list {
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    vertical-align: top;
    background: url(../images/listimg.jpg) no-repeat left center;
}
.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wb-data-infor a {
    color: #393939;
}
.wb-data-date {
    float: right;
    margin-top: -26px;
}
.wb-data-list:hover a {
    cursor: pointer;
    color: #eb4d00;
}

/* 0927新增 */
.ewb-nvanew{
    float: right;
    font-size: 12px;
}


.ewb-yzmnew {
    line-height: 40px;
    font-size: 25px;
    letter-spacing: 18px;
    cursor: pointer;
}

/*20211214*/
.p-l7{
	padding-left:7px;
}