.first_block{
	width: 100%;
	padding: 40px 20px 26px;
	padding:  40px 0 10px \9;
}
.first_left_block{
	float: left;
	width: 805px;
	margin-left: 20px \9;
}
.first_left_block .title{
	width: 100%;
	height: auto;
	position: relative;
}
.title h1{
	float: left;
	font-family: georgia;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #333;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	background-image: url(../img/black-line.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.title .more{
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	border-left: solid 1px #504f4f;
	font-size: 14px;
	color: #504f4f;
	padding-left: 6px;
	margin-top: 10px;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.more:hover{
	color: #F89406;
}
.news-box{
	width: 100%;
	margin-top: 20px;
}
.news-box li{
	float: left;
	width: 255px;
	height: auto;
	margin-right: 20px;
}
.news-box li:nth-child(3){
	margin-right: 0 !important;
}
.news-box li .photo{
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.photo img{
	display: block;
	width: 100%;
        height:170px;
	-ms-transform:scale(1); /* IE 9 */
	-webkit-transform: scale(1); /* Safari */
	transform: scale(1); /* 标准语法 */
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.photo img:hover{
	-ms-transform:scale(1.1); /* IE 9 */
	-webkit-transform: scale(1.1); /* Safari */
	transform: scale(1.1); /* 标准语法 */
}

.news-box li .datetime{
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-family: "Roboto_Regular";
	color:#ed3b0b;
	font-size: 14px;
	margin: 8px 0 6px;
	padding-left: 2px;
}
.news-box li .newstitle{
	display: block;
	font-family: "Roboto_Condensed_bold";
	width: 100%;
	font-size: 16px;
	font-size: 17px \9;
	font-weight: 600;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.first_right_block{
	float: right;
	width: 310px;
	height: auto;
	margin-right: 20px \9;
}
.events-box{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.events-box li{
	border-bottom: dashed 1px #adaaaa;
	padding-bottom: 4px;
	margin-bottom: 10px;
}
.events-box .timebox{
	float: left;
	width: 65px;
	height: 42px;
	background: url(../img/time-bg.png) no-repeat left top;
	margin-right: 10px;
}
.events-box .timebox .day{
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	color: #fff;
}
.events-box .timebox .mouth{
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
.events-box .newstitle{
	float: left;
	width: 235px;
	font-family:"Roboto_Condensed_bold";
	font-size: 14px;
	font-size: 14px \9;
	line-height: 20px;
	color: #0c3c60;
}
.second_block{
	padding: 40px 20px 26px;
	padding: 40px 0 26px \9;
	width: 100%;
	background-color: #f7f5f5;
}
.second_block .title{
	height: 40px \9;
}
.second_block .title{
	margin-left:20px \9;
}
.photobox{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.photobox .photo{
	display: block;
	width:1140px;
	height: 230px;
	overflow: hidden;
	margin: 0 auto;
}

.linkmenu{
	width: 100%;
	height: 40px;
	background-color: #135b94;
	margin-top: 20px;
}
.linkmenu .linklist{
	float: left;
	font-size: 14px;
	font-family: "微软雅黑";
	width: auto;
	text-align: center;
	height: 48px;line-height: 40px;	
	color: #fff;
	cursor: pointer;
	background-image: url(../img/link/link-bg2.png);
	background-repeat:repeat-x;
	background-position:left top;
	padding: 0 17px;
	text-transform: uppercase;
}
.active-foot{
	background-image: url(../img/link/link_bg.png) !important;
	background-repeat:no-repeat !important;
	background-position:center top !important;
}
.linklist:hover{
	background-image: url(../img/link/link_bg.png) !important;
	background-repeat:no-repeat !important;
	background-position:center top !important;
}
.linkcon{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.linksbox{
	width: 100%;
	display: none;	
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
	
}
.linksbox .links{
	display: block;
	float: left;
	font-family: "微软雅黑";
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-right: 50px;
	margin-left: 10px;
	padding-left: 20px;
	background-image: url(../img/gray_block.jpg);
	background-position: 2px 8px;
	background-repeat: no-repeat;
	-ms-transition: all 0.6s; /* IE 9 */
	-webkit-transition: all 0.6s;/* Safari */
	transition: all 0.6s;/* 标准语法 */
}
.links:hover{
	color:#9a6d04;
}
