<!--
/* 左图右文 */
.picTxtBox {position:relative;border:1px solid #e2e2e2;width:564px;margin:0 auto 20px;clear:both; float:none;}
.clear_both{ width:0px; height:0px; clear:both; overflow:hidden;} 
.picTxtBox .pic{width:245px;text-align:left;padding:13px 0;float:left;margin-left:13px;display:inline;}
.picTxtBox .txt{width:290px;float:left;padding:13px 0 0;}
.picTxtBox .txt h2{font-size:14px;color:#333;line-height:30px;height:35px;border-bottom:1px dashed #969696;font-weight:bolder;}
.picTxtBox .txt h2 a{color:#333; text-decoration:none;}
.picTxtBox .txt h2 a:hover{text-decoration:underline;color:#F00;}
.picTxtBox .txt p{padding:10px 0 0;line-height:22px; text-indent:2em;margin:0;}
.picTxtBox .txt p a{color:#333333; text-decoration:none;}
.picTxtBox .txt p a:hover{text-decoration:underline;color:#F00;}

/* 左文右图 */
.txtPicBox{position:relative;border:1px solid #e2e2e2;width:564px;margin:0 auto 20px;clear:both; float:none;}
.txtPicBox .txt{width:290px;float:left;padding:13px 0 0;display:inline;margin-left:15px;}
.txtPicBox .txt h2{font-size:14px;color:#333;line-height:30px;height:35px;border-bottom:1px dashed #969696;font-weight:bolder;}
.txtPicBox .txt h2 a{color:#333; text-decoration:none;}
.txtPicBox .txt h2 a:hover{text-decoration:underline;color:#F00;}
.txtPicBox .txt p{padding:10px 0 0;line-height:22px; text-indent:2em;margin:0;}
.txtPicBox .txt p a{color:#333333; text-decoration:none;}
.txtPicBox .txt p a:hover{text-decoration:underline;color:#F00;}
.txtPicBox .pic{width:245px;text-align:left;padding:13px 0;float:left;margin-left:13px;display:inline;}
