@charset "utf-8";
* {
	padding:0px;
	margin:0px;
}
body {
background:#0066CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
}

#page
{
background:#fff;
margin:0px auto;
width:1006px;
}

#banner {
	height:119px;
	margin:0px auto;
	width: 960px;
}

/****/
#main
{
margin:10px auto;
width:960px;
}

.link
{
margin-top:10px;
}
.link h2
{
border:1px solid #e6e7e8;
background:#f1f2f2 url(../book_images/tong.gif) no-repeat left top;
color:#fff;
height:28px;
font-size:14px;
line-height:28px;
text-indent:15px;
position:relative;
}
.link_a
{
padding-top:20px;
}
.link_aa
{
padding-top:20px;
padding-left:100px;
}
.foot
{border-top:11px solid #0066CC;
line-height:25px;
margin:0px auto;
text-align:center;
height:80px;
width:960px;
}
/* —————————————————————————————————————————————— */
/* CMS系统样式定义 */
/* —————————————————————————————————————————————— */

/*public.css 3.2版*/
.list_page{text-align:center;margin:25px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

/*artshow.css*/

.title{line-height:30px;height:30px;margin:0 0 15px 0;}
.title h1{font-size:18px;font-family:microsoft yahei;text-align:center;font-weight:normal;margin:0;}
.item{color:#999;text-align:center;margin:20px 0;font-family:arial;border-bottom:1px solid #f0f0f0;padding:0 0 15px 0;}
.item a{color:#6f5119;}
.content{word-break:break-all;line-height:30px;color:#5e5e5e;}
.content a{color:#5e5e5e;}
.content p{margin:10px 0;font-size:14px;padding-top:10px; }
#sdcms_content img{
max-width: 800px; 
  height:auto; 
  width:expression(this.width > 800 ? "800px" : this.width); 
  }
.content img{
max-width: 800px; 
  height:auto; 
  width:expression(this.width > 800 ? "800px" : this.width); 
  }


.pre,.next{line-height:30px;height:30px;}
.infodot{border-top:1px dashed #ccc;margin:15px 0;}

.curmore{
	width:800px;
    height: 30px;
    border-bottom: dotted 1px #666666;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 1px;
}
.curmore strong{
    font-size: 14px;
    color:#FF9900;
    font-weight: normal;
}
.curmore span{
    float: right;
    padding-left: 16px;
    font-size: 13px;
    margin-right: 8px;
    color: #4a4a4a; 
}
.curmore span a{
    color: #4a4a4a;   
}
