﻿@charset "utf-8";

/* CSS Document */
body {
	font-family: helvetMc;
	/*全局字体Microsoft Yahei  为流行的微软雅黑字体，如不需要，删除即可*/
	font-size: 12px;
	/*全局字体大小*/
	color: #666666;
	/*全局字体颜色*/
	/*如果还需要定义网页的背景颜色或图片可以继续写*/
	
}

.clear {
	clear: both;
	/*建立一个通用的清除浮动选择符*/
}

body,
div,
ul,
ol,
li,
form,
p,
input,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	/*这些标签默认存在一些外边距、内边距等，必须提前清除*/
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	/*有必要的时候把全局的图片边框去掉*/
	border: none;
}

a,
a:hover,
a:visited,
a:link {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	zoom: 1;
}

.elli {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.elli2 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.conner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.index_top{
	height: 22px;
	width: 100%;
	background: url(/images/top_bg.jpg) top right no-repeat;
	background-size: 100% 100%;
}
.content{
	margin: 0 25px;
	height: auto;
}
.index_tip{
	margin: 20px 0px 30px;
	position: relative;
}
.index_tip>div{
	width: 33.3%;
	height: auto;
	float: left;
}
.tipc_tit{
	color: #008cd8;
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.tipc_time{
	font-size: 20px;
	color: #000000;
	text-align: center;
}

.ywzx{
	font-size: 26px;
	color: #000000;
	font-weight: 600;
}
.tipr_lx{
	color: #ff9600;
	font-size: 18px;
	background: url(/images/icon_1.png) left center no-repeat;
	background-size: 20px 20px;
	padding: 10px 0px 10px 30px;
}
.tipr_sj{
	color: #ff9600;
	font-size: 18px;
	padding-left: 30px;
	background: url(/images/icon_2.png) left center no-repeat;
	background-size: 20px 20px;
}
.erw{
	position: absolute;
	right: 0px;
	top: -10px;
	height: 120px;
}
.index_tip>div.index_tipr{
	padding-left: 6%;
	width:27.3%;
}
.index_table{
	border: 1px #aaaaaa solid;
	width: 100%;
	margin-bottom: 20px;
}
.index_table tr th{
	background: #008cd8;
	height: 40px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}
.index_table tr th div{
	text-align: center;
}
.tz{
	background: url(/images/icon_3.png) left center no-repeat;
	padding-left: 25px;
	background-size: 20px;
}
.index_table tr td{
	padding: 0px 5px;
	height: 40px;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px #aaaaaa solid;
	border-left:  1px #aaaaaa solid;
}
.red14{
	font-size: 14px;
	color: #ff0000;
}
.index_table tr:nth-child(odd) td{
	background: #ededed;
}
.tec3 tr td{
	text-align: center;
}
.blue14{
	color: #008cd8;
}
.nobg {
	background: none !important;
}
