@charset "UTF-8";
/****************************************
*  @ web		文章页面					*
*  @ Authors    Enjoy 					*
*  @ Email      xiaodeng527@163.com 	*
*  @ blog       http://www.0c7d.com 	*
****************************************/

.article{width:96%;padding:2%;}
.article h1{width:100%;font-size: 16px;padding:10px 0px;text-align: center;}
.article .view{width:100%;}
.article .view .item{width:100%;display: flex;justify-content: center;font-size: 14px;align-items: center;padding:10px 0px;}
.article .view .item b{color:red;}
.article .view .item .text{margin:0px 10px;}
.article .view .item a{width:100px;padding:10px 0px;text-align: center;border-radius: 3px;color:#fff;display: flex;align-items: center;justify-content: center;}
.article .view .item a img{display:block;width:16px;height:auto;margin-right:5px;}
.article .view .zixun a{background:#f3803f}
.article .view .tel a{background:#962400;}
.article .artbody{padding:10px 0px;}
.article .artbody p{padding:10px 0px;line-height: 25px;font-size: 12px;}

.article .clickmore{width:100%;display: flex;justify-content: center;padding:20px 0px;}
.article .clickmore a{width:80%;padding:10px 0px;background:#ff9324; color:#fff;font-size:14px;border-radius: 3px;display: flex;align-items: center;justify-content: center;}
.article .clickmore a img{width:15px;height:15px;padding-left: 10px;}

.artbjfw{width:96%;padding:2%;display: flex;justify-content: space-between;}
.artbjfw a{width:24%;background:#962400;display: flex;flex-direction: column;align-items: center;justify-content: center;padding:10px 0px;}
.artbjfw a img{width:50px;height:auto;margin-bottom:10px;}
.artbjfw a p{line-height: 20px;font-size: 14px;color:#fff;text-align: center;}