﻿/*--------content---------*/
.content{
	width:1040px;
	margin:40px auto;
	overflow:hidden;
}
/*------link*/
.link{
	float:left;
	height:360px;
	background-color:#f24713;
}
.title{
	text-align: center;
	background-color:#cc3c10;
}
.title h2{
	font-weight:normal;
	font-size:26px;
	color:#fff;
	letter-spacing:3px;
	padding:10px 50px;
}
.list{
	padding:0 15px;
}
.list li{
	border-bottom:1px dotted #333;
}
.list li a{
	color:#333;
	display:block;
	font-size:15px;
	text-align:center;
	padding:10px;
}
.list li a:hover{
	color:#fff;
}
/*-------company*/
.company{
	float:left;
	width:789px;
	margin-left:25px;
	padding:0 5px;
}
.cpy_top{
	border-bottom:1px solid #ccc;
	overflow: hidden;
}
.cpy_top p{
	color:#dd4012;
	padding:4px 0;
	font-weight:normal;
	font-size:18px;
}
.cpy_top p span{
	float:right;
	color:#666;
	font-size:12px;
	margin-top:6px;
}
.cpy_top a{
	color:#666;
	font-size:12px;
	margin-top:6px;
}
.cpy_con{
	padding:0 30px;
	margin-top:20px;
}
.cpy_con ul li{
	list-style:disc;
	color:#575b60;
	margin-top:12px;
	border-bottom:1px dotted #575b60;
	padding-bottom:8px;
}
.cpy_con ul li a{
	font-size:14px;
	color:#575b60;
	margin-left:10px;
}
.cpy_con ul li span{
	float:right;
	font-size:12px;
	line-height:19px;
	color:#575b60;
}
.cpy_con ul li:hover a, .cpy_con ul li:hover span{
	color:#dd4012;
}
.cpy_con .time{
	float:right;
	color:#575B60;
}
/*---------goto*/
.goto{
	overflow:hidden;
	margin-top:20px;
}
.left{
	float:right;
	overflow: hidden;
}
.left a{
	display:block;
	float:left;
	font-size:16px;
	line-height:20px;
	text-align:center;
	margin-left:5px;
	color:#5f5353;
	border:1px solid #c6c6c6;
}
.left .go{
	width:40px;
	height:20px;
	color:#c7c7c7;
}
.left .btn{
	width:20px;
	height:20px;
}
.left .btn:hover{
	color:#fff;
	background-color:#1b4a21;
}
.right{
	float:right;
	overflow: hidden;
	margin-left:20px;
}
.right p, .right p span{
	color:#5f5353;
	font-size:16px;
	line-height: 20px;
}
.right input{
	width:40px;
	height:20px;
	text-align:center;
	border:1px solid #c6c6c6;
}

