.toolbarcontent{width:1280px;padding:20px 10px;margin:10px auto 0;border-radius: 4px;overflow:hidden;background: #fff;}
.main{width:1300px;margin:10px auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: flex-start;}


.papercontent{flex:1;border-radius: 4px;overflow:hidden;background: #fff;margin-right: 15px;padding:50px;}
.papercontent .papertitle{font-size: 20px;color: #444;line-height: 35px;text-align: center;}
.papercontent .paperinfo{text-align: center;}
.papercontent .paperinfo .paperinfoitem{font-size: 12px;color: #aaa;line-height: 20px;margin:0 10px;}
.papercontent .qlist{}
.papercontent .qlist .qitem{border:solid 1px #eee;border-radius:8px;margin:15px 0;transition: box-shadow 0.3s ease; /* 添加过渡效果 */}
.papercontent .qlist .qitem:hover{box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);/* 鼠标移入时的阴影效果 */}
.papercontent .qlist .qitem .qheader{background-color:#fff;border-bottom: solid 1px #eee;padding: 10px;font-size: 12px;color: #999;}
.papercontent .qlist .qitem .qfooter{background-color:#fafafa;border-top: solid 1px #eee;padding:10px;font-size: 12px;color: #999;}
.papercontent .qlist .qitem .qcontent{margin:10px;font-size: 14px;line-height: 23px;color: #888;}
.papercontent .qlist .qitem .qoptionslist{margin:10px;}
.papercontent .qlist .qitem .qoptionslist .qoptionitem{font-size: 14px;line-height: 23px;color: #888;}


.papersummarycontent{width:330px;}
.papersummarycontent .papersummary{border-radius: 4px;overflow:hidden;background: #fff;padding:20px;margin-bottom: 15px;}
.papersummarycontent .papersummary .pstitle{font-size: 14px;color: #333;}
.papersummarycontent .papersummary .pstitle .pstitleicon{font-size: 14px;color: #666;}
.papersummarycontent .papersummary .pstext{font-size: 14px;line-height: 23px;color: #888;margin-top: 20px;}
.papersummarycontent .papersummary .psmenulist{display: flex;flex-direction: row;flex-wrap: nowrap;border-top: dashed 1px #eee;border-bottom: dashed 1px #eee;margin: 20px 0;padding:20px 0;}
.papersummarycontent .papersummary .psmenulist .menuitem{padding:8px 20px;cursor: pointer;text-align: center;font-size: 14px;color: #fff;background-color: #0971B6;border-radius: 5px;overflow: hidden; }
.papersummarycontent .papersummary .psmenulist .loading{margin-left:10px;flex:1;padding:8px 0;font-size: 14px;color: #888;display: none;}
.papersummarycontent .papersummary .toolscontent{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-around;margin: 20px 0;}
.papersummarycontent .papersummary .toolscontent .toolsitem{text-align: center;}
.papersummarycontent .papersummary .toolscontent .toolsitem .qrcode{padding:0;border:solid 1px #eee;width:100px;height:100px;}
.papersummarycontent .papersummary .toolscontent .toolsitem .qrcodename{text-align: center;font-size: 14px;color: #888;}



