*{
    margin:0;
    padding:0;
    }
body{
    background-color:#f8f8f8;
    font-size:12px;
    color:#666;
    font-family:Arial, Verdana,  "ËÎÌå";
    }
a:link{
    color:#999;
    text-decoration:none;
    }
a:visited{
    color:#999;
    text-decoration:none;
    }
a:hover{
    color:#999;
    text-decoration:underline;
    }
img{
    border:0;
    }
table{
    border:0;
    border-collapse:collapse;
}
input{
    border:0;
    }
/*  clearfix*/

.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/*  !clearfix end*/
.clear{
    clear:both;
    float:none;
    }

#headerLanguages{
    text-align:right;
    padding-right:15px;
    font-weight: bold;
    margin-bottom:18px;
    color:#999;
    }
#headerLanguages span{
    color:#333;
    }
#headerLanguages a{
    color:#3b5998;
    font-weight: normal;
    text-decoration: underline;
    }
.errors{
    background-color:#ffcccc;
    padding:3px 5px;
    color:#990000;
    margin-bottom:10px;
    }
/*-----------------*/
.wrapper{
    width:890px;
    margin:30px auto;
    }
.logo_zh{
    background:url(http://pic.lietou.com/images/lt5/logo3.jpg) no-repeat left top;
    text-indent:-9999px;
    height:44px;
    }
.content{
    border:#ebebeb solid 3px;
    padding:13px 13px 3px 13px;
    background-color:#fff;
    position:relative;
    height:290px;
    }
.listIntro{
    width:150px;
    margin:25px 5px 30px;
    float:left;
    }
.listIntro li{
    list-style:none;
    background:url(http://pic.lietou.com/images/lt5/listIconMinus.gif) no-repeat left 5px;
    padding:0 6px 0 12px;
    margin-bottom:4px;
    line-height:18px;
    overflow:hidden;
    color:#999;
    }
.login{
    padding:15px;
    border:#9a9a9a solid 1px;
    background-color:#fff;
    position:absolute;
    top:-16px;
    right:12px;
    width:324px;
    }
.login h3{
    font-size:14px;
    color:#a60027;
    background:url(http://pic.lietou.com/images/lt5/line.jpg) no-repeat left top;
    padding:10px 0;
    margin:20px 0 0;
    }
.login table th{
    color:#666;
    text-align:right;
    }
.login table td{
    color:#999;
    padding:8px 0;
    }
.login table td a{
    color:#3b5998;
    padding-left:6px;
    }
.login table td .input{
    width:226px;
    height:22px;
    border:#86a1bf solid 1px;
    padding-top:5px;
    }
.btnLogin{
    background:url(http://pic.lietou.com/images/lt5/btnLogin.gif) #9e1e1b repeat-x center center;
    border:#9e1e1b solid 1px;
    padding:2px 15px;
    color:#fff;
    font-family:Arial, Verdana,  "ËÎÌå";
    }
.sighup{
    text-align:center;
    }
.news{
    border:#cdcdcd solid 1px;
    padding:6px 10px;
    margin-top:60px;
    background-color:#fff;
    }
.news .title{
    color:#990000;
    float:left;
    }
.news .newsList{
    width:750px;
    height:15px;
    overflow:hidden;
    float:left;
    margin-left:10px;
    }
.news li{
    list-style:none;
    background:url(http://pic.lietou.com/images/lt5/listIconMinus.gif) no-repeat left 3px;
    padding:0 20px 0 8px;
    line-height:14px;
    color:#999;
    float:left;
    }
