@charset "utf-8";
/* CSS Document */
body {
	font-family: STHeiti,'Microsoft YaHei',Helvetica,Arial,sans-serif; 
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-user-select: none;	
}
.nav ul li .clicka .nav_btn,.nav ol li .clicka .nav_btn{
	position: absolute;
	background: url('http://static.trust-one.com/img/m_v1/icons_sprit_first.png') no-repeat;
	background-size: 12.9rem 20rem;
}
header .btn {
    width: 0.975rem;
    height: 0.975rem;
    background: url(http://static.trust-one.com/img/m_v1/icons_sprit_first.png) -1.3rem -6.7rem no-repeat;
    background-size: 12.9rem 20rem;
}
header > .btn {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}
/* 导航*/
.nav {
	height: 2.1rem;
	background-color: #fff;
	position: relative;
	clear: both;
	padding:0 0.25rem;
}
.nav ul,.nav ol {
	font-size:0.55rem;
	height: 2.1rem;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #fff;
	padding:0 0.25rem;
}
.nav ol{
	margin-top: 0.375rem;
	overflow: hidden;
	height: 4.025rem;
	padding:0 0.5rem;
	opacity: 0.93;
}
.nav ul li {
	float:left;
	width: 3.225rem;
	height: 2.1rem;
	line-height: 2.1rem;
	text-align: right; 
}
.nav ul li.newslist_click{
	width:2.1rem;
}
.nav ul li a {
	font-size:0.55rem;
	display: inline-block;
	height: 2.1rem;
	line-height: 2.1rem;
	color: #333333;
}
.nav ul li .active,.nav ol li .active {
	color:#008af5;
}
.nav ul li .clicka,.nav ol li .clicka {
	width: 2.1rem;
    height: 0.35rem;
    text-align: center;
    position: relative;
}
.nav ol li .clicka {
	margin-top: 0rem;
	height: 1.225rem;
}
.nav ul li .clicka .nav_btn{
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
	transform:rotate(180deg);
	background-position:-1.4rem -8.2rem;
	width:0.6rem;
	height: 0.35rem;
	left:0.76rem;
}
.nav ol li .clicka .nav_btn{;
	background-position:-1.4rem -8.2rem;
	width:0.6rem;
	height: 0.35rem;
	left:0.76rem;
	top:0.325rem;
}
.nav ol li{
	width: 3rem;
	height: 1.4rem;
	line-height: 1.4rem;
	float: left;
	text-align: center;
}
.nav ol li a{
	color: #333333;
	display: inline-block;
	height: 100%;
}
.nav ol li:last-child{
	float: right;
}
.nav_ols{display:block;}
/*资讯banner*/
.news_block {
	background: #fff;
	overflow: hidden;
	margin: 0.5rem;
	border-radius: 0.15rem;
}
.news_banner {
	background: #fff;
	position:relative;
	overflow:hidden;
	height: 6.6rem;
	margin:0.5rem;
}
.news_banner a {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.news_title {
	width:100%;
}
.news_at {
	font-size: 0.75rem;
	height: 1.75rem;
	line-height: 1.75rem;
	position:absolute;
	bottom:0rem;
	left:0;
	right:0;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	padding:0 0.4rem;
	clear:both;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail_banFocus {
	border-radius: 0.15rem;
}
/*资讯article*/
.news_arts {
	background: #fff;
	position:relative;
	overflow:hidden;
	height: 2.9rem;
	margin:0.5rem;
	border-radius: 0.15rem;
	padding:0.65rem 0.65rem 0.725rem;
}
.arts_left {
	height: 100%;
}
.arts_left2 {
	height: 100%;
	float:left;
	width:8.65rem;
	margin-top: -0.05rem;
}
.newlist_height{
	height:1.75rem;
	overflow:hidden;
}
.arts_date {
	display: inline-block;
	margin-top: 0.5rem;
	color: #a9a9a9;
	font-size:0.55rem;
}
.news_font {
	width:100%;
	font-weight: 600;
	color: #333333;
	font-size:0.65rem;
	display: inline-block;
}
.arts_right {
	margin-top: 0.1rem;
	height: 100%;
	float:right;
	width:4.65rem;
	display: inline-block;
}
.article_rightImg {
	height:2.65rem;
	width: 100%;
	font-size:0.65rem;
}
footer li a.active {
	color: #008af5;
}
/* 底部 */
footer li:nth-child(3) span.active_img{
	background-position: 0 -2.6rem;
}
/*资讯body========end*/