﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
line-height:1.8;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {

font-weight: normal;
}
table, td, th {
vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote {
quotes: "" "";
}
a img {
border: none;
}
#main .content .text{padding-bottom:12px !important;}
#main .content .text table{}

#main .content .text table td img{max-width:100% !important;}

#main .content .text table td p{TEXT-INDENT:0px!important;}
.content .zzjg_list>table{width:930px;}
.sublist table{width:930px;}






  .marquee {
	  	height: 30px;
	  	line-height:30px;
  	    border-bottom: 1px solid #dadada;
  	    background: -webkit-linear-gradient(top, #fbfaf8, #ececec 100%);
	    font-size: 14px;
	    color: #5d5d5d;
            width: 100%;
            padding-left:6%; 
            margin: 0 auto;
            overflow: hidden;
            white-space: nowrap;
            box-sizing: border-box;
         /*    animation: marquee 50s linear infinite; */
        }

        .marquee:hover {
            animation-play-state: paused
        }
        @keyframes marquee {
            0%   { text-indent: 27.5em }
            100% { text-indent: -105em }
        }