h1, h2, h3, h4, h5, ul, li, dd, dt, ol, dl {
    padding: 0;
    margin: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.textCenter {
    text-align: center;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.colorBalck {
    color: #333;
}
.tx-m {
    font-size: 13px !important;
}
.txColor{
    color: #448FDC !important;
}
body {
    font-family: 微软雅黑;
    color: rgb(102, 102, 102);
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #eee;
}
header {
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    margin-bottom: 16px;
}
.nopad {padding: 0 !important;}
.content {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.contblock {
    width: 1100px;
    display: inline-block;
}
.nav {
    height: 64px;
    background: url(../img/logo.png)0px 14px no-repeat;
}
.logo {
    position: absolute;
    top: 14px;
    width: 386px;
    height: 34px;
    background-position:0 -241px;
}
.rightNav {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.rightNav .search {
    position: relative;
}
.rightNav .search input {
    position: relative;
    top: -3px;
    margin-left: 10px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
    width: 200px;
    padding-right: 32px;
    outline: none;
}
.rightNav .search:after {
    content: '';
    background: url(../img/ic_search_black_18dp.png) no-repeat center;
    position: absolute;
    z-index: 10;
    right: 0px;
    top: -5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 0.5;
}
.rightNav .rp {
    position: relative;
}
.rightNav .rp:before {
    content: " ";
    position: absolute;
    top: -4px;
    right: 4px;
    font-size: 12px;
    color: #fff;
    background-color: #ff4444;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    z-index: 10;
}
.rightNav img {
    position: relative;
    top: 12px;
    margin-left: 10px;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
}
.rightNav img:hover {
    background: #ececec;
}
section {
    position: relative;
    font-size: 15px;
}
.card {
    background-color: #fff;
    border-radius: 5px;
    padding: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.card h5 {
    margin-bottom: 16px;
}
.fx-13 {
    font-size: 13px;
}
.bgm {
    background-position: 0 -20px;
    padding-left: 24px;
}
.bgc {
    background-position: 0 0;
    padding-left: 24px;
}
.bgt {
    background-position: -40px -28px ;
    padding-left: 24px;
}
.single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-ic {
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 0px center;
}
.head-ic-loc {
    background-image: url(../img/ic_location_on_black_18dp.png);
}
.head-ic-vol {
    background-image: url(../img/ic_location_city_black_18dp.png);
}
.head-ic-tong {
    background-image: url(../img/ic_volume_up_black_24dp.png) ;
}
.twoNav {
    width: 64px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
}
.twoNav a {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #666;
}
.menu {
    width: 64px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.list-tab thead td {
    border-bottom: 1px solid #ececec;
    font-size: 13px;
}
.menu a:hover, .menu a.active, .sectoral a.active {
    text-decoration: none;
    background-color: #2196F3 !important;
    color: #fff;
}
a[class^="menu-ic"] {
    background-repeat: no-repeat;
    background-position: center 12px;
}
.menu a {
    display: block;
    width: 64px;
    height: 64px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 100px;
    font-size: 12px;
    color: #666;
}
.menu-ic-note {
    background-image: url(../img/ic_event_note_black_24dp.png);
}
.menu-ic-library {
    background-image: url(../img/ic_library_books_black_24dp.png);
}
.menu-ic-edit {
    background-image: url(../img/ic_mode_edit_black_24dp.png);
}
.menu-ic-descript {
    background-image: url(../img/ic_description_black_24dp.png);
}
.menu-ic-chart {
    background-image: url(../img/ic_insert_chart_black_24dp.png);
}
.menu-ic-note:hover, .menu-ic-note-active {
    background-image: url(../img/ic_event_note_white_24dp.png);
}
.menu-ic-library:hover, .menu-ic-library-active {
    background-image: url(../img/ic_library_books_white_24dp.png);
}
.menu-ic-edit:hover, .menu-ic-edit-active {
    background-image: url(../img/ic_mode_edit_white_24dp.png);
}
.menu-ic-descript:hover, .menu-ic-descript-active {
    background-image: url(../img/ic_description_white_24dp.png);
}
.menu-ic-chart:hover, .menu-ic-chart-active {
    background-image: url(../img/ic_insert_chart_white_24dp.png);
}
.get1 {
    width: 440px;
    float: left;
    display: inline-block;
}
.get1 .schedule {
    width: 172px;
    height: 204px;
}
.get1 .schedule .time {
    margin-bottom: -0.5em;
    font-weight: bold;
    opacity: .7;
    font-size: 18px;
}
.get1 .schedule .date {
    font-size: 8em;
    font-family: simhei,sanserif;
    opacity: .8;
    font-weight: normal;
    display:block;
}
.red {
    color: #F44336;
}
.gray {
    color: #999;
}
.get2 {
    width: 660px;
    display: inline-block;
    float: left;
}
.get2 a {
    font-size: 15px;
}
.get2 .recommend {
    width: 282px;
    height: 281px;
}
.get2 .recommend a {
    font-size: 14px;
    color: #448fdc;
}
.get2 .recommend li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}
.get2 .recommend li:last-child {
    border: none;
}
.get2 .recommend li span {
    font-size: 12px;
    color: #999;
}
.ification {
    width: 1100px;
    margin-bottom: 16px;
}
.ification .list {
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius:5px;
    padding: 16px;
    margin-right: 16px;
    font-size: 15px;
    position: relative;
}
.ification .list:before {
    content: '\00A0';
    border-radius: 5px;
    background: #2196f3;
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.column {
    width: 220px;
    float: left;
    position: relative;
}
.column .current {
    height: 160px;
    color: #333;
}
.column .current h3 {
    height:100px;
    line-height:25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}
.column .current div {
    position: absolute;
    width: 170px;
    bottom: 32px;
}
.column .current div span {
    display: block;
    float: left;
    line-height: 24px;
    font-size: 13px;
}
.column .current div .gou {
    background-position:-1px -208px ;
    width: 24px;
    height: 24px;
    vertical-align: top;
    position: absolute;
    right: 0;
}
.column .current div a{
    position: absolute;
    right: 0;
    text-decoration: none;
    color: #fff;
    background: #2196F3;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
}
.column .current .currentLine-height {
    line-height: 27px;
}
footer {
    margin-top: 40px;
}
footer .wrapper {
    width: 1100px;
}
footer .sidebar {
    float: right;
}
footer .sidebar a {
    font-size: 13px;
    color: #333;
    background-color: #eee;
    border-radius: 5px;
    padding: 4px 8px;
    margin-left: 8px;
}
footer .sidebar a:hover {
    background: #2196F3;
    color: #fff;
    text-decoration: none;
}
footer .tab td {
    display: inline-block;
}
footer .tab td a {
    width: 315px;
    color: #448fdc;
    margin-right:32px ;
    padding: 8px 0;
    font-size: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footWap {
    border-top: 1px solid #ddd;
    padding: 8px 0px;
    font-size: 12px;
    margin: 24px auto;
    text-align: center;
}
/*login*/
.cent{
    width:100%;
    height:100%;
    text-align:center;
}
.getcent{
    width:820px;
    height:600px;
    text-align:center;
    display: inline-block;
    vertical-align: middle;
    background-size:cover;
}
.header-icon {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
    width: 800px;
    height: 75px;
}
.cent:before {
    content:"";
    display:inline-block;
    height:100%;
    width:0;
    vertical-align: middle;
    margin-left:-.25em;
}
.loginBox {
    display: block;
    width: 770px;
    height:374px;
    margin:11px 9px;
    border-radius:5px ;
    position: relative;
    background: url(../img/kuang.png) center center no-repeat;
    background-size:100% ;
    padding: 16px;
}
.bgs {
    background: #e7f1f8 ;
    width: 100%;
    height: 100%;
    margin-top: -1px;
    border-radius: 3px;
}
.metLeft {
    width: 350px;
    height: 100%;
    float: left;
    position: relative;
}
.metRight {
    width: 418px;
    height: 100%;
    float: left;
}
.metRdiv {
    width: 340px;
    margin: 0 auto;
}
.bic {
    display: inline-block;
    width: 98%;
    height: 100%;
    margin-bottom: 10px;
}
input {
    width: 240px;
    height: 35px;
    float: right;
    padding-left: 10px;
    -webkit-box-shadow: 1px 1px 5px #e4e4e4 inset;
    box-shadow: 1px 1px 5px #e4e4e4 inset;
    border: 1px solid #b2b0b0;
    border-radius:3px ;
    outline: none;
}
.bic span {
    float: left;
    margin: 0 auto;
    width: 70px;
    height: 39px;
    line-height: 39px;
    text-align:right;
}
.bicinput {
    width: 100px;
    float: left;
    margin-left: 18px;
}
.bic img {
    margin-left:-30px ;
    border: 1px solid #b2b0b0;
    border-radius: 3px;
    background: #fff;
}
.sign {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.sign button {
    width: 112px;
    padding: 9px;
    /*margin-left: 80px;*/
    margin-right: 57px;
    border-radius: 3px;
    border: none;
    background: #0079d7;
    color: #fff;
    font-size: 16px;
}
.signa1 {
    margin-left:2px ;
    vertical-align: top;
    font-size: 14px;
    color: #666;
}
.code {
    display: inline-block;
    margin-left: 40px;
}
.jump {
    width: 252px;
    float: right;
    display: inline-block;
    margin-top: 20px;
}
.jump a{
    color: #666;
    text-decoration:underline;
}
.footer {
    clear: both;
    text-align: center;
    padding: 16px 0px;
    font-size: 12px;
    color: #fff;
}
.login-img {
    position: absolute;
    top: 100px;
    left: 100px;
    opacity: .9;
}
.learning span {
    margin-left: -23px;
    margin-bottom: 10px;
    display: block;
    font-size:20px;
}
/*course.html*/
.courseUl li {
    display: inline-block;
    position: relative;
    padding: 16px 0px;
}
.courseUl li a {
    color: #333;
    font-size: 15px;
    display: block;
    padding: 0px 16px;
    border-right: 1px solid #e1e1e1;
    font-weight: bold;
}
.courseUl li.active {
    color: #2196f3;
    border-bottom: 2px solid #2196f3;
}
.courseUl li.active a,.courseUl li a:hover {
    text-decoration: none;
    color: #2196F3;
}
.marT22 {
    margin-top: 22px;
}
.marT22 h5 {
    border-bottom: 1px dashed #ddd;
    padding-bottom:4px;
}
.sectoral {
    font-size: 13px;
}
.subject a {
    display: inline-block;
    background: #eee;
    border-radius: 5px;
    padding: 4px 8px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.card-thin {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px
}
.card-dark {
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #ddd;
}
/*course-force.html*/
.list-tab tbody td {
    padding-top: 16px;
    padding-bottom: 16px
}
.list-tab td {
    padding-left: 8px;
    padding-right: 8px;
}
.list-tab tbody td a {
    padding: 4px 8px;
    color: #fff;
    background: #2196f3;
    font-size: 12px;
    border-radius: 3px;
}
.coub {
    width: 750px;
    display: block;
}
/*exam.html*/
.card .hode li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
}
.card .hode li:last-child {
    border-bottom: none;
}
.get3 {
    position: relative;
    width: 550px;
    display: inline-block;
}
.get3 .hei160 {
    height: 160px;
    color: #333;
}
.get3 .gap-bottom {
    position: absolute;
    width: 502px;
    bottom: 42px;
}
.get3 .gap-bottom a {
    position: absolute;
    right: 0;
    vertical-align: top;
}
.get3 a.inactive {
    text-decoration: none;
    color: #333;
    background: #eaeaea;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
}
.get3 h3 {
    height: 100px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}
.get3 .blueWhite {
    text-decoration: none;
    color: #fff;
    background: #2196F3;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
}
.get3 .bga {
    background: url(../img/1231231.png) no-repeat center;
}
.examb {
    width: 320px;
    display: inline-block;
}
.examl {
    width: 610px;
    display: block;
}
/*statics.html*/
.get4 {
    width: 366px;
    float: left ;
    display: inline-block;
}
.padd0 {
    padding-bottom: 0 !important;
}
.padd8 {
    padding-bottom:8px ;
}
.staticl {
    width: 250px;
    display: inline-block;
}
section .card .padd5 li {
    padding-bottom: 5px;
}
/*test.html*/
.td-thin thead td, .td-thin tbody td {
    padding-top: 8px;
    padding-bottom: 8px
}
.btn {
    padding: 6px 20px;
    background-color: #2196f3;
    color: #fff;
    border: none;
    border-radius: 3px;
}
.btn1 {
    padding: 6px 20px;
    background-color: #fff;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.range {
    margin-top:2em;
    border:1px solid #ddd;
    border-bottom:none;
}
.range table {
    width: 100%;
}
.range  .ifo {
    width:20px;
    background: #eee;
}
.range  .ifo input {
    vertical-align:middle;
}
.range  .ifo1 {
    background: #eee;
}
.full {
    max-height:200px;
    overflow:auto;
    border:1px solid #ddd
}
.hic {
    border-bottom: 1px dashed #ddd;
    padding-bottom:4px;
}
.wh975 {
    width: 975px;
    display: block;
}

