﻿@charset "utf-8";
.accounts {
	width: 1264px;
	margin: auto;
	padding: 20px 0;
	text-align: center;
	overflow: hidden;
}
.accounts a {
	width: 127px ;
	height: 46px;
	font-size: 14px;
	line-height: 38px;
	display: inline-block;
	color: #808080;
	background: url(tab_bg.png) center top no-repeat  ;
	margin: 0 1px;
	margin-top: 25px;
	overflow: hidden;
}
.accounts a:hover{
	background: url(tab_bgh.png) center top no-repeat  ;
	color: #fff;
	text-decoration: none;
}
.accounts .nol {
	background: url(tab_bgh.png) center top no-repeat  ;
	color: #fff;
}

.news-o-box {
	width: 100%;
	min-width: 1264px;
	overflow: hidden;
}
.news-o-box .news-list {
	width:1264px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 60px;
}
.news-list ul {
	padding-bottom: 40px;
	overflow: hidden;
}
.news-list li {
	width: 605px;
	height: 160px;
	margin: 18px 0 0 18px;
	background: #f7f7f7;
	float: left;
}
.news-list li .news-time {
	width: 125px;
	height: 160px;
	text-align: center;
	float: left;
	overflow: hidden;
}
.news-list li:hover .news-time .time-top {
	background: #007ee5;
	color: #fff;
}
.news-list li:hover .news-time .time-bottom {
	background: #000e1a;
	color: #fff;
}
.news-list li .news-time .time-top {
	width: 125px;
	height: 110px;
	line-height: 110px;
	font-size: 36px;
	float: left;
	background: #ebebeb;
	letter-spacing: 2px;
	color: #aaa;
	overflow: hidden;
}
.news-list li .news-time .time-bottom {
	width: 125px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	float: left;
	letter-spacing: 1px;
	background: #bbb;
	color: #fff;
	overflow: hidden;
}
.news-list li .news-mainbox {
	width: 450px;
	height: 110px;
	float: left;
	padding: 25px 15px;
}
.news-list li .news-mainbox h3 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #666;
}
.news-list li:hover .news-mainbox h3{
	color: #007ee5;
}
.news-list li .news-mainbox p {
	text-align: left;
	font-size: 14px;
	color: #999;
}
.news-list li a {
	text-decoration: none;
}
