[#--
焦点图
--]
[#if !flashWidth?? || flashWidth==''][#assign flashWidth='296'/][/#if]
[#if !flashHeight?? || flashHeight==''][#assign flashHeight='200'/][/#if]
[#if !textHeight?? || textHeight==''][#assign textHeight='20'/][/#if]
[#if !useShortTitle?? || useShortTitle==''][#assign useShortTitle='1'/][/#if]
[#assign focusType=3 flashHeight=flashHeight?number+textHeight?number textHeight=0]
[#assign count=tag_list?size]
[#if tag_list?size gt 0 || !emptyMsg??]
[#list tag_list as ctt]
[#if imgType?? && (imgType?string=="1"||imgType?string=="2")]
[#if imgType?string=="2"]
[#if ctt.imgUrl2??][#assign imgUrl=ctt.imgUrl2/][#else][#assign imgUrl=site.defImg/][/#if]
[#else]
[#if ctt.imgUrl??][#assign imgUrl=ctt.imgUrl/][#else][#assign imgUrl=site.defImg/][/#if]
[/#if]
[#else]
[#if typeId?? && typeId?string!=""]
[#if ctt.imgUrl2??][#assign imgUrl=ctt.imgUrl2/][#else][#assign imgUrl=site.defImg/][/#if]
[#else]
[#if ctt.imgUrl??][#assign imgUrl=ctt.imgUrl/][#else][#assign imgUrl=site.defImg/][/#if]
[/#if]
[/#if]
[#if ctt_index = 0]
${ctt.stit}
[#else]
${ctt.stit}
[/#if]
[/#list]
[#list tag_list as ctt]
${ctt_index + 1}
[/#list]
[#include "style_3-4_core.html"/]
[/#if]
[#assign flashWidth=''/]
[#assign flashHeight=''/]
[#assign textHeight=''/]
[#assign useShortTitle=''/]