﻿#bannertrundle {
    height: 300px;
    width: 100%;
    background-color: #00009e;
    /*#ba0f05;*/
    overflow: hidden;
}

    #bannertrundle div {
        position: absolute;
        display: none;
        height: 300px;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

        #bannertrundle div a {
            height: 280px;
            width: 100%;
            display: block;
        }

    #bannertrundle ul {
        position: absolute;
        margin-top: 280px;
        overflow: hidden;
        list-style: none;
        border: 0;
        outline: 0;
    }

    #bannertrundle li {
        display: inline-block;
        list-style: none;
        float: left;
        padding: 0px;
        margin-left: 5px;
        height: 6px;
        width: 16px;
    }

#lvNotice {
    overflow: hidden;
    line-height: 36px;
}

    #lvNotice li {
        cursor: pointer;
        margin-right: 100px;
        height: 36px;
    }

        #lvNotice li a {
            color: #ffffff;
            font-size: 14px;
            font-family: 宋体;
        }

#content #divNewImg a {
    position: absolute;
    display: none;
    width: 467px;
    height: 222px;
}

#content #divNewImg img {
    width: 467px;
    height: 222px;
}

#content #divNewImg #newimgbg {
    position: absolute;
    margin-top: 195px;
    background-image: url(../images/newimgbg.png);
    width: 467px;
    height: 27px;
}

#content #divNewImg ul {
    overflow: hidden;
    list-style: none;
    border: 0;
    outline: 0;
    height: 10px;
    margin-top: 8px;
    margin-right: 5px;
    float: right;
}

#content #divNewImg li {
    display: inline-block;
    list-style: none;
    float: left;
    padding: 0px;
    margin-left: 5px;
}

#lvStaffTeam {
    width: 1002px;
    height: 232px;
    overflow: hidden;
}

    #lvStaffTeam img {
        width: 135px;
        height: 230px;
    }

#lvSchoolphoto {
    width: 1002px;
    height: 232px;
    overflow: hidden;
}

#lvSchoolphoto img {
    width: 272px;
    height: 230px;
}

#content #divNavBotton a {
    display: block;
    width: 106px;
    height: 89px;
    float: left;
    margin-left: 10px;
}

#content #divNavBotton #linkVideos {
    background-image: url(../images/videos.jpg);
}

    #content #divNavBotton #linkVideos:hover {
        background-image: url(../images/videoss.jpg);
    }

#content #divNavBotton #linkTeachingResources {
    background-image: url(../images/teachingresources.jpg);
}

    #content #divNavBotton #linkTeachingResources:hover {
        background-image: url(../images/teachingresourcess.jpg);
    }

#content #divNavBotton #linkOnlineApplication {
    background-image: url(../images/onlineapplication.jpg);
}

    #content #divNavBotton #linkOnlineApplication:hover {
        background-image: url(../images/onlineapplications.jpg);
    }

#content #divNavBotton #linkContactPrincipal {
    background-image: url(../images/contactprincipal.jpg);
}

    #content #divNavBotton #linkContactPrincipal:hover {
        background-image: url(../images/contactprincipals.jpg);
    }

#content .content .InfoTitle {
    text-align: left;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 9px;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 45px;
    font-size: 18px;
    /*font-weight: bold;*/
}

    #content .content .InfoTitle .more {
        float: right;
        color: #878787;
    }

        #content .content .InfoTitle .more:hover {
            color: #1e58a1;
        }

#content .content .contentTr {
    /*height: 35px;*/
    /*line-height: 35px;*/
    text-align: left;
    overflow: hidden;
    padding-top: 9px;
}

    #content .content .contentTr a {
        border-left: 1px solid #adadad;
        border-left-style: dashed;
        padding-left: 12px;
    }

    #content .content .contentTr:hover a {
        border-left: 3px solid #1e58a1;
        color: #1e58a1;
        text-decoration: underline;
    }

    #content .content .contentTr:hover .datetime {
        color: #1e58a1;
        text-decoration: underline;
    }

    #content .content .contentTr .contentTitle {
        float: left;
        /*width: 390px;*/
    }

    #content .content .contentTr .datetime {
        float: right;
        cursor: pointer;
        font-size: 12px;
    }

#content .content .tabContent {
    display: none;
    height: 320px;
}
