﻿@charset "utf-8";
/* CSS Document */
/*字体*/
body{
	width:100%;
	height:auto;
	background:url(../images/bgimg.png) no-repeat;
	background-size:cover;
	font-family:"微软雅黑";
	overflow-y:scroll;
}
*{	
	margin:0;
	padding:0;
	font-family:"微软雅黑";
}
.viewport{
	width:100%;
	margin:0 auto;
}
.title{
	width:6.08rem;
	height:2.24rem;
	margin:80px auto 0;
	background:url(../images/titleimg.png) no-repeat;
	background-size:cover;
}
.content{
	width:8.0rem;
	height:auto;
	padding:0.3rem;
	margin:0.6rem auto;
	background:#fff;
	border:10px solid #ffde00;
}
.con_box{
	width:8rem;
	height:100%;
	padding:0.4rem 0;
	margin:0 auto;
	border:3px dashed #ffde00;
}
.tithead{
	font-size:0.6rem;
	text-align: center;
	color:#850026;
}
.namebox{
	width:85%;
	margin:0.3rem auto;
}
.namelist{
	margin:0.25rem auto 0;
	background:#ffe1ef;
	height:0.8rem;
	border-radius:10px;
}
.namelist span{
	display:block;
	float:left;
	width:33%;
	line-height: 0.8rem;
	text-align: center;
	font-size:0.37rem;
	color:#850026;	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nametitle span{
	font-size:0.427rem;
}
