﻿/*~~~~~~~全局样式*/
* { margin: 0; padding: 0; }
html, body { text-align: center; font-size: 12px; color: #333; }
/* html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); } */
.clear { clear: both; height: 0; overflow: hidden; }
.left { float: left; }
.right { float: right; }
a, a:visited { text-decoration: none; font-family: '宋体'; color: #333333; }
img { border: none; }
a:hover { text-decoration: underline; }
ul, li, dl, dt { list-style: none; list-style-position: inside; }
.wrap { width: 1003px; margin: 0 auto; text-align: left; float: none; overflow: hidden; }
.ta_right { text-align: right; }
h5 { font-size: 12px; }
/*~~~~~~~~~内容*/
.tframe { border: solid; border-width: 1px 1px 0px 1px; }
.frame { border: solid; border-width: 0px 1px 1px 1px; }
.tframe .title { float: left; height: 24px; line-height: 24px; padding-left: 40px; color: #691e04; }
.tframe .title h3 { font-size: 12px; }
.tframe .title h3 a, .tframe .title h3 a:visited { font-size: 12px; font-weight: bold; color: #691e04; }
.tframe .title h3 a:hover { text-decoration: none; }
.tframe a.more, .tframe a.more:visited { line-height: 16px; float: right; padding-right: 17px; margin: 3px 6px 0 0; background: url(/image/icon_1.gif) no-repeat right top; color: #6f3905; }
/*~~~~~~~~~快速通道*/
#leftDiv, #rightDiv { width: 112px; position: absolute; }
#leftDiv { text-align: left; }
#rightDiv { text-align: right; }
#leftDiv .closelink, #rightDiv .closelink { border: solid 1px red; font-size: 14px; height: 14px; display: inline-block; padding: 1px 2px; border: solid 1px #333; }
#leftDiv img, #rightDiv img { display: block; margin-bottom: 2px; }
.itemFloat { width: 100px; height: auto; line-height: 5px; }

.outBor { background: #fff; border: 1px solid #00aedc; padding: 1px; }
.osbg { background: #e3f9ff; padding: 4px; }
#leftDiv .osbg dl { background: #ecf7fa; }
#leftDiv .osbg dl dt { height: 21px; overflow: hidden; }
#leftDiv .osbg dl .db { height: 9px; overflow: hidden; }
#leftDiv .osbg dl dd { text-align: center; overflow: hidden; border: 1px solid #cfdadd; border-top: none; border-bottom: none; padding: 0px 12px; }