﻿/*二级页面 css*/ 
/* 学员成绩 二级页面css*/ 
.student_pic{}
.student_pic img{ max-width:100%; height:auto; display:block; margin:0px auto;}
.student .moduletil h3{ margin-bottom:0px;}

.parent{ position:relative;}
.parentbg{ background:#F4F4F4; height:55%; width:100%; position:absolute; top:0px; left:0px; z-index:-1;}
.parent ul{ text-align:center; font-size:0px;}
.parent ul:after { content:""; display: block; clear: both;}
.parent ul li{ display:inline-block;text-align:left; width:33%; color:#fff; line-height:26px; vertical-align:top; height:240px; }
.parent ul li div{ padding:0px 36px; height:240px; font-size:14px; vertical-align:middle; display:table-cell;}
.parent ul li p{margin-bottom:12px;}
.parent ul li span{ text-align:right; display:block;}
.parent ul li img{width:100%; height:100%; display:none;}
.parent ul li.s1{ width:66%;}
.parent ul li.s2{ background:#fff; color:#222;}
.parent ul li.s4{ background:#94D1CD;}
.parent ul li.s6{ background:#F6AC19;}
.parent ul li.s8{ background:#A2C434;}
.parent ul li.s1{ background-image:url(../images/achievement_r3_c1.png); background-repeat:no-repeat; background-position: center center ; background-size:cover;}
.parent ul li.s3{ background-image:url(../images/achievement_r4_c1.png); background-repeat:no-repeat; background-position: center center ; background-size:cover;}
.parent ul li.s5{ background-image:url(../images/achievement_r4_c3.png); background-repeat:no-repeat; background-position: center center ; background-size:cover;}
.parent ul li.s7{ background-image:url(../images/achievement_r5_c2.png); background-repeat:no-repeat; background-position: center center ; background-size:cover;}


/*利用:after伪元素*/ 
/*.clearUl:after { 
content:""; 
display: block; 
clear: both; 
*/