html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
}

/*body {
    line-height:1;
}*/
@charset "utf-8"

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    font-family: microsoft yahei ! important;
    font-size: 14px;
    color: #000000;
}
a, span, b, p,h1,h2,h3,h4,h5{
    font-family: microsoft yahei ! important;
    color: #363635;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    outline: medium none;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input{
    padding: 0;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}
select::-ms-expand { display: none; }
.width1100{
    width: 1100px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    overflow: hidden;
    clear: both;
}
.clearfix{
    zoom: 1;
    overflow: hidden;
}
.top{
  width:100%;
}
.martop{
    margin-top:20px;
}

.con-list{
    margin-top:30px;
    margin-bottom: 30px;
}
.con-list .list{
   /* display: none;*/
   margin-top:5px;
   padding-left: 5px;
}
.list a{
    display: block;
    height: 33px;
     line-height: 33px;
    background: url(/uploads/image/njimages/d1.png) no-repeat center left;
}
.list a .con{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    text-indent: 10px;
    letter-spacing: 0px;
    color: #4c4c4c;
    display: block;
    float: left;
    white-space: nowrap;
    width: 70%; 
    overflow: hidden; 
    text-overflow:ellipsis;
}
.list a .time{
    float: right;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #484646;
    opacity: 0.51;
}
.list a:hover .con{
    color:#124c9d;
}

.footer{
    width: 100%;
    height: 83px;
    line-height: 83px;
    background-color: #0a55a7;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}