﻿*{margin:0px;padding:0px;}
body 
{
    font-family:宋体,arial, 楷体_GB2312,黑体, serif;
    font-size:12px;
}
a
{
    font-family:宋体;
    color:#000;
    text-decoration:none;
}

a:hover
{
    font-family:宋体;
    color:#f00;
    text-decoration:none;
}

a.red, a.blue, a.green
{
    font-family:宋体;
    color:#fff;
    text-decoration:none;
}
a.red:hover
{
 color:#ff0;
}

a.blue:hover
{
 color:#a00;
}

p{color:#444;}
strong{color:#700;}
h5
{
    color:#900;
}
.new
{
    font-size:80%;
    color:Red;
    font-style:italic;
}
#masthead   /*外框*/
{
    position:absolute;
    width:99.8%;
    background-color:White;
}
#flashs /*flash框*/
{
  margin:0 auto;
    height: 232px;
	width: 1000px;
	background-repeat: no-repeat;
}
.flashs_box 
{
    margin:0px auto; 
}
#menus  /*下拉菜单框*/
{
    margin:-49px auto 0px;
    width: 1000px;
    height: 46px;
     /*background-image: url(img/menus.gif);*/
    background-repeat: no-repeat;

}

.menus_h1
{
    margin-top: 15px;
    margin-left: 15px;
    color: #ffff8f;
    font-size: 180%;
    font-style: italic;
    font-family: 楷体_GB2312;
}

/*以下为下拉菜单设置*/
#nav
{
    margin-top:27px;
    margin-left: 210px;
    color:White;
    font-family: 宋体;
    line-height: 20px;
}
#nav a {
 display: block; width: 73px;
}
#nav li {
    float: left;
    width: 77px;
}
#nav li ul {
 line-height: 20px;  list-style-type: none;text-align:left;
 left: -999em; width: 80px; position: absolute; 
}
#nav li ul li{
 float: left; width: 65px;
 background: #eee;
 border-bottom:1px solid #aac;
 border-left:1px solid #ccc;
 border-right:1px solid #ccc;
}
#nav li ul a
{
    display: block;
    width: 65px;
    text-align:left;
    padding-left:10px;
}
#nav li ul a:link  {
 color:#666; text-decoration:none;
}
#nav li ul a:visited  {
 color:#666;text-decoration:none;
}
#nav li ul a:hover  {
 color:#F3F3F3;text-decoration:none;font-weight:normal;
 background:#C00;
}
#nav li:hover ul {
 left: auto;
}
#nav li.sfhover ul {
 left: auto;
}
/*以上为下拉菜单设置*/



/*以下是图片+CSS圆角 */
.f_top,.f_end
{
	clear: both;
	height: 5px;
	overflow: hidden;
	background: url(img/fillet_bg.gif) right top;/* 圆角的图片 */
}
.f_end
{
	background-position: right -5px;
}
.f_t_l,.f_e_l
{
	width: 5px;
	height: 5px;
	overflow: hidden;
	background: url(img/fillet_bg.gif) left top;
}
.f_e_l
{
	background-position: left -5px;
}
.box
{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/* 以上是图片+CSS圆角 */

.box h2 {
	height: 30px;
	font: bold 16px/30px Arial, sans-serif;
	margin: 0 10px;
	/* border-bottom: 1px solid #7192B1;*/ 
}
.red{border-bottom: 1px solid #900;}
.blue{border-bottom: 1px solid #7192B1;}
.green{border-bottom: 1px solid #006600;}
.box h2 img {
padding:4px;
}
.box h2 span {
	float: left;
}
.box h2 a {
	font: 10px/30px Arial, sans-serif;
	float: right;
	color: #666;
}

.box h2 a:hover {
	font: 10px/30px Arial, sans-serif;
	color: #f00;
}

#navigation    /*当前位置*/
{
    margin:0px auto;
    width:990px;
    background-image:url(img/line.gif);
    line-height:25px;
}
#content    /*上下内容外框*/
{
    margin:0px auto;
    width:1000px;
}

#margin_sample  /* 决定框内内容与外框的距离 */
{
margin:0px auto;
padding:6px;
}

#div_1  /* 首页—新刊导读 */
{
	margin: 1px 5px ;
	width: 990px;
}
.OutBox  /* 相框外框 */
{
border:2px solid #bbb;
background-color:#efefeF;
padding:6px;
width:110px;
}
.IntBox  /* 相框内框 */
{
border:1px solid #ccc;
width:110px;
vertical-align:middle;
background-color:#fff;
}
.IntBox img  /* 框内图片与内框距离及阴影等 */
{
margin:7px;
border:1px solid #ccc;
border-bottom:1px solid #000;
border-right:1px solid #000;
}
#div_2  /* 首页—杂志社简介 */
{
	margin: 1px 5px ;
	margin-top:5px;
	width: 235px;
}
#div_3 	/* 首页—2009年4期 */
{
    margin-top:-892px;
    margin-left:244px;
	width: 420px;
}
#div_4 /* 首页—2009年3期 */
{
    margin-top:-379px;
    margin-left:669px; 
    margin-bottom:6px;   
	width: 326px;
}
#div_5     /* 首页— 本刊新闻*/
{
	width: 750px;
	margin-left:244px;
}

#content ul {
	MARGIN: 0 15px;
	list-style-type: none;
}
#content li {
	MARGIN: 2px auto;
	margin-top:8px;
	LINE-HEIGHT: 12px; 
	BORDER-BOTTOM: 1px dotted buttonface;
	color: #000;
	text-decoration: none;
}
#content p{
	line-height:25px;
	color:#000;
}
#content strong{
	color:#000;
}
#copyright    /*版权*/
{
    margin:0px auto;
    width:99.8%;
    background-image:url(img/line.gif);
    line-height:32px;
    text-align:center;
    vertical-align:baseline;
}
#floor    /*底部*/
{
    margin:0px auto;
    width:99.8%;
    background-image:url(img/beijing_3.gif);
    line-height:40px;
    text-align:center;
    vertical-align:baseline;
}
#floor a
{
color:#fff;
}
