@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-08-16 15:48:25
 * @version $Id$
 */
.error-box{
	width: 100%;
	background:#fff;
	padding: 30px 0 50px 0;
	margin-top: 40px;
}
.zl-width{
	width: 1200px;
	margin: 0 auto;
}
.logo-wrap img{
	margin-left: 30px;
}
.zl-cry{
	text-align: center;
	padding-top: 80px;
}
.error-tips{
	font-size: 30px;
	line-height: 100px;
	color: #3a3a3a;
	text-align: center;
	padding-bottom: 20px;
}
.back-index{
	display: block;
	width: 300px;
	height: 46px;
	background: #ee2e2e;
	margin: 0 auto;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 46px;
	text-align: center;
}
.other-box{
	width: 920px;
	margin:50px auto 0;
	position: relative;
	padding-bottom: 50px;
}
.gray-line{
	width: 1px;
	height: 106px;
	background: #eeeeee;
	position: absolute;
	top: 0px;
	left: 459px;
}
.link-ul{
	width: 100%;
	height: 120px;
	margin-left: 50px;
}
.link-ul li{
	display: block;
	width: 410px;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	padding: 8px 0;
	margin-right: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.link-ul li:nth-of-type(2n){
	margin-right: 0;
}
.art-box {
	margin-top: 50px;
}
.art-list{
	width: 1140px;
	background: #f4f4f4;
	padding: 30px 30px 10px 30px;
	margin-left: 0;
	float: left;
}
.art-list li{
	display: block;
	width: 212px;
	height: 224px;
	float: left;
	margin:0 20px 20px 0;
	background: #fff;
}
.art-list li:nth-of-type(5n){
	margin-right: 0;
}
.art-title{
	width: 192px;
	height: 20px;
	padding: 10px 10px 0;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #383838;
}
.art-pic{
	width: 212px;
	height: 160px;
	overflow: hidden;
}
.art-bot{
	width: 192px;
	height: 22px;
	padding: 0 10px 10px;
	font-size: 12px;
	line-height:22px;
	color: #989898;
}
.bot-left{
	display: block;
	width: 70px;
	float: left;
}
.bot-right{
	display: block;
	width: 70px;
	float: left;
}
.art-bot img{
	margin-right: 5px;
}

/*404页面*/
.error-box{
        width: 1200px;
        margin: 20px auto;
     }
     .error-tip{
        line-height: 30px;font-size: 16px;text-align: center;color: #ADADAD;margin-top: 100px;
     }
     .err_p{
        margin-top: 40px;height: 100px;
     }
     .err_p p{
        border: 2px solid #ee2e2e;width: 496px;height: 38px;line-height: 38x;float: left;margin-left: 310px;
     }
     .err_p p input{
        line-height: 38px;margin-left: 20px;width: 450px;
     }
     .err_s{
        display: block;width: 80px;height: 42px;background: #ee2e2e;float: left;line-height: 42px
     }
     .err_s img{
        margin: 10px 30px
     }
     .err_li{
        width: 212px;
        height: 224px;display: block;
        float: left;
        margin: 0 20px 20px 0;
        background: #fff;
     }
     .err_li:nth-of-type(5n){
        margin-right: 0
     }
     .err_li_text{
        width: 212px;
        height: 100px;
        display: block;
        float: left;
        border-radius: 5px;
        margin: 0 20px 20px 0;
        background: #f7f7f7;
     }
       .err_li_text:nth-of-type(5n){
        margin-right: 0
     }
     .err_ul{
        width: 1140px;
        background: #fff;
        padding: 25px 30px 10px 30px;
        float: left;
     }
     .art-title{
        width: 192px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #383838;
     }
     .err_li_p{
        width: 80%;
        font-size: 14px;
        color: #333;
        line-height: 24px;
        margin: 10px 10% 0;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2;
        overflow:hidden;
        text-overflow: ellipsis;
     }
     .art-bot_text{
        margin: 10px;
     }
     .tj_p{
        margin-left: 30px;
        color: #ADADAD;
        font-size: 16px;
        line-height: 40px;
     }