@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #676767;
    background: url(bodybg.png)/*tpa=http://silcic.shu.edu.cn/res/images/bodybg.png*/ #efefef top left repeat-x;
}


a, a:visited {
    color: #273e8f;
    text-decoration: underline;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    a:hover {
        text-decoration: none;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

#wrapper {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
    background: #fff;
}

#banner {
    width: 1200px;
    height: 381px;
    background: url(banner.jpg)/*tpa=http://silcic.shu.edu.cn/res/images/banner.jpg*/ top center no-repeat;
}

#content {
    margin: -56px 0 0 0;
    padding: 0 0 50px 0;
    overflow: hidden;
}

.menu {
    float: left;
    margin: 0 0 0 23px;
    width: 289px;
    height: 555px;
    background: url(menubg.png)/*tpa=http://silcic.shu.edu.cn/res/images/menubg.png*/ no-repeat;
}

.menu_title {
    font-size: 18px;
    line-height: 50px;
    padding: 0 0 0 30px;
    color: #fff;
}

.menu ul {
    width: 240px;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.menu li {
    width: 100%;
    margin: 0 0 15px 30px;
}

    .menu li a {
        padding: 0 0 0 30px;
        width: 200px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        background: #162a70;
        display: inline-block;
        text-decoration: none;
    }

        .menu li a:hover {
            padding: 0 0 0 30px;
            width: 200px;
            height: 36px;
            line-height: 36px;
            color: #273e8f;
            background: #dfedff;
            display: inline-block;
            text-decoration: none;
        }

.menu .selected {
    padding: 0 0 0 30px;
    width: 200px;
    height: 36px;
    line-height: 36px;
    color: #273e8f;
    background: #dfedff;
    display: inline-block;
    text-decoration: none;
}

.maincontent {
    float: right;
    width: 800px;
    padding: 50px 40px 0 0;
}

    .maincontent h2 {
        margin: 0 0 10px -30px;
        padding: 0 0 0 30px;
        width: 500px;
        height: 64px;
        line-height: 64px;
        color: #273e8f;
        font-size: 18px;
        background: url(h2bg.png)/*tpa=http://silcic.shu.edu.cn/res/images/h2bg.png*/ no-repeat;
    }

#copyright {
    width: 1200px;
    padding: 30px 0;
    text-align: center;
    color: #273e8f;
    background: #ddd;
    border-bottom: 5px solid #273e8f;
}
