
/*** General *****************/
body {
	overflow-y: scroll;
      
}


a {
	text-decoration:underline;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}

label, p, h4{
	font-family:'exodemi_bold',Arial, Helvetica, sans-serif;
}
label{
	line-height: 33px;
	letter-spacing: .1em;
	font-size: 15px;
	text-transform:uppercase;
}
p{
	font-size: 13px;
	line-height: 21px;
}
h4{
	font-size: 19px;
	letter-spacing:.1em;
}
/*h6{
	font-style:italic;
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-size:12px;
	line-height: 20px;
}*/






/******************************当前页面主要内容(手风琴)  *******************************/
/*** .nav1 Class ************************/

            
 .tab-content {
            padding: 0 !important;
        }

.nav1{
	width: 860px;
	/*margin: 30px auto;*/
	overflow:hidden;
	
	text-align: left;
	border:3px solid;
}
.nav1 label{
	display: block;
	position: relative;
	padding: 5px 20px;

	height: 80px;
	cursor: pointer;
	z-index: 20;
	
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,.5);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(155,155,155,.5);
	-moz-box-shadow:0px 0px 0px 1px rgba(155,155,155,.5);
}
.nav1 label i{
	font-size:21px;
	padding:3px 10px 0 0;
}

.nav1 input:checked + label,
.nav1 input:checked + label:hover{
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,.3), 
		0px 2px 2px rgba(0,0,0,.1);
	-webkit-box-shadow:
		0px 0px 0px 1px rgba(155,155,155,.3), 
		0px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow:
		0px 0px 0px 1px rgba(155,155,155,.3), 
		0px 2px 2px rgba(0,0,0,.1);
}
.nav1 label:hover:after,
.nav1 input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;	
}
.nav1 input{
	display: none;
}
    .nav1 label a {
        display: block;
        position: absolute;
        right: 100px;
        bottom: 10px;
        border-radius: 10px;
        width: 100px;
        height: 30px;
        display: block;
        border: 1px solid orange;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        color: black;
    }
/*** .content Class *********************/
.content{
	margin-top: -1px;
	overflow-x: hidden;
    overflow-y:auto;
	/*height: 240px;*/
	position: relative;
	z-index: 10;
    /*max-height:180px;*/
    background: rgba(255, 255, 255, 0.5);
}
.content p{
	padding: 2px 15px 5px 10px;
	margin-left:15px;
	/*border-left:10px solid;*/
}

.content h4{
	padding:8px 0 7px 15px;
}


/*** For Change Animation Effects ****/
.nav1 input:checked ~ .content{       
	/*z-index:-1;*/
	
	-webkit-animation-name: slideLeft;
	-webkit-animation-duration: .7s;
	-webkit-animation-iteration-count: 1;
}


h4, p{
	color: #777777;
}

.nav1{   
    width: 895px;
    border:none;                          /*Dark Color*/
	border-color:#cccccc;
}
.nav1 label{
	color:#000000;
}
.nav1 label:hover,
.nav1 input:checked + label,
.nav1 input:checked + label:hover{ 
	color:black;
}
.nav1 label span{
	margin-left:180px;
    margin-top:25px;
    font-size:20px;
    display:block;
    color:#999999;
   font-weight:700;
}

/* For Change Style */
.nav1>div:nth-child(2n+1)>label{                       /*Light Color*/
	background-color:#FFFFFF;
}
.nav1>div:nth-child(2n)>label{                       /*Light Color*/
	background-color:#f7f7f7;
}
.nav1 label:hover,
.nav1 input:checked + label,
.nav1 input:checked + label:hover{ /*Dark Color*/
	background: #f6ede1;
}

.nav1 label:hover:after,
.nav1 input:checked + label:hover:after{
	background: transparent url(../../images/arrow_down.png) no-repeat center center;
}
.nav1 input:checked + label:hover:after{
	background-image:url(../../images/arrow_up.png);
}


.content p{                       /*Dark Color*/
	border-left-color:#0d72de;
}
.content h6{                      /*Dark Color*/
	background-color:rgba(33, 203, 187, .1);
}

.content div div:first-child {
    float: left;
    width: 75%;
    word-wrap: break-word;
    cursor: pointer;
}

.content div div:nth-child(2){
    float:left;
    width:25%;
    word-wrap:break-word;

}
.content div div:nth-child(2) p:first-child{
   font-weight:700
}

span {
    font-size:12px
}



/*************************个人信息,排行榜,实训报告,教学目标*****************************/
ul.oe_menu {
            list-style: none;
            position: relative;
            /*margin: 30px 0px 0px 40px;*/
            /*width: 480px;*/
            float: left;
            clear: both;
        }

            ul.oe_menu > li {
                width: 120px;
                /*height: 100px;*/
                padding-bottom: 2px;
                float: left;
                position: relative;
            }

                ul.oe_menu > li > a {
                    display: block;
                    /*background-color: #fff;*/
                    color: #ffffff;
                    text-decoration: none;
                    font-weight: bolder;
                    font-size: 16px;
                    width: 100px;
                    height: 80px;
                    padding: 10px;
                    margin: 1px;
                    /*text-shadow: 0px 0px 1px #000;*/
                    opacity: 0.8;
                    line-height: 80px;
                    text-align: center;
                }

                /*ul.oe_menu > li > a:hover,*/
                ul.oe_menu > li.selected > a {
                    /*background:yellow;
                        opacity: 0;*/
                }

        .oe_wrapper ul.hovered > li > a {
            background: #fff;
            text-shadow: 0px 0px 1px #FFF;
        }

        ul.oe_menu > li > div {
            position: absolute;
            top: 100px;
            left: 0;
            background: #ffffff;
            width: 410px;
            height: 230px;
            padding: 30px;
            display: none;
            border: 1px solid #cccccc;
        }

        ul.oe_menu li ul {
            list-style: none;
            float: left;
            width: 150px;
            margin-right: 10px;
        }
         .hovered {
            background-color: #ffa52d;
        }


/*排行榜具体内容*/


        .report_list tr:nth-child(2n+1) {
            background-color: #f7f7f7;
            cursor: pointer;
        }

        .report_list tr:nth-child(2n+2) {
            background-color: #ffffff;
            cursor: pointer;
        }

       

        table {
            border: 0;
            border-collapse: collapse;
        }


