@charset "utf-8";

#mainArea .mainBox .content {word-break:keep-all; word-wrap:break-word;}

#mainArea .mainBox .content .contentBox {margin-bottom:30px; padding:30px 20px; background:#eee; border-radius:10px; overflow:hidden;}
#mainArea .mainBox .content .contentBox div {float:left;}
#mainArea .mainBox .content .contentBox .eIcon {width:80px; color:#52bf4d; text-align:center;}
#mainArea .mainBox .content .contentBox .eTitle {margin-top:2px; width:220px; font-size:18px; font-weight:bold; line-height:28px;}
#mainArea .mainBox .content .contentBox .eList {width:400px;}
#mainArea .mainBox .content .contentBox .eList ul {margin-left:20px;}
#mainArea .mainBox .content .contentBox .eList ul li {padding:3px 0; font-size:14px; line-height:24px;}

#mainArea .mainBox .content .contentBoxB {width:350px;}