*,:after,:before { margin:0;padding:0;/*box-sizing: border-box;*/}
html { background:#f6f8fb;width:100%;height:100%;font-size:14px;}
body { width:100%;height:100%;}
ul,ol{list-style:none}
a{ text-decoration:none;color:#111;}
a:hover{ text-decoration:none;}
img { border:0;vertical-align:middle;}
form,input{ margin:0;padding:0;}
.clear:before { content:"";clear:both;display:block;}
.clear:after { content:"";clear:both;display:block;}
:root {
    --vr-width:1200px;
}
.w { width:var(--vr-width);margin:0 auto;}
.header { box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);border-top: 20px solid #57241a;background:#fff;}
.header ul { position:relative;}
.header ul:after { content:"";position:absolute;left:280px;top:0;width:40px;height:80px;}
.header ul li { float:left;line-height:70px;height:70px;}
.header ul li a { display: block;font-size:18px;padding: 0 20px;color:#fff;}
.header ul li a:hover { background: #881908;color: #fff;}
.header ul li.logo { position:relative;font-weight:700;z-index:99;}
.header ul li.logo a { color: #fff;padding:0;}
.header ul li.logo .t { font-size:46px;float:left;}
.header ul li.logo .t span { color:#fff;}
.header ul li.logo .n { position:relative;float:left;width:100px;margin-left:5px;}
.header ul li.logo .n .nl { top:18px;position:absolute;font-size:14px;}
.header ul li.logo .n .na { line-height: 20px;color:#fff;}
.header ul li.logo .n .nb { line-height: 14px;color:#333;}
.header ul li.r { float:right;}
h1, h2, h3, h6 {
    font-size: 15px;
    font-weight: bold;
}
.wk {
    margin-top:20px;
	overflow: hidden;
}

#z {
	float: left;
	width: 300px;
	overflow: hidden;
}

#y {
	float: right;
	width: 720px;
	overflow: hidden;
}

.c {
	clear: both;
	zoom: 1;
	font-size: 0;
	height: 0
}

#banner img {
	width: 1002px;
	margin: 9px 9px 0 9px;
	border-radius: 3px;
}

#logo {
	position: relative;
	overflow: hidden;
	margin: 9px 9px 0 9px;
	padding: 25px 9px 0 9px;
	background: #f1f1f1;
	background-image: linear-gradient(#ffffff,#f1f1f1);
	border-radius: 3px;
}

#logo font {
	color: #090;
	padding: 5px 0;
	position: absolute;
	top: 0;
	left: 9px;
}

#logo a {
	color: #090;
	font-weight: normal;
}

#baidu {
	position: absolute;
	bottom: 20px;
	right: 9px;
	border: 3px solid #d5161d;
	border-radius: 3px;
}

#baidu input {
	float: left;
	color: #aaa;
	font-size: 15px;
	line-height: 30px;
	width: 160px;
	padding: 7px 0 7px 10px;
	outline: 0;
	border: 0;
	transition: all 0.5s;
}

#baidu input:focus {
	color: #555;
	width: 280px;
	border-color: #5f5750;
	transition: all 0.5s;
}

#baidu button {
	float: left;
	color: #fff;
	font-size: 15px;
	width: 80px;
	padding: 7px 10px;
	line-height: 30px;
	text-align: center;
	border: 0;
	border-left: 3px solid #d5161d;
	background: #f9af02;
	background-image: linear-gradient(#ffd30e,#f9af02);
	cursor: pointer;
	text-shadow: 1px 1px 1px #fe9b02;
}

#baidu button:hover {
	background-image: linear-gradient(#f9af02,#ffd30e);
}

#logo ul {
	position: absolute;
	top: 9px;
	right: 9px;
}

#logo ul li {
	float: left;
	margin-left: 9px;
}

#logo ul li a {
	color: #fff;
	padding: 6px 8px;
	background: #bbb;
	border-radius: 3px;
}

.nav {
	font-size: 15px;
	margin: 9px 9px 0 0;
	border-radius: 3px 3px 0 0;
	background: #ca3c37;
	background: linear-gradient(90deg, #57241a 0%, #f0600c 100%) !important;
}

.nav ul {
	overflow: hidden;
	padding: 0 5px;
	background: url(/db/skin/s.png) no-repeat 1140px 15px;
}

.nav ul li {
	float: left;
	position: relative;
	padding-right: 2px;
	background: url(/db/skin/m.png) no-repeat right
}

.nav ul li a {
	color: #fff;
	line-height: 37px;
	margin: 9px 4px;
	padding: 0 9px;
	display: block;
	border-radius: 3px;
}

.nav ul li a:hover,.nav ul li.on a {
	color: #ff5;
	background: #ab2823;
	background-image: linear-gradient(#80110d,#9a1e19);
}

.nav ul li#m1 {
	background: url(/db/skin/m1.png) no-repeat right 5px
}

.nav ul li#m2 {
	background: url(/db/skin/m2.png) no-repeat right 5px
}
.header { position:relative;width:100%;height:80px;}
.header .top { position:absolute;left:0;width:100%;height:100%;z-index:99;}
.header .wave { position:absolute;left:0;width:100%;height:100%;z-index:8;}
.waves {
  position:relative;
  width: 100%;
  height:70px;
  margin-bottom:-7px;
  min-height:70px;
  max-height:150px;
}
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}
#cm {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 10px;
	margin: 0 9px;
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	border-top: 0;
	border-radius: 0 0 3px 3px;
}

.linepic {
	float: right;
	width: 326px;
	margin: 9px 9px 0 9px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	border-radius: 3px;
}
.linepic ul li { padding: 9.5px 9px 9.5px 9px;overflow: hidden;border-bottom: 1px solid #eaeaea;}
.linepic ul li:last-of-type { border-radius: 0 0 3px 3px;}
.linepic ul li .dt {
	float: left;
	width: 90px;
	height: 69px;
	display: inline-block;
}
.linepic ul li .dt img {
	width: 90px;
	height: 69px;
	display: block;
	border-radius: 3px;
}
.linepic ul li .dd {
	float: right;
	width: 206px;
	height: 69px;
	margin: 0;
	display: inline-block;
}

.linepic ul li .dd p.title {
	font-size: 15px;
	height: 22px;font-weight: 900;
	width: 100%;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.linepic ul li .dd p.descs {
	color: #090;
	height: 40px;
	line-height: 20px;
	margin-top: 3px;
	overflow: hidden;
}

.linepic ul li .dd font {
	float: right;
	color: #090;
}


.recom {
	float: left;
	width: calc(100% - 347px);
	margin: 9px 0 0 0;
	overflow: hidden;
}

.desc {
	padding: 9px 20px;
	position: relative;
	background: #fff;
	border-radius: 3px;
}

.desc i {
	top: 9px;
	right: 9px;
	width: 20px;
	height: 12px;
	position: absolute;
	background: url(/db/skin/h.gif) no-repeat;
}

.desc h1 {
	color: #588947;
	height: 29px;
	line-height: 29px;
}

.desc p {
	color: #7faa70;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
}

#mt {
	margin-top: 9px;
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
}

#h {
	float: right;
	width: calc(100% - 333px);
	height: 315px;
	border-left: 1px solid #eaeaea;
}

#h ul {
	padding: 4px 15px 10px 15px;
}

#h ul li {
	height: 27px;
	line-height: 27px;
	padding: 8px 0 8px 18px;
	border-bottom: 1px dashed #eaeaea;
	background: url(/db/skin/b.png) no-repeat 0 14px;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}

#h ul li:last-of-type {
	border-bottom: 0;
}

#h ul li font {
	color: #aaa;
	line-height: 27px;
	padding: 8px 0 8px 8px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff
}

.titlemore {
	margin-top: 9px;
	padding-bottom: 9px;
	overflow: hidden;
	border-radius: 3px;
	background:#fff;
}

.titlemore ul li {
	float: left;
	margin: 9px 0 0 12px;
	background: #fde585;
	border-radius: 3px;
	width: 15%;
}

.titlemore ul li a {
	display: block;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	border-radius: 3px;
}

.titlemore ul li:nth-of-type(2) {
	background: #d9f9ca;
}

.titlemore ul li:nth-of-type(3) {
	background: #d2e8ff;
}

.titlemore ul li:nth-of-type(4) {
	background: #f3d6b4;
}

.titlemore ul li:nth-of-type(5) {
	background: #ccf834;
}

.titlemore ul li:nth-of-type(6) {
	background: #85fdf3;
}

.titlemore ul li:nth-of-type(7) {
	background: #f6b3fe;
}

.titlemore ul li:nth-of-type(8) {
	background: #fda785;
}

.titlemore ul li:nth-of-type(9) {
	background: #d7fd85;
}

.titlemore ul li:nth-of-type(10) {
	background: #a7fd85;
}

.titlemore ul li:nth-of-type(11) {
	background: #dcbdbb;
}

.titlemore ul li:nth-of-type(12) {
	background: #96d094;
}

.titlemore ul li a:hover {
	color: #fff;
	background: #f50;
}

#hd {
	float: left;
	margin: 9px;
	width: 313px;
	overflow: hidden;
	position: relative;
}

#hd ul {
	float: left;
	clear: both;
	position: absolute
}

#hd ul li {
	float: left;
	overflow: hidden;
}

#hd,#hd li,#hd img {
	width: 313px;
	height: 297px;
	border-radius: 3px;
}

#hd ul li div {
	position: absolute;
	overflow: hidden
}

#hd .bn {
	position: absolute;
	bottom: 20px;
	margin-left: -79px;
	left: 50%;
}

#hd .bn i {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	background: #fff;
	border-radius: 50%;
}

#hd .bn i.on {
	background: #fff
}

#hd .pp {
	width: 41px;
	height: 69px;
	top: 123px;
	cursor: pointer;
	position: absolute
}

#hd .pl {
	left: 0;
	background: url(/db/skin/p.png) no-repeat 0 0
}

#hd .pr {
	right: 0;
	background: url(/db/skin/p.png) no-repeat -41px 0
}

#g {
	margin: 9px 9px 0 0;
	position: relative;
	overflow: hidden;background: #fff;
}

#g font {
	position: absolute;
	top: 18px;
	left: -80px;
	width: 41px;
	height: 69px;
	background: url(/db/skin/p.png) no-repeat;
	cursor: pointer;
	display: block
}

#g font#r {
	left: 1002px;
	background-position: -41px 0
}

#g:hover font {
	left: 0;
	border-radius: 0 3px 3px 0;
}

#g:hover font#r {
	left: 961px;
	border-radius: 3px 0 0 3px;
}

#g dl {
	height: 104px;
	overflow: hidden;
	border-radius: 3px;
}

#ing {
	float: left;
	width: 1002px;
	height: 105px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 1px;
}

#g ul li {
	float: left;
	color: #aaa;
	padding: 9px;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #eaeaea;
}

#g ul li:nth-of-type(7) {
	border-radius: 0 3px 3px 0;
}

#g ul li a {
	display: block;
	width: 124px;
	height: 87px;
	overflow: hidden;
}

#g ul li img {
	transition: all 0.5s;
	width: 124px;
	height: 87px;
	border-radius: 3px;
}

#g ul li:hover img {
	transition: all 0.5s;
	transform: scale(1.2);
}

.list {
	display: flex;flex-wrap: wrap;gap: 10px;margin-top:10px;
}

.list .ol {
	flex: 0 0 calc(33.33% - 10px);box-sizing: border-box;width: calc(33.33% - 10px);
	background:#fff;
}

.list .ol h3 {
	height: 25px;
	padding: 15px 20px 10px 20px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	background: linear-gradient(90deg, #57241a 0%, #f0600c 100%);
}

.list .ol h3 a {
	color: #fff;
	font-weight: bold;
	line-height: 25px;
	padding: 15px 0 10px 0;
}

.list .ol ul {
	padding: 0 15px 10px 15px;
	overflow: hidden;
}

.list .ol ul li {
	height: 25px;
	line-height: 25px;
	padding: 8px 0 8px 19px;
	border-bottom: 1px dashed #eaeaea;
	overflow: hidden;
	white-space: nowrap;
	background: url(/db/skin/d.png) no-repeat 0 14px;
	position: relative;
}

.list .ol ul li:nth-of-type(1),.list ul li:nth-of-type(2) {
	background-image: url(/db/skin/e.png);
}
.list .ol ul li a { display:inline-block;width: calc(100% - 90px);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;vertical-align: middle;}
.list .ol ul li span { display:inline-block;margin-left:10px;}
.list .ol .dl {
	padding: 10px;
	overflow: hidden;
	border-bottom: 1px dashed #e8e8e8
}

.list .ol .dl .dd {
	float: left;
	overflow: hidden
}

.list .ol .dl .dd img {
	width: 90px;
	height: 66px;
	border-radius: 1px
}

.list .ol .dl .dt {
	float: right;
	width: calc(100% - 100px);
}
.list .ol .dl .dt a { color: #f60;font-size: 14px;}
.list .ol .dl .descs {
    float: right;
    width: calc(100% - 100px);
	color: #aaa;
	height: 40px;
	line-height: 20px;
	margin-top: 4px;
	overflow: hidden
}

#p {
	margin: 9px 9px 0 9px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-width: 3px 1px;
	border-radius: 3px;
}

#p dl dt,#p dl dd {
	float: left;
	width: 499px;
	border-right: 1px solid #eaeaea;
}

#p dl dd {
	width: 500px;
	border-right: 0;
}

#p dl h6 {
	height: 30px;
	padding: 15px 0 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

#p dl h6 b {
	color: #df2526;
	line-height: 30px;
	padding: 15px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #df2526;
}

#p dl ul {
	padding: 0 15px 10px 15px;
}

#p dl ul li {
	color: #ddd;
	height: 28px;
	line-height: 28px;
	padding: 8px 0;
	border-bottom: 1px dashed #eaeaea;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}

#p dl ul li font {
	color: #aaa;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 0 8px 8px;
}

#p dl ul li b {
	color: #f90;
	font-weight: normal;
	line-height: 25px;
	margin-right: 2px;
}

#p dl ul li b a {
	color: #f80
}

#p dl ul li>a {
	margin-left: 2px
}

#p ul li i {
	color: #fff;
	font-size: 12px;
	padding: 1px 3px;
	margin-right: 5px;
	background: #ccc;
	border-radius: 2px
}

#p ul li:nth-of-type(1) i {
	background: #f00
}

#p ul li:nth-of-type(2) i {
	background: #f40
}

#p ul li:nth-of-type(3) i {
	background: #f80
}

#o ul {
	overflow: hidden;
	margin: 9px 9px 0 9px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-radius: 3px
}

#o ul li {
	float: left;
	overflow: hidden;
}

#o ul li a {
	width: 142px;
	height: 30px;
	line-height: 30px;
	padding: 8px 0;
	display: block;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}

#o ul li a:hover {
	background: #fafafa;
}

#v {
	margin: 9px 9px 0 9px;
	border: 1px solid #eaeaea;
	border-width: 3px 1px;
	border-radius: 3px;
}

#v h1 {
	height: 30px;
	padding: 15px 0 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

#v h1 strong {
	color: #df2526;
	line-height: 30px;
	padding: 15px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #df2526;
}

#v #com {
	font-size: 14px;
	line-height: 30px;
	padding: 20px;
}

#v #com img {
	margin: 20px auto;
	max-width: 960px;
	_width: expression(this.width>960 ? "960":true);
	display: block;
	border-radius: 2px
}

#k dl {
	padding: 5px 15px;
	margin: 9px 9px 0 9px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-width: 2px 1px;
	border-radius: 3px;
}

#k dl dt {
	height: 25px;
	line-height: 25px;
	padding: 8px 0;
	overflow: hidden;
	white-space: nowrap
}

#k dl dt i {
	color: #f60;
	margin-left: 10px
}

#k dl dt font {
	float: right;
	color: #090;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap
}

#k dl dd {
	color: #aaa;
	line-height: 25px;
	padding: 8px 0;
	border-top: 1px solid #f5f5f5
}

#d {
	margin: 9px 0 0 9px;
	border: 1px solid #eaeaea;
	border-width: 3px 1px;
	border-radius: 3px;
}

#d h6 {
	height: 30px;
	padding: 15px 0 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

#d h6 b {
	color: #df2526;
	line-height: 30px;
	padding: 15px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #df2526;
}

#d ul {
	padding: 2px 15px 10px 15px;
	background: #fff;
}

#d ul li {
	height: 30px;
	line-height: 30px;
	padding: 9px 0 9px 19px;
	border-bottom: 1px dashed #eaeaea;
	background: url(/db/skin/e.png) no-repeat 0 17px;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}

#d ul li font {
	color: #aaa;
	line-height: 30px;
	padding: 9px 0 9px 9px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff
}

#d ul li i {
	color: #f60;
	margin: 0 2px
}

#q {
	margin: 9px 0 0 9px;
	border: 1px solid #eaeaea;
	border-width: 3px 1px;
	border-radius: 3px;
}

#q h6 {
	height: 30px;
	padding: 15px 0 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

#q h6 b {
	color: #df2526;
	line-height: 30px;
	padding: 15px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #df2526;
}

#q ul {
	padding: 0 0 10px 15px;
	overflow: hidden;
	background: #fff;
}

#q ul li {
	float: left;
	width: 103px;
	height: 30px;
	line-height: 30px;
	padding: 9px 0 9px 19px;
	margin-right: 15px;
	border-bottom: 1px dashed #eaeaea;
	background: url(/db/skin/t.png) no-repeat 0 17px;
	overflow: hidden;
	white-space: nowrap;
}

#f {
	overflow: hidden;
	margin: 9px 9px 0 9px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

#f b,#f a,#f p {
	float: left;
	color: #888;
	line-height: 28px;
	padding: 9px 15px;
	display: block;
	font-weight: normal;
	background: url(/db/skin/h.png) no-repeat left
}

#f b {
	background: #fafafa
}

#f font {
	float: right;
	color: #090;
	line-height: 28px;
	padding: 9px 15px
}

#f font a {
	margin: 9px 0 9px 9px;
	padding: 5px 10px;
	background: #f5f5f5
}

#page {
	margin: 9px 9px 0 9px;
	text-align: right
}

#page a {
	color: #888;
	line-height: 25px;
	display: inline-block;
	padding: 5px 12px;
	margin-left: 3px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}

#page a:hover,#page a#on {
	color: #e00;
	background: #fafafa
}

#b {
	margin: 9px 9px 0 9px;
	border: 1px solid #eaeaea;
	border-width: 3px 1px;
	border-radius: 3px;
}

#b h1,#b h2 {
	height: 30px;
	padding: 15px 0 10px 0;
	margin: 0 15px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}

#b h1 strong,#b h2 strong {
	color: #df2526;
	line-height: 30px;
	padding: 15px 0 10px 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #df2526;
}

#b h1 font {
	float: right;
	font-weight: normal
}

#b h1 font a {
	float: left;
	color: #888;
	margin-left: 20px
}

#b ul {
	padding: 0 15px 10px 15px;
}

#b ul li {
	height: 30px;
	line-height: 30px;
	padding: 9px 0 9px 19px;
	border-bottom: 1px dashed #eaeaea;
	overflow: hidden;
	white-space: nowrap;
	background: url(/db/skin/d.png) no-repeat 0 17px;
}

#b ul li:hover {
	background-color: #fafafa
}

#b ul li font {
	float: right;
	color: #aaa
}

#b ul li .t,#b ul li .r {
	color: red;
	margin-left: 3px
}

#b ul li .r {
	color: #090
}

#s {
	margin: 9px 9px 0 9px;
	border: 1px solid #eaeaea;
	border-width: 3px 1px;
	border-radius: 3px;
}

#s h1 {
	font-size: 20px;
	color: red;
	line-height: 45px;
	text-align: center;
	padding-top: 20px;
	background: #fafafa;
	background-image: linear-gradient(#fff,#fafafa)
}

#s ul {
	padding: 0 25px 15px 25px;
	overflow: hidden;
	text-align: center;
	background: #fafafa
}

#s ul li {
	color: #090;
	display: inline-block;
	line-height: 38px;
	margin: 0 9px
}

#s ul li font {
	color: #888;
	margin-right: 5px
}

#s ul li a {
	color: #090;
	margin-right: 9px
}

#s #com {
	font-size: 14px;
	line-height: 30px;
	padding: 20px;
	border-top: 1px solid #eaeaea;
}

#s #com img {
	margin: 20px auto;
	max-width: 960px;
	_width: expression(this.width>960 ? "960":true);
	display: block;
	border-radius: 2px
}

#s #com a {
	color: #136ec2
}

#a {
	margin-top: 9px;
	overflow: hidden;
	border-top: 1px solid #eaeaea;
}

#a a {
	color: #888
}

#a dl {
	float: left
}

#a dl dt {
	float: left;
	color: #666;
	width: 70px;
	line-height: 30px;
	text-align: center;
	padding: 10px;
	background: #fafafa;
	border-right: 1px solid #eaeaea
}

#a dl dd {
	float: left;
	color: #aaa;
	width: 378px;
	line-height: 30px;
	padding: 10px 15px;
	overflow: hidden;
	white-space: nowrap;
}

#a dl#n {
	border-left: 1px solid #eaeaea
}

#i {
	margin: 9px 9px 0 9px;
	padding-bottom: 10px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	border-width: 3px 1px;
	border-radius: 3px;
}

#i dl {
	float: left;
	width: 305px;
	padding: 12px 0;
	margin: 0 10px 0 15px;
	overflow: hidden;
	border-bottom: 1px dashed #f3f3f3
}

#i dl dd {
	float: left;
	overflow: hidden
}

#i dl dd img {
	width: 121px;
	height: 75px;
}

#i dl dt {
	float: right;
	width: 175px
}

#i dl strong {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap
}

#i dl strong a {
	color: #f60;
	font-size: 16px;
	font-weight: normal
}

#i dl p {
	color: #aaa;
	height: 50px;
	line-height: 25px;
	overflow: hidden
}

#i ul li {
	float: left;
	width: 286px;
	height: 25px;
	line-height: 25px;
	margin: 0 10px 0 15px;
	padding: 8px 0 8px 19px;
	border-bottom: 1px dashed #eaeaea;
	background: url(/db/skin/t.png) no-repeat 0 14px;
	overflow: hidden;
	white-space: nowrap;
	position: relative
}

#i ul li font {
	color: #aaa;
	line-height: 25px;
	padding: 8px 0 8px 8px;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff
}

#j {
	margin: 9px 9px 0 0;
	border-radius: 3px;background: #fff;
}

#j ul {
	overflow: hidden;
	padding: 10px 15px;
}

#j ul li {
	float: left;
	line-height: 28px
}

#j ul li a {
	color: #aaa;
	display: block;
	line-height: 25px;
	margin-right: 15px
}

#t {
	position: fixed;
	bottom: 80px;
	right: 50px;
	z-index: 9;
	width: 20px;
	height: 64px;
	display: block;
	cursor: pointer;
	background: #000 url(/db/skin/top.jpg) no-repeat;
	border-radius: 3px;
}

#t:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7
}

#by {
	color: #fff;
	margin-top: 9px;
	line-height: 26px;
	padding: 12px;
	text-align: center;
	background: linear-gradient(90deg, #57241a 0%, #f0600c 100%);
	text-shadow: 1px 1px 1px #444;
}

#by a {
	color: #fff;
}