﻿@charset "utf-8";
/**
 * @name: errorPage.css
 * @overview: 错误页面样式
 * @author: 黄泽群 
 * @creattime: 2012-10-10
 */
 
 
 
/**error页面样式开始**/
.errortop
{
    background:url(http://img.ebs.org.cn/ebsimages/errorline.png) no-repeat left bottom;
    width:981px;
    height:73px;
    margin-top:25px;
    overflow:hidden;
}
.errortop .error
{
    color:Green;
    font-size:17px;
    font-weight:bold;
    float:left;
    padding-left:18px;
}
.errortop span
{
    color:#666;
    font-size:12px;
}

.cen {
	width:981px;
	margin:0px auto;
}

.errormain
{
    width:981px;
    height:280px;
    overflow:hidden;
    margin-bottom:35px;
    margin-top:10px;
}
.errormainlf
{
    float:left;
    padding:40px 70px 0 190px;
}
.errormainrg
{
    float:left;
}
.errortext1
{
    font-size:27px;
    color:#9a9a9a;
    line-height:28px;
}
.errortext2
{
    font-size:20px;
    color:#9a9a9a;
    padding-bottom:12px;
    line-height:28px;
}
.errortext3
{
    font-size:13px;
    color:#595959;
    font-weight:bold;
    line-height:20px;
}
.errortext4
{
    margin-top:15px;
}
.errortext4 a
{
    font-size:13px;
    color:#4d8918;
    font-weight:bold;
    margin-right:25px;
    line-height:28px;
}
/**error页面样式结束**/