@charset "utf-8";
/* 版式自定义 */
.content {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding: 15px;
}
.main {
    width: 734px;
    padding-right: 15px;
    border-right: 1px solid #d2d2d2;
	
}
.side {
	width: 235px;
	padding-left: 15px;
}
.side h2 {
	font: bold 16px/40px Arial, Helvetica, sans-serif;
}
.side h3 {
	line-height: 39px;
	border-bottom: 1px #d2d2d2 solid;
	padding-left: 15px;
	background: url(/images/index/dot1.png) 0 50% no-repeat;
	font-size: 14px;
}
.where {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #d2d2d2 solid;
	background: url(/images/col/where.png) 5px 10px no-repeat;
	border-top: 2px solid #458fce;
	padding-left: 20px;
}
/* 侧栏菜单 */
.menu, .new {
	border-top: 2px solid #458fce;
	background: #f6f6f6;
}
.menu h2, .new h2 {
	color: #448aca;
	font: bold 16px/40px microsoft yahei;
	padding: 0px 10px;
}
.menu li {
	vertical-align: middle;
	margin: 5px 0px;
	padding: 0px 10px;
}
.menu li a {
	display: block;
	height: 35px;
	border: 1px #d2d2d2 solid;
	padding-left: 15%;
	background: #fff url(/images/col/menu.png) 3% 0 no-repeat;
	font: bold 16px/35px microsoft yahei;
}
.menu li.current a, .menu li a:hover {
	border: 1px #448aca solid;
	background: #448aca url(/images/col/menu.png) 3% -35px no-repeat;
	color: #fff;
}
.new .list-t {
	padding: 0px 10px 10px 10px;
}
.new .list-t li {
	background: url(/images/index/dot03.jpg) 0 15px no-repeat;
	padding-left: 12px;
	line-height: 32px;
	font-size: 14px;
	border-bottom: 1px #ccc dashed;
}
/* 分页 */
.pages {
	font: 0/0 lx;
	padding: 15px 0;
}
.pages a {
	display: inline-block;
	line-height: 28px;
	margin: 0 1px;
	padding: 0 10px;
	border: 1px #d2d2d2 solid;
	font-size: 14px;
	vertical-align: middle;
}
.pages a:hover {
	border: 1px #048 solid;
}
.pages a.current {
	border: 1px #448aca solid;
	background-color: #448aca;
	color: #fff;
	position: relative;
}
.pages span {
	line-height: 28px;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: middle;
}
.pages select {
	border: 1px #d2d2d2 solid;
	padding: 4px;
}
/* 列表自定义 */
.main .tit {
	height: 16px;
	border-bottom: 1px #d2d2d2 solid;
	padding: 10px 0;
	line-height: 16px;
	position: relative;
}
.main .tit b {
	display: inline-block;
	padding: 0 0 0 10px;
	border-left: 5px #a3bde2 solid;
	font-size: 14px;
}
.main li:hover {
	background-color: #f8f8f8;
}
/* 文字列表 */
.main .list-t {
	padding: 10px;
}
.main .list-t li {
	height: 32px;
	background: url(/images/index/dot.png) 0 50% no-repeat;
	padding-left: 12px;
	line-height: 32px;
	font-size: 14px;
}
.main .list-t li.line {
	height: 0;
	border-bottom: 1px #ccc dashed;
	font: 0/0 lx;
	overflow: hidden;
	margin: 10px 0;
}
/* 标题加文字列表 */
.main .list-b-t li {
	padding: 15px;
	border-bottom: 1px #d2d2d2 dashed;
	color: #666;
}
.main .list-b-t li.current {
	background-color: #f6f6f6;
}
.main .list-b-t li h4 {
	line-height: 25px;
	font-size: 16px;
}
.main .list-b-t li p {
	line-height: 30px;
}
/* 标题加文字列表分享 */
.main .list-b-t {
	overflow: visible;
        margin-top: 10px;
}
.main .list-b-t li {
 *position:static;
	height: 50px;
}
.main .list-b-t .share {
	float: right;
	width: 50px;
	margin-top: -30px;
}
.main .list-b-t .share .btn {
	display: inline-block;
	padding-left: 20px;
	background: url(/images/col/share.png) 0 50% no-repeat;
	line-height: 30px;
	font-weight: bold;
}
.main .list-b-t .share .share-box {
	position: absolute;
	top: 70px;
	right: 10px;
	border: 1px #d2d2d2 solid;
	width: 80px;
	line-height: 14px;
 *margin-left:-40px;
	padding: 5px!important;
	background-color: #fff;
	display: none;
	z-index: 999;
 *position:relative;
 *top:0;
 *right:0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.main .list-b-t .share .share-box a {
	position: relative;
	display: block;
	width: 55px;
	padding-left: 25px;
	z-index: 999;
}
.main .list-b-t .share .share-box a:hover {
	background-color: #ddd;
}
/* 图文列表 */
.main .list-p-t {
	overflow: visible;
}
.main .list-p-t li {
	border-bottom: 1px #d2d2d2 solid;
	padding: 15px;
	line-height: 30px;
	font-size: 14px;
	vertical-align: middle;
}
.main .list-p-t li a.pic {
	float: left;
	display: block;
	margin-right: 15px;
}
.main .list-p-t li a.pic img {
	height: 110px;
	background-color: #fff;
	border: 1px #ddd solid;
	padding: 4px;
}
.main .list-p-t li a.pic:hover img {
	border-color: #bbb;
}
.main .list-p-t li h4 {
	font-size: 16px;
}
.main .list-p-t li p.text {
	text-indent: 2em;
}
.main .list-p-t li p strong, .main .list-p-t li a {
	color: #048;
}
.main .list-p-t li .share {
	float: right;
	width: 110px;
	margin: -28px -10px 0 0;
	line-height: 30px;
}
.main .list-p-t li .share .share-box {
	width: 50px;
}
.main .list-p-t li .share .btn {
	float: left;
	display: inline-block;
	padding-left: 20px;
	background: url(/images/col/share.png) 0 50% no-repeat;
	line-height: 28px;
	font-weight: bold;
	margin-right: 5px;
}
/* 图片列表 */
.list-p {
	margin-right: -10px;
	padding: 10px 0;
}
.list-p li {
	width: 148px;
	margin-right: 10px;
	line-height: 30px;
}
.list-p li a {
	width: 120px;
}
.list-p li a img {
	float: left;
	width: 100%;
}
.list-p li a span {
	float: left;
	display: inline-block;
	width: 100%;
}
.list-p li a span.tt {
	height: 30px;
	background: rgba(0,0,0,0.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	color: #fff;
	line-height: 30px;
	margin-top: -30px;
	position: relative;
}
/* 正文自定义 */
.article {
	padding: 4px 14px 34px;
}
.article h2 {
	color: #448aca;
	font: normal 24px/30px microsoft yahei;
	margin: 0 20px -10px;
}
.article h3 {
	padding: 10px 0;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
}
.article .info {
	line-height: 40px;
	border-bottom: 1px #ccc dashed;
	margin: 0 20px;
	text-align: center;
	position: relative;
	margin-top: 20px;
}
.article .info span {
	margin-right: 20px;
}
.viewed {
	display: inline-block;
	padding-left: 130px;
}
.article .article-box {
	border-bottom: 1px #d1d1d1 dashed;
	line-height: 2em;
	font-size: 15px;
	margin-top: 20px;
}
.article .article-box p, .article .article-box div {
	margin-bottom: 1em;
}
.article table {
	margin: 0 auto 1em;
}
.article-box p a {
	text-decoration: underline;
	margin: 0 5px;
	color: #09c;
}
.article-box img {
	max-width: 800px;
}
.article-box table {
	width: 90%;
	margin: 0 auto;
}
.article-box table th, .article-box table td {
	border: 1px #ccc solid;
	padding: 5px;
	line-height: 20px;
}
.article-box table th {
	background-color: #f8f8f8;
	text-align: center;
	font-weight: bold;
}
.article .bdsharebuttonbox {
	margin: 10px 20px 0;
}
.article .bdsharebuttonbox strong {
	float: left;
	line-height: 36px;
	font-size: 14px;
	margin-right: 5px;
}
.article .opt {
	text-align: right;
	line-height: 36px;
	color: #323232;
	margin: 10px 20px 0;
	padding: 0 20px;
}
.article .opt a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #323232;
}
.article .opt a:hover {
	color: #09c;
}
.article .share {
	height: 40px;
	position: relative;
	margin-top: -40px;
	z-index: 999;
}
.article .share .btn {
	display: block;
	width: 55px;
	height: 15px;
	line-height: 15px;
	background: url(/images/col/share2.png) no-repeat;
	padding: 0 0 15px 35px;
	position: absolute;
	top: 12px;
	left: 540px;
}
.article .share .share-box {
	display: none;
	position: absolute;
	top: 32px;
	left: 379px;
	border: 1px #ccc solid;
	background-color: #ffb;
	padding: 5px!important;
	width: 250px;
}
/* 正文组图 */
.photos {
	width: 820px;
	margin: 0 auto;
	position: relative;
}
.photos .pic {
	text-align: center;
	position: relative;
}
.photos .pic img {
	min-height: 360px;
}
.photos .pic span {
	display: block;
}
.photos .pic .tips {
	display: none;
	width: 200px;
	font-size: 14px;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	color: #fff;
	padding: 0 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -110px;
}
.photos h4 {
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
}
.photos .preview { /* 容器大小、溢出隐藏 */
	width: 620px;
	height: 80px;
	position: relative;
	overflow: hidden;
	border-top: 1px #e0e0e0 solid;
	border-bottom: 1px #e0e0e0 solid;
	background-color: #fff;
	margin: 0 auto;
	padding: 1px 0;
}
.photos .preview ul {
	height: 80px;
	background-color: #f2f2f2;
}
.photos .preview li { /* 子元素大小 */
	width: 124px;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	text-align: center;
	padding: 5px 0;
}
.photos .preview li a {
	width: 112px;
	height: 66px;
	display: block;
	border: 2px #f2f2f2 solid;
	margin: 0 auto;
}
.photos .preview li.current a {
	border: 2px #2c94df solid;
}
.photos .preview li a span {
	width: 110px;
	height: 64px;
	display: block;
	border: 1px #fff solid;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
}
.photos .preview li a img {
	width: 110px;
}
.photos p .prev, .photos p .next {
	display: block;
	width: 23px;
	height: 23px;
	border: none;
	background-image: url(/images/new20141122/col/arr.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 30px;
	cursor: pointer;
	z-index: 3;
	font: 0/0 lx;
	overflow: hidden;
	margin: 0;
}
.photos p .prev {
	left: 0;
}
.photos p .next {
	background-position: 100% 0;
	right: 0;
}
.photos .pic .prev, .photos .pic .next {
	width: 50%;
	_height: 2000px;
	background-image: url(about:blank);
	position: absolute;
	top: 0;
	bottom: 0;
}
.photos .pic .prev {
	cursor: url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_left_arrow.cur), auto;
	left: 0;
}
.photos .pic .next {
	cursor: url(http://i3.sinaimg.cn/dy/deco/2012/1218/hdfigure/hd_right_arrow.cur), auto;
	right: 0;
}
@media (max-width: 1024px){
.article .share .btn{
left:650px;
}
}
@media (max-width: 480px){
.article .share .btn{
left:600px;
}
}