#boxOtherProgram { width:100%; float:left; background:#dbdbdb;}
#boxOtherProgram .main { width: 100%; float: left; padding: 30px; box-sizing: border-box; }
#otherProgram { width:100%; float:left; }
#otherProgram .title { width:100%; float:left; text-align:center; font-size:24px; line-height:28px; color:#333; text-transform: none; font-family: 'Din-Bold';}
#otherProgram .content { width:100%; float:left; margin-top:6px; text-align:center; font-size:13px; line-height:18px; color:#333;}
#otherProgram .plists { width:100%; float:left; margin-top:12px;}
#otherProgram .plists ul { width:100%; float:left; display: flex; justify-content: center; flex-wrap: wrap;}
#otherProgram .plists ul li { width:50%; float:left; text-align:center; padding: 0 10px; box-sizing: border-box;}
#otherProgram .plists ul li:nth-child(n+3) { margin-top: 12px; }
#otherProgram .plists ul li a { font-size:13px; color:#0095d8; font-family: 'Din-Bold'; text-transform: none; line-height: 18px;}
#otherProgram .plists ul li .img { width: 100%; float: left; margin-top: 6px; }
#otherProgram .plists ul li .img img { width: 100%; float: left; height: auto; }