
.img-desc { font-size:14px; text-align:center; }

/* 标准照片500*375 */
.standard-photo { text-align:center; margin:10px auto 6px auto; width:500px; }
.standard-photo img { border:1px solid #666; width:100%; height:375px; }
/* 个人照片 */
.personal-photo { float:left; width:150px; margin:6px 20px 6px 2em; }
.personal-photo img { border:1px solid #666; width:100%; height:200px; }
/* 排成一行的图标 */
.aligned-icon { float:left; display:inline; width:210px; margin:5px 12px 5px 12px; }
.aligned-icon img { padding:4px; border:1px solid #666; width:200px; height:150px; }
.aligned-icon .img-desc { padding:4px 0px;height: 60px; }

/* 二院院刊版面 */
.magazines-photo { text-align:left; margin:0px auto; width:400px; font-size:0px; }
.magazines-photo img { width:100%; height1:560px; }

/* 页面宽度平铺 */
.full-width-photo { text-align:left; margin:0px auto; width:700px; font-size:0px; }
.full-width-photo img { width:100%; height1:700px; }

/* 左对齐的原始大小图片 */
.left-original-width-photo {}
/* 居中的原始大小图片 */
.center-original-width-photo { text-align:center; }


/* 页面中的默认视频 */
object.video_default { display:block; text-align:center; border:none; margin:10px auto 6px auto; }
object.video_default { width:500px; height:375px; }
.video-desc { text-align:center; }
/* 内网首页中的视频 */
object.video_in_home { display:block; text-align:center; border:none; margin:0px auto 0px auto; }
object.video_in_home { width:200px; height:145px; }
.video-desc { text-align:center; }

/* 页面中的音频 */
.audio_default { display:block; text-align:center; border:none; margin:10px auto 6px auto; }
.audio_default { width:320px; height:64px; }
.audio_hidden { display:inline; width:0px; height:0px; }
.audio-desc { text-align:center; }

/* 页面中的附件文件 - 默认文件 */
.attachment_default1 { float:left; text-align:center; text-decoration:none; padding:0px; margin:10px 0px 10px 10px; width:110px; }
.attachment_default1 img { border:0px solid #AAA; width:40px; height:40px; }
.attachment_default1 .attachment-desc { height:3em; cursor:pointer; }
/* 页面中的附件文件 - 默认文件 */
.attachment_default { display:block; text-align:left; text-decoration:none; background:url(/themes/common/images/attachment.png) no-repeat top  left; padding-left:40px; background-position-y: 4px;}
.attachment_default:hover { text-decoration:underline; }
/*height:40px; */
.attachment_default .attachment-desc { line-height:40px; cursor:pointer; }
/* 页面中的附件文件 - Word文件 */
.attachment_word { display:block; text-align:left; text-decoration:none; background:url(/themes/common/images/word.png) no-repeat center left; padding-left:40px; }
.attachment_word:hover { text-decoration:underline; }
.attachment_word .attachment-desc { height:40px; line-height:40px; cursor:pointer; }
/* 页面中的附件文件 - Excel文件 */
.attachment_excel { display:block; text-align:left; text-decoration:none; background:url(/themes/common/images/excel.png) no-repeat center left; padding-left:40px; }
.attachment_excel:hover { text-decoration:underline; }
.attachment_excel .attachment-desc { height:40px; line-height:40px; cursor:pointer; }
/* 页面中的附件文件 - PPT文件 */
.attachment_ppt { display:block; text-align:left; text-decoration:none; background:url(/themes/common/images/ppt.png) no-repeat center left; padding-left:40px; }
.attachment_ppt:hover { text-decoration:underline; }
.attachment_ppt .attachment-desc { height:40px; line-height:40px; cursor:pointer; }
/* 页面中的附件文件 - PDF文件 */
.attachment_pdf { display:block; text-align:left; text-decoration:none; background:url(/themes/common/images/pdf.png) no-repeat center left; padding-left:40px; }
.attachment_pdf:hover { text-decoration:underline; }
.attachment_pdf .attachment-desc { height:40px; line-height:40px; cursor:pointer; }
