@charset"utf-8";

/* CSS Document */
 body, nav, dl, dt, dd, p, h1, h2, h3, h4, ul, ol, li, input, button, textarea, footer {
    margin: 0;
    padding: 0;
}
body {
    background: #f4f5f8;
    color: #111;
    font: 14px 'Microsoft Yahei', 'helvetica', 'arial';
}
form {
    display: inline;
}
ul, li, ol {
    list-style: none outside none;
}
input {
    cursor:pointer;
    outline:medium;
}
a {
    color: #111;
    text-decoration: none;
	cursor:pointer;
    outline:medium;
}
a:hover {
    color: #0671bc;
    text-decoration: none;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
button, input, select, textarea {
    text-decoration: none;
}
.asm_top {
    width: 100%;
    min-width: 1140px;
    margin: 0 auto;
}
.asm_top img {
    width: 100%;
}
.top_one
{
height: 400px;
}
.center
{
	width:1180px;
	margin:0 auto;
}
.one_left
{width:252px;height: 230px;float:left;padding-top:45px;}
.one_right
{padding-top:60px;margin-left:25px;width:900px;font-size:18px;line-height:35px;height: 220px;float:left;}
.one_right p
{
	margin-top:20px;
}
.time
{
	font-size:20px;
	padding:30px 0 0 120px;
	float:left;
	font-weight:bold;
}
.top_two
{
	width:1180px;
	height: 430px;
	background:#fff;
	padding:10px 20px;
	font-size:16px;
	line-height: 40px;
}
.top_two .lc_tit
{
	font-size:20px;
	margin:10px 0;
	height:43px;
	line-height:43px;
	color:#3c5379;
	font-weight:bold;
}
.top_two a
{
	color:#0671bc;
	text-decoration:underline;
}
.two_li
{
	margin-top:40px;
}
.ti
{
	width:43px;
	height:43px;
	margin-right:5px;
	background-image:url(../images/index_10.png);
	display:block;
	float:left;
}
.top_three
{
	width:1200px;
	height:436px;
	display:block;
	background-image:url(../images/text_bg.png);
}
.yx_tit
{
	font-size:20px;
	color:#3c5379;
	padding-top:40px;
	padding-left:30px;
	height:64px;
	margin-top:20px;
}
.yx_tit span
{
	width:150px;
	margin:0 auto;
	line-height:64px;
	font-weight:bold;
	display:block;
}
.tit_icon_one
{
	width:40px;
	height:64px;
	margin-right:5px;
	background-image:url(../images/index_14.png);
	display:block;
	float:left;
}
.yx
{
	width:1000px;
	margin:0 auto;
	margin-top:20px;
}
.yx>ul>li
{
	float:left;
	border-bottom:1px solid #e5e7eb;
	font-size:16px;
	width:470px;
	line-height: 30px;
	margin:10px 0px;
}
.yx>ul>li:nth-child(2n)
{
	margin-left:60px;
}
.top_four
{
	height:500px;
}
.prize_tit
{
	font-size:20px;
	color:#3c5379;
	padding-top:40px;
	padding-left:30px;
	height:64px;
}
.prize_tit span
{
	width:140px;
	margin:0 auto;
	line-height:46px;
	font-weight:bold;
	display:block;
}
.tit_icon_two
{
	width:51px;
	height:46px;
	margin-right:5px;
	background-image:url(../images/index_18.png);
	display:block;
	float:left;
}
.prize
{
	width:1200px;
}
.prize li
{
	float:left;	
	width:300px;
}
.prize img
{
	width:250px;
	height:250px;
	display:block;
	margin:0 auto;
	border:4px solid #8abae4;
}

.prize>ul>li>p
{
	width:300px;
	text-align:center;
	font-size:16px;
	line-height:60px;
}
.tip_span 
{
	height:30px;
	font-size:18px;
	line-height:60px;
}
.tip_span span
{
	float:left;
}
.tip_span .tipone
{
	margin-left:210px;
}
.tip_span .tiptwo
{
	margin-left:400px;
}
.footer
{
	font-size:16px;
	color:#bab7b7;
	padding-top:20px;
	border-top:1px solid #bab7b7;
	height:80px;
	text-align:center;
}
.cic
{
	 position: relative;
}
.cic li {
    margin-bottom:7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cic span.circle {
    width: 25px;
    height: 25px;
}
.cic .line {
    position: absolute;
    top: 80px;
    left: 10px;
    z-index:0;
    width: 2px;
    height: 100px;
    background: #398ed4;
}
span.circle {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
	font-size:14px;
	z-index:9;
	line-height:25px;
	text-align:center;
    margin-right: 5px;
    border-radius: 50%;
    background: #398ed4;
	color:#fff;
}