﻿/* 字体样式 */
.f12px {
	FONT-SIZE: 12px
}
.f12px_B {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.f14px {
	FONT-SIZE: 14px
}
.f14px_B {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.f16px {
	FONT-SIZE: 16px
}
.f16px_B {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}


.index_title:link,.index_title:visited,.index_title:hover{
	COLOR: #569D2B;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "宋体";
	line-height: 30px;
}
.index_more:link,.index_more:visited,.index_more:hover{
	COLOR: #569D2B;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-family: "宋体";
	line-height: 30px;
}
.indexhead:link,.indexhead:visited,.indexhead:hover{
	COLOR: #569D2B;
	TEXT-DECORATION: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "宋体";
	line-height: 30px;
}
.subtitle {
	font-family: "宋体";
	font-size: 14px;
	font-weight: lighter;
	COLOR: #569D2B
	TEXT-DECORATION: none;
}
.right_title {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.r_title:link,r_title:visited,r_title:hover{
	COLOR:  #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 14px;
	font-weight: bold;
	font-family: "宋体";
}

.blank{
	height: 10px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	width: 10px;
}

.blank2{
	height: 5px;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	width: 10px;
}
.arttitle:link,.arttitle:visited,.arttitle:hover {/*.index_title:link,.index_title:visited,.index_title:hover*/
	font-family: "宋体";
	font-size: 16px;
	font-weight: bold;
	color: #4B961A;
	text-decoration: none;
}
.arttitle2 {
	font-family: "宋体";
	font-size: 14px;
	color: #4B961A;
	text-decoration: none;
	font-weight: lighter;
}
.arttitle2L:link,.arttitle2L:visited,.arttitle2L:hover{
	font-family: "宋体";
	font-size: 14px;
	color: #4B961A;
	text-decoration: none;
}

.ordtitle {
	font-family: "宋体";
	font-size: 14px;
	text-decoration: none;
}

/*============================================================================================*/
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	font-family: "宋体", arial;
	font-size: 12px;
	line-height: 185%;
	color: #333333;
	background-color: #FFFFFF;
}
/*A:??????*/
A:link,A:visited {
	COLOR: #343434; TEXT-DECORATION: none
}
A:hover {
	COLOR: #b00505; TEXT-DECORATION: underline
}
/*A:??????*/
/*shadow code*/
.shadow
        {
            background: #cccccc;
            position: relative;
            width:250px;


        }

 .shadow .content
        {
            background:#EFEFEF;
            padding:0 0 10px 0;

            position: relative;
            top:-5px;
            left:-5px;
            text-align:center;


        } 
		            /*height:180px;*/
		/*shadow code end */

