body , div {
    font-family: "微软雅黑", "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px!important;
}

body {
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

ul {
    list-style-type: none;
}

a:link {
    color: #006699;
    text-decoration: none;
}

a:visited {
    color: #006699;
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    text-decoration: underline;
}

#page-header {
    z-index: 997;
    padding: 15px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    height:80px;
    background-color:white;
    /*    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #197AFF;
    background-color: #FFFFFF;*/
}

#page-menu {
    padding-left: 100px;
    background-color: white;
}

  #page-menu .nav-item {
      margin-right: 20px;
  }

  #page-menu .nav-link {
      color: #000 !important;
  }

#page-menu-content {
    padding-right: 20px;
}

#page-menu .dropdown-item {
    font-size: 16px !important;
    color: #006699 !important;
}

#page-footer {
    height: 80px;
    width: 100%;
    clear: both;
    color: #999999;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.3);
    background-color: #FFFFFF;
}

#page-body {
    margin-top: 10px;
    margin-bottom: 150px;
}


#page-menu .nav-item {
    margin-right: 50px !important;
}


.yla-card {
    background-color: #FFFFFF;
}


.yla-card-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E0E0E0;
    font-size: 16px;
    font-weight:bold;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    position: relative;
    text-indent: 0px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #666666;
}

.yla-card-title span {
    font-size: 14px;
    padding-right: 10px;
    color: #999999;
}

.yla-card-title:after {
    content: "";
    width: 110px;
    height: 2px;
    background: #f4645f;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.yla-card-body {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.yla-card-body-list {
    list-style-type: none;
    margin: 0px;
    padding-right: 0px;
    padding-left: 5px;
    color: #999999;
}

.yla-card-body-list li {
    line-height: 35px;
    position: relative;
    height: 35px;
    overflow: hidden;
}

.yla-card-tip {
    color: #CCCCCC;
    font-size: 12px;
    position: absolute;
    line-height: 25px;
    height: 25px;
    top: 0px;
    right: 0px;
    background-color: #FFFFFF;
}


a.badge {
    color: white;
    padding: 6px!important;
}

.field-validation-error{
    color:red;
}

.title {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    text-align:center;
}