@charset "utf-8";
/* CSS Document */

body,div,p,td,h1,h2,h3,h4,h5,h6,ul,ol,li,span,input,textarea,select,button{
	padding: 0px;
	margin: 0px;
	font-family: 微软雅黑;
	font-size:13px;
}
ul,ol {
	list-style: none;
}

.pageContent{
	width:990px;
	min-height:500px;
	margin:0px auto;
}
.pageTitle{
	width:100%;
	height:35px;
	line-height:35px;
	margin:10px auto;
	color:#1f86cd;
	border-bottom:1px solid #d3dbde;
	overflow:hidden;
}
.pageTitle h1{
	display:block;
	font-weight:bold;
	text-align:center;
	height: 35px;
	line-height: 35px;
	background:url(../images/box_top.png) 0px 0px repeat-x;
	color:#333;
	width:150px;
	border:1px solid #d3dbde;
	border-radius:5px 5px 0px 0px;
	font-size:15px;
	float:left;
}
.pageTitle ul{
	display:block;
	width:500px;
	height:35px;
	float:right;
	margin-right:20px;
}
.pageTitle ul li{
	float:right;
}
.pageTitle ul li input{
	padding:0px 15px;
}
.boxTitle{
	display:block;
	width:100%;
	height: 37px;
	line-height: 37px;
	background:url(../images/box_top.png) 0px 0px repeat-x;

	color:#333;
	text-indent:20px;
	font-weight:bold;
	font-size:13px;
}
.dataTable{
	width:100%;
	min-height:50px;
}
.tabStyle td a{
	color:#156aa5;
	text-decoration:none;
}
.tabStyle td a:hover{
	color:#00F;
}
.tabStyle caption{
	font-size:15px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	color:#1f86cd;
	text-align:left;
	text-indent:10px;
}
.dataTable .tabStyle{
	background-color:#d3dbde;
	font-size:13px;
}
.dataTable .tabStyle th{
	height: 36px;
	line-height: 36px;
	background:url(../images/box_top.png) 0px 0px repeat-x;

}
.dataTable .tabStyle td{
	line-height:35px;
	background-color:#fff;
	text-indent:2px;font-size:13px;
}

.searchBox{
	display:block;
	margin:10px auto;
	border:1px solid #d3dbde;
	min-height:66px;

}
.searchBox table{
	margin:10px;
	font-size:13px;
}
.btn{
	border:none;
	background:none;
	min-width:58px;
	height:28px;
	line-height:28px;
	color:#FFF;
	cursor:pointer;
	outline:0px;
	border-radius:2px;
	background-color:#fafafa;
	border:1px solid #c4c4c4;
	color:#333;
	font-size:12px;
	padding:0px;
	margin:2px 0px;
}
.btn:hover{
	background-color:#e7e7e7;
	border:1px solid #c4c4c4;
}
.btnSubmit{
	background-color:#2880c3;
	border:1px solid #0d68a9;
	border-radius:2px;
	color:#FFF;
}
.btnSubmit:hover{
	background-color:#156aa9;
	border:1px solid #106bab;
}
.btnSuccess{
	background-color:#85b900;
	border:1px solid #6bad01;
	border-radius:2px;
	color:#FFF;
}
.btnSuccess:hover{
	background-color:#709c03;
	border:1px solid #6bad01;
}
.btnError{
	background-color:#f29e0d;
	border:1px solid #e77c0e;
	border-radius:2px;
	color:#FFF;
}
.btnError:hover{
	background-color:#d98509;
	border:1px solid #dd7204;
}
.inputText{
	height:26px;
	line-height:26px;
	border:1px solid #bac7d2;
	outline:0px;
	text-indent:2px;
	font-size:13px;
	border-radius:2px;
	background: #f7fcfe;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #ecf3f7 inset;
	text-indent: 5px;
}

select {
	-webkit-appearance: menulist;
	box-sizing: border-box;
	align-items: center;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	color: black;
	background-color: white;
	cursor: default;
	border-width: 1px;
	border-style: solid;
	border-color: initial;
	border-image: initial;
}
.select {
	border: 1px solid #bac7d2;
	padding: 4px 3px;
	font-size: 12px;
	height: 28px;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #ecf3f7 inset;
	outline:none;
}
.textarea {
	border: 1px solid #bac7d2;
	background: #f7fcfe;
	border-radius: 2px;
	box-shadow: 2px 2px 2px #ecf3f7 inset;
	text-indent: 2px;
	resize:none;
	outline:none;
}
.cbxStyle,.rbxStyle{ width:16px; height:16px;}

.pagination {
	margin-top:15px;
}
.pagination .pageCountBox {
	line-height:30px;
	float:left;
	font-weight:bold;
	padding:0px 15px;
}
.pagination .pageCountBox i {
	font-style:normal;
	padding:0px 3px;
}
.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul li {
	display: inline;
}
.pagination ul li a, .pagination ul li span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	background: url('../images/bottom_bg.png') 0px 0px;
	border: 1px solid #d3dbde;
	border-left-width: 0;
	color: #08c;
}
.pagination ul li a:hover {
	color: red;
}
.pagination ul li.first-child a, .pagination ul li.first-child span {
	border-left-width: 1px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
}
.pagination ul .disabled span, .pagination ul .disabled a, .pagination ul .disabled a:hover {
	color: #999;
	cursor: default;
	background-color: transparent;
}
.pagination ul .active a, .pagination ul .active span {
	color: #999;
	cursor: default;
}
.pagination ul li a:hover, .pagination ul .active a, .pagination ul .active span {
	background-color: #f5f5f5;
}
.pagination ul li.last-child a, .pagination ul li.last-child span {
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

.myCourse{
	display:block;
	width:100%;
	min-height:500px;

}
.myCourse ul{
	display:block;
	width:100%;
	margin:5px auto;
	min-height:500px;
}
/*ddddddddddddddd*/
.myCourse ul li{
	display:block;
	width:480px;
	height:195px;
	border:1px solid #d3dbde;
	float:left;
	margin-right:10px;
	margin-top:15px;
	border-radius:2px;
	overflow:hidden;
	cursor: pointer;
	transition:0.3s;
}
.myCourse ul li:hover{
	transition:0.3s;
	border:1px solid #bdc5c7;
	background-color: #f1f3f5;
}
.myCourse ul li img{
	display:block;
	height: 175px;
	width: 147px;
	margin:3px;
	border-radius:2px;
	float: left;
	margin: 10px;
}
.myCourse .courseInfo{
	width: 300px;
	float: left;
	margin: 10px 5px;
	height: 175px;
	overflow: hidden;
}
.myCourse .courseInfo   h3{
	display:block;
	width:98%;
	margin:2px auto;
	height:24px;
	line-height:24px;
	font-size:15px;
}
.myCourse .courseInfo  .courseTeacher{
	display:block;
	width:100%;
	line-height:20px;
	float:left;
	color:#333;
	text-indent:2px;
	font-weight: bold;
	margin-top: 10px;
	font-size: 13px;
}
.myCourse .courseInfo  .courseTeacher span{
	display:block;
	font-weight: normal;
	text-indent: 2em;
}

.myCourse ul li .btnCourseBox{
	display:block;
	width:100%;
	height:30px;
	float:right;
}
.myCourse ul li .btnCourseBox .spTitle{
	width: 28%;
	text-align: center;
	float: left;

	height:30px;
	line-height: 30px;
}
.myCourse ul li .btnCourseBox .bfb{
	width: 15%;
	text-align: center;
	float: left;
	height:30px;
	line-height: 30px;
}

.myCourse ul li .btnCourseBox .spbg{
	width: 55%;
	height: 5px;
	background-color: #ccc;
	margin-top: 15px;
	border-radius: 10px;
	float: left;
}
.myCourse ul li .btnCourseBox .spbg .sp{
	width: 40%;
	height: 5px;
	background-color: blue;
	border-radius: 10px;
}

.myExam{
	width:100%;
	margin:5px auto;
	min-height:300px;
}
.myExam ul{
	display:block;
	width:99%;
	margin:0px auto;
}
.myExam ul li{
	display:block;
	width:228px;
	height:225px;
	border:1px solid #d3dbde;
	float:left;
	margin-right:15px;
	margin-top:15px;
	overflow:hidden;
}
.myExam ul li h3{
	height:30px;
	line-height:30px;
	text-indent:5px;
}
.myExam ul li span{
	display:block;
	width:98%;
	margin:2px auto;
	height:22px;
	line-height:22px;
	text-indent:5px;
}
.myExam ul li .btnBox{
	height:35px;
	text-align:center;
}
.myExam ul li .btnBox input{
	width:80%;
	height:35px;
	line-height:35px;
}
.myExam ul li{}

.bbsContent{
	display:block;
	padding:10px;
	margin:0px auto;
	width:95%;
	min-height:55px;
	line-height:22px;
	letter-spacing:1px;
	font-family:15px;
}
.bbsInfo{
	width:100%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin:0px auto;
	background-color:#f3f4f5;
}
.bbsInfo ul{
	display:block;
	width:95%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	margin-left:30px;
}
.bbsInfo ul li b{
	font-size:15px;
}
.bbsInfo ul li{
	margin-right:20px;
	line-height:28px;
	float:left;
}
.liveBox{
	display:block;
	width:98%;
	margin:10px auto;

}

.liveBox ul{
	display:block;
	width:100%;
	height:285px;
	list-style:none;

}
.liveBox ul li{
	display:block;
	width:100%;
	height:285px;
	overflow:hidden;
	border-bottom:1px dotted #7696a2;
}
.liveBox ul li .liveLeft{
	width:255px;
	height:265px;
	padding:10px;
	float:left;
}
.liveBox ul li .liveLeft img{
	display:block;
	margin:0px auto;
	width:200px;
	height:260px;
	border-radius:5px;
}
.liveBox ul li .liveRight{
	width:650px;
	height:245px;
	float:left;
	padding:20px 0px;
	font-size:18px;
}
.liveBox ul li .liveRight h2{
	font-weight:bold;
	font-size:18px;

}
.liveBox ul li .liveRight span{
	display:block;
	font-size:15px;
	line-height:28px;
}
.liveBox ul li .liveRight input{
	width:100px;
	height:35px;
	line-height:35px;
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}
.liveBox ul li .liveRight .active{
	background-color: #2E2D3C;
	color: white;
}


.homeTips1{
	width:96%;
	margin:10px auto;
	height:35px;
	line-height:35px;
	background:url(../images/sun.png) left center no-repeat;
	text-indent:40px;
	font-weight:bold;
}
.homeTips2{
	width:96%;
	margin:10px auto;
	height:35px;
	line-height:35px;
	background:url(../images/time.png) left center no-repeat;
	text-indent:40px;
}
.homeTips2 a{
	color:#2880c3;
	text-decoration:none;
}