/*
	[destoon b2b system] copyright (c) 2008-2015 www.destoon.com
	this is not a freeware, use is subject to license.txt
*/
/* article && quote*/
.headline {background:#ffffff;padding:0 10px 5px 10px;border-bottom:#dddddd 1px solid;}
.headline h2 {text-align:center;font-size:16px;margin:0;height:30px;line-height:30px;overflow:hidden;}
.headline span {color:#225588;}
.headline div {line-height:22px;height:22px;overflow:hidden;}
.subline li {height:26px;line-height:26px;overflow:hidden;font-size:14px;padding:0 10px 0 10px;}
.subline span {color:#666666;}
.keytags {font-size:14px;padding:0 0 0 50px;}
/* catlist */
.childlist {padding:10px 10px 10px 15px;line-height:24px;}
.childlist li {font-size:14px;height:28px;line-height:28px;background: no-repeat 5px 12px;padding:0 10px 0 12px;overflow:hidden;}
.catlist {padding:15px 15px 15px 20px;line-height:24px;}
.catlist_li {font-size:14px;height:28px;line-height:28px;background: no-repeat 5px 12px;padding:0 10px 0 12px;overflow:hidden;}
.catlist_sp {background:#ffffff  repeat-x 0 center;}
.subtitle {padding:5px 15px 5px 15px;margin:10px 20px 10px 20px;line-height:24px;font-size:12px;border:#eeeeee 1px solid;background:#fafafa;}
.subtitle li {width:50%;height:24px;overflow:hidden;float:left;}
/*文章内页*/
.content,.content p,.content div{
	text-align: justify ;
    text-justify:inter-ideograph;/*ie中必须有这个*/
}