﻿@charset "utf-8";
/* CSS Document */

html { overflow:-moz-scrollbars-vertical; } /*Always show Firefox scrollbar*/
* html {} /*only for IE6.0 */
* + html {} /*only for IE7.0 */
* { margin: 0px; padding: 0px;}
body { font-family: "宋体",tahoma,arial,sans-serif; font-size: 12px; text-align: center; line-height: 24px; color:#000000;}
ul {list-style-type:none;}
li {list-style-type:none;}
img {border:0px none #FFFFFF;}
a {	color:#000000;text-decoration: none;}
a:link {text-decoration:none;color:#000000;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;color:#FF0000;}


#bodycss {}
#container {}

#head { width:100%; height:40px; overflow:hidden; }
#top { width:960px; margin:0 auto; overflow:hidden;}
#wrap {	width: 960px; height:auto; margin:5px auto; overflow:hidden;}
#foot {	width: 960px; margin:0 auto; overflow:hidden; margin-top: 10px; }

#head3 { height:40px;}

#banner { width:100%; overflow:hidden; }
#banner img { width:960px; height:150px;}

#classlist { width:960px; height:34px; line-height:34px; border-bottom:3px solid #005490; overflow:hidden; margin:0 auto;}
#classlist a { color:#005490; font-size:14px; margin:0 15px;}
.classlist1 { width:700px; float:left; overflow:hidden; }
.classlist2 { width:260px; float:right; overflow:hidden; background-image:url(image/topbg1.gif); background-repeat:no-repeat; background-position:0px 0px;}
#classlist .classlist2 a { margin:0 10px;}


#box1 { width:958px; overflow:hidden; border:1px solid #E5E5E5; border-bottom:none; background-color:#FFFFFF; background-image:url(image/container_bg1.gif); background-repeat:repeat-x; background-position:0px 1px;}
#lo_links {
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin-left:10px;
}


#box2 {  width:958px; overflow:hidden; border:1px solid #E5E5E5; background-color:#FFFFFF;}
#artibody {
    margin:10px auto;
	overflow: hidden;
	clear: both;
}
#piclist { width:950px; margin:0px auto; padding-top:10px; padding-bottom:10px;}
.pic { width:190px; float:left; overflow:hidden; display:inline; margin:5px 0px;}
.pic_img {}
.pic_img img { width:160px; height:120px; padding:3px; border:1px solid #E5E5E5;}
.pic_title { width:160px; text-align:center; line-height:16px; height:32px;}
.pic_title a {color:#005490;}
.pic_title a:hover { text-decoration:underline;}

span.pagenum {
	color: #fff;
	border: 1px solid #9aafe5;
	background-color: #296cb3;
	padding: 3px 6px;
}  /* 页码样式 */
a.pagenum {
	color: #296cb3;
	border: 1px solid #9aafe5;
	background-color: #fff;
	padding: 3px 6px;
}  /* 页码样式 */
a.pageturn {
    color: #296cb3;
	border: 1px solid #9aafe5;
	padding: 3px 6px;
}  /* 翻页样式 */
* html a.pageturn {
    color: #296cb3;
	border: 1px solid #9aafe5;
	padding: 2px 6px;
} 






