﻿@charset "utf-8";
@import url("../css/base.css");/*公用样式表*/


/*链接样式*/

a.a-gray{
	text-decoration: none;
	color:#737373;
}
a.a-gray:hover {
	text-decoration: underline;
	color:#FF0000;
}

a.a-redB{
	text-decoration: none;
	color:#EE3000;
	font-weight:bold;
	font-size:14px;
}
a.a-redB:hover {
	text-decoration: underline;
	color:#FF0000;
}
a.a-greenB{
	text-decoration: none;
	color:#67BD35;
	font-weight:bold;
}
a.a-greenB:hover {
	text-decoration: underline;
	color:#FF0000;
}

a.a-green{
	text-decoration: none;
	color:#567700;
}
a.a-green:hover {
	text-decoration: underline;
	color:#FF0000;
}
/*文字样式*/
.f-profile{
	color:#757575;
	font-size:13px;
	line-height:24px;
}
.f-gray{
	color:#757575;
	line-height:24px;
}
.f-gray666{
	color:#666666;
	line-height:24px;
}

.f-job{
	color:#737373;
	line-height:22px;
	padding:3px 12px;
}

.f-greenB{
	color:#224202;
	font-size:13px;
	font-weight:bold;
}
.f-redB{
	color:#FF0000;
	font-size:13px;
	line-height:24px;
	font-weight:bold;
}
.f-redB_16{
	color:#FF0000;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.f-red{
	color:#FF0000;
}
.f-red2B{
	color:#820303;
	font-weight:bold;
}
.f-whiteB{
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

/*列表样式*/

.list_yellowBg li{
	color:#666666;
	background:url(../images/list_dot.jpg) repeat-x bottom;
	list-style:none;
	line-height:24px;
	margin:0px 9px;
}
.list_yellowBg span{
	float:right;
}
.list_yellowBg a{
	color:#666666;
	background:url(../images/list_yellow.jpg) no-repeat left 6px;
	padding-left:8px;
	text-decoration:none;
}

.list_yellow li{
	color:#757575;
	background: url(../images/list_yellow.jpg) no-repeat 7px 10px #F5F5F5;
	list-style:none;
	line-height:22px;
	margin:6px 150px 6px 42px;
	text-indent:17px;
}
.list_yellow a{
	color:#757575;
	text-decoration:none;
}

.list_news {     /*新闻样式*/
	color:#757575;	
	list-style:none;
	margin:6px 24px 6px 25px;
	background:url(../images/bg_listnews.jpg);
}
.list_news li{
	color:#757575;
	background: url(../images/list_yellow.jpg) no-repeat 7px 14px;
	text-indent:17px;
	line-height:30px;
}
.list_news a{
	color:#757575;
	text-decoration:none;
}

.list_news span{
	color:#757575;
	float:right;
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	border-color: #FFFFFF;
	width:157px;
	padding-left:20px;
}
/*边框样式*/
.box_gray{ border:1px solid #E5E5E5; padding:1px;}
.box_gray2{ border:1px solid #D4D4D4; padding:8px;}
.box{ 
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #EEEDED;
	padding:15px;
}
.box2{ border:1px solid #F1F1F1; padding:0px 1px;}
.box_photo{ border:1px solid #D0D0D0;}
.box_news{
	border:1px solid #EEEEED;
	padding:3px;
}

/*翻页样式*/
.page{
	color:#5A5A5A;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 45px 0px 34px;
	font-size:12px;
	text-align:right;
	padding:0px;
	letter-spacing: 0.1em;
}
.page a{
	color:#5A5A5A;
	text-decoration:none;
}
.page span{
	color:#FF5A59;
}
.page_go{
	color:#595959;
	font-size:12px;
	cursor: hand;
	text-align:center;
	margin:0px 5px;
}


/*按钮样式*/
.button{
	color:#666666;
	width:41px;
	height:15px;
	margin:0px 3px;
	padding-top:2px;
	cursor: hand;
	text-align:center;
	border:none;
	background:url(../images/bg_button.jpg);
	font-size:12px;
}

/*背景样式*/
.bg_feedback{ background:url(../images/photo8.jpg) no-repeat right bottom #FFFFFF; color:#636363;}
.bg_job{ 
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #EEEDED;
	padding:15px;
	background:url(../images/bg_job.jpg) no-repeat right top;
}
.text{
	font-size:12px;
	border: 1px inset #D4D0C8;
}


.sitemap{ border:1px solid #F1F1F1; padding:3px; color:#333333;line-height:18px;}
.sitemap a{ color:#333333; padding:3px 8px; text-decoration:none; }
.newstitle {
	color: #4D5021;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/icon_title2.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.PageButton {
	border: 1px groove #E3E4DF;
	font-size: 12px;
}
