@charset "utf-8";
/* CSS Document */

/*教育频道*/
.studytop {
	width:100%;
	height:48px;
	line-height:48px;
	background:#42c5b8;
	position:relative;
	z-index:1;
}

.studynav {
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	margin: auto;
	width:-webkit-calc(100% - 320px); 
	width:-moz-calc(100% - 320px); 
	width:calc(100% - 320px);
	float:right;
}

.studynav li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	text-align: center;
	font-size: 18px;
	position:relative;
	z-index:1;
}

.studynav li:first-child:before {
	display:none;
}

.studynav li:before {
	content:"";
	width:1px;
	height:16px;
	background-color:rgba(255,255,255,.4);
	position:absolute;
	left:0;
	top:16px;
}

.studynav li a {
	display:inline-block;
	color:#fff;
}

.studynav li a:hover {
	color:#FFF!important;
}

.studynav li a:hover:before {
	content:"";
	width:40px;
	height:1px;
	background:#FFF;
	position:absolute;
	z-index:5;
	bottom:2px;
	left:50%;
	margin-left:-20px;
}

.studynav li a.cur {
	color:#FFF;
}

.studynav li a.cur:before {
	content:"";
	width:30px;
	height:1px;
	background:#FFF;
	position:absolute;
	z-index:5;
	bottom:2px;
	left:50%;
	margin-left:-15px;
}

.study_one {}

.study_one_l {
	width:860px;
	float:right;
	margin-top:15px;
}

.study_slider {
	width:560px;
	height:320px;
	overflow:hidden;
	position:relative;
	float:left;
}

.study_slider .pic{ position:relative; z-index:0; }	

.study_slider .pic li {
	position:relative; 
	z-index:1;
	height:320px;
}

.study_slider .pic li b {
	display:block; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background: linear-gradient(to top, rgb(0, 0, 0), transparent);
	width:100%; 
	height:70px; 
	line-height:30px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:25px 15px 0px 15px; 
	font-weight:normal;
	font-size:18px;
}

.study_slider .pic li img { 
  	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}	

.study_slider .hd {
	width:30%; 
	position: absolute; 
	z-index:11; 
	bottom: 23px; 
	text-align:right; 
	font-size:0; 
	z-index:1;
	right:5px;
}

.study_slider .hd li {
    margin: 0 8px 0 0; 
	background: #eee;
	border-radius:5px;
	height: 6px; 
	overflow: hidden; 
	width: 6px; 
	cursor: pointer;
	display:inline-block; 
}	
.study_slider .hd .on{ 
    background: #83d4cc;
	width:20px;
}	
.study_slider .prev, .study_slider .next {
	width: 40px; 
	height: 60px; 
	margin-top:-30px;  
	display: none; 
	background: url(../images/ad_ctr.png) no-repeat 0 0; 
	position: absolute; top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.study_slider .prev {
	left: 0;
}	
.study_slider .next {
	background-position: 0 -60px;
	right: 0;
}	
.study_slider .prev:hover, .study_slider .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}

.studybox_img {
	width:290px;
	float:right;
	height:320px;
	overflow:hidden;
}

.studybox_img li {
	width:100%;
	position:relative;
	z-index:1;
	overflow:hidden;
	height:155px;
	margin-bottom:10px;
}

.studybox_img li:nth-child(2n) {
	float:right;
}

.studybox_img li img {
	width: 100%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.studybox_img li p {
	display:block;
	position:absolute;
	width:100%;
	box-sizing:border-box;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,.5);
	padding:0 10px;
	font-size:15px;
	height:40px;
	line-height:40px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#FFF;
}


.studytop_box {
	width:323px;
	float:left;
	position:relative;
	z-index:9;
	height:380px;
}

.studytop_k {
	width:100%;
	border: 1px solid #56BDB3;
	position:absolute;
	top:-59px;
	z-index:9;
	left:0;
	background:#FFF;
	height:464px;
}

.studytop_k:before {
	content: "";
    position: absolute;
    top: -1px;
    left: 323px;
    width:0; 
    height:0; 
    display:inline-block;
    width: 0;
    height: 0;
    border-bottom: 12px solid #2f7d75;
    border-right: 12px solid transparent;
}

.studytop_box_t {
	position: absolute;
    top: -59px;
    left: 0;
    width: 100%;
    height: 57px;
    background-color: #fff;
    border-top: 1px solid #56BDB3;
    border-right: 1px solid #56BDB3;
    border-bottom: 1px solid #eee;
	border-left: 1px solid #56BDB3;
}

.studytop_box_t:before {
	content: "";
    position: absolute;
    top: -1px;
    left: 320px;
    width:0; 
    height:0; 
    display:inline-block;
    width: 0;
    height: 0;
    border-bottom: 12px solid #2f7d75;
    border-right: 12px solid transparent;
}
	
.studytop_box_t ul {
	position:relative;
	z-index:1;
}


.studytop_box_t ul:before{
	content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background-color: #dadada;
}
	
.studytop_box_t li {
	float: left;
	width:50%;
	text-align:center;
	font-size:16px;
	position: relative;
	z-index:1;
	line-height:57px;
	cursor:pointer;
}

.studytop_box .tab-hd li.on {
	font-weight: bold;
	color:#222;
	position:relative;
	z-index:1;
}

.studytop_box .tab-hd li.on:before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
	margin-left:-30px;
    width: 60px;
    height: 5px;
    background-color: #56BDB3;
}
	
.studytop_box .tab-bd {
	height:390px;
	position:relative;
	z-index:1;
}

.studytop_box .tab-bd:before {
	content:"";
	position:absolute;
	left:0px;
	top:0;
	background:linear-gradient(to top, rgba(238,238,238,0), rgba(238,238,238,1));
	width:6px;
	height:100%;  
}

.studytop_box .tab-bd:after {
	content:"";
	position:absolute;
	right:-7px;
	top:0;
	background:linear-gradient(to top, rgba(238,238,238,0), rgba(238,238,238,1));
	width:6px;
	height:100%;  
}

.studybox_menu {
	
}

#studynav {
	position:relative;
	z-index:99;
}	

#studynav .mainCate {
	padding:5px 20px;
	zoom:1;
}
	
#studynav h3 {
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	font-weight:bold;
	position:relative;
	z-index:1;
}
	
#studynav h3 span {
	position: absolute;
    top: 50%;  
    right: 0;  
    width: 8px;  
    height: 8px;
	margin-top:-2px;  
    border-style: solid;  
    border-width: 1px 1px 0 0;  
    border-color: #b0b0b0;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(45deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s; 	
}
	
#studynav .contmenu {
	height:24px;
	line-height:24px;
	font-size:14px;
	overflow:hidden;
}

#studynav .contmenu a {
	display:block;
	float:left;
	margin-right:15px;
	color:#777;
}

#studynav .contmenu a:last-child {
	margin-right:0;
}
	
#studynav .subCate{
	display:none;
	background:#f3fcfb;
	position:absolute;
	left:323px;
	top:0;
	width:650px;
	box-sizing:border-box;
	padding:20px;
	color:#333;
	z-index:99;
	border:1px solid #eee;
	border-left:0;
}
	
#studynav .subCate h4 {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight:bold;
	margin-bottom:5px;
}
	
#studynav .subCate ul {
	margin-bottom:20px;
}
	
#studynav .subCate li {
	float:left;
	margin-right:20px;
	line-height:24px;
	font-size:14px;
}
	
#studynav .subCate li a {
	display:block;
	color:#999;
}	


#studynav .on {
	background:#f3fcfb;
	position:relative;
	z-index:1;
}

#studynav .on:before {
	content:"";
	position:absolute;
	left:0px;
	top:0;
	background:#42C5B8;
	width:6px;
	height:100%;  
}
	
#studynav .on h3 a,#studynav .on p a{ color:#37a69b;  }	

#studynav .on .subCate { display:block !important;  }	

#studynav li:last-child .subCate, #studynav li:nth-last-child(2) .subCate {
	top:auto;
	bottom:0;
} 

#studynav .contmenu a:hover, #studynav .subCate li a:hover {
	color:#56BDB3;
}



.studybox_u {
	margin:0 15px 0 20px;
	padding-top:15px;
}

.studybox_u li {
	width:100%;
	float:left;
    padding: 15px 0;
    border-bottom: 1px solid #EEE;
}

.studybox_u li:first-child {
	padding-top:0;
}

.studybox_u li:last-child {
	border-bottom:none;
}

.studybox_u li a {
	display:block;
}

.studybox_u li .pic {
	width:120px;
	height:70px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-right:15px;
}

.studybox_u li .pic img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.studybox_u li .tit {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:16px;
	height:50px;
	line-height:25px;
	overflow:hidden;
	padding-top:5px;
}

.studybox_u li .text {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:12px;
	color:#888;
	line-height:20px;
	max-height:40px;
	display:none;
}

.eduheadline {
    height: 60px;
    background: #fff;
    text-align: center;
    position: relative;
	float:left;
	width:390px;
	margin-top:12px;
}

.eduheadline a {
    line-height: 58px;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border: 1px solid rgb(221, 221, 221);
    box-sizing: border-box;
    padding: 0 22px;
}

.eduheadline span {
    position: absolute;
    top: 1px;
    left: 1px;
    display:block;
    width: 47px;
    height: 38px;
	background:url(../images/toutiao2.png) no-repeat center;
}

.edu_x {
	width:-webkit-calc(100% - 400px); 
	width:-moz-calc(100% - 400px); 
	width:calc(100% - 400px);
	float:right;
	height:60px;
	line-height:60px;
	margin-top:12px;
}

.edu_xco {
	width:-webkit-calc(100% - 100px); 
	width:-moz-calc(100% - 100px); 
	width:calc(100% - 100px);
	text-align:left;
	height:60px;
	border-color:#42C5B8;
	box-sizing:border-box;
	padding:0 20px;
}

.edu_xco .infoList li {
	height:60px;
	line-height:60px;
}

.edu_xco .infoList li a {
	color:#555;
}

.edu_xti {
	background:#42C5B8;
	width:100px;
	height:60px;
	line-height:60px;
}

.study_tj {
	margin-top:20px;
}

.study_tj_tit {
	height:40px;
	line-height:40px;
	position:relative;
	z-index:1;
}

.study_tj_tit:before {
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#eee;
	top:50%;
	z-index:2;
}

.study_tj_tit h4 {
	position:absolute;
	z-index:9;
	left:30px;
	padding:0 20px;
	font-size:22px;
	font-weight:bold;
	background:#FFF;
	color:#000;
	text-align:center;
}

.study_tj_l {
	width:860px;
	float:left;
	margin-top:10px;
}

.study_tj_l ul {
	width:-webkit-calc(33% - 15px); 
	width:-moz-calc(33% - 15px); 
	width:calc(33% - 15px);
	float:left;
	margin-right:20px;
	margin-bottom:15px;
}

.study_tj_l ul:nth-child(3n) {
	float:right;
	margin-right:0;
}

.study_tj_l ul li {
	font-size: 16px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study_tj_l ul li:first-child {
	font-weight:bold;
	color:#42C5B8;
	font-size:18px;
}

.study_tj_l ul li:first-child a {
	color:#42C5B8;
}

.study_tj_r {
	width:300px;
	float:right;
	margin-top:10px;
}

.study_tj_r ul {
	margin-top:8px;
}

.study_tj_r li {
	width:100%;
	margin-bottom:10px;
}

.study_tj_r li span {
	display:block;
	width:100%;
	height:170px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.study_tj_r li span img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.study_tj_r li p {
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:34px;
	line-height:34px;
	font-size:16px;
	margin-top:5px;
}

.study_sp {
	margin-bottom:30px;
}

.study_sp_t {
	border-bottom:1px solid #eee;
	height:40px;
	line-height:36px;
	padding-bottom:5px;
}

.study_sp_t h4 {
	float:left;
	font-size:22px;
	font-weight:bold;
}

.study_sp_t .more {
    display: block;
    float: right;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.sgreen { color:#37a69b; }

.study_sp_c {
	margin:25px 0 0 0;
}

.study_sp_c li {
	width:280px;
	float:left;
	margin-right:26px;
	background:#f4f4f4;
	border-radius:5px;
	overflow:hidden;
}

.study_sp_c li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.study_sp_c li .pic {
	height:160px;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.study_sp_c li .pic img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.study_sp_c li .pic i {
	display:block;
	background:url(../images/playon2.png) no-repeat center;
	width:40px;
	height:40px;
	position:absolute;
	z-index:9;
	right:10px;
	bottom:10px;
}

.study_sp_c li .tit {
	font-size:16px;
	line-height:50px;
	margin:0 10px 0 15px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:50px;
	background:url(../images/video_icon2.png) no-repeat 0 center;
	padding-left:30px;
}

.study_bk {
	margin-bottom:25px;
}

.study_bk_t {
	border-bottom:3px solid #eee;
	line-height:40px;
	height:40px;
	padding-bottom:8px;
}

.study_bk_t h4 {
	float:left;
	font-size:22px;
	font-weight:bold;
}

.study_bk_t .ano {
	float:left;
	font-size:16px;
	margin-left:30px;
	position:relative;
	z-index:1;
	padding-left:30px;
}

.study_bk_t .ano:before {
	content:"";
	position:absolute;
	left:0;
	top:14px;
	width:1px;
	height:16px;
	background:#e0e0e0;
}

.study_bk_t .ano a {
	display:block;
	float:left;
	margin-right:50px;
}

.study_bk_t .more {
	display: block;
    float: right;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.study_bk_l {
	width:280px;
	float:left;
	margin-top:20px;
}

.study_bk_limg {
	
}

.study_bk_limg .pic {
	display:block;
	border: 1px solid #ddd;
    padding: 1px;
}

.study_bk_limg .pic span {
	display:block;
	position:relative;
	height:160px;
	overflow:hidden;
}

.study_bk_limg .pic span img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.study_bk_limg p {
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:16px;
	text-align:center;
	height:40px;
	line-height:40px;
}

.study_bk_ltxt {
	background:#f4f4f4;
	margin-top:10px;
}

.study_bk_ltxt ul {
	margin:0 15px;
	padding:10px 0;
}

.study_bk_ltxt li {
	line-height:32px;
	height:32px;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	background:url(../images/wb_w.png) no-repeat left center;
	padding-left:30px;
}

.study_bk_r {
	width:900px;
	float:right;
	margin-top:20px;
}

.study_bk_top {
	border-top: dotted 1px #d7d7d7;
	border-bottom: dotted 1px #d7d7d7;
	height:50px;
	line-height:50px;
	font-size:18px;
}

.study_bk_top li {
	width:-webkit-calc(50% - 20px); 
	width:-moz-calc(50% - 20px); 
	width:calc(50% - 20px);
	float:left;
	text-align:center;
	color:#2F7D75;
	font-weight:bold;
}

.study_bk_top li:last-child {
	float:right;
}

.study_bk_top li a {
	color:#2F7D75;
}

.study_bk_a {
	margin-top:20px;
}

.study_bk_a li {
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
	float:left;
}

.study_bk_a li:nth-child(2n) {
	float:right;
}

.study_bk_a li a {
	display:block;
}

.study_bk_a li .pic {
	width:120px;
	height:80px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-right:15px;
}

.study_bk_a li .pic img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.study_bk_a li .tit {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:16px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin-bottom:10px;
}

.study_bk_a li .text {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:12px;
	color:#888;
	line-height:20px;
	max-height:40px;
}

.study_bk_b ul {
	margin-top:12px;
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
	float:left;
}

.study_bk_b ul:nth-child(2n) {
	float:right;
}

.study_bk_b ul li {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study_bk_b ul li:first-child {
	font-weight:bold;
}

.study_kc {
	margin-bottom:15px;
}

.study_kc_tit {
	font-size: 22px;
	line-height:30px;
	height:30px;
	padding:0 0 10px 0;
}

.study_kc_tit h4 {
	float:left;
	font-weight: bold;
}

.study_kc_c {
	margin-top:10px;
}

.study_kc_c li {
	zoom:1;
	width:270px;
	float:left;
	margin-right:37px;
	-webkit-box-shadow:0 2px 12px rgba(60, 60, 60, .2);  
	-moz-box-shadow:0 2px 12px rgba(60, 60, 60, .2);  
	box-shadow:0 2px 12px rgba(60, 60, 60, .2);
	border-radius:10px;
	overflow:hidden;
	margin-bottom:36px;
}

.study_kc_c li:nth-child(4n) {
	float:right;
	margin-right:0;
}

.study_kc_c li .pic {
	width:100%;
	height:180px;
	overflow:hidden;
	position:relative;
	z-index:1;
	background:url(../images/study_03.jpg) no-repeat;
}

.study_kc_c li .pic b {
	color:#209981;
}

.study_kc_c li:nth-child(4n+1) .pic {
	background:url(../images/study_01.jpg) no-repeat;
	background-size:auto 100%;
}

.study_kc_c li:nth-child(4n+2) .pic {
	background:url(../images/study_02.jpg) no-repeat;
	background-size:auto 100%;
}

.study_kc_c li:nth-child(4n+3) .pic {
	background:url(../images/study_03.jpg) no-repeat;
	background-size:auto 100%;
}

.study_kc_c li:nth-child(4n+4) .pic {
	background:url(../images/study_04.jpg) no-repeat;
	background-size:auto 100%;
}

.study_kc_c li .pic b {
	display:block;
	width:100%;
	position:absolute;
	font-size:22px;
	left:0;
	z-index:5;
	top:50%;
	margin-top:-5px;
	text-align:center;
}

.study_kc_c li:nth-child(4n+1) .pic b {
	color:#bb9c0d;
}

.study_kc_c li:nth-child(4n+2) .pic b {
	color:#4e6db7;
}

.study_kc_c li:nth-child(4n+3) .pic b {
	color:#209981;
}

.study_kc_c li:nth-child(4n+4) .pic b {
	color:#d5582f;
}

.study_kc_c li .pic img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.study_kc_c li .tit {
	font-size:17px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:40px;
	line-height:40px;
	text-align:left;
	margin:0 10px;
	padding:5px 0;
}

.study_kc_c li .cont {
	color:#888;
	line-height:22px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	height:44px;
	font-size:12px;
	margin:0 10px 0 13px;
}

.study_kc_c li .click {
	font-size:13px;
	text-align:center;
	height:32px;
	line-height:32px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.study_kc_c li .click i {
	display:block;
	float:left;
	width:50%;
	text-align:center;
	color:#999;
	position:relative;
	z-index:1;
}

.study_kc_c li .click i:before {
	content:"";
	width:1px;
	height:100%;
	background:#eee;
	left:0;
	top:0;
	position:absolute;
	z-index:3;
}

.study_kc_c li .click i:first-child:before {
	content:"";
	width:1px;
	height:100%;
	background:#fff;
	left:0;
	top:0;
	position:absolute;
	z-index:3;
}

.study_kc_c li .click2 {
	font-size:13px;
	text-align:center;
	height:32px;
	line-height:32px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align:center;
	color:#999;
}

.study_kc_c li .kcmore {
	display:block;
	margin:15px auto;
	width:120px;
	height:32px;
	line-height:32px;
	border:1px solid #56BDB3;
	color:#56BDB3;
	border-radius:16px;
	text-align:center;
	font-size:14px;
}

.study_kc_c li .kcmore:hover {
	background:#42C5B8;
	color:#fff!important;
}

.study_kc_more {
	height: 55px;
    border: 1px solid #eee;
    clear: both;
    margin: 0 auto;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 55px;
	color:#888;
}

.study_kc_more:hover {
	border-color:#42C5B8;
}

.study_lib {
	padding:10px 0 20px 0;
}

.study_lib ul {
	width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left;
    background: #FFF;
    -webkit-box-shadow: 0 0 12px rgba(70, 70, 70, .15);
    -moz-box-shadow: 0 0 12px rgba(70, 70, 70, .15);
    box-shadow: 0 0 12px rgba(70, 70, 70, .15);
    box-sizing: border-box;
    padding: 15px 20px;
}

.study_lib ul:nth-child(2n) {
	float:right;
}

.study_lib ul li {
	height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study_lib ul li b {
	display: block;
    float: left;
    font-weight: normal;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
	background:url(../images/question.png) no-repeat left center;
	padding-left:30px;
}

.study_lib ul li span {
	display: block;
    float: right;
    font-size: 13px;
    color: #c0c0c0;
}

.study_book {
	padding:5px 0 15px 0;
}

.study_book li {
	width:220px;
	float:left;
	border:1px solid #eee;
	float:left;
	background:#fff;
	margin-right:22px;
}

.study_book li:nth-child(5n) {
	float:right;
	margin-right:0;
}

.study_book li .pic {
	width:100%;
	height:210px;
	position:relative;
	z-index:1;
}

.study_book li .pic img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.study_book li .class {
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	background-color:rgba(0,0,0,.5);
	color:#FFF;
	font-size:14px;
	left:0;
	bottom:0;
}

.study_book li .tit {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	overflow:hidden;
	font-size:14px;
	margin:5px 10px;
}

.study_book li .price {
	height:30px;
	line-height:30px;
	font-size:14px;
	margin:0 10px;
	overflow:hidden;
}

.study_book li .price .x {
	font-size:20px;
	color:#EB2E2E;
	float:left;
	width:50%;
}

.study_book li .price .x em {
	font-size:13px;
	color:#EB2E2E;
	font-weight:normal;
}

.study_book li .price .y {
	font-size:12px;
	color:#999;
	text-decoration:line-through;
	text-align:right;
	float:right;
	width:50%;
}

.study_book li .look {
	display:block;
	width:100px;
	margin:7px auto 15px auto;
	text-align:center;
	border:1px solid #ddd;
	line-height:30px;
	font-size:14px;
	color:#888;
	border-radius:16px;
}

.study_enav {
	width:100%;
	background:#42C5B8;
}

.study_enav ul {
	width: 100%;
}

.study_enav ul li {
	float:left;
	overflow:hidden;
	margin:12px 0;
}

.study_enav ul li .a1 {
	display:block;
	width:50px;
	float:left;
	text-align:center;
}

.study_enav ul li .a1 i {
	display:block;
	width:100%;
	height:50px;
	overflow:hidden;
	text-align:center;
}

.study_enav ul li .a1 i img {
	margin-top:10px;
}

.study_enav ul li .a1 b {
	display:block;
	font-size:18px;
	color:#FFF;
	text-align:center;
}

.study_enav ul li .a2 {
	width:-webkit-calc(100% - 65px); 
	width:-moz-calc(100% - 65px); 
	width:calc(100% - 65px);
	float:right;
	height:85px;
	overflow:hidden;
}

.study_enav ul li .a2 a {
	display:block;
	float:left;
	font-size:16px;
	color:#FFF;
	height:28px;
	line-height:28px;
	overflow:hidden;
	width:-webkit-calc(33% - 10px); 
	width:-moz-calc(33% - 10px); 
	width:calc(33% - 10px);
}

.study_enav ul li .a2 a:hover {
	color:#ebfdfb!important;
	text-decoration:underline;
}

.study_enav ul li:first-child {
	width:31%;
}

.study_enav ul li:nth-child(2) {
	width:31%;
}

.study_enav ul li:nth-child(3) {
	width:25%;
}

.study_enav ul li:nth-child(4) {
	width:13%;
}

.study_enav ul li:nth-child(3) .a2 a {
	width:50%;
}

.study_enav ul li:nth-child(4) .a2 a {
	width:100%;
}

.study_ebox {
	margin-top:20px;
}

.study_el {
	width:300px;
}

.study_ec {
	width:540px;
	float:left;
	margin-left:30px;
}


.study_esl {
	width:100%;
	height:180px;
	overflow:hidden;
	position:relative;
	margin-bottom:15px;
}

.study_esl .pic{ position:relative; z-index:0; }	

.study_esl .pic li {
	position:relative; 
	z-index:1;
	height:180px;
}

.study_esl .pic li b {
	display:block; 
	position:absolute; 
	left:0; 
	bottom:0; 
	z-index:5; 
	background: linear-gradient(to top, rgb(0, 0, 0), transparent);
	width:100%; 
	height:50px; 
	line-height:25px; 
	color:#FFF; 
	box-sizing:border-box; 
	padding:15px 85px 0px 15px; 
	font-weight:normal;
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study_esl .pic li img { 
  	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}	

.study_esl .hd {
	width:30%; 
	position: absolute; 
	z-index:11; 
	bottom: 17px; 
	text-align:right; 
	font-size:0; 
	z-index:1;
	right:5px;
}

.study_esl .hd li {
    margin: 0 8px 0 0; 
	background: #eee;
	border-radius:5px;
	height: 6px; 
	overflow: hidden; 
	width: 6px; 
	cursor: pointer;
	display:inline-block; 
}	
.study_esl .hd .on{ 
    background: #83d4cc;
	width:20px;
}	
.study_esl .prev, .study_esl .next {
	width: 40px; 
	height: 60px; 
	margin-top:-30px;  
	display: none; 
	background: url(../images/ad_ctr.png) no-repeat 0 0; 
	position: absolute;
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	filter:alpha(opacity=20);
	opacity:0.2;
}	
.study_esl .prev {
	left: 0;
}	
.study_esl .next {
	background-position: 0 -60px;
	right: 0;
}	
.study_esl .prev:hover, .study_esl .next:hover {
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}

.study_etj {
	margin:10px 10px 10px 10px;
	height:320px;
	overflow:hidden;
}

.study_etj li {
	font-size:14px;
	height:40px;
	line-height:40px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study_etj li i {
	display:block;
	float:left;
	width:30px;
	font-size:22px;
	color:#56BDB3;
	font-style:italic;
}

.study_etj li b {
	display:block;
	float:right;
	font-weight:normal;
	width:-webkit-calc(100% - 30px); 
	width:-moz-calc(100% - 30px); 
	width:calc(100% - 30px);
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.study_ebo {
	margin:0 15px;
	height:330px;
	overflow:hidden;
}

.study_ebo li {
	border-bottom:1px dotted #ddd;
	padding:15px 0;
	width:100%;
	height:80px;
}

.study_ebo li:last-child {
	border-bottom:none;
}

.study_ebo li .pic {
	display:block;
	float:left;
	margin-right:15px;
	width:80px;
	height:80px;
	overflow:hidden;
	position:relative;
}

.study_ebo li .pic img {
	width:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.study_ebo li .txt {}

.study_ebo li .txt b {
	display:block;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:32px;
	line-height:32px;
	margin-top:-3px;
	margin-bottom:3px;
}

.study_ebo li .txt p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
	font-size:14px;
	color:#999;
}

.study_headline {
	
}

.study_headline li {
	border-bottom:1px dotted #ddd;
	padding-bottom:10px;
}

.study_headline li:last-child {
	border-bottom:none;
}

.study_headline h2 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
	margin-top:8px;
}

.study_headline:first-child h2 {
	margin-top:0;
}

.study_headline h2 a {
	display:block;
	float:left;
    font-size: 20px;
    margin-right: 20px;
    font-weight: bold;
	color:#EB2E2E;
}

.study_headline h2 a:hover {
	color:#f47777!important;
	text-decoration:underline;
}

.study_headline h2 a:last-child {
	margin-right:0;
}

.study_headline h2 .hot {
	display:block;
	float:left;
	background:url(../images/hot.png) no-repeat center;
	width:38px;
	height:16px;
	margin-top:10px;
	margin-right:10px;
}

.study_headline .c {
	font-size:15px;
	height:70px;
	overflow:hidden;
}

.study_headline .c p {
	height:34px;
	line-height:34px;
	overflow:hidden;
} 

.study_headline .c p b {
	display:block;
	height:34px;
	line-height:34px;
	overflow:hidden;
	background:url(../images/wb_w.png) no-repeat left center;
	padding-left:26px;
	float:left;
	font-weight:normal;
	width:-webkit-calc(100% - 80px); 
	width:-moz-calc(100% - 80px); 
	width:calc(100% - 80px);
}

.study_headline .c p span {
	display: block;
    float: right;
    color: #bbb;
    font-size: 13px;
}

.study_headline .c a:nth-child(2n) {
	/*float:right;*/
}

.study_ctit {
	height:40px;
	border-bottom:2px solid #eee;
	position:relative;
	z-index:1;
}

.study_ctit b {
	display:block;
	position:absolute;
	z-index:4;
	left:0;
	bottom:-2px;
	border-bottom:2px solid #56BDB3;
	font-size:20px;
	height:40px;
	line-height:30px;
}

.study_con {
	height:255px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:12px;
}

.study_con li {
	height:36px;
	line-height:36px;
	font-size:15px;
	overflow:hidden;
}

.study_con li b {
	width:-webkit-calc(100% - 100px); 
	width:-moz-calc(100% - 100px); 
	width:calc(100% - 100px);
	float:left;
	display:block;
	font-weight:normal;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.study_con li b:before {
	position:absolute;
	left:0;
	z-index:5;
	top:50%;
	content:"";
	width:3px;
	height:3px;
	background:#333;
	margin-top:-1px;
}

.study_con li span {
	display:block;
	float:right;
	color:#bbb;
	font-size:13px;
}

.exam_box {
	border:1px solid #f0f0f0;
	margin-bottom:15px;
}

.exam_a {
	background:#f8f8f8;
	padding:12px 0 16px 0;
}

.exam_time {
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
}

.exam_clock {
	text-align:center;
	font-size:16px;
}

.exam_date {
	display:inline-block;
	background:url(../images/l.png) no-repeat center;
	width:80px;
	height:60px;
	text-align:center;
	color:#54C3F1;
	font-size:28px;
	box-sizing:border-box;
	padding-top:15px;
	font-weight:600;
}

.exam_day {
	display:inline-block;
}

.exam_b {
	height:275px;
	padding:15px 15px;
}

.exam_b ul {
	border-left:1px solid #efefef;
}

.exam_b li {
	padding:0 0 0 15px;
	font-size:14px;
	position:relative;
	z-index:1;
}

.exam_b li i {
	display:block;
	width:13px;
	height:13px;
	position:absolute;
	z-index:5;
	left:-7px;
	margin-top:-7px;
	top:50%;
	background:#ddd;
	border-radius:50%;
}

.exam_b li i:before {
	content:"";
	position: absolute;
	z-index:11;
    top: 6px;  
    right: 5px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 1px 1px 0 0;  
    border-color: #fff;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(135deg);  
    -webkit-transition: 100ms ease-in .1s;  
    transition: 100ms ease-in .1s; 
}

.exam_b li h3 {
	border-bottom:1px dotted #ddd;
	text-overflow: ellipsis;
    white-space: nowrap;
	overflow:hidden;
	line-height:45px;
	height:45px;
}

.exam_b li h3 em {
	color:#56BDB3;
	margin-right:12px;
}

.exam_b li:last-child h3 {
	border-bottom:none;
}

.examin_t {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #f0f0f0;
	padding:0 15px;
	font-size:18px;
	font-weight:bold;
}

.examin_c {
	padding:20px 15px 10px 15px;
}

.examin_c a {
	display:block;
	width:-webkit-calc(33% - 10px); 
	width:-moz-calc(33% - 10px); 
	width:calc(33% - 10px);
	float:left;
	margin-right:15px;
	background:#F8F8F8;
	text-align:center;
	font-size:14px;
	height:35px;
	line-height:35px;
	margin-bottom:10px;
}

.examin_c a:nth-child(3n) {
	float:right;
	margin-right:0;
}

.examin_c a:hover {
	background:#56BDB3;
	color:#FFF!important;
}

.examin_v {
	
}

.examin_vt {
	height:40px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
}

.examin_vc {
	background:#F8F8F8;
}

.examin_vc .pic {
	width:100%;
	height:180px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.examin_vc .pic img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.examin_vc .tit {
	font-size:15px;
	padding:15px 15px;
	height:20px;
}

.examin_vc .tit i {
	display:block;
	float:left;
	background:url(../images/video_icon2.png) no-repeat left center;
	width:20px;
	height:16px;
	margin-right:10px;
	margin-top:2px;
}

.examin_vc .tit b {
	display:block;
	float:left;
	width:-webkit-calc(100% - 30px); 
	width:-moz-calc(100% - 30px); 
	width:calc(100% - 30px);
	font-weight:normal;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height:20px;
	height:20px;
}

.exam_left {
	width:280px;
	float:left;
	margin-top:20px;
}

.exam_left_box {
	border:1px solid #f0f0f0;
}

.exam_left_top {
	width:100%;
	height:150px;
	overflow:hidden;
	background:url(../images/study_bg.jpg) no-repeat center;
	background-size:100% auto;
	text-align:center;
	color:#28867d;
	line-height:30px;
	box-sizing:border-box;
	padding-top:40px;
}

.exam_left_top h4 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.exam_left_top p {
	font-size:16px;
}

.exam_left_list {
	margin:12px 15px;
}

.exam_left_list li {
	background:url(../images/wb_w.png) no-repeat left center;
	height:39px;
	line-height:39px;
	padding-left:30px;
	font-size:15px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}


.exam_box_a {
	
}

.exam_box_a li {
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
	float:left;
	background:#FFF;
	-webkit-box-shadow:0 0 12px rgba(70, 70, 70, .15);  
	-moz-box-shadow:0 0 12px rgba(70, 70, 70, .15);  
	box-shadow:0 0 12px rgba(70, 70, 70, .15);
	box-sizing:border-box;
	padding:15px;
	padding-right:10px;
}

.exam_box_a li:nth-child(2n) {
	float:right;
}

.exam_box_a li a {
	display:block;
}

.exam_box_a li .pic {
	width:120px;
	height:80px;
	float:left;
	overflow:hidden;
	position:relative;
	z-index:1;
	margin-right:15px;
}

.exam_box_a li .pic img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.exam_box_a li .pic i {
	display:block;
	position:absolute;
	z-index:5;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px;
	width:40px;
	height:40px;
	background:url(../images/playon2.png) no-repeat center;
}

.exam_box_a li .tit {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:16px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	margin-bottom:10px;
}

.exam_box_a li .text {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	font-size:13px;
	color:#888;
	line-height:20px;
	max-height:40px;
}


.exam_box_b ul {
	width:100%;
	float:left;
	margin-top:20px;
	overflow:hidden;
}

.exam_box_b ul li {
	width:-webkit-calc(50% - 15px); 
	width:-moz-calc(50% - 15px); 
	width:calc(50% - 15px);
	float:left;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exam_box_b ul li:nth-child(2n) {
	float:right;
}

.exam_box_b ul li b {
	display:block;
	float:left;
	font-weight:normal;
	font-size:16px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	width:80%;
}

.exam_box_b ul li span {
	display:block;
	float:right;
	font-size:13px;
	color:#c0c0c0;
}


.edunav .icon-news {
    padding-left: 26px;
    padding-right: 20px;
    background: url(../images/news.png) left center no-repeat;

}

.edunav .icon-medius {
    padding-left: 26px;
    padding-right: 20px;
    background: url(../images/mediu.png) left center no-repeat;
}


.study_twonav {
	width:100%;
	background:#42C5B8;
}

.study_twonav ul {
	width: 100%;
	padding:10px 0;
}

.study_twonav ul li {
	float:left;
	overflow:hidden;
	font-size:16px;
	line-height:35px;
	padding:0 20px;
}

.study_twonav ul li a {
	display:block;
	color:#FFF;
} 

.study_twonav ul li a:hover {
	color:#FFF!important;
	text-decoration:underline;
}

.study_twonav ul li.on {
	background-color:rgba(255,255,255,.25);
}


.study_new {
	margin:0 15px;
	height:330px;
	overflow:hidden;
}

.study_new li {
	border-bottom:1px dotted #ddd;
	padding:15px 0;
	width:100%;
	height:80px;
}

.study_new li:last-child {
	border-bottom:none;
}

.study_new li .studytit {
	font-size:15px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	height:32px;
	line-height:32px;
	font-weight:normal;
	position:relative;
	z-index:1;
	padding-left:22px;
}

.study_new li .studytit:before {
	content:"";
	position:absolute;
	left:8px;
	top:14px;
    width:8px;
	height:8px;
	background:#42C5B8;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	transform-origin:0 100%;
}

.study_new li .studycon {
	height:30px;
}

.study_new li .studycon p {
	width:-webkit-calc(100% - 100px); 
	width:-moz-calc(100% - 100px); 
	width:calc(100% - 100px);
	float:left;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:20px;
	height:40px;
	color:#999;
	font-size:12px;
}

.study_new li .viewmore {
	display:block;
	float:right;
	width:86px;
	height:30px;
	font-size:12px;
	border:1px solid #42C5B8;
	color:#42C5B8;
	border-radius:15px;
	background:#FFF;
	line-height:27px;
	position:relative;
	z-index:1;
	box-sizing:border-box;
	padding-left:13px;
	margin-top:5px;
}

.study_new li .viewmore:before {
	content:"";
	position: absolute;
    top: 50%;
	margin-top:-2px; 
    right: 10px;  
    width: 6px;  
    height: 6px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #42C5B8;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(45deg);  
}

.study_new li .viewmore:hover {
	background: linear-gradient(to right, rgba(66,197,184,1), rgba(116,213,203,1));
	color:#FFF!important;
}

.study_new li .viewmore:hover:before {
	border-color: #fff;
}



.study_ctop {
    
}

.study_ctop li {
	border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
	margin-bottom:10px;
}

.study_ctop li:last-child {
	border-bottom:none;
}

.study_ctop .ti {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
	font-size: 20px;
    font-weight: bold;
    color: #56BDB3;
	text-align:center;
}

.study_ctop .ti a {
	color:#56BDB3;
}

.study_ctop .ti a:hover {
	text-decoration:underline;
}

.study_ctop .cc {
	font-size:14px;
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:24px;
	height:48px;
	color:#434343;
}


.exam_guide {
	padding:20px 15px 10px 15px;
	height:410px;
	overflow:hidden;
}

.exam_guide li {
	background:#F8F8F8;
	font-size:14px;
	height:40px;
	line-height:40px;
	margin-bottom:5px;
	position:relative;
	z-index:1;
}

.exam_guide li:before {
	content:"";
	position: absolute;
    top: 50%;
	margin-top:-2px; 
    left: 9px;  
    width: 5px;  
    height: 5px;  
    border-style: solid;  
    border-width: 2px 2px 0 0;  
    border-color: #aaa;  
    -webkit-transform-origin: 75% 25%;  
    -webkit-transform: rotateZ(45deg);  
}

.exam_guide a {
	display:block;
	padding:0 10px 0 30px;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

.exam_guide li:hover {
	background:#56BDB3;
	color:#FFF!important;
}

.exam_guide li:hover:before {
	border-color: #fff;
}

.exam_guide li:hover a {
	color:#FFF!important;
}

.exam_jpsp {
	height:440px;
	overflow:hidden;
}

.exam_jpsp li {
	width:-webkit-calc(50% - 10px); 
	width:-moz-calc(50% - 10px); 
	width:calc(50% - 10px);
	float:left;
	margin-bottom:15px;
}

.exam_jpsp li:nth-child(2n) {
	float:right;
}

.exam_jpsp li span {
	display:block;
	width:100%;
	overflow:hidden;
	height:80px;
	position:relative;
	z-index:1;
	margin-bottom:8px;
}

.exam_jpsp li span img {
	height:100%;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.exam_jpsp li i {
	display:block;
	background:url(../images/playon2.png) no-repeat center;
	width:40px;
	height:40px;
	position:absolute;
	z-index:11;
	left:15px;
	bottom:10px;
}

.exam_jpsp li p {
	overflow: hidden; 
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	line-height:22px;
	height:44px;
	overflow:hidden;
	font-size:14px;
}

.examclass_l {
	width:300px;
	float:left;
	margin:12px 0;
}

.examclass_tit {
	height:40px;
	line-height:40px;
	font-size:20px;
	font-weight:bold;
	padding-left:36px;
	margin-bottom:12px;
}

.etit_01 {
	background:url(../images/exam_1.png) no-repeat left center;
}

.etit_02 {
	background:url(../images/exam_2.png) no-repeat left center;
}

.examclass_r {
	width:870px;
	float:right;
	margin:12px 0;
}

.examclass_box {
    background: #FFF;
    -webkit-box-shadow: 0 0 12px rgba(70, 70, 70, .15);
    -moz-box-shadow: 0 0 12px rgba(70, 70, 70, .15);
    box-shadow: 0 0 12px rgba(70, 70, 70, .15);
    box-sizing: border-box;
    padding: 15px;
    padding-right: 10px;
}

.ebox_a {
	height:510px;
	overflow:hidden;
}

.ebox_a li {
	height:42px;
	line-height:42px;
	font-size:15px;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	position:relative;
	z-index:1;
	padding-left:15px;
}

.ebox_a li:before {
	position:absolute;
	left:0;
	z-index:5;
	top:50%;
	content:"";
	width:3px;
	height:3px;
	background:#333;
	margin-top:-1px;
}


.ebox_b {
	height:510px;
	overflow:hidden;
}

.ebox_b li {
	height:56px;
	line-height:56px;
	font-size:15px;
	overflow:hidden;
	border-bottom:1px dotted #e8e8e8;
}

.ebox_b li:last-child {
	border-bottom:none;
}

.ebox_b li b {
	display:block;
	float:left;
	font-weight:normal;
	position:relative;
	z-index:1;
	padding-left:30px;
	width:-webkit-calc(100% - 160px); 
	width:-moz-calc(100% - 160px); 
	width:calc(100% - 160px);
	font-weight:normal;
	background:url(../images/question.png) no-repeat left center;
	overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-ms-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s;
}

.ebox_b li:hover b {
	text-indent:10px;
}

.ebox_b li .enter {
	display:block;
	float:right;
    width: 86px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #42C5B8;
    color: #42C5B8;
    border-radius: 15px;
    background: #FFF;
    line-height: 27px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 13px;
	text-align:center;
}

.ebox_b li .enter:hover {
	background: linear-gradient(to right, rgba(66,197,184,1), rgba(116,213,203,1));
	color:#FFF!important;
}

.eanother {
	float:left;
	font-size:16px;
	margin-left:30px;
	position:relative;
	z-index:1;
	padding-left:30px;
}

.eanother:before {
	content:"";
	position:absolute;
	left:0;
	top:14px;
	width:1px;
	height:16px;
	background:#e0e0e0;
}

.eanother a {
	display:block;
	float:left;
	margin-right:30px;
	border:1px solid #ddd;
	height:28px;
	line-height:28px;
	border-radius:15px;
	padding:0 15px;
	margin-top:7px;
}

.eanother a:hover {
	border:1px solid #56BDB3;
	color:#56BDB3;
}

.techmenu li:before {
    
    background: rgba(255,255,255,.4);
    
}

.topchannel a{
	color:#56bdb3
}

.study_headline h2 a{
	display:block;

white-space:nowrap;

overflow:hidden;

text-overflow:ellipsis;
}


.topserch .rt_search{background: #56BDB3}


