html {
    height:100%;
    font-family: "微软雅黑";
}
body {
    font-family: "微软雅黑";
    height: 100%;
}

a {
    color: black;
}
a:focus, a:hover {
    color: #8c1515;
    text-decoration: none;
}
ul, li {
    list-style-type: none;
}
.red {
    background: #9c1f1b;
}
.grey {
    background: #e6e6e6;
}
.underline {
    text-decoration: underline;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -132px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
.page-wrap:after {
  height: 112px; 
}
.inner {
    width: auto;
    max-width: 1080px;
    margin: 0 auto;
}

.lang {
    color: #fff;
    margin-right: 5px;
}
.lang img {
    width:20px;
}
.login img {
    width:20px;
}
.nav > li > a {
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    color: #646464;
    font-family: "微软雅黑";
}
.nav > li > a:hover{

    color: #8c1515;
}
.nav > li > a.hover {
    color: #8c1515;
}
.nav > li > ul {
    background: #ececec;
    position: absolute;
    top: 35px;
    min-width: 150px;
    z-index: 100;
    padding: 0px;
    display: none;
    border-top: 5px solid #8c1515;
}

.nav > li > ul > li> a {
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background: #ececec;
    display: block;
    position: relative;
}

.nav > li > ul > li > a:hover {
    color: #fff;
    text-decoration: none;
    background: #8c1515;
}

.relative {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #e6e6e6;
    margin-top: 20px;
}

.relative-button {
    text-align: center;
}
.relative-button p {
   padding-top: 5px;
}

.small_bu {
    background:  #c2c2c2;
    padding: 6px 25px;
    font-size: 12px;
    color: #050505;
    border-radius: 2px;
    margin-left: 20px;
    display: inline-block;
    padding-bottom: 3px;
    margin-top:5px;
}
.small_bu:hover {
    background:  #fff;
    color: #050505;
}
.small_bu img {
    margin-right: 10px;
}
#top {
    height: 100px;
    position: relative;
    padding-top: 6px;
}
#menu {
    height: 40px;
    background: #ececec;
}
#search {
    margin-top: 20px;  
    width: 20%;
    float: right;
}
#basic-addon2 {
    top: 0px;
}
#header .login {
    position: absolute;
    right: 0px;
    bottom: 0px;

}
#login {
    font-size: 20px;
    color: #fff;
    background: url(../images/icons/login.png) no-repeat;
    background-position: 15% 60%;
    width: 95px;
    padding-right: 0px;
    margin-top: -6px;
    margin-right: 8px;
}
#login:hover {
    background: url(../images/icons/login_hover.png) no-repeat;
    background-position: 15% 60%;
}

#logout{
    font-size: 20px;
    color: #fff;
    background: url(../images/icons/logout.png) no-repeat;
    background-position: 15% 60%;
    width: 95px;
    padding-right: 0px;
    margin-top: -6px;
    margin-right: 8px;
}

#mynav {
    margin-left: 5px;
}
#footer {
    height: 112px;
}
#bottom {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #9c1f1b;
}
#bottom span {
    display: inline-block;
    text-indent: 1em;
}
.uecontent {
    text-align:justify;
}

.uecontent table{

}
.uecontent table td{
    border:1px solid #DEDEDE;
}
.uecontent a{
    text-decoration: underline;
    color: blue;
}
.caret {
        margin-left: 5px;
}


/*add by trb*/
.news-content li a{
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal-content { 

    border-radius: 0px;
}
.modal-header {
    background: #9c1615;
    padding: 5px 15px;
    color: #fff;
    height:65px;
}
.modal-dialog {
    width: 400px;
    margin: 0px auto;
}
.modal {
    top: 30%;
}
.modal-title {
    display: inline-block;
    font-weight: lighter;
    margin-top:5px;
}
h4.modal-title {
    margin-left: 10px;
}
#username {
    margin-bottom: 15px;
}
#forget {
   position: absolute;
   bottom: 12px;
   right: 16px;
   color: #333;
   font-size: 12px;
   max-width: 145px;
}
.modal-body .btn-danger {
    background: #9c1615; 
    border-radius: 3px;
    padding: 6px 30px;  
}
.modal-body .input-lg {
    border-radius: 3px;
}
.blur {
-webkit-filter: blur(50px);
-moz-filter: blur(50px);
-o-filter: blur(50px);
-ms-filter: blur(50px);
filter: blur(50px);
}
#log-logo {
    float: left;
    width: 50px;
    margin-right: 15px;
    margin-top: 2px;
}