﻿body {
    font-family: "微软雅黑";
    font-size: 16px;
    text-align: center;
    padding: 0;
    /*background: #dcd9d9;*/
    background-image: url('/SystemData/body_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow-x: hidden;
}

.textonpic {
    left: 0px; /* 设置文字距离左边的距离 */
    color: black; /* 设置文字颜色 */
    font-size: 24px; /* 设置文字大小 */
    font-synthesis: weight;
    height: 60px;
    z-index: 1; /* 设置文字的层级，确保它在图片之上 */
}


.cool-button {
    display: inline-block;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 16px;
    color: #fff;
    background-color: blue;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 95%;
    margin-top: 10px;
}

    .cool-button:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #e74c3c;
        transition: all 0.3s ease;
        z-index: -1;
    }

    .cool-button:hover {
        background-color: transparent;
  
    }

        .cool-button:hover:before {
            left: 0;
        }

p {
    text-indent: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

a {
    text-decoration: none;
    color: blue;
}

    a:hover {
        background: rgba(0,45,255,1);
        color: #fff !important;
    }


    .CurCourse {
    background-color: lightgreen;
    color: black;
}

.AllCourses {
    background-color: lightcyan;
    color: black;
}

.CheckBoxStyle {
    display: flex;
    justify-content: left;
    background-color: white;
}

#MainBody {
/*    background-color: #dcd9d9;*/
    text-align: center;
    padding-bottom: 20px;
/*    padding-left: 40px;
    padding-right: 40px;*/
}

.profileIndexWrap {
    width: 1000px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

#WebName {
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 40px;
}

#ProjectName {
    display: inline-block;
    padding-bottom: 10px;
    text-align: right;
    padding-left: 90px;
    padding-top:20px;
    color: #d7000f;
}

#HeadBackground {
    /*background-image: url('/SystemData/HeaderBackgroud.jpg');*/
    background-color: rgba(0, 55, 233, 0.1);
    width: 100%;
    background-size: cover;
}

#UserInfoHead {
    /*background-color: #467879;*/
    height: 40px;
    text-align: right;
    padding-right: 140px;
    padding-top: 4px;
    width: 100%;
    box-sizing: border-box;
}

.MenuHead {
    /*background-color: #467879;*/
    /*background-color: rgba(0, 233,55, 0.2);*/
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding-left: 40px;
}

#footer {
    vertical-align: middle;
    width: 100%;
    height: 90px;
    color: black;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    background-color: rgba(0, 55, 233, 0.2);
    background-size: cover;
}

.ColumnStyle {
    display: inline-block;
    height: 500px;
    width: 391px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    /*border-bottom: 1px solid blue;*/
    background-color: rgba(255,255,255,1);
    text-align: left;
    padding: 0px;
    line-height: 28px;
}

.ItemStyle {
    font-size: 16px;
    padding-left: 100px;
    padding-bottom: 0px;
/*    border-bottom: 1px solid #d7000f;*/
    background-color:#f1f2e5;
}

.MoreArticle {
    background-color: transparent;
    margin-left: 110px;
    color: black;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

    .MoreArticle:hover {
        background-color: #83CBC8;
        color: black !important;
    }

    .NameLi {
        width: 100px;
        margin-left: 2px;
        margin-top: 2px;
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

.Panelcss {
    Width: 100%;
    Height: 100%;
    vertical-align: text-top;
}

.ArrowPic {
    position: absolute;
    top: 210px;
    /*z-index: 3;*/
    -webkit-filter: opacity(20%); /* Chrome, Safari, Opera */
    filter: opacity(20%);
}

    .ArrowPic:hover {
        -webkit-filter: opacity(60%); /* Chrome, Safari, Opera */
        filter: opacity(60%);
    }

.PageTitle {
    width: 1000px !important;
    height: 72px;
    text-align: left;
    vertical-align: middle;
    background-color: white;
}

.PicTitle {
    position: absolute;
    top: 410px;
    /*z-index: 4;*/
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: white;
}

.PureLinkButton {
    color: black;
    text-decoration: none;
}

    .PureLinkButton a:hover {
        text-decoration: none;
        background-color: #80D1C8;
    }

.ArticleLinkButton {
    color: black;
    text-decoration: none;
    display: block;
}

.OnlyLinkButton {
    color: black;
    text-decoration: none;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: black;
}

.posRelative {
    position: relative;
}

/***********导航***************/

#MenuMain .level1 .static {
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
    color: white;
    width: 110px;
    margin-top:2px;
}

#MenuMain .level2 .static {
    text-align: center;
    height: 31px;
    line-height: 31px;
    margin-left: 3px;
    margin-right: 3px;
    text-decoration: none;
    color: white;
    width: 110px;
}

#MenuMain ul.level2 {
    width: 100px;
    background: url(SystemData/secNavTop.png);
    border: 0px solid #b2aeae;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-top: 13px;
}


#MenuMain ul.level3 {
    width: 110px;
    /*background: url(SystemData/secNavTop.png);*/
    border: 0px solid #b2aeae;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-top: 13px;
}

#MenuMain .level2 {
    top: 35px !important;
    left: -10px !important;
}

#MenuMain a {
    color: #fff;
    font-size: 16px;

}

#MenuMain .level2 a {
    font-size: 16px;
    color: #5c5c5c;
    background-color: #e6e6e6;
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #b2aeae;
    border-right: 1px solid #b2aeae;
    width: 110px;
}

    #MenuMain .level2 a:hover {
        background-color: #83CBC8;
    }

#MenuMain a.popout {
    /*background: none !important;*/
    padding: 0px !important;
    background-image: url('/SystemData/arrowLeft.png') !important;
}

#MenuMain a.static {
    /*    padding: 0px !important;*/
    /* background: #006699 !important;*/
    background-color: transparent;
    border-radius: 9px;
    height: 30px;
    line-height: 30px;
    padding-top:1px;
    /*    padding-left: 9px !important;
    padding-right: 9px !important;*/
    /*    margin-left: 20px;
    margin-right: 20px;*/
}


#MenuMain a.highlighted.static {
    /*background:url(SystemData/navBg.png) #197fbf !important;*/
    background-color: #83CBC8;
    color: black !important;
    border-radius: 9px;
    /*    padding-left: 20px;
    padding-right: 20px;*/
}

#IMGCheckCode {
    cursor: pointer;
    width: 70px;
    height: 30px;
    line-height: 26px;
    vertical-align: bottom;
    background-color: white;
}


.tableFormBtn {
    display: inline-block;
    background: #145983;
    line-height: 30px;
    color: #fff !important;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    border-radius: 9px;
}

    .tableFormBtn:hover, tableFormBtn:visited {
        display: inline-block;
        background: #80D1C8;
        height: 30px;
        line-height: 30px;
        color: black !important;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 9px;
    }




/*************面包屑***************/
.breadWrap {
    width: 1000px;
    margin: 0 auto;
}

    .breadWrap .bread {
        width: 100%;
        text-align: left;
        color: black;
        height: 40px;
    }

.bread a, .bread span {
    color: #4c4c4c;
    height: 40px;
    line-height: 40px;
}

.bread a {
    text-decoration: none;
}

.tableFormWrap {
    text-align: left;
}


.tableForm {
    width: 1000px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #313131;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}


.TitleStyle {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
}

.labelForm {
    font-size: 16px;
}

.glineH20 {
    width: 1000px;
    height: 20px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.gline {
    width: 940px;
    margin: 0 auto;
    height: 1px;
    line-height: 1px;
    background: #9e9e9e;
}

.tableFormWrap .formPage td {
    border: 0
}

.formPage td span {
    display: inline-block;
    color: #fff;
    background: #197fbf;
    border: 1px solid #197fbf;
    padding-left: 16px;
    padding-right: 16px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
}

.formPage td a {
    display: inline-block;
    border: 1px solid #e8e8e8;
    padding-left: 16px;
    padding-right: 16px;
    height: 28px;
    margin-left: 4px;
    margin-right: 4px;
    color: #656565;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
}

.formPage td a:hover {
    border: 1px solid #197fbf;
    text-decoration: none;
    background-color: #80D1C8;
}


.Searchicon {
    position: absolute;
    top: 130px;
    right: 40px;
    width: 16px;
    /*z-index: 1;*/
}

.SearchBox {
    border-radius: 9px;
    border: 1px solid blue;
    height: 28px;
    width: 250px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
}

.HomeSearchBox {
    border-radius: 9px;
    border: 1px solid blue;
    height: 28px;
    width: 250px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    position: absolute;
    top: 124px;
    right: 10px;
}

.radioStyle {
    display: inline-block;
    /*margin-left: -20px;*/
    margin-right: 10px;
}

    .radioStyle input {
        margin-left: 20px;
    }

    .radioStyle label {
        /*  display: inline-block;*/
        margin-left: 0px;
        font-size: 16px;
    }

    .radioStyle td {
        padding-left: 0px;
    }

    .radioStyle input {
        margin-left: 7px;
    }


.TreeStyle table {
    clear: both;
    color: #313131;
    height: 30px;
    width: initial;
    background-color: rgba(255,255,255,0);
}


.TreeStyle td {
    padding-left: 0px !important;
    padding-right: 0px;
    vertical-align: middle;
    padding-bottom: 6px;
    padding-top: 6px;
    white-space: pre-wrap !important;
}


.MyCalendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: azure;
    color: black;
}

.MyCalendar td {
    padding-left: 0px;
    padding-right: 0px !important;
    color: #313131;
    border: 0px;
    padding-bottom: 0px;
    height: 23px;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}

.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight: bold;
}


.PhotoDiv {
    width: 210px;
    height: 320px;
    text-align: center;
    float: left;
    margin: 10px;
}

.liTextHeight {
    padding: 0;
    margin: 0;
    color: black;
    text-align: left;
    padding-left: 6px;
    padding-bottom: 2px;
}

.CliHeight {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: black;
    line-height: 32px;
}

.liHeight {
    list-style: none;
    padding: 0;
    font-size: 16px;
    color: black;
    margin-bottom: 10px;
    margin-top: 10px;
}



.Stem {
    font-size: 18px;
}

.clear {
    clear: both;
}

.Findcss {
    position: relative;
    top: 4px;
    right: 45px;
}

.pdfobject-container {
    height: 60rem;
    border: 1rem solid rgba(0,0,0,.1);
}

.pdfobject {
    border: solid 1px #666;
}

.Linkcss {
    line-height: 25px;
}

.MasterHeader {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px;
}

.CourseLi {
    width: 455px;
    height: 320px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 22px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    list-style-type: none;
    background-color: #E6E6E6;
}

.ItemLi {
    width: 455px;
    margin-left: 0px;
    margin-right: 0px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    list-style-type: none;
    background-color: #E6E6E6;
}

.ProjectLi {
    width: 258px;
    height: 150px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 20px;
    padding-top:10px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    list-style-type: none;
    background-color: transparent;
}

.imgclass {
    height: 100%;
    width: 100%;
    background-size: 1000px;
}

.TeacherLi {
    width: 135px;
    height: 180px;
    margin-left: 24px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    list-style-type: none;
    background-color: #E6E6E6;
}



.loginBox {
    width: 240px;
    /*height: 170px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: solid 1px #ffffff;
    text-align: center;
    position: absolute;
    background-color: #ffffff;
    display: none;
    border-radius: 9px;
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


    .loginBox .InputTextStyle {
        width: 200px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        border: 1px solid #9e9e9e;
        padding-left: 40px;
        font-size: 16px;
    }

    .loginBox .InputCodeStyle {
        width: 70px;
        height: 30px;
        line-height: 30px;
        margin-top: 10px;
        border: 1px solid #9e9e9e;
        padding-left: 10px;
        font-size: 16px;
    }

    .loginBox .InputLabelR {
        float: right;
        margin-top: 4px;
        margin-right: 0px;
        color: #8dc73f;
        text-decoration: none;
    }

    .loginBox .InputLabelL {
        float: left;
        margin-top: 4px;
        margin-left: 0px;
        color: #8dc73f;
        text-decoration: none;
    }

    .loginBox .InputCodeR {
        float: right;
        margin-top: 16px;
        margin-right: 0px;
        color: #8dc73f;
        text-decoration: none;
        cursor: pointer;
    }

    .loginBox.InputCode {
        height: 30px;
        line-height: 26px;
        vertical-align: bottom;
        color: #8dc73f;
        text-decoration: none;
    }

    .loginBox .InputLabelL:hover {
        color: #8dc73f;
    }

    .loginBox .posRelative {
        position: relative;
    }

    .loginBox .profileIcon {
        display: inline-block;
        width: 23px;
        height: 21px;
        background: url(SystemData/profileIcon.png);
        position: absolute;
        top: 16px;
        left: 10px;
    }

    .loginBox .lockIcon {
        display: inline-block;
        width: 21px;
        height: 23px;
        background: url(SystemData/lockIcon.png);
        position: absolute;
        top: 16px;
        left: 10px;
    }




.newLinkButton {
    text-decoration: none;
    color: black;
    padding-left: 8px;
    padding-right: 8px;
}

.SelectedLinkButton {
    text-decoration: none;
    color: black;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #D5EDF7;
}



.licss {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}




.btn {
    color: blue;
    background-color: rgba(255,255,255,0);
    border: 0px none;
    font-family: "微软雅黑";
    font-size: 16px;
    text-decoration: underline;
}

    .btn:hover {
        color: red;
        border: none;
        cursor: pointer;
        text-decoration: underline;
    }

    .btn:focus {
        outline: none;
    }

.listboxcss {
    margin-top: 8px;
}

.Panel {
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
}


.table {
    border-left: 1px solid #0B3682;
    border-right: 1px solid #0B3682;
    border-bottom: 1px solid #0B3682;
    padding-top: 0px;
    padding-bottom: 2px;
    margin: 0 0 0;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
}

    .table td {
        height: 37px;
        padding: 0;
        border-collapse: collapse;
    }

.Div {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    text-indent: 4px;
    line-height: 30px
}

.InputTextStyle {
    width: 100%;
    border: 1px solid green;
    font-size: small;
}


.BKopacity {
    background-color: rgba(0,0,0,0.4)
}

.DisplayNumberStyle {
    width: 100%;
    border: 1px solid green;
    height: 22px;
    font-size: medium;
    text-align: left;
}

.InputNumberStyle {
    width: 100%;
    border: 1px solid green;
    height: 22px;
    font-size: medium;
    text-align: right;
}

.InputbigDataStyle {
    width: 100%;
    border: 1px solid green;
    font-size: medium;
    background-color: transparent;
    border: 0px;
    overflow-y: visible;
    line-height: 30px;
    vertical-align: middle;
}

#pic {
    margin: 0 auto;
    width: 800px;
    padding: 0;
}

    #pic img {
        max-width: 800px;
        width: expression(document.body.clientWidth > 800? "800px": "auto");
    }

.popupControl {
    background-color: White;
    position: absolute;
    visibility: hidden;
}



.profileIndex {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    color: #fff;
    background-color: #145983;
}

.profileIndexWrap {
    width: 1000px;
    height: 34px;
    line-height: 34px;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

    .profileIndexWrap img {
        position: relative;
        margin-right: 10px;
    }

    .profileIndexWrap label {
        display: inline-block;
        margin-right: 10px;
        margin-left: 10px;
    }

    .profileIndexWrap a, .profileIndexWrap a:hover {
        color: #fff;
        text-decoration: none;
    }

.indexLogo {
    float: left;
    margin-right: 34px;
}

.navhead {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    height: 116px;
    color: #fff;
}

    .navhead table {
        color: #313131;
        border: 0px solid #0B3682;
        background-color: rgba(255,255,255,0);
        /*margin: 0 auto;*/
    }




    .navhead td table {
    }

    .navhead .table {
        margin-top: 40px;
    }

    .navhead .table, .navhead td table {
        background: none
    }
/*****登录****/
.logWrap {
    margin-top: 30px;
    margin-bottom: 20px;
    background: url(SystemData/loginBg.png);
    width: 100%;
    height: 506px;
    background-size: 100% 100%
}

.login {
    width: 1000px;
    margin: 0 auto;
}

.loginleft {
    float: left;
    display: inline-block;
}

.loginTitle {
    display: inline-block;
    margin-top: 212px;
    margin-left: 116px;
    font-size: 38px;
    color: #000;
}

.loginC {
    float: right;
}

.login table {
    width: 358px;
    height: 358px;
    margin: 0 auto;
    margin-top: 74px;
    background: url(SystemData/loginCBg.png);
    color: #8dc73f
}
/********footer***********/
.footerWrap {
    background: #145983;
    height: 106px;
    /*    line-height: 106px;*/
    color: #fff
}

    .footerWrap p {
        margin: 0;
        font-size: 16px;
    }

/**********登录*************/
.bgGray {
    background: #585858;
    padding-top: 20px;
    padding-bottom: 20px;
}

.grayIbg {
    background: url(SystemData/grayIbg.png);
    color: #fff;
}

.bgGray .table {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.table .grayIbg {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 12px;
    overflow: hidden;
}

.grayIbg p {
    margin-bottom: 0
}

.table .serNews {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.serNews h3 {
    text-align: left;
    color: #8dc73f;
    font-size: 30px;
    margin-bottom: 20px;
}

.serNews table td {
    height: 23px;
    color: #fff
}

.whiteIcon {
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 5px;
    background: #fff;
    vertical-align: middle
}

.serNews a, .serNews a:hover {
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.disHidden {
    display: none
}

.loginC table {
    height: auto;
    padding-top: 13px;
    padding-bottom: 13px;
}

    .loginC table td {
        height: 68px;
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
    }

.loginC .InputTextStyle {
    width: 318px;
    height: 48px;
    line-height: 48px;
    margin-top: 20px;
    border: 1px solid #9e9e9e;
    background: #273c41;
    color: #fff;
    padding-left: 58px;
    font-size: 16px;
}

.loginC .InputLabelR {
    float: right;
    margin-top: 4px;
    color: #8dc73f;
}

    .loginC .InputLabelR input {
        position: relative;
        top: 2px;
    }

.loginC a {
    text-decoration: none
}

.loginC .InputLabelL {
    float: left;
    margin-top: 4px;
    color: #8dc73f;
}

    .loginC .InputLabelL:hover {
        color: #8dc73f;
    }

.posRelative {
    position: relative;
}

.profileIcon {
    display: inline-block;
    width: 23px;
    height: 21px;
    background: url(SystemData/profileIcon.png);
    position: absolute;
    top: 36px;
    left: 13px;
}

.lockIcon {
    display: inline-block;
    width: 21px;
    height: 23px;
    background: url(SystemData/lockIcon.png);
    position: absolute;
    top: 33px;
    left: 13px;
}


.noLogin .Gline {
    height: 1px;
    line-height: 1px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.noLogin {
    color: #fff;
}

    .noLogin a, .noLogin a:hover {
        color: #8dc73f;
        margin-left: 7px;
    }

.loginBtn, .loginBtn:hover {
    width: 378px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    color: #8dc73f;
}

.loginC table .height46 {
    height: 46px;
    border: 1px solid #8dc73f;
}

.loginC table .InputPadding0 {
    padding-left: 0px;
    padding-right: 0px;
}

/***************tableForm************/
.navhead .tableFormWrap {
    text-align: left;
}

.navhead .tableForm {
    width: 1000px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #313131;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.tableForm td {
    padding-left: 10px;
    padding-right: 30px;
    color: #313131;
    border: 0px;
    padding-bottom: 16px;
}

.tableForm .tdFirst {
    padding-left: 30px;
    padding-right: 10px;
    color: #313131;
    border: 0px;
    font-size: 16px;
}


.tableFormWrap .tableFormH4 {
    text-align: left;
    line-height: 18px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 72px;
    padding-left: 30px;
}

.tableFormWrap td h4 {
    font-size: 18px;
    background: url(SystemData/helpBg.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 20px;
}

.tableFormWrap .InputTextFile {
    position: absolute;
    font-size: 30px;
    left: 2px;
    top: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.tableFormWrap .ShortInputTextStyle {
    width: 218px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    padding-left: 10px;
    color: #313131;
    font-size: 16px;
}

.tableFormWrap .OnlyInputTextStyles {
    width: 35px;
    height: 28px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #a4a4a4;
    padding-left: 4px;
    color: #313131;
    font-size: 16px;
}

.tableFormWrap .InputTextStyle {
    width: 372px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    padding-left: 20px;
    color: #313131;
    font-size: 16px;
    text-align: left;
    font-family: "微软雅黑";
}

.tableFormWrap .CheckInputTextStyle {
    width: 396px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    padding-left: 20px;
    color: #313131;
    font-size: 16px;
    text-align: left;
    font-family: "微软雅黑";
}


.tableFormWrap RadioStyleSelect {
    border: 1px solid #a4a4a4;
}

.tableFormWrap .InputTextStyleSelectShort {
    width: 196px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    font-size: 16px;
    padding-left: 20px;
    color: #313131;
    /*appearance:none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('SystemData/arrowDown.png') no-repeat 156px 8px;
    margin-bottom: 2px;
}


.tableFormWrap .custorm-style {
    border: 1px solid #a4a4a4;
    display: block;
    width: 393px;
    height: 28px;
    line-height: 28px;
}

    .tableFormWrap .custorm-style .left-button {
        width: 24px;
        height: 28px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        float: left;
        background: url(SystemData/fileIcon.png);
        background-position: 0px 4px;
        background-repeat: no-repeat;
        margin-left: 52px;
    }

    .tableFormWrap .custorm-style .right-text {
        width: 300px;
        height: 28px;
        line-height: 28px;
        display: block;
        float: left;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        /*       white-space: nowrap;*/
    }

.tableFormWrap .Watermark {
    width: 373px;
    padding-left: 20px;
    border: 1px solid #a4a4a4;
    height: 28px;
    line-height: 28px;
    background: url(SystemData/arrowDown.png);
    background-repeat: no-repeat;
    background-position: 356px 8px;
}

.tableFormWrap .InputTextStyleSelect {
    width: 396px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    font-size: 16px;
    padding-left: 20px;
    color: #313131;
    /*appearance:none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('SystemData/arrowDown.png');
    background-repeat: no-repeat;
    background-position: 356px 8px;
}
.tableFormWrap .InputTextCalendar {
    width: 372px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    font-size: 16px;
    padding-left: 20px;
    color: #313131;
    background: url(SystemData/calendarIcon.png);
    background-repeat: no-repeat;
    background-position: 356px 3px;
}

.tableFormWrap .InputTextNum {
    position: absolute;
    top: -7px;
    left: 80px;
    z-index: 99;
    color: #8dc73f;
    font-size: 24px;
}

.tableFormWrap .ShortInputTextStyleSelect {
    width: 230px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    font-size: 16px;
    padding-left: 10px;
    color: #313131;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(SystemData/arrowDown.png);
    background-repeat: no-repeat;
    background-position: 200px 8px;
}

.tableFormWrap .selectABtn, .tableFormWrap .selectABtn:hover {
    color: #197fbf;
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px
}

select::-ms-expand {
    display: none;
}


.fontRed {
    color: #96030b;
    font-weight: normal;
    font-size: 18px;
}


.panelCollapse div {
    display: inline-block
}

    .panelCollapse div span {
        position: relative;
        top: -4px;
    }

.tdRowLable label {
    display: inline-block;
    margin-left: 20px;
}

.checkStyle input {
    display: inline-block;
    border: 1px solid #ff0 !important;
}

.checkStyle2 {
    margin-left: 40px;
}

.checkPos {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    background: url(SystemData/checkIcon.png);
}


/***********tableNoData*************/
.tableListWrap .tableNoData td {
    border: 0;
    text-align: center
}
/***********tableListTop*************/
.navhead .tableListTop {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    color: #313131;
    border-collapse: collapse;
    border-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    background: #fff;
}


.tableListTop .InputTextStyleSelect {
    position: relative;
    margin-left: -30px;
    top: -15px;
}
/*
.tableListTop a, .tableListTop a:hover {
    color: #8dc73f;
    text-decoration: none;
}*/
/***********tableList**************/
.navhead .tableList {
    width: 1000px;
    height: auto;
    margin-top: 20px;
    color: #313131;
    border-collapse: collapse;
    border-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}


.tableListWrap {
    width: 940px;
    margin: 0 auto;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}

    .tableListWrap .tableList {
        width: 940px;
        margin-top: 0px;
        background: #fff;
        border: 0px;
        font-size: 16px;
    }

.tableList td {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #a6a6a6;
}

/*.tableList a, .tableList a:hover {
    color: #197fbf
}*/


/********清浮动*********/
.cl, .fix:after {
    clear: both;
}
/*******inTbale********/
.navhead .inTable {
    margin-left: 15px;
}

.inTable td {
    height: 35px;
    line-height: 35px;
    padding-left: 0px;
    padding-bottom: 0px
}

    .inTable td .selectABtn {
        margin-left: 0
    }

.myWebL, .myWebR {
    display: inline-block;
    float: left;
}

.myWebL {
    width: 230px;
}

.myWebR {
    width: 730px;
}

.myWebSelect select {
    width: 230px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.inputMyWeb {
    color: #313131;
    border: 1px solid #a4a4a4;
    border-top: 0px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.myWebColumn .inputMyWeb {
    border-top: 1px solid #a4a4a4;
}

.myWebColumn .inputMyWeb {
    padding-left: 0px;
    padding-right: 0px;
}

.inputMyWeb .selectABtn, .inputMyWeb .selectABtn:hover {
    margin-left: 0
}

.myWebColumnR.selectABtn {
    margin-top: 7px;
    margin-bottom: 7px;
}
/*************双排表单项********************/
.tableDoubleForm td span {
    display: none
}



.WaterMarkSmall {
    color: darkgray;
}

.InputTextCalendarSmall {
    width: 187px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    font-size: 16px;
    padding-left: 20px;
    /*color: #313131;*/
    background: url(SystemData/calendarIcon.png);
    background-repeat: no-repeat;
    background-position: 178px 3px;
}


/*********双排弹框表单项***********************/
.tableDoubleFormFrame .InputTextStyles {
    width: 197px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    padding-left: 20px;
    color: #313131;
    font-size: 16px;
}

.tableDoubleFormFrame .InputTextStyleSelectSmall {
    width: 217px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #a4a4a4;
    font-size: 16px;
    padding-left: 20px;
    color: #313131;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(SystemData/arrowDown.png);
    background-repeat: no-repeat;
    background-position: 177px 8px;
}


/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(SystemData/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(SystemData/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(SystemData/SavedStar.png);
}

/* =======================================default layout============================== */
.ajax__tab_default .ajax__tab {
    display: block;
    float: left;
    height: 21px;
    margin-top: 1px;
}

.ajax__tab_default .ajax__tab_header {
    white-space: normal !important;
}

.ajax__tab_default .ajax__tab_outer {
    display: inline-block;
}

.ajax__tab_default .ajax__tab_inner {
    display: inline-block;
}

.ajax__tab_default .ajax__tab_tab {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    outline: none;
}

.ajax__tab_xp .ajax__tab_disabled {
    color: #A0A0A0;
    cursor: default;
}

/* xp theme top / default */
.ajax__tab_xp .ajax__tab_header {
    background-position: bottom;
    background-repeat: repeat-x;
    font-family: 宋体;
    font-size: 16px;
    padding-left: 10px;
}



    .ajax__tab_xp .ajax__tab_header:before, .ajax__tab_xp .ajax__tab_header:after {
        content: "";
        display: table;
    }

    .ajax__tab_xp .ajax__tab_header:after {
        clear: both;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        height: 21px;
        padding-right: 4px;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
        background-repeat: no-repeat;
        padding-left: 3px;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
        background-repeat: repeat-x;
        margin: 0;
        padding: 4px;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {
        background-repeat: repeat-x;
        cursor: pointer;
    }
    /*.ajax__tab_xp .ajax__tab_header .ajax__tab_active { margin-top: 1px; } */
    .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
        background-repeat: no-repeat;
    }

    .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
        background-repeat: repeat-x;
    }

.ajax__tab_xp .ajax__tab_body {
    background-color: #ffffff;
    border: 1px solid #999999;
    border-top: 0;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
}

/* xp theme vertical left */
.ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab {
    float: none;
}

.ajax__tab_xp .ajax__tab_header_verticalleft {
    background-position: right;
    background-repeat: repeat-y;
    font-family: verdana,tahoma,helvetica;
    font-size: 16px;
}

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        height: 21px;
        padding-right: 4px;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_inner {
        background-repeat: no-repeat;
        padding-left: 3px;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_tab {
        background-repeat: repeat-x;
        margin: 0;
        padding: 4px;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_hover .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_hover .ajax__tab_inner {
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_hover .ajax__tab_tab {
        background-repeat: repeat-x;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active:not(:first-child) {
        margin-top: 1px;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_inner {
        background-repeat: no-repeat;
    }

    .ajax__tab_xp .ajax__tab_header_verticalleft .ajax__tab_active .ajax__tab_tab {
        background-repeat: repeat-x;
    }

.ajax__tab_xp .ajax__tab_body_verticalleft {
    background-color: #ffffff;
    border: 1px solid #999999;
    border-left: 0;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
}

/* xp theme vertical right */


.ajax__tab_xp .ajax__tab_header_verticalright {
    background-position: left;
    background-repeat: repeat-y;
    font-family: verdana,tahoma,helvetica;
    font-size: 16px;
}

    .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        height: 21px;
        padding-right: 4px;
    }

    .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_inner {
        background-repeat: no-repeat;
        padding-left: 3px;
    }

    .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_tab {
        background-repeat: repeat-x;
        margin: 0;
        padding: 4px;
    }

    .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_hover .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_hover .ajax__tab_inner {
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_hover .ajax__tab_tab {
        background-repeat: repeat-x;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_active {
        margin-top: 1px;
    }

        .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_active .ajax__tab_outer {
            background-position: right;
            background-repeat: no-repeat;
        }

        .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_active .ajax__tab_inner {
            background-repeat: no-repeat;
        }

        .ajax__tab_xp .ajax__tab_header_verticalright .ajax__tab_active .ajax__tab_tab {
            background-repeat: repeat-x;
        }

.ajax__tab_xp .ajax__tab_body_verticalright {
    background-color: #ffffff;
    border: 1px solid #999999;
    border-right: 0;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
}

/* header on bottom */
.ajax__tab_xp .ajax__tab_header_bottom {
    background-position: top;
    background-repeat: repeat-x;
    font-family: verdana,tahoma,helvetica;
    font-size: 16px;
}

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        height: 25px;
        padding-right: 4px;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_inner {
        background-repeat: no-repeat;
        padding-left: 3px;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_tab {
        background-repeat: repeat-x;
        height: 25px;
        margin: 0;
        padding: 0 4px 4px 4px;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_hover .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_hover .ajax__tab_inner {
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_hover .ajax__tab_tab {
        background-repeat: repeat-x;
        cursor: pointer;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_active .ajax__tab_outer {
        background-position: right;
        background-repeat: no-repeat;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_active .ajax__tab_inner {
        background-repeat: no-repeat;
    }

    .ajax__tab_xp .ajax__tab_header_bottom .ajax__tab_active .ajax__tab_tab {
        background-repeat: repeat-x;
    }

.ajax__tab_xp .ajax__tab_body_bottom {
    background-color: #ffffff;
    border: 1px solid #999999;
    border-bottom: 0;
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    padding: 8px;
}

/* scrolling */
.ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax__scroll_both {
    overflow: scroll;
}

.ajax__scroll_auto {
    overflow: auto;
}

.ajax__scroll_none {
    overflow: hidden;
}

/* plain theme */
.ajax__tab_plain .ajax__tab_outer {
    border: 2px solid #999999;
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_inner {
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_body {
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_header {
    text-align: center;
    vertical-align: middle;
}

.ajax__tab_plain .ajax__tab_active .ajax__tab_outer {
    background: #FFFFE1;
}

calendar_year {
    color: black;
    font-weight: bold;
}

.QuestionsDetails {
    color: black;
    font-size: 16px;
    line-height: 36px;
}
