﻿body
{
	margin:0; 
	font-size:14px;
	font-family:微软雅黑;
	}
td,li,a,span
{
	font-size:14px;
	font-family:微软雅黑;
	}
.container
{
	width:1200px; 
	margin:20px auto;
	background:white;
	border:1px solide #e8e8e8;
	text-align:left;
	}
.banner_in
{
	width:1200px;
	height:280px;
	margin:0 auto;
	background:url(../../images/banner_bg.png) no_repeat center;
	}
.con_left
{
	float:left;
	width:800px; 
	margin:20px 0 10px 30px;
	}
.con_right
{
	width:240px;  
	float:right;
	margin:20px 30px  10px 0;
	}
.inforBox
{
	
	}
.title_infor
{

	}
.title_txt
{
    padding:0 20px;

	}
.title_txt b
{
	width: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-family: 微软雅黑;
    font-weight: normal;
    text-align: center;
    margin: 8px 0 0;
    border-radius: 3px;
    cursor: pointer;
    border-top-right-radius: 12px;
	}
.title_txt span
{
	display:block;
	width:150px;
	font-family:Arial;
	color:#a7a7a7;
	font-size:20px;
	margin-left:10px;
	float:left;
	font-size:18px;
	height:20px;
	line-height:20px;
	}
.title_infor .more
{
	width:50px;
	height:20px;
	line-height:25px;
	color:#eece3b;
	background:none;
	/* background:url(../../images/closed.png);*/
	float:right;
	margin:10px 0 auto 0px;
	cursor:pointer;
	}
.infor_con
{
	width:800px;
	margin:10px auto 0 auto;
	}
.infor_con_point
{
	width:790px;
	height:40px;
	overflow:hidden;
	border-bottom:1px #d7d7d7 dashed;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align:left;
}
.con_point_left
{
	width:640px;
	margin:10px 0 auto 0;
	float:left;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	}
.con_point_left a
{
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	color:#000;
    padding-left:20px;
    background:url(../../images/point.png) no-repeat left center;
	}
.con_point_left a:hover
{
	color:red;
	text-decoration:underline;
	}
.con_point_right
{
	width:130px;
	float:right;
	text-align:right;
	color:#9a9a9a;
	font-size:14px;
	margin-top: 10px;
}

.news_dialog
{
	width:240px;
	margin:10px auto 0 auto;
	background:#fbf9f9;
	height:170px;
	}
.news_top
{
	width:230px;
	height:30px;
	line-height:30px;
	background:#c2162e;
	color:White;
	font-size:16px;
	font-family:微软雅黑;
	padding-left:10px;
	overflow:hidden;
	}
.news_top .ongoing
{
	width:165px;
	float:left;
	}
.news_top .more
{
	width:50px;
	height:25px;
	line-height:25px;
	color:#eece3b;
	background:none;
	/* background:url(../../images/closed.png);*/
	float:right;
	margin-right:10px;
	cursor:pointer;
	}
.news_con
{
	width:240px;
	margin:10px auto 0 auto;
	}
.news_title
{
	width:220px;
	height:40px;
	margin:0 auto;
	}
.news_title a
{
	width:205px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#000;
	display:block;
	padding-left:15px;
	background:url(../../images/news_point.png) left center no-repeat;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	}
.news_title a:hover
{
	text-decoration:none;
	color:red;
	}
.notice_dialog
{
	width:240px;
	margin:10px auto 0 auto;
	background:#fbf9f9;
	height:170px;
	}
.notice_top
{
	width:230px;
	height:30px;
	line-height:30px;
	background:#c2162e;
	color:White;
	font-size:16px;
	font-family:微软雅黑;
	padding-left:10px;
	overflow:hidden;
	}
.notice_top .ongoing
{
	width:165px;
	float:left;
	}
.notice_top .more
{
	width:50px;
	height:25px;
	line-height:25px;
	color:#eece3b;
	background:none;
	/* background:url(../../images/closed.png);*/
	float:right;
	margin-right:10px;
	cursor:pointer;
	}
.notice_con
{
	width:240px;
	margin:10px auto 0 auto;
	}
.notice_title
{
	width:220px;
	height:40px;
	margin:0 auto;
	}
.notice_title a
{
	width:205px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#000;
	display:block;
	padding-left:15px;
	background:url(../../images/point4.png) left center no-repeat;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	}
.notice_title a:hover
{
	text-decoration:none;
	color:red;
	}

.online_dialog
{
	width:240px;
	margin:10px auto 0 auto;
	background:#fbf9f9;
	height:170px;
	}
.online_top
{
	width:230px;
	height:30px;
	line-height:30px;
	background:#c2162e;
	color:White;
	font-size:16px;
	font-family:微软雅黑;
	padding-left:10px;
	overflow:hidden;
	}
.online_top .ongoing
{
	width:165px;
	float:left;
	}
.online_top .more
{
	width:50px;
	height:25px;
	line-height:25px;
	color:#eece3b;
	background:none;
	/* background:url(../../images/closed.png);*/
	float:right;
	margin-right:10px;
	cursor:pointer;
	}
.online_con
{
	width:240px;
	margin:10px auto 0 auto;
	}
.online_title
{
	width:220px;
	height:40px;
	margin:0 auto;
	}
.online_title a
{
	width:205px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#000;
	display:block;
	padding-left:15px;
	background:url(../../images/point2.png) left center no-repeat;
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	}
.online_title a:hover
{
	text-decoration:none;
	color:red;
	}
.training_dialog
{
	width:240px;
	margin:10px auto 0 auto;
	}
.training_top
{
	width:230px;
	height:30px;
	line-height:30px;
	background:#c2162e;
	color:White;
	font-size:16px;
	font-family:微软雅黑;
	padding-left:10px;
	overflow:hidden;
	}
.training_top .ongoing
{
	width:200px;
	float:left;
	}
.training_top .an
{
	width:18px;
	height:30px;
	float:right;
	background:url(../../images/an.png) no-repeat;
	margin-right:10px;
	cursor:pointer;
	}
 
.training_one
{
	width:225px;
	padding-left:15px;
	height:40px;
	line-height:40px;
	text-align: left;
	margin-top:1px;
	cursor:pointer;
	display:block;
word-break: keep-all; /* 不换行 */
white-space: nowrap; /* 不换行 */
overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
	} 
.training_one:hover
{
	color:Red;
	text-decoration:underline;
	}
.course_dialog
{
	width:240px;
	margin:10px auto 0 auto;
	}
.course_top
{
	width:230px;
	height:30px;
	line-height:30px;
	background:#c2162e;
	color:White;
	font-size:16px;
	font-family:微软雅黑;
	padding-left:10px;
	overflow:hidden;
	}
.course_top .ongoing
{
	width:167px;
	float:left;
	}
.course_top .an
{
	width:18px;
	height:30px;
	float:right;
	background:url(../../images/an.png) no-repeat;
	margin-right:10px;
	cursor:pointer;
	}
 
.course_one
{
	width:225px;
	padding-left:15px;
	height:40px;
	line-height:40px;
	background:#fbf9f9;
	text-align:left;
	margin-top:1px; 
	cursor:pointer;
	display:block;
word-break: keep-all; /* 不换行 */
white-space: nowrap; /* 不换行 */
overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
	} 
.course_one:hover
{
	color:Red;
	text-decoration:underline;
	}
.download_dialog
{
	width:240px;
	margin:10px auto 0 auto;
	background:#fbf9f9;
	height:170px;
	}
.download_top
{
	width:230px;
	height:30px;
	line-height:30px;
	background:#c2162e;
	color:White;
	font-size:16px;
	font-family:微软雅黑;
	padding-left:10px;
	overflow:hidden;
	}
.download_top .ongoing
{
	width:165px;
	float:left;
	}
.download_top .more
{
	width:50px;
	height:25px;
	line-height:25px;
	color:#eece3b;
	background:none;
	/* background:url(../../images/closed.png);*/
	float:right;
	margin-right:10px;
	cursor:pointer;
	}
.download_con
{
	width:240px;
	margin:10px auto 0 auto;
	}
.download_title
{
	width:240px;
	height:40px;
	}
.download_title a
{
	width:210px;
	height:40px;
	display:block;
	line-height:40px;
	text-decoration:none; 
	margin:0 auto;
	text-align:left;
	color:#42515A;
	display:block;
	word-break: keep-all; /* 不换行 */
	white-space: nowrap; /* 不换行 */
	overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
	}
.download_title a:hover
{
	text-decoration:none;
	color:red;
	}