/* Begin Error */
.error_404{
    width: 1110px;
    height: 676px;
    margin: 0 auto;
}
.error_404 .item{
    width: 722px;
    height: 533px;
    background: url(../img/error_404.jpg);
    float: left;
    margin-top: 90px;
}
.error_404 .item .txt_1{
    font: 120px OpenSansExtraBold;
    color: #fff;
    padding-left: 210px;
    padding-top: 180px;
    line-height: 120px;
}
.error_404 .item .txt_2{
    font: 14px OpenSansSemiBold;
    color: #fff;
    padding-left: 220px;
}
.error_404 .txt_box{
    float: right;
    width: 352px;
    margin-top: 191px;
}
.error_404 .txt_box .txt_1{
    font: 14px OpenSansLight;
    color: #333333;
    line-height: 24px;
}
.error_404 .txt_box ul{
    margin-top: 5px;
}
.error_404 .txt_box ul li{
    list-style: disc;
    list-style-position: inside;
}
.error_404 .txt_box ul li a{
    font: 14px OpenSansRegular;
    color: #58066f;
    text-decoration: underline;
    line-height: 40px;
}
.error_404 .txt_box ul li a:hover{
    color: #ac83b7;
}
/* End Error */