@charset "utf-8";
/* CSS Document */
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
html {
}
body {
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height: 22px;
	color: #333;
	background: #f5f7f9;
	font-family: "微软雅黑",Arial;
}
/*高分辨率放大*/
@media screen and  ( min-width : 2200px) {
	body{zoom:1.3;}
}
@media screen and  ( min-width : 2400px) {
	body{zoom:1.4;}
}
@media screen and  ( min-width : 2600px) {
	body{zoom:1.5;}
}
@media screen and  ( min-width : 2800px) {
	body{zoom:1.6;}
}

ul,li,dl,dt,dd,p,h1,h2,h3,h4,form {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	text-decoration: none!important;
}
img {
	border: 0;
}
/*头部*/
header {
	width: 100%;
	height: 90px;
	background: #333333;
	overflow: hidden;
}
.main {
	max-width: 1180px;
	width: 100%;
	min-height: 20px;
	margin: 0 auto;
	overflow: hidden;
}
header .logo {
	width: 40%;
	float: left;
	margin-top: 25px;
}
nav {
	width: 40%;
	float: left;
	margin-top: 35px;
	font-size: 16px;
}
nav ul li{
	float: left;
	width: 25%;
	text-align: center;
}
nav a {
	color: #fff;
}
nav a.nav_on {
	color: #d34245;
	border-bottom: 2px solid #d34245;
	padding-bottom: 5px;
}
nav a:hover {
	color: #d34245;
}
@media only screen and (max-width: 1000px) {
	nav {
		display: none;
}
	
}

/*课程导航及搜索*/
.curriculum_nav {
	width: 50%;
	float: left;
	padding: 32px 0;
}
.curriculum_nav a {
	font-size: 16px;
	color: #333333;
	display: block;
	width: 22%;
	float: left;
}
.curriculum_nav a:hover {
	color: #d24345;
}
.curriculum_nav a.c_nav_on {
	color: #d24345;
}
.search_box {
	width: 50%;
	float: right;
	padding: 26px 0;
}
.search {
	width: 80%;
	height: 35px;
	float: right;
	overflow: hidden;
	display: flex;
	justify-content:center;
    align-items:Center;
	border: 1px solid #e2e2e2;
	border-radius:4px;
	background: #fff;
}
.search form {
	width: 100%;
}
.search_input {
	width: 90%;
	height: 30px;
	line-height: 30px;
	color: #a2a2a2;
	float: left;
	margin-left: 5px;
	border: 1px solid #e0e0e0;
	border-right: 0px;
	padding-left: 10px;
	border-radius:4px 0 0 4px;
}
.search_button {
	width: 10%;
	height: 34px;
	float: right;
	border: 0px solid #e0e0e0;
	border-left: 0px;
	border-radius:0 4px 4px 0;
	background: url(../images/search-icon.png) #fff center center no-repeat;
}
/*banner*/
.banner {
	margin-bottom: 20px;
}
.banner img {
	width: 100%;
	height: auto;
}
/*进度*/
.rate {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 0;
}
.rate_1 ,.rate_2 ,.rate_3 ,.rate_4 ,.rate_5 {
	width: 19.5%;
	float: left;
	border-right:1px solid #efeff0;
	text-align: center;
}
.rate_5 {
	border-right:0;
}
.rate_num {
	font-size: 40px;
	color: #666;
	font-weight: bold;
	font-family: Arial;
	line-height: 50px;
}
.rate_num span {
	color: #d24345;
}
.rate_class {
	font-size: 18px;
	color: #666;
	margin-top: 8px;
}
.rate_4 .rate_num {
	font-size: 14px;
	color: #666;
	font-weight: bold;
	font-family: Arial;
	line-height: 14px;
}
.rate_4 .rate_num span {
	font-size: 40px;
	color: #666;
	font-weight: bold;
	font-family: Arial;
	line-height: 50px;
	color: #d24345;
}

/*首页课程主体部分*/
.notice , .curriculum_rate {
	width: 24%;
	height: 100%;
	float: right;
	background: #fff;
}
.recent {
	width: 74%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.curriculum_box {
	width: 74%;
	float: left;
	overflow: hidden;
	background: #fff;
	padding-bottom: 20px;
}
.column_name {
	width: 95%;
	margin: 0 auto;
	font-size: 18px;
	color: #d24345;
	border-bottom: 1px solid #efeff0;
	font-weight: normal;
	line-height: 40px;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
.notice .column_name {
	width: 86%;
}
.notice_list {
	width: 86%;
	margin: 0 auto;
} 
.notice_list li {
	padding: 15px 0;
	border-bottom: 1px dashed #efeff0;
}
.notice_list li h3 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow:ellipsis;
}
.notice_list li h3 a {
	color: #333;
}
.notice_list li h3 a:hover {
	color: #d24345;
}
.notice_box {
	font-size: 12px;
	color: #666;
	margin-top: 5px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}



/*最近学习*/
.recent_list {
	width: 95%;
	margin: 0 auto;
	line-height: 25px;
	padding: 10px 0;
	border-bottom: 1px dashed #efeff0;
	overflow: hidden;
}
.recent_list h3 {
	width: 50%;
	float: left;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow:ellipsis;
}
.rate_box {
	width: 40%;
	float: right;
}
.rate_line_num {
	width: 25%;
	float: left;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
}
.rate_line {
	width: 40%;
	float: left;
	height: 8px;
	overflow: hidden;
	background: #e2e2e2;
	border-radius:4px;
	margin-top: 8px;
}

.rate_line span {
	height: 100%;
	border-radius:4px;
	display:block;
	overflow: hidden;
	background: #0686bc;
	background: -webkit-linear-gradient(right,#00e7b9,#094fbe);
	background: -o-linear-gradient(right,#00e7b9,#094fbe);
	background: -moz-linear-gradient(right,#00e7b9,#094fbe);
	background: -mos-linear-gradient(right,#00e7b9,#094fbe);
	background: linear-gradient(right,#00e7b9,#094fbe);
}
.rate_box a {
	width: 25%;
	text-align: center;
	color: #fff;
	display: block;
	float: right;
	background: #ff960b;
	border-radius:4px;
}
.rate_box a:hover {
	background: #d24345;
}

/*直播课程*/
.curriculum_list {
	width: 97%;
	overflow: hidden;
	margin: 0 auto;
}
.curriculum_list li {
	width: 31.4%;
	border-radius:6px;
	overflow: hidden;
	box-shadow:0px 0px 10px #ccc;
	margin: 10px 5px 10px 10px;
	padding-bottom: 20px;
	float: left;
}
.curriculum_list li:nth-child(3n) {
	margin-right: 0px;
}
.curriculum_list li h3 {
	width: 90%;
	margin: 8px auto;
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.rate_box2 {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}
.rate_box2 p {
	margin: 0 auto;
	margin-top: 8px;
	color: #999;
	font-size: 12px;
}
.rate_box2 p span {
	font-size: 14px;
	color: #000;
	margin-right: 5px;
}
.rate_box2 .rate_line2 {
	width: 100%;
	height: 8px;
	overflow: hidden;
	background: #e2e2e2;
	border-radius:4px;
	margin: 0 auto;
	margin-top: 5px;
}

.rate_box2 .rate_line2 span {
	height: 100%;
	border-radius:4px;
	display:block;
	overflow: hidden;
	background: #0686bc;
	background: -webkit-linear-gradient(right,#00e7b9,#094fbe);
	background: -o-linear-gradient(right,#00e7b9,#094fbe);
	background: -moz-linear-gradient(right,#00e7b9,#094fbe);
	background: -mos-linear-gradient(right,#00e7b9,#094fbe);
	background: linear-gradient(right,#00e7b9,#094fbe);
}
.state {
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/time.png) left center no-repeat;
}
.state span {
	display: block;
	margin-left: 20px;
	color: #d24345;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow:ellipsis;
}
.live_view .state span {
	color: #d24345;
}
.live_end .state span {
	color: #aaa;
}
.live_wait .state span {
	color: #333;
}
.speaker {
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}
a.button {
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	border-radius:16px;
	background: #d24345;
	display: block;
}

.live_view a.button {
	background: #d24345;
	color: #fff;
}
.live_end a.button {
	background: #c8c8c8;
	color: #fff;
}
.live_wait a.button , .live_wait a.button:hover {
	background: #e48e8f;
	color: #fff;
}
a.button:hover {
	background: #b03233;
}
/*课程列表边栏进度*/
.curriculum_num {
	width: 100%;
	height: 70px;
	text-align: center;
	color: #fff;
}
.curriculum_num p {
	width: 30%;
	text-align: center;
	float: left;
	margin-left: 20%;
	font-size: 18px;
	line-height: 70px;
}
.curriculum_num span {
	width: 30%;
	display: block;
	float: left;
	margin-left: 2%;
	text-align: center;
	font-size: 40px;
	line-height: 70px;
	font-weight: bold;
	font-family: Arial;
}
.c_n_a {
	background: #d24345;
}
.c_n_b {
	background: #46b3a1;
}
.c_n_c {
	background: #ddd;
}
.c_n_c p , .c_n_c span {
	color: #666;
}
.curriculum_all {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.curriculum_all p {
	width: 100%;
	font-size: 14px;
	color: #888;
	text-align: center;
	margin-bottom: 15px;
}
.curriculum_percentage {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 15px;
}
.curriculum_all .rate_line2 {
	width: 80%;
	height: 16px;
	overflow: hidden;
	background: #e2e2e2;
	border-radius:8px;
	margin: 0 auto;
	margin-top: 5px;
}

.curriculum_all .rate_line2 span {
	height: 100%;
	border-radius:8px;
	display:block;
	overflow: hidden;
	background: #46b3a1;
}
/*必修课程*/
.summary{ background: url(../images/cover_bg.png);}
.curriculum_img{ width:100%; height:160px; position:relative; overflow:hidden;}
.curriculum_img img{background:#333; width:100%; height:160px; top:0; left:0; position:absolute;}
.summary{width:100%;height:160px;top:160px;left:0;position:absolute;}
.summarytxt{width: 88%;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;}
.c_yes a.button {
	background: #03babb;
	color: #fff;
}
.c_yes a.button:hover {
	background: #0b9e9f;
	color: #fff;
}
/*尾部*/
footer {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding: 15px 0 10px 0;
	margin-top: 20px;
}
.copyright {
	width: 60%;
	float: left;
	font-size: 12px;
	color: #666666;
}
.beian {
	width: 40%;
	float: right;
	text-align: right;
}
/*视频播放页*/
.w100_v1 {
	width: 100%;
	height: 60px;
	background: #e9e9e9;
}
.w100_v1 h1 {
	width: 70%;
	float: left;
	font-size: 18px;
	line-height: 60px;
}
.w100_v1 p {
	width: 30%;
	float: right;
}
.w100_v1 p span {
	display: block;
	line-height: 60px;
	float: right;
	padding-left: 25px;
	color: #666;
	background: url(../images/speaker.png) left center no-repeat;
}
.w100_v2 {
	width: 100%;
	background: #262a2d;
}
.video_box {
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	box-shadow:0px 0px 20px #141618;
}
.video_box .video {

}
.outline , .other {
	background: #fff;
	margin-top: 20px;
}
.outline_box {
	width: 95%;
	line-height: 25px;
	margin: 0 auto;
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
}
.other_box {
	margin-bottom: 20px;
}
.other_box ul.curriculum_list {
	width: 97%;
	overflow: hidden;
	margin: 0 auto;
}
.other_box .curriculum_list li {
	width: 23.2%;
	border-radius:6px;
	overflow: hidden;
	box-shadow:0px 0px 10px #ccc;
	margin: 10px 10px 10px 10px;
	padding-bottom: 20px;
	float: left;
}
#cover{ 
    position:absolute;left:0px;top:0px;
	background:url(../images/cover_bg.png);
    background:rgba(0, 0, 0, 0.6);
    width:100%;  
    height:100%;
    filter:alpha(opacity=70);  
    opacity:0.6; 
    display:none; 
    z-Index:999;  
}
#modal{ 
    position:absolute;
    width:670px;
    height:300px;
	border-radius:8px;
	left:0; right:0; top:0; bottom:0;
	margin:auto;
    background-color:#fff;
    display:none;
    cursor:pointer;
	box-shadow:0 0 15px #000;
    z-Index:9999;  
	overflow: hidden;
}
#close {
	width: 98%;
	margin-top: 15px;
	text-align: right;
	position: absolute;
	color: #fff;
}
.c_end {
	width: 100%;
	height: 140px;
	text-align: center;
	line-height: 140px;
	font-size: 30px;
	background: #16b6b7;
	color: #fff;
}
.c_next p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #000;
	padding: 10px 0;
	margin-top: 20px;
}
.c_next span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #888;
}
.c_next a.button {
	width: 40%;
	margin-top: 20px;
}
/*个人中心*/
.student , .record , .notices , .search_2 {
	background: #fff;
	padding-bottom: 30px;
}
.student_box , .record_box , .notices_box , .search_box_2 {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}

.photo {
	width: 20%;
	float: left;
}
.photo img {
	width: 100%;
	max-width: 210px;
	height: auto;
}

.student_info1 {
	width: 43%;
	float: left;
	margin-left: 4%;
}
.student_info2 {
	width: 28%;
	float: right;
	border-radius:10px 10px 0 0;
	background: #f3f3f3;
	overflow: hidden;
	padding-bottom: 20px;
}
.student_info2 p{
	background: #d24345;
	font-size: 28px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 70px;
	margin-bottom: 20px;
}
.student_info2 dl {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	line-height: 45px;
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
}
.student_info2 dl dt {
	width: 30%;
	float: left;
	text-align: right;
	
}
.student_info2 dl dd {
	width: 70%;
	float: left;
	text-align: left;
}
.user_a {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 43px;
}
.user_a dt {
	width: 25%;
	min-width: 80px;
	float: left;
	text-align: right;
}
.user_a dd {
	width: 70%;
	float: left;
}

.user_b {
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #d24345;
	line-height: 43px;
}
.user_b dt {
	width: 29%;
	min-width: 80px;
	float: left;
	text-align: right;
}
.user_b dd {
	width: 60%;
	float: left;
}

/*学习记录*/
.record_box ul li , .search_box_2 ul li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #efeff0;
	padding: 10px 0;
}
.record_img {
	width: 160px;
	height: 100px;
	float: left;
	position: relative;
}
.record_img img {
	width: 100%;
	height: 100px;
}
.record_img span {
	width: 100%;
	height: 20px;
	display: block;
	background: #d24345;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	filter:alpha(opacity=80);  
    opacity:0.8; 
}
.live_end .record_img span {
	background: #333;
}
.elective .record_img span {
	background: #39aa8e;
}
.required .record_img span {
	background: #aa7939;
}
.record_info {
	width: 60%;
	float: left;
	margin-left: 2%;
}
.record_info h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
.record_info p {
	font-size: 14px;
	margin-bottom: 4px;
}
.record_info span {
	font-size: 14px;
	color: #888;
}
.record_rate {
	width: 20%;
	float: right;
}
.record_rate .rate_box2 {
	border-top: 0px;
}
.record_rate a.button {
	width: 90%;
}
/*通知*/
.notices_box ul li {
	padding: 10px 0;
	border-bottom: 1px dashed #efeff0;
	overflow: hidden;
}
.notice_title {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
}
.notice_title i {
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	float: left;
}
.notice_title a {
	width: 60%;
	display: block;
	float: left;
	font-weight: bold;
}
.notice_title span {
	display: block;
	float: right;
	width: 30%;
	text-align: right;
	color: #888;
}
.notice_title a:hover {
	text-decoration: underline;
}
.notice_no .notice_title i {
	background: url(../images/notice_a.png) left center no-repeat;
}
.notice_yes .notice_title i {
	background: url(../images/notice_b.png) left center no-repeat;
}
.notice_no .notice_title a {
	color: #039fbb;
}
.notice_yes .notice_title a {
	color: #333;
}
.notice_introduction {
	margin-left: 30px;
	width: 97%;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;


}
.notice_button {
	width: 20%;
	float: right;
}
.notice_button a.button {
	width: 90%;
	margin-top: 10px;
}
.notice_no a.button {
	background: #d24345;
}
.notice_yes a.button {
	background: #03babb;
}
.notice_no a.button:hover {
	background: #b03233;
}
.notice_yes a.button:hover {
	background: #0b9e9f;
}
.notices_main {
	width: 90%;
	margin: 0 auto;
}
.notices_main h1 {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	margin-top: 40px;
	margin-bottom: 15px;
}
.notices_main h2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666;
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
}
.notices_box2 {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	margin-top: 30px;
	min-height: 230px;
}
/*搜索结果*/
.search_2 h2.column_name {
	width: 45%;
	margin-left: 2.5%;
	float: left;
	color: #333;
	height: 45px;
	padding: 0;
	margin-top: 15px;
}
.search_2 .column_name span {
	color: #d24345;
}
.search_2 .search_box {
	width: 50%;
	float: right;
	margin-right: 2.5%;
	padding: 0;
	border-bottom: 1px solid #efeff0;
	height: 45px;
	margin-top: 15px;
}
/*分页*/
.pages {
	width: 100%;
	margin-top: 25px;
}
DIV.pages_box {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN:center;
}
DIV.pages_box A {
	border: 1px solid #eee;
	PADDING-RIGHT: 5px;PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px;COLOR: #666; PADDING-TOP: 2px; TEXT-DECORATION: none
}
DIV.pages_box A:hover {
	border: 1px solid #d24345;
	COLOR: #d24345;
}
DIV.pages_box A:active {
	BORDER-RIGHT: #000099 1px solid; BORDER-TOP: #000099 1px solid; BORDER-LEFT: #000099 1px solid; COLOR: #000; BORDER-BOTTOM: #000099 1px solid
}
DIV.pages_box SPAN.current {
	border: 1px solid #d24345;
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; COLOR: #fff; PADDING-TOP: 2px; BACKGROUND-COLOR: #d24345;
}
DIV.pages_box SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}


/*用户下拉*/

.user a {
	color: #fff;
	background: url(../images/user.png) left center no-repeat;
	background-size: auto 90%;
	padding-left: 25px;
}

.user {
	width: 15%;
	float: right;
	margin-right: 10px;
	text-align: right;
	font-size: 14px;
	
}
.user a.dropbtn {
	background: url(../images/user.png) left center no-repeat;
	background-size: auto 38%;
	display: block;
	float: right;
	padding-left: 30px;
	margin-top: 20px;
	color: #eee;
	font-size: 16px;
	text-align: right;
}


.user a.dropbtn:hover {
	color: #a6cfff;
}
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	margin-top: 70px;
	margin-left: 70px;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius: 6px;
	z-index: 1111;
}
.dropdown-content a {
    color: black;
    padding: 8px;
    text-decoration: none;
    display: block;
	text-align: center;
	border-radius: 6px;
	background: none;
}
.dropdown-content a:hover {background-color: #f1f1f1; color: #1280db; font-weight: bold;}
.dropdown:hover .dropdown-content {
    display: block;
}

/*首页总进度*/

    .circle-bar { font-size:50px; width: 1em; height: 1em; position: relative;  background-color: #46b3a1; margin: 0 auto;}
    .circle-bar-left,.circle-bar-right { width: 1em; height: 1em; background-color: #f1f1f1; }
    .circle-bar-right { clip:rect(0,auto,auto,.5em); }
    .circle-bar-left { clip:rect(0,.5em,auto,0); }
    
    .mask { width: 0.8em; height: 0.8em;  background-color: #fff;text-align: center;line-height: 0.2em; color:rgba(0,0,0,0.5); }
    .mask :first-child { font-size: 0.3em; height: 0.8em; line-height: 0.8em; display: block;  }
    .circle-bar * {  position: absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
    .circle-bar, .circle-bar > * { border-radius: 50%; }
    
/*手机导航*/
.sp_nav {
	display: none;
}
.sjj_nav {
	display: none;
}




/*0520新增-通知页面新增tab*/
.notices_list_box ul li {
	float: left;
	display: block;
	overflow: hidden;
}
.notices_list_box ul li:nth-child(1) {
	padding-right: 30px;
	background: url(../images/line.png) center right no-repeat;
}
.notices_list_box ul li:nth-child(2) {
	padding-left: 30px;
}
.notices_list_box ul li a {
	color: #333;
}
.notices_list_box ul li.notices_current a {
	color: #d24345;
}
.notices_item {
    display: none;
}

/*首页公告更多*/
.notice_more {
	width: 90%;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: right;
}
.notice_more a {
	color: #d24345;
}
.notice_more a:hover {
	text-decoration: underline!important;
}

/*0524新增弹出通知*/

#w_notice{
    position:absolute;
    width:670px;
    height:360px;
	border-radius:8px;
	left:0; right:0; top:0; bottom:0;
	margin:auto;
    background-color:#fff;
    display:none;
    cursor:pointer;
	box-shadow:0 0 15px #000;
    z-Index:9999;  
	overflow: hidden;
}
.c_notice {
	width: 100%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	background: #16b6b7;
	color: #fff;
}
.c_info {
	width: 85%;
	height: 200px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	overflow:auto;
}
.c_next2 {
	width: 60%;
	margin: 0 auto;
}



/*0524修改搜索框*/

.search_select {
	-webkit-appearance: none; 
	width: 13%;
	height: 34px;
	line-height: 34px;
	color: #666;
	float: left;
	margin: 0 1px 0 1px;
	border: 0px solid #e0e0e0;
	border-right: 0px;
	padding-left: 10px;
	border-radius:0 0 0 0;
	background: url("../images/jt.png") no-repeat scroll center right transparent;
	background-size: 30% auto;
     padding-right: 14px;
}

.search_input {
	-webkit-appearance: none; 
	width: 75%;
	height: 30px;
	line-height: 30px;
	color: #a2a2a2;
	float: left;
	border: 0;
	border-left: 0px;
	border-right: 0px;
	margin: 0 1px;
	padding-left: 10px;
	border-radius:0 0 0 0;
}



/*轮播*/
.swiper-container .banner-item img {
    width: 100%;
}
.swiper-container .carousel-control {
    border: none;
}
.pagination-container {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}


.noinfo {
	width: 100%;
	height: 400px;
	background: url(../images/noinfo.png) center center no-repeat;
}
.noinfo2 {
	width: 100%;
	height: 400px;
	background: url(../images/noinfo2.png) center center no-repeat;
}
.noinfo3 {
	width: 100%;
	height: 400px;
	background: url(../images/noinfo3.png) center center no-repeat;
}
.noinfo4 {
	width: 100%;
	height: 400px;
	background: url(../images/noinfo4.png) center center no-repeat;
}
.no_notice {
	width: 85%;
	margin: 0 auto;
	height: 30px;
	margin-top: 20px;
	padding-bottom: 15px;
	color: #999;
	text-align: left;
}


/*轮播PC*/
#pcbanner {
	display: block;
	}
#mbanner {
	display:none;
}



/*0531*/
a h2 , a h3 , a p , a span , a div {
	color: #333;
}
a h2:hover , a h3:hover {
	text-decoration: underline;
}
a .summarytxt p {
	color: #fff!important;
}


/*0603学习记录增加学习时间*/

.rate_box2 p {
	width: 100%;
	margin-top: 0px;
	color: #999;
	font-size: 12px;
}

.rate_box2 p span {
	font-size: 14px;
	color: #000;
	margin-left: 5px;
}
.rate_box2 p.learning_time {
	width: 100%;
	text-align: left;
}
.rate_box2 p.learning_time span {
	margin-left: 5px;
}

/*0617个人中心修改*/
.photo {
	width: 20%;
	float: left;
}
.photo img {
	width: 77%;
	max-width: 210px;
	height: auto;
}
.student_info1 {
	width: 80%;
	float: left;
	margin-left: 0%;
}
.student_info2 {
	width: 80%;
	float: left;
	margin-left: 0%;
	margin-top: 10px;
	border-radius:0;
	overflow: hidden;
	padding-bottom: 0;
	background: #fff;
}
.user_a {
	width: 50%;
	float: left;
}
.user_a dt {
	width: 25%;
	min-width: 80px;
	float: left;
	text-align: left;
}
.user_a dd {
	width: 70%;
	float: left;
}
.student_info2 p{
	background: none;
	font-size: 18px;
	color: #d24345;
	width: 99.5%;
	text-align: left;
	line-height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
}
.student_info2 table {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.student_info2 tr th {
	line-height: 45px;
	background: #d24345;
	color: #fff;
	text-align: center;
	border-left: 1px solid #ddd;
	border-top:  1px solid #d24345;
}
.student_info2 tr th:nth-child(1) {
	width: 10%;
}
.student_info2 tr th:nth-child(2) {
	width: 10%;
}
.student_info2 tr th:nth-child(3) {
	width: ;
}
.student_info2 tr th:nth-child(4) {
	width: ;
}
.student_info2 tr th:nth-child(5) {
	width: 15%;
}
.student_info2 tr th:nth-child(6) {
	width: 15%;
}
.student_info2 tr td {
	line-height: 40px;
	text-align: center;
	border-left: 1px solid #ddd;
	border-top:  1px solid #ddd;
}