@charset "utf-8";

/* 
	@名称: base
	@功能: 页面主题样式
*/ /* 全局 */
body {
	-webkit-text-size-adjust: none; /*fix chrome 11px*/
}

/*--- 链接--- */
a:link,a:visited,a:active {
	color: #333;
}

a:hover {
	color: #000;
}

a.red:link,a.red:visited,a.red:active {
	color: #c00e0e;
}

a.red:hover {
	color: #c00e0e;
}

a.c666:link,a.c666:visited,a.c666:active {
	color: #666;
}

a.c666:hover {
	color: #666;
}

a.c999:link,a.c999:visited,a.c999:active {
	color: #999;
}

a.c999:hover {
	color: #999;
}

/*--- 文字--- */
.cred {
	color: #c00e0e;
}

.c666 {
	color: #666;
}

.c999 {
	color: #999;
}

.cgreen {
	color: #049834;
}

.sognti {
	font-family: Microsoft Yahei;
}

.f11 {
	font-size: 11px;
}

.fb {
	font-weight: bold;
}

/*--- 按钮--- */
.btn-white {
	height: 22px;
	background: url(../images/btn.png);
	padding: 0 10px 0 18px;
	border: none;
	cursor: pointer; *
	overflow: visible;
	vertical-align: middle;
}

.btn-box {
	display: block;
	border: #ccc 1px solid;
	vertical-align: middle;
}

/*--- BOX--- */
.box {
	margin-bottom: 10px;
}

.box .bd {
	border: #d7d7d7 1px solid;
	text-align:left
}

.box .bd1{
	border: #d7d7d7 1px solid;
	text-align:left
}

/*--- 布局--- */
#page,#header,#content,#footer {
	margin-left: auto;
	margin-right: auto;
}

.layout:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.layout {
	zoom: 1; /* for IE6 IE7 */
}

.grid-990,.grid-730v250,.grid-220v500v250,.grid-220v760,.grid-700v280 {
	width: 980px;
	margin: 0 auto;
}

.fullscreen {
	margin: 10px;
}

.grid-730v250 .col730 {
	width: 730px;
	float: left;
}

.grid-730v250 .col250 {
	width: 250px;
	float: right;
}

.grid-220v500v250 .col220 {
	width: 220px;
	float: left;
}

.grid-220v500v250 .col500 {
	width: 500px;
	float: left;
	margin-left: 10px;
	display: inline
}

.grid-220v500v250 .col250 {
	width: 250px;
	float: right;
}

.grid-220v760 .col220 {
	width: 220px;
	float: left;
	min-height: 200px;  
}

.grid-220v760 .col760 {
	width: 740px;
	float: right;
}

.fullscreen .col220 {
	width: 130px;
	float: left;
}

/*.fullscreen .col760 { width:710px; float:right; }*/
.fullscreen #list {
	width: 82%;
	float: right;
	clear: right;
}

.grid-700v280 .col700 {
	width: 700px;
	float: left;
}

.grid-700v280 .col280 {
	width: 280px;
	float: right;
}

.grid-690v0 {
	width: 950px;
	margin: 0 auto;
}

.grid-690v0 .box .a {
	width: 950px;
	float: center;
	height: 200px;
}

#header .grid-990 {
	position: relative;
	z-index: 1;
	height: 17px;
}

/*--- 网站标题--- */
.title {
	height: 27px;
	line-height: 27px;
	padding-right: 10px;
	background: url(../images/title.png) repeat-x;
	font-family: Microsoft Yahei;
}

.title h3 {
	display: block;
	padding-left: 25px;
	font-size: 12px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	background: url(../images/title.png) no-repeat 0 -27px;
}

/*翻页*/
.pagination {
	height: 22px;
	padding: 10px 15px;
}

.pagination-wrapper {
	float: right;
}

.pagination span {
	color: #808080;
}

.pagination a {
	color: #333;
	cursor: pointer;
}

.pagination a:hover,.pagination a:active {
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
}

.pagination-start,.pagination-info,.pagination-prev,.pagination-next,.pagination-page
	{
	float: left;
	height: 20px;
	margin-left: 3px;
	line-height: 20px;
}

.pagination-info {
	padding-top: 1px;
}

.pagination-start,.pagination-prev,.pagination-next {
	padding: 0 7px;
	border: 1px solid #999;
	background: #fff url(../images/pagination.png) no-repeat 1000px 1000px;
}

.pagination-page {
	padding: 0 7px;
	border: 1px solid #999;
}

.pagination-start,.pagination-end {
	float: left;
	height: 20px;
	margin-left: 3px;
	line-height: 20px;
	padding: 0 7px;
	border: 1px solid #999;
}

span.pagination-page {
	color: #fff;
	font-weight: 700;
	border: 1px solid #c00e0e;
	background-color: #c00e0e;
}

.pagination-prev {
	width: 6px;
	overflow: hidden;
	line-height: 1000px;
}

.pagination-next {
	padding-right: 14px;
}

span.pagination-prev {
	background-position: 0 -45px;
}

a.pagination-prev {
	background-position: 0 -15px;
}

span.pagination-next {
	background-position: 100% -105px;
}

a.pagination-next {
	background-position: 100% -75px;
}

span.pagination-end {
	background-position: 100% -225px;
}

a.pagination-end {
	background-position: 100% -195px;
}

/* 网站头部 */
	/* #header { height:125px; background:url(../images/header_bg.jpg) repeat-x; } */
#header {
	margin-bottom: 50px;
}

#header .logo {
	position: absolute;
	top: 0px;
}

#header .quick-menu {
	position: absolute;
	top: 12px;
	right: 0;
	color: #999;
}

#content .agency {
	position: absolute;
	top: -2px;
	left: 229px;
}

#content .agency span {
	font-size: 14px;
}

#content .agency .btn {
	position: relative;
	display: inline-block; *
	display: inline;
	zoom: 1;
	border: #d7d7d7 1px solid;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background: #f7f7f7;
	width: 50px;
	margin-left: 8px;
	z-index: 999;
}

#content .agency .btn a.abtn {
	color: #999;
	text-decoration: none;
}

#content .agency ul {
	position: absolute;
	top: 21px;
	left: -1px;
}

#content .agency ul li a {
	display: block;
	border: #d7d7d7 1px solid;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background: #fff;
	margin-top: -1px;
	width: 50px;
	text-decoration: none;
}

#content .agency ul li a:hover {
	background: #f7f7f7;
}

#header .quick-menu li {
	float: left;
	margin-left: -1px;
	padding: 1px 10px 0 10px;
	background: url(../images/v-line.png) right center no-repeat;
}

#header .quick-menu li.last {
	background: none;
}

#header .search {
	position: absolute;
	z-index: 999;
	bottom: 63px;
	right: 0;
}

#header .search dd,#header .search dt {
	float: left;
	padding: 0 3px;
	height: 20px;
	line-height: 20px;
}

#header .search dd input.text {
	border: #d7d7d7 1px solid;
	height: 20px;
	padding: 0 3px;
	vertical-align: middle;
}

#header .search .select {
	display: block;
	position: relative;
}

#header .search .select .selected {
	display: block;
	border: #d7d7d7 1px solid;
	height: 20px;
	line-height: 20px;
	padding: 0 15px 0 10px;
	background: url(../images/select_bg.png) no-repeat;
	background-position: 62px 8px;
	width: 50px;
	text-decoration: none;
}

#header .search .select .selected:hover {
	color: #333;
}

#header .search .select ul {
	position: absolute;
	top: 22px;
	left: 0;
}

#header .search .select ul li a {
	display: block;
	border: #d7d7d7 1px solid;
	height: 20px;
	line-height: 20px;
	padding: 0 15px 0 10px;
	background: #fff;
	margin-top: -1px;
	width: 50px;
	text-decoration: none;
}

#header .search .select ul li a:hover {
	background: #f7f7f7;
}

#header .nav {
	width: 970px;
	height: 32px;
	padding-right: 10px;
	background: url(../images/menu_bg.png);
	position: absolute;
	left: 0;
	margin-top: -1px;
}

#header .nav li {
	float: left;
	background: url(../images/v-line.png) right center no-repeat;
	padding: 0 3px;
}

#header .nav li.last {
	background: none;
}

#header .nav li a {
	display: block;
	float: left;
	width: 84px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	color: white
}

#header .nav li a:hover {
	text-decoration: none;
	color: red;
}

#header .nav li.selected a,#header .nav li.selected a:hover {
	background: url(../images/nav.png) no-repeat;
	background-position: -2px -40px;
	color: #333;
	list-style-type: none;
}

#header .nav .fn-right li a {
	width: 50px;
	font-size: 12px;
	color: #white;
}

#header .nav .fn-right li a:hover {
	color: #c00e0e;
}

#header .nav .fn-right li.selected a,#header .nav .fn-right li.selected a:hover
	{
	color: #c00e0e;
	background: none;
	text-decoration: underline;
}




#header .nav2 li {
	float: left;
	background: url(../images/v-line.png) right center no-repeat;
	padding: 0 3px;
}

#header .nav2 li.last {
	background: none;
}

#header .nav2 li a {
	display: block;
	float: left;
	width: 84px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: bold;
}

#header .nav2 li a:hover {
	text-decoration: none;
}

#header .nav2 li.selected a,#header .nav li.selected a:hover {
	background: url(../images/nav.png) no-repeat;
	background-position: -2px -40px;
	color: #333;
	list-style-type: none;
}

#header .nav2 .fn-right li a {
	width: 50px;
	font-size: 12px;
	color: #666;
}

#header .nav2 .fn-right li a:hover {
	color: #c00e0e;
}

#header .nav2 .fn-right li.selected a,#header .nav .fn-right li.selected a:hover
	{
	color: #c00e0e;
	background: none;
	text-decoration: underline;
}

/*课件滚动样式*/
.hot{ padding:0px 0px 0px 0px; overflow:hidden; position:relative; }
.hot img { display:block; }
.hot .aleft, .hot .aright{ display:block; width:22px; height:46px; text-indent:-20em; overflow:hidden; background:url(../images/arrow.png) no-repeat; position:absolute; top:72px; z-index:999; }
.hot .aleft { left:-1px; }
.hot .aleft:hover { background-position:0 -46px; }
.hot .aright { right:-1px; background-position:-23px 0; }
.hot .aright:hover { background-position:-23px -46px; }
.hot .scrollcontainer { width:1972px; height:190px;  position:relative; }
.hot .agrayleft, .hot .agrayleft:hover { cursor: default; background-position:0 -92px; }
.hot .agrayright, .hot .agrayright:hover { cursor: default; background-position:-23px -92px; }
.hot ul { width:20000px; position:absolute; left:0px; top:0px; }
.hot li { float:left; padding:0 12px; text-align:center; }
.hot li a.img, .hot li a.img img { display:block; margin-bottom:5px; }
.hot li div { padding:3px 0; }

/* 网站内容 */
.crumbs {
	color: #666;
	padding-bottom: 6px;
	margin-top: -12px;
	font-family: Microsoft Yahei;
	position: relative;
}

.information {
	height: 173px;
}

.information .people {
	padding: 8px;
	border-bottom: #d7d7d7 1px solid;
}

.information .people .img {
	width: 95px;
	height: 95px;
	background: url(../images/people_bg.jpg);
	padding: 5px 6px 6px 5px;
	margin-right: 10px;
}

.information .people dl {
	margin-top: 5px;
}

.information .people dd {
	height: 24px;
}

.information .progress {
	padding: 10px;
}

.information .progress .pic {
	width: 132px;
	height: 15px;
	margin: 4px 2px -3px 0;
	background: url(../images/progress.jpg) no-repeat;
	display: inline-block; *
	display: inline; *
	zoom: 1;
	position: relative;
}

.information .progress .pic .mask {
	display: block;
	width: 0px;
	height: 15px;
	background: url(../images/progress.jpg) no-repeat 0 -15px;
	position: absolute;
	top: 0;
	left: 0;
}

.notice {
	padding: 10px;
	height: 177px;
	overflow: hidden;
}

.notice dt {
	float: left;
	width: 150px;
	overflow: hidden;
}

.notice dd {
	float: left;
	color: #666;
	font-size: 11px;
	padding-left: 10px;
}

.notice dt,.notice dd {
	height: 26px;
}

.matters {
	background: #f7f7f7;
}

.matters li {
	border-bottom: #d7d7d7 1px solid;
}

.matters li a {
	display: block;
	height: 65px;
	line-height: 65px;
	padding-left: 70px;
	background: url(../images/icon.png) no-repeat;
}

.matters li a:hover {
	text-decoration: none;
	background-color: #fff;
}

.matters li a.exam {
	background-position: 25px 0px;
}

.matters li a.investigate {
	background-position: 25px -65px;
}

.matters li a.learning {
	background-position: 25px -132px;
}

.matters li.last {
	border-bottom: none;
}

.trainrecord {
	background: #f7f7f7;
}

.trainrecord li {
	border-bottom: #d7d7d7 1px solid;
	background: url(../images/icon.png) no-repeat;
	background-position: 155px -526px;
}

.trainrecord li a {
	display: block;
	height: 58px;
	line-height: 58px;
	padding-left: 70px;
	background: url(../images/icon.png) no-repeat;
}

.trainrecord li a:hover {
	text-decoration: none;
	background-color: #fff;
}

.trainrecord li a.train {
	background-position: 23px -205px;
}

.trainrecord li a.exam {
	background-position: 23px -260px;
}

.trainrecord li a.learning {
	background-position: 23px -316px;
}

.trainrecord li a.certificate {
	background-position: 23px -375px;
}

.trainrecord li.last {
	border-bottom: none;
}

.myaccount {
	background: #f7f7f7;
}

.myaccount li {
	border-bottom: #d7d7d7 1px solid;
	background: url(../images/icon.png) no-repeat;
	background-position: 155px -540px;
}

.myaccount li a {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 60px;
	background: url(../images/icon.png) no-repeat;
	background-position: 10px -583px;
}

.myaccount li a:hover {
	text-decoration: none;
	background-color: #fff;
}

.myaccount li.last {
	border-bottom: none;
}

.helpcenter {
	display: block;
	height: 75px;
	background: url(../images/icon.png);
	background-position: 0px -442px;
	text-indent: -20em;
	overflow: hidden;
}

.plan-warp {
	height: 197px;
}

table.plan {
	width: 100%;
}

table.plan .col1 {
	width: 330px;
}

table.plan .col2 {
	width: 128px;
}

table.plan th {
	background: #f7f7f7;
	height: 32px;
}

table.plan td {
	border-top: #d7d7d7 1px solid;
	height: 32px;
}

table.plan td span {
	color: #999;
}

table.plan td,table.plan th {
	padding-left: 20px;
}

.hotlearning {
	height: 171px;
	padding: 12px;
	padding-right: 0;
	overflow: hidden;
}

.hotlearning li {
	float: left;
	padding-right:15px;
	padding-left: 15px;
	
}

.hotlearning li a,.hotlearning li a img {
	display: block;
	margin-bottom: 5px;
}

.hotlearning li div {
	padding: 3px 0;
}

.newlearning {
	height: 191px;
	padding: 22px;
	padding-right: 0;
	overflow: hidden;
}

.newlearning li {
	float: left;
	padding-right: 23px;
}

.newlearning li a,.newlearning li a img {
	display: block;
	margin-bottom: 2px;
}

.newlearning li div {
	padding: 2px 0;
}

.toprank {
	padding: 10px 20px;
	height: 210px;
	overflow: hidden;
}

.toprank li {
	height: 30px;
	line-height: 30px;
	border-bottom: #d7d7d7 1px solid;
	position: relative;
	padding-left: 25px;
}

.toprank li span.spacer {
	padding-left: 5px;
}

.toprank li span.num {
	position: absolute;
	top: 6px;
	left: 3px;
	display: block;
	float: left;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 17px;
	font-size: 11px;
	color: #fff;
	background: url(../images/toprank.png) no-repeat;
	overflow: hidden;
}

.toprank li span.num.first {
	background-position: 0 -17px;
}

.toprank .more {
	font-family: Microsoft Yahei;
	height: 30px;
	text-align: right;
	display: block;
	line-height: 30px;
}

.survey {
	padding: 10px 20px;
	height: 217px;
	overflow: hidden;
}

.survey h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.survey ul {
	padding-bottom: 10px;
}

.survey li {
	height: 25px;
	line-height: 25px;
}

.survey li input.radio {
	vertical-align: middle;
}

.survey li span {
	padding-left: 5px;
}

.survey .btn-box {
	width: 78px;
	float: left;
	margin-right: 15px;
}

.teacher {
	height: 190px;
	padding: 20px;
	padding-right: 0;
	overflow: hidden;
}

.teacher li {
	float: left;
	padding-right: 17px;
}

.teacher li a {
	display: block;
	text-align: center;
}

.teacher li a img {
	display: block;
	border: #d7d7d7 1px solid;
	margin-bottom: 10px;
}

table.question {
	width: 100%;
}

table.question .col1 {
	width: 330px;
}

table.question .col2 {
	width: 128px;
}

table.question td {
	border-bottom: #d7d7d7 1px solid;
	height: 32px;
}

table.question td span {
	color: #999;
}

table.question td {
	padding-left: 20px;
}

.question-warp .more {
	font-family: Microsoft Yahei;
	height: 32px;
	text-align: right;
	display: block;
	line-height: 32px;
	padding: 0 15px;
	font-size:14px;
}

.tab {
	height: 27px;
	line-height: 27px;
}

.tab li {
	float: left;
}

.tab li a {
	display: block;
	text-align: center;
	position: relative;
}

.tab li.selected a {
	background: url(../images/tab.png);
}

.rating-warp {
	width: 69px;
	height: 13px;
}

.rating-box {
	display: inline-block; *
	display: inline; *
	zoom: 1;
	position: relative;
	width: 69px;
	height: 13px;
	background: url(../images/rating_blank_star.gif) repeat-x;
}

.rating-box .rating {
	position: absolute;
	top: 0;
	left: 0;
	height: 13px;
	background: url(../images/rating_full_star.gif) repeat-x;
}

.question-warp .tab {
	padding-left: 3px;
	background: url(../images/tab.png) repeat-x;
}

.question-warp .tab li a {
	width: 101px;
	height: 34px;
}

.question-warp .tab li.selected a,.question-warp .tab li.selected a:hover
	{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background-position: 0 -33px;
}

.subnav dt {
	padding-left: 15px;
	cursor: pointer;
	white-space:nowrap;
}

.subnav dt {
	font-size:14px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: #d7d7d7 1px solid;
	background: url(../images/sub_nav.png) no-repeat;
}

.subnav dd dl.sublinks dt {
	background: url(../images/sub_nav.png) no-repeat 0 -63px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	cursor: pointer;
	border-bottom: #d7d7d7 1px solid;
}

.subnav dd dl.sublinks dt.close {
	background-position: 0 -95px;
}

.subnav dd dl.sublinks {
	background: #fff;
	border-bottom: #d7d7d7 1px solid;
}

.subnav dd dl.sublinks dd a {
	font-size:14px;
	display: block;
	padding-left: 5px;
	line-height: 30px;
	height: 30px;
	font-family: Microsoft Yahei;
	white-space:nowrap;
}

.subnav dd dl.sublinks dd .filetree {
	display: block;
	padding-left: 25px;
	padding-top: 5px;
}

.subnav dd dl.sublinks dd .filetree span {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	height: 20px;
	font-family: Microsoft Yahei;
}

.subnav dd dl.sublinks dd .filetree span a {
	display: block;
	padding-left: 2px;
	line-height: 20px;
	height: 20px;
	font-family: Microsoft Yahei;
}

.subnav dd dl.sublinks dd a:hover {
	text-decoration: none;
}

.subnav dd dl.sublinks dd.selected {
	background-color: #EFEFEF;
}

.subnav dd dl.sublinks dd.selected a {
	color: #c00e0e;
}

.listtitle {
	position: relative;
	height: 30px;
	background: url(../images/list_title_bg.jpg) repeat-x;
	border-bottom: #d7d7d7 1px solid;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

.listtitle .search {
	position: absolute;
	top: 2px;
	right: 0;
	padding-right: 8px;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/list_title_bg.jpg) -472px -33px;
	margin-top:-1px;
}

.listtitle .search .text {
	float: left;
	display: block;
	height: 25px;
	width: 145px;
	padding-left: 8px;
	border: 1px solid #EFEFEF;
	line-height: 25px;
	color: #666;
}

.listtitle .search .btn {
	float: left;
	display: block;
	width: 48px;
	height: 21px;
	padding-top: 3px;
	padding-left: 4px;
	border: 0;
	background: none;
	cursor: pointer;
}

.listtitle .search .searchbtn {
	float: left;
	display: block;
	width: 52px;
	height: 16px;
	margin-top: -4px;
	padding-left: 18px;
}

.listtitle .search #AdvancedSearch {
	position: relative;
	float: left;
	width: 70px;
	height: 28px;
}

.listtitle .search #AdvancedSearch .advancedwarp {
	position: absolute;
	width: 180px;
	top: 27px;
	right: -9px;
	z-index: 999;
	border: #bbb 1px solid;
	padding: 10px;
	background: #fff;
}

.listtitle .search #AdvancedSearch .advancedwarp dd {
	height: 35px;
}

.listtitle .search #AdvancedSearch .advancedwarp .text {
	float: none;
	display: inline;
	vertical-align: middle;
	height: 22px;
	width: 120px;
	padding-left: 8px;
	border: #ccc 1px solid;
	line-height: 22px;
	color: #666;
}

.listtitle .search #AdvancedSearch .advancedwarp .btn-box {
	display: inline;
	width: 53px;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}

.listtitle1 {
	position: relative;
	height: 30px;
	background: url(../images/list_title_bg1.jpg) no-repeat;
	border-bottom: #d7d7d7 1px solid;
	padding-left: 20px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
}

.listtitle1 .search {
	position: absolute;
	top: 2px;
	right: 0;
	padding-right: 8px;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/list_title_bg1.jpg) -217px -33px;
}

.listtitle1 .search .text {
	float: left;
	display: block;
	height: 25px;
	width: 145px;
	padding-left: 8px;
	border: 0;
	background: none;
	line-height: 25px;
	color: #666;
}

.listtitle1 .search .btn {
	float: left;
	display: block;
	width: 48px;
	height: 21px;
	padding-top: 3px;
	padding-left: 4px;
	border: 0;
	background: none;
	cursor: pointer;
}

.listtitle1 .search .searchbtn {
	float: left;
	display: block;
	width: 52px;
	height: 16px;
	margin-top: -4px;
	padding-left: 18px;
}

.listtitle1 .search #AdvancedSearch {
	position: relative;
	float: left;
	width: 70px;
	height: 28px;
}

.listtitle1 .search #AdvancedSearch .advancedwarp {
	position: absolute;
	width: 180px;
	top: 27px;
	right: -9px;
	z-index: 999;
	border: #bbb 1px solid;
	padding: 10px;
	background: #fff;
}

.listtitle1 .search #AdvancedSearch .advancedwarp dd {
	height: 35px;
}

.listtitle1 .search #AdvancedSearch .advancedwarp .text {
	float: none;
	display: inline;
	vertical-align: middle;
	height: 22px;
	width: 120px;
	padding-left: 8px;
	border: #ccc 1px solid;
	line-height: 22px;
	color: #666;
}

.listtitle1 .search #AdvancedSearch .advancedwarp .btn-box {
	display: inline;
	width: 53px;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}

table.exam {
	width: 100%;
}

table.exam .col1 {
	width: 55px;
}

table.exam .col2 {
	width: 210px;
}

table.exam .col3 {
	width: 120px;
}

table.exam .col4 {
	width: 105px;
}

table.exam .col5 {
	width: 80px;
}

table.exam .col6 {
	width: 188px;
}

table.exam th {
	background: #f7f7f7;
	height: 32px;
	border-bottom: #d7d7d7 1px solid;
}

table.exam td {
	border-bottom: #d7d7d7 1px solid;
	height: 42px;
}

table.exam td span {
	color: #999;
}

table.exam td,table.exam th {
	text-align: center;
}

table.exam td.left {
	text-align: left;
}

table.exam td a.btn {
	display: inline-block; *
	display: inline; *
	zoom: 1;
	height: 20px;
	background: url(../images/btn.png) 0 -22px;
	padding: 0 5px;
	border: #ccc 1px solid;
	line-height: 21px;
}

table.exam td a.btn:hover {
/* 	border: #c00e0e 1px solid; */
	text-decoration: none;
}
table.activityTab td a.unclick{
	background:#e5e5e5;
	color:#999
}
table.activityTab td a.unclick:hover{
	border: #ccc 1px solid;
	text-decoration: none;
	color:#999
}

table.exam td a.unclick{
	background:#e5e5e5;
	color:#999
}
table.exam td a.unclick:hover{
	border: #ccc 1px solid;
	text-decoration: none;
	color:#999
}


.oddTrColor{
	background-color: #f7f7f7;
}


table.examSearch {
	width: 100%;
}
table.examSearch th {
	background: #FFFFFF;
	height: 32px;
	border-bottom: #FFFFFF 0px solid;
}

table.examSearch td {
	border-bottom: #d7d7d7 1px solid;
	height: 42px;
}

table.examSearch td span {
	color: #999;
}

table.examSearch td,table.exam th {
	text-align: center;
}

table.examSearch td.left {
	text-align: left;
}

table.examSearch td a.btn {
	display: inline-block; *
	display: inline; *
	zoom: 1;
	height: 20px;
	background: url(../images/btn.png) 0 -22px;
	padding: 0 5px;
	border: #ccc 1px solid;
	line-height: 21px;
}

table.examSearch td a.btn:hover {
	border: #c00e0e 1px solid;
	text-decoration: none;
}

table.train {
	width: 100%;
}

table.train .col1 {
	width: 430px;
}

table.train .col2 {
	width: 110px;
}

table.train .col3 {
	width: 100px;
}

table.train .col4 {
	width: 118px;
}

table.train th {
	background: #f7f7f7;
	height: 32px;
	border-bottom: #d7d7d7 1px solid;
}

table.train td {
	border-bottom: #d7d7d7 1px solid;
	height: 45px;
}

table.train td,table.train th {
	text-align: center;
}

table.train td.left {
	text-align: left;
	padding-left: 15px;
}

table.train td .trainitem {
	overflow: hidden;
	zoom: 1;
}

table.train td .trainitem img {
	display: block;
	float: left;
	margin-right: 15px;
}

table.train td .trainitem .text {
	height: 35px;
	overflow: hidden;
}

table.train td .trainitem span {
	padding-right: 15px;
}

table.train td a.btn {
	display: inline-block; *
	display: inline; *
	zoom: 1;
	height: 20px;
	background: url(../images/btn.png) 0 -22px;
	padding: 0 5px;
	border: #ccc 1px solid;
}

table.train td a.btn:hover {
	border: #c00e0e 1px solid;
	text-decoration: none;
}

/**************************************************/
table.tbxx {
	width: 100%;
}

table.tbxx .col1 {
	width: 430px;
}

table.tbxx .col2 {
	width: 110px;
}

table.tbxx .col3 {
	width: 100px;
}

table.tbxx .col4 {
	width: 118px;
}

table.tbxx th {
	background: #f7f7f7;
	height: 32px;
	border-bottom: #d7d7d7 1px solid;
}

table.tbxx td {
	border-bottom: #d7d7d7 1px solid;
	height: auto;
}

table.tbxx td,table.train th {
	text-align: center;
}

table.tbxx td.left {
	text-align: left;
	padding-left: 15px;
}

table.tbxx td .trainitem {
	overflow: hidden;
	zoom: 1;
}

table.tbxx td .trainitem img {
	display: block;
	float: left;
	margin-right: 15px;
}

table.tbxx td .trainitem .text {
	height: 35px;
	overflow: hidden;
}

table.tbxx td .trainitem span {
	padding-right: 15px;
}

table.tbxx td a.btn {
	display: inline-block; *
	display: inline; *
	zoom: 1;
	height: 20px;
	background: url(../images/btn.png) 0 -22px;
	padding: 0 5px;
	border: #ccc 1px solid;
}

table.tbxx td a.btn:hover {
	border: #c00e0e 1px solid;
	text-decoration: none;
}

/**************************************************/
table.topic {
	width: 100%;
}

table.topic th {
	background: #f7f7f7;
	height: 32px;
	border-bottom: #d7d7d7 1px solid;
}

table.topic td {
	height: 30px;
	line-height: 30px;
}

table.topic td,table.topic th {
	text-align: left;
}

table.topic td {
	height: 30px;
}

table.topic .TMSign,table.topic .TMTitle,table.topic .TMUserAnswer {
	padding-left: 10px;
	background: #f7f7f7;
	border-bottom: #d7d7d7 1px solid;
}

table.topic .TMSign {
	font-weight: bold;
	font-size: 14px;
}

.learning_windows {
	/*padding: 2px;*/
}

.learning_windows img {
	display: block;
}

.related-learning {
	padding: 22px 13px 12px 13px;
	width: 672px;
	position: relative;
}

.related-learning .scrollcontainer {
	width: 672px;
	height: 190px;
	overflow: hidden;
	position: relative;
}

.related-learning ul {
	width: 20000px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.related-learning li {
	float: left;
	padding: 0 12px;
	text-align: center;
}

.related-learning li a.img,.related-learning li a.img img {
	display: block;
	margin-bottom: 5px;
}

.related-learning li div {
	padding: 3px 0;
}

.related-learning .aleft,.related-learning .aright {
	display: block;
	width: 22px;
	height: 46px;
	text-indent: -20em;
	overflow: hidden;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 72px;
	z-index: 999;
}

.related-learning .aleft {
	left: -1px;
}

.related-learning .aleft:hover {
	background-position: 0 -46px;
}

.related-learning .aright {
	right: -1px;
	background-position: -23px 0;
}

.related-learning .aright:hover {
	background-position: -23px -46px;
}

.related-learning .agrayleft,.related-learning .agrayleft:hover {
	cursor: default;
	background-position: 0 -92px;
}

.related-learning .agrayright,.related-learning .agrayright:hover {
	cursor: default;
	background-position: -23px -92px;
}

.mystatus {
	padding: 15px 20px;
}

.mystatus .people {
	border-bottom: #d7d7d7 1px dashed;
}

.mystatus .people .img {
	width: 60px;
	height: 60px;
	background: url(../images/people_bg.jpg) no-repeat 0 -106px;
	padding: 4px;
	margin-right: 5px;
}

.mystatus .people dd,.mystatus .progress dd {
	height: 20px;
}

.mystatus .progress dl {
	width: 90px;
	overflow: hidden;
}

.mystatus .progress {
	border-bottom: #d7d7d7 1px dashed;
	padding: 8px 0;
}

.mystatus .progress .chart {
	width: 130px;
}

.mystatus .progress .chart .chart-img {
	float: left;
	margin-right: 5px;
}

.mystatus .progress .chart .f18 {
	color: #c00e0e;
	font-weight: 600;
	font-size: 18px;
}

.mystatus .status {
	padding-top: 10px;
}

.evaluate {
	padding: 15px;
}

.evaluate dt a {
	display: block;
	background: url(../images/evaluate_btn.jpg);
	width: 72px;
	height: 83px;
	margin-right: 10px;
	color: #c00e0e;
	font-weight: 600;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
	padding-top: 5px;
}

.evaluate dt a:hover {
	text-decoration: none;
}

.evaluate dd {
	overflow: hidden;
	zoom: 1;
	height: 22px;
}

.evaluate dd .rating-warp {
	padding-right: 8px;
	padding-top: 2px;
}

.class-information {
	padding: 15px;
}

.class-information .name {
	padding-bottom: 10px;
	border-bottom: #d7d7d7 1px dashed;
}

.class-information .property {
	padding: 10px 0;
	border-bottom: #d7d7d7 1px dashed;
}

.class-information .class-info {
	padding-top: 10px;
	height: 109px;
	overflow: hidden;
}

.class-information .class-info .jianjie {
	height: 24px;
}

.class-information .class-info .text {
	text-indent: 24px;
	line-height: 1.8;
}

.myclass-warp {
	position: relative;
}

.myclass-warp .tab {
	position: absolute;
	top: 1px;
	left: 80px;
}

.myclass-warp .tab li a {
	width: 81px;
	height: 34px;
}

.myclass-warp .tab li.selected a,.myclass-warp .tab li.selected a:hover
	{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background-position: 0 -67px;
}

.classinfo-warp {
	padding: 20px;
	border-bottom: #d7d7d7 1px solid;
	background-color: #f7f7f7;
}

.classitems-warp {
	padding: 20px;
}

table.classinfo {
	width: 100%;
}

table.classinfo .col1 {
	width: 440px;
}

table.classinfo .col2 {
	width: 280px;
}

table.classinfo .col3 {
	width: 228px;
}

table.classinfo td {
	vertical-align: top;
}

table.classinfo td.class {
	padding-right: 15px;
	border-right: #d7d7d7 1px solid;
}

table.classinfo td.class .img {
	float: left;
	margin-right: 15px;
}

table.classinfo td.class li {
	height: 24px;
}

table.classinfo td.info {
	padding: 0 15px;
	border-right: #d7d7d7 1px solid;
}

table.classinfo td.info .jianjie {
	height: 24px;
}

table.classinfo td.info .text {
	text-indent: 24px;
	line-height: 1.8;
}

table.classinfo td.progress {
	padding-left: 15px;
}

table.classinfo td.progress .jingdu {
	height: 24px;
}

table.classinfo td.progress .chart {
	width: 100px;
}

table.classinfo td.progress .chart .chart-img {
	float: left;
	margin-right: 5px;
}

table.classinfo td.progress .chart .f18 {
	color: #c00e0e;
	font-weight: 600;
	font-size: 18px;
}

table.classinfo td.progress dd {
	width: 110px;
	height: 24px;
}

table.classinfo td.progress .btn {
	margin-top: 15px;
}

table.classitems {
	width: 100%;
}

table.classitems th {
	background: #f7f7f7;
	height: 28px;
	border-bottom: #d7d7d7 1px solid;
}

table.classitems td {
	border-bottom: #d7d7d7 1px dashed;
	height: 32px;
}

table.classitems td,table.classitems th {
	text-align: center;
}

table.classitems td.left {
	text-align: left;
	padding-left: 15px;
}

table.classitems caption {
	font-size: 14px;
	font-weight: bold;
	font-family: "Microsoft YaHei";
	font-weight: bold;
	height: 30px;
}

table.classitems .col1 {
	width: 55px;
}

table.classitems .col2 {
	width: 220px;
}

table.classitems .col3 {
	width: 150px;
}

table.classitems .col4 {
	width: 100px;
}

table.classitems .col5 {
	width: 160px;
}

table.classitems .col6 {
	width: 100px;
}

table.classitems .col7 {
	width: 163px;
}

.relation-warp .tab {
	padding-left: 3px;
	margin-top: 1px;
	background: #f7f7f7 url(../images/tab.png) repeat-x;
}

.relation-warp .tab li a {
	width: 81px;
	height: 34px;
}

.relation-warp .tab li.selected a,.relation-warp .tab li.selected a:hover
	{
	color: #333;
	text-decoration: none;
	font-weight: bold;
	background-position: 0 -67px;
}

.my-question {
	padding: 20px 40px;
	background: #f7f7f7;
	border-bottom: #d7d7d7 1px solid;
}

.my-question h3 {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

.my-question {
	padding: 20px 40px;
	background: #f7f7f7;
}

.my-question textarea {
	width: 885px;
	padding: 10px;
	height: 80px;
	border: #d7d7d7 1px solid;
	overflow: hidden;
	margin-bottom: 10px;
}

#question {
	padding: 20px;
}

#question table td.col1 {
	width: 80px;
}

#question table td.col1 .img {
	width: 60px;
	height: 80px;
	background: url(../images/people_bg.jpg) no-repeat 0 -106px;
	padding: 5px 0;
	text-align: center;
	overflow: hidden;
}

#question table td.col1 .img p {
	margin-top: 5px;
}

#question table td.col2 {
	width: 16px;
	background: url(../images/question_td_bg.png) right top no-repeat;
}

#question table td.col3 {
	padding: 10px 20px;
	border: 1px solid #d7d7d7;
	border-left: none;
	background-color: #f7f7f7;
}

#question table td.col3 .item {
	position: relative;
}

#question table td.col3 .item p {
	color: #333;
	margin-bottom: 5px;
}

#question table td.col3 .item p em {
	color: #999;
	margin-right: 8px;
}

#question table td.col3 .item p span.date {
	float: right;
	color: #999;
	font-size: 11px;
}

/* 网站底部 */
/*#footer {
	height: 75px;
	background: url(../images/footer_bg.jpg) repeat-x;
}*/

#footer .copyright {
	height: 75px;
	line-height: 75px;
	text-align: center;
}

input.text {
	border: #d7d7d7 1px solid;
	height: 23px;
	padding: 0 3px;
	vertical-align: middle;
	width: 120px;
}

.pagination {
	FONT-SIZE: 12px;
	OVERFLOW: hidden;
	PADDING-TOP: 15px;
	FONT-FAMILY: Microsoft Yahei;
	TEXT-ALIGN: center
}

.pagination A {
	PADDING-RIGHT: 5px;
	DISPLAY: inline-block;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 3px 0px 0px;
	VERTICAL-ALIGN: top;
	MAX-WIDTH: 60px;
	LINE-HEIGHT: 24px;
	PADDING-TOP: 0px;
	FONT-FAMILY: Microsoft Yahei, Microsoft Yahei, Microsoft Yahei;
	WHITE-SPACE: nowrap;
	HEIGHT: 24px;
	TEXT-ALIGN: center;
	MIN-WIDTH: 16px;
	TEXT-DECORATION: none;
}

.pagination A {
	BORDER-RIGHT: #B9B7B7 1px solid;
	BORDER-TOP: #B9B7B7 1px solid;
	BORDER-LEFT: #B9B7B7 1px solid;
	BORDER-BOTTOM: #B9B7B7 1px solid;
/* 	COLOR: #8B8A8A; */
}

.pagination A:hover {
	BORDER-RIGHT: #519ED2 1px solid;
	BORDER-TOP: #519ED2 1px solid;
	BORDER-LEFT: #519ED2 1px solid;
	BORDER-BOTTOM: #519ED2 1px solid;
	COLOR: #519ED2;
}

.pagination .page-cur {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	FONT-WEIGHT: bold;
	COLOR: #FFFFEE;
	opacity:0.5;
	BACKGROUND-COLOR: #666;
}

.pagination .navTextBox {
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
}

.pagination .navButton {
	background: url("../images/btn.png") repeat scroll 0 -22px transparent;
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	width: 30px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
}

.loadMsg {
	background: url("../images/loading.gif") repeat scroll 0 0 transparent;
}

.row_color_true {
	background-color: white;
}

.row_color_false {
	background-color: #EBEBEB;
}

.gray_title {
	height: 30px;
	text-align: left;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bolder;
	background-color: #AAAAAA;
}

a.btn1 {
	display: inline-block; *
	display: inline; *
	zoom: 1;
	height: 20px;
	background: url(../images/btn.png) 0 -22px;
	padding: 0 5px;
	border: #ccc 1px solid;
}

a.btn1:hover {
	border: #c00e0e 1px solid;
	text-decoration: none;
}

.out {
	width: 200px;
	height: 16px;
	background: #CFCFCF;
	padding: 2px;
	float: left;
}

.out1 {
	width: 200px;
	height: 16px;
	background-color: white;
	float: left;
	border-radius:8px;
	border:1px solid #ccc;
	overflow:hidden;
}

.in {
	height: 16px;
	background: url("../images/jindu.jpg") repeat-x;
	text-align: left;
	float: left
}

.in1 {
	height: 16px;
	background-color: green;
    background-image: linear-gradient(-90deg, #8ad702 0%, #389100 100%);
	text-align: left;
	float: left
	max-width:100%;
}

.index_out {
	width: 80px;
	height: 12px;
	background: #CFCFCF;
	padding: 2px;
	float: left;
}

.index_in {
	height: 12px;
	background: url("../images/jindu.jpg") repeat-x;
	text-align: left;
	float: left
}

span#exportExcel {
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../js/extjs/icon/btnExcel.gif) no-repeat transparent;
}

span#exportWord {
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../js/extjs/icon/btnWord.gif) no-repeat transparent;
}

span#exportPDF {
	padding-left: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../js/extjs/icon/btnPDF.gif) no-repeat transparent;
}

input.selectInput {
	background-image: url(../js/extjs/icon/select.gif) !important;
	background-repeat: no-repeat;
	background-position: right;
	cursor: pointer;
	width:101px;
	padding-right:20px;
}

/**
	统计分析样式（添加人:潘磊）
**/
.box .allUseBtn {
	background: url("../images/activity/bg_btn.png") repeat-x scroll 0 0;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
	line-height: 23px;
	width: 75px;
	text-decoration: none;
}

.box .allUseBtn:hover {
	background-position: 0 -50px;
	color: #FFFFFF !important;
	text-decoration: none;
}

.box .queryUseBtn {
	background: url("../images/activity/bg_btn.png") repeat-x scroll 0 -250px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	height: 25px;
	line-height: 23px;
	width: 70px;
	text-decoration: none;
}

.box .queryUseBtn:hover {
	background-position: 0 -300px;
	color: #FFFFFF !important;
	text-decoration: none;
}

.box .searchInputAll {
	border: 1px solid #CFCDC7;
	color: #333333;
	height: 23px;
	vertical-align: middle;
	line-height: 23px;
	padding-left: 5px;
	width: 119px;
/* 	font-size: 12px; */
}

.box .searchSelectAll{
	height: 25px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #CFCDC7;
	color: #333333;
	padding-left: 5px;
	width: 126px;
}

.box .activityTab {
	width: 100%;
}

.box .activityTab td {
	height: 35px;
}

.box table.activityTab td a.btn {
	background: url("../images/btn.png") repeat scroll 0 -22px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 20px;
	line-height:20px;
	padding: 0 5px;
	cursor: pointer;
}
/**
	统计分析 公用按钮
**/

.activityPusBtn{
	background: url("../images/btn.png") repeat scroll 0 -22px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 20px;
	padding: 0 5px;
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	min-width: 62px;
}


.box table.activityTab td a.btn:hover {
	text-decoration: none;
	border: 1px solid #c00e00;
}

.box .sublinks dd.addAnalyImg{
	background : url("../images/icon1.png") no-repeat scroll 14px -583px;
}

.box .sublinks dd.selectAnalyImg{
	background : url("../images/icon.png") no-repeat scroll 14px -583px;
}

table.queryTable th{
	background: none repeat scroll 0 0 #f7f7f7;
    border-bottom: 0px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    height: 32px;
    text-align: center;
}

table.queryTable tr{
	height:40px;
}

table.examSearch,table.queryTable {
	width: 100%;
}
