﻿.studentListTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #00155d;
    margin-bottom:20px;
}
.studentListTitle li{
    width:20%;float:left;
    text-indent:20px;
    line-height:50px;
    color:#fff;
}

.studentListList{
    width:100%;
    height:auto;overflow:hidden;
}
.studentListList li{
    width:100%;
    height:auto;overflow:hidden;
}
    .studentListList li:nth-child(2n) {
        background-color: #e4eaff;
    }
    .studentListList li .list {
        width: 100%;
    }
    .studentListList li .list dd{
        width:20%;float:left;
        line-height:50px;
        text-indent:20px;
    }

/*详情*/
.studentShowTitle{
    width:94%;
    height:auto;overflow:hidden;
    background-color:#f1f1f1;
    padding:30px 3%;
}
    .studentShowTitle h1 {
        width: 100%;
        height: 70px;
        overflow: hidden;
        line-height: 40px;
        font-size: 30px;
        font-weight: bold;
        background-image: url(../Images/studentTitleBg.png);
        background-repeat: no-repeat;
        background-position: 0 20px;
        text-indent: 10px;
    }
.studentShowTitle h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:18px;
}
    .studentShowTitle h2 span {
        color: #ff6a00;
    }
.studentShowList{
    width:100%;
    height:auto;overflow:hidden;
}
.studentShowList li{
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    color:#999;
    font-size:16px;
}
.studentShowList li span{
    color:#333;
    font-weight:bold;
}
.studentShowRemark{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    color:#666;
}
.studentShowRemark a{color:#ff6a00;}
.studentShowRemark a:hover{text-decoration:underline;}
.studentShowRemark span{color:#ff6a00;}