@charset "utf-8";
/* CSS Document */


/*公用样式*/
.error-char{overflow: hidden;}

/*404页面*/
.errorContent dl{padding: 100px 0 100px 130px;}
.errorContent dt{float: left;width: 219px;height: 320px;padding-right: 80px;}
.errorContent dt img{padding-top: 26px;}
.errorContent dd{float: left;width: 462px;}
.errorContent h2{font-size: 72px;color: #245073;font-weight: bold;}
.errorContent h3{padding-bottom: 40px;color: #245073;font-size: 36px;}
.errorContent h4{padding-bottom: 8px;color: #333;font-size: 20px;}
.errorContent li{line-height: 24px;color: #808080;font-size: 14px;}
.errorContent dd a{float: left;display: inline-block;margin:10px 40px 0 0;text-decoration: underline;color: #018cb1;}
.errorContent dd a:hover{color: #ff5a00;}


/*非法字符页面*/
.error-char{width: 400px;height: 156px;margin: 150px auto;background:url(../images/robot.png) no-repeat 0 0;padding-left: 156px;}
.error-char p{width: 516px;padding-top: 10px;line-height: 30px;font-size: 14px;color: #808080;}
.error-char h3{display: block;padding-top: 8px;font-size: 30px;font-weight: normal;color: #3f484f;}
.error-char a{color: #ff5a00;}
.error-char a:hover{text-decoration: underline;}