/* ----------------------------------- */
/* ------------------------------------*/
/*  2019年03月11日 22时25分开始写      */
/* ----------------------------------- */
/* ----------------------------------- */


body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #104E8B; /* #18d26e */
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #18d36e;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

/* page_box */
.page_box {
    background: #fff;
    background-size: cover;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}

.page_title {
    font-size: 1.0rem;
    padding: 5px 0;
    font-weight: 600;
    background: #EBEBEB;
    text-transform: uppercase;
}

.page_content {
    font-size: 0.8rem;
    font-weight: 400;
}

.page_button_left, .page_button_center, .page_button_right {
    font-size: 0.8rem;
    font-weight: 400;
    background: #EBEBEB;
    height: 2.2rem;
    line-height: 2.2rem;
    vertical-align: middle;
    padding:0.3rem 0;
    margin:3px 0;
}

.page_button_left {
    text-align: left;
    padding-left: 20px;
}

.page_button_center {
    text-align: center;
}

.page_button_right {
    text-align: right;
}

.page_button_left2, .page_button_center2, .page_button_right2 {
    font-size: 0.8rem;
    font-weight: 400;
    background: #EBEBEB;
    height: 2.5rem;
    line-height: 2.2rem;
    vertical-align: middle;
    padding:0;
    margin:3px 0;
}
.page_button_left2 {
    text-align: left;
    padding-left: 20px;
}

.page_button_center2 {
    text-align: center;
}

.page_button_right2 {
    text-align: right;
}



.topfixed {
    position: fixed;
    width: 100%;
    line-height: 2.6rem;
    height: 2.6rem;
    text-align: center;
    font-size: 1.0rem;
    right: 0px;
    top: 0px;
    z-index: 11;
    font-weight: 500;
    background: #EBEBEB;
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
}

.bottomfixed {
    position: fixed;
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    text-align: center;
    font-size: 1.0rem;
    right: 0px;
    bottom: 0px;
    z-index: 11;
    font-weight: 500;
    background: #EBEBEB;
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
}

.contenttable .rowtitle {
    column-span: all;
    background: #EBEBEB;
    font-size: 1.1rem;
    font-weight: 400;
}

.contenttable input {
    width: 150px;
}

.contenttable .DropDownList1 {
    width: 150px;
}

/* end page_box */

.GridViewScroll {
    overflow-x: scroll;
    overflow-y: hidden;
    margin:0 auto;
}


/* login */
.loginbox {
    margin: 0px auto;
    margin-top: 10%;
    text-align: center;
    width: 500px;
    height: 304px;
    overflow: hidden;
    padding: 0px;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
}

    .loginbox h3 {
        font-size: 1.2rem;
        padding: 5px 0;
        font-weight: 600;
    }

.loginTitle {
    font-size: 1.5rem;
    padding: 5px 40px;
    font-weight: 600;
    color: #00a;
    text-shadow: 1px 1px 0px #212121;
    /*text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);*/
}
/* end login */

/* top */
.top {
    display: inline;
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0px;
    padding: 0px;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.5s;
    background: #09192a;
    color: white;
}

    .top span {
        margin: 0 30px;
    }

    .top a {
        text-decoration: none;
        color: #fff;
    }

        .top a:focus {
            outline: none;
            text-decoration: none;
        }

.span-right {
    margin: 0 30px;
    float: right;
}
/* end top */

/* leftmenu */

.accordion {
    width: 200px;
    margin: 0px auto;
    list-style: none;
    padding: 0;
}

    .accordion h1, h2 h3, h4, li {
        cursor: pointer;
    }

    .accordion h2, h3, h4, li {
        font-family: "News Cycle";
    }

    .accordion h1 {
        padding: 10px 0px;
        margin: 0;
        background-color: #101b59;
        font-family: Lobster;
        font-size: 1.1rem;
        font-weight: normal;
        color: #fff;
        text-align: center;
    }

        .accordion h1:hover {
            background: #213e9a;
        }

        .accordion h1:first-child {
            /*border-radius: 10px 10px 0 0;*/
        }

        .accordion h1:last-of-type {
            /*border-radius: 0 0 10px 10px;*/
        }

        .accordion h1:not(:last-of-type) {
            border-bottom: 1px solid #808080;
        }

    .accordion ul, .accordion p {
        display: none;
        margin: 0;
        padding: 0;
    }

    .accordion li {
        padding: 5px 0;
        background-color: #00688B;
        font-size: 1.0rem;
        color: #fff;
        text-align: center;
    }

        .accordion li:not(:last-of-type) {
            border-bottom: 1px dashed #f2e5e5;
        }

        .accordion li a {
            color: #fff;
        }

        .accordion li:hover {
            background-color: #267198;
        }

    .accordion .opened-for-codepen {
        display: block;
    }

.menutitle {
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    text-align: center;
    transition: all 0.5s;
    background: #666666;
    color: white;
    font-size: 1.0rem;
    font-weight: 400;
}

    .menutitle a {
        text-decoration: none;
        color: #fff;
    }

        .menutitle a:focus {
            outline: none;
            text-decoration: none;
        }
/* end leftmenu */


/*-- StudentCard Section --*/
.studentcard {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

    .studentcard .header {
        font-weight: 800;
        line-height: 3.5rem;
        height: 3.5rem;
        text-align: center;
        background: #104E8B;
        color: #fff;
        width: 100%;
        transition: background 0.5s;
        z-index: 99;
        box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
    }

    .studentcard .footer {
        position: fixed;
        background: #104E8B;
        color: #fff;
        width: 100%;
        line-height: 3.5rem;
        height: 3.5rem;
        text-align: center;
        font-size: 1.0rem;
        right: 0px;
        bottom: 0px;
        transition: background 0.5s;
        z-index: 11;
        font-weight: 800;
        box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.25);
    }

        .studentcard .footer .list {
            width: 20%;
            display: inline-block;
            height: 3.5rem;
            line-height: 3.5rem;
        }

            .studentcard .footer .list i {
                font-size: 1.3rem;
                color: #fff;
                font-weight: 700;
                display: inline-block;
                padding-top: 0.5rem;
            }


.contentitem {
    margin: 0px 10%;
    padding: 1rem;
    padding-bottom: 0;
    text-align: center;
}

    .contentitem span {
        color: blue;
    }


.studentcard h1 {
    font-size: 1.6rem;
    line-height: 3.5rem;
    color: #fff;
}

.studentcard h3 {
    font-size: 1.3rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 1px dotted #ddd;
    text-align: left;
}

.studentcard h4 {
    font-size: 1.0rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.studentcard .stucontent {
    margin: 0 auto;
    padding: 0.6rem 0;
    text-align: center;
}

    .studentcard .stucontent .stuphoto {
        margin: 0 auto;
        padding: 0.6rem;
        text-align: center;
    }

        .studentcard .stucontent .stuphoto img {
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
        }

/*--End StudentCard Section --*/

