
/******************
	背景
********************/
.bg
{
	background-image:url(../images/bg.jpg);	
}




/*********************
	面包屑
**********************/


.breadcrumb 
{
    padding: 15px 105px;
    margin-bottom: -19px;
	background-color: rgba(250, 250, 250, 0);
    list-style: none;
    border-radius: 0px;
}

.breadcrumb a 
{
    color: #04287a;
}

.bread >li+li:before 
{
	content: "＞";
    padding: 0 5px;
    color: #04287a;
}


/*******************
	标题
*******************/
.title
{
	font-size:27px;
	color:#363636;
	text-align:center;	
	margin-top:50px;
	margin-bottom:10px;
}

.box
{
	width:976px;
	height:277px;
	border:2px solid #555555;	
	margin-left:95px;
	font-size:18px;
	color:#363636;
	line-height:30px;
	padding:12px 0 0 30px;
	background:#f9f9f9;
}

.first-text
{
	padding-bottom:10px;	
	text-indent:2em;
}

.left-word
{
	float:left;
	width:541px;
	text-indent:2em;		
}

.right-pic
{
	float:right;	
	margin-top:-20px;
}

/*******************
	内容盒子
*******************/

.content-box
{
	float:left;
	width:454px;
	height:auto;
	padding-top:37px;
	margin-left:95px;
}

.content-title
{
	font-size:22px;
	margin-left:3px;
	border-bottom:3px solid #575757;
	margin-bottom:5px;
}

.content-box p
{
	font-size:18px;
	color:#1a1a15;
	line-height:25px;
	padding-top: 8px;
    margin-right: 37px;	
}


/***********************
	页脚
**********************/
.foot
{
	margin-top:0;	
}
