
.main {
	position: relative;
	top: -50px;
	margin: 0px auto 21px;
	width: 1280px;
}
.main>.title {
	width: 1280px;
	height: 50px;
	background: rgba(255,255,255,0.9);
} 
.main>.title>div>a {
	width: 102px;
	height: 50px;
	float: left;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: font-size 0.4s,color 0.4s,font-weight 0.4s;
    -webkit-transition: font-size 0.4s,color 0.4s,font-weight 0.4s;
}
.main>.title>.moveUp {
	position: absolute;
	left: 0px;
	width: 102px;
	height: 50px;
	background: #ffb94a;
	transition: left 0.4s;
    -webkit-transition: left 0.4s;
}
.main>.title>div>a:hover {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.main>.title .active {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.main>.title>p {
	float: right;
	cursor: pointer;
	margin-right: 22px;
	line-height: 50px;
	color: #5b5b5b;
}
.main>.title>p span:hover {
	color: rgb(221,0,0);
	font-weight: 700;
}
.main>.content {
	width: 1100;
	padding: 50px 100px;
	background: #fff;
}
.content>.cont_title {
	padding-bottom: 50px;
	border-bottom: 1px dashed #dadada;
}
.cont_title>h1,
.cont_title>h2 {
	color: #c7000a;
	text-align: center;
	font-weight: 700;
}
.cont_title>h2 {
	margin-top: 21px;
}
.content_mate {
	margin-top: 2px;
}
.content_mate>p>span {
	text-align: center;
	height: 24px;
	float: left;
	background: #ebebeb;
	color: #777777;
	margin-right: 2px;
	line-height: 24px;
}
.mate_p1 span,
.mate_p1 a{
	font-size: 12px;
	color: #777777;
	padding: 0px 8px;
}
.mate_p1 span img{
	display: none;
}
.mate_p1 span a{
	text-decoration: none;
}
.content_mate>.mate_p2 {
	float: right;
}
.content_mate>.mate_p2>span {
	font-size: 12px;
}
.mate_p2>span:first-child {
	width: 38px;
}
.mate_p2>span:last-child {
	margin-right: 0px;
}
.mate_p2>span {
	width: 24px;
	cursor: pointer;
}

.mate_p2>.active {
	color: #fff;
	font-weight: 700;
	background: #ffb94a;
	font-size: 16px;
}







.content_text {
	margin: 68px auto 0px;
	width: 1080px;
}
.content_text>p {
	font-size: 16px;
	line-height: 36px;
	color: #2a2a2a;
}
.content_text img {
	display: block;
	max-width: 950px;
	margin: 22px auto;
}




.left_bottom {
	width: 1080px;
	margin: 60px auto 0px;
    padding: 60px 0 0 0;
    border-top: 1px dashed #cfcfcf;
    position: relative;
}
.left_bottom>.btm_ico {
	position: absolute;
	padding: 0 10px;
	left: 50%;
	margin-left: -124px;
	top: -18px;
	background-color: #fff;
}
.btm_ico>li {
	float: left;
	margin-left: 4px;
}
.btm_ico>li:first-child {
	margin-left: 0;
	height: 30px;
    border: 1px dashed #8fd9ff;
    border-radius: 5px;
    position: relative;
    bottom: 1px;
}
.btm_ico>li:first-child span {
	display: inline-block;
	text-align: center;
	position: relative;
	top: -11px;
	line-height: 30px;
	margin: 0px 5px;
	height: 30px;
    font-family: georgia !important;
    font-size: 16px !important;
    color: #ff8800 !important;
    font-weight: bold;
}
.btm_ico>li:hover {
	cursor: pointer;
	opacity: 0.8;
}
.articles {
	height: 139px;
	margin-top: 20px;
}
.articles p {
	/*单行文本剪裁*/
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;

	text-indent: 0.5em;
    font-size: 14px;
    width: 400px;
    height: 24px;
    padding-left: 10px;
    line-height: 14px;
	margin-bottom: 7px;
    background: url(../images/dian.jpg) 0 4px no-repeat;
}
.articles>p:nth-child(even) {
	margin-right: 120px;
	float: right;
}
.articles>p:nth-child(odd) {
	margin-left: 120px;
	float: left;
}
.articles>p>a{
	text-decoration: none;
    color: #4b4b4b;
    font-size: 14px;
}
