/*
*组件样式
*/
/* 可以修改的样式 */  
/* 窗体样式 */
.pagepic_tablestyle_1
{
    width:100%;}
/* 组图标题样式 */
.pagepic_newtitle_1
{
    font-size:22px;
    line-height: 150%; 
    font-weight: bold;
    text-align:center;}    
/* 组图简介样式 */
.pagepic_newdesc_1
{
    font-size:13px;
    line-height: 150%;}  
/* 当前页总页数样式 */
.pagepic_currenttotalsize_1
{
    font-size:16px; 
    float:left;
    padding-top:3px;
    text-align:center;  
    font-weight: bold;
    width:100%
;}  
/* 图片行样式 */
.pagepic_imgcontentstyle_1
{
    height:auto;}
/* 单个图片标题样式 */
.pagepic_titlecontent_1
{
    font-size:16px;
    text-align:center;  
    font-weight: bold;
    line-height:28px 
;}  
/* 单个图片内容样式 */
.pagepic_desccontent_1
{
    font-size:16px;
    line-height: 150%; 
    text-align:center;  
   
    height:auto;
    width:100%;}  
/* 上一图集样式 */
.pagepic_firstpagepic_1
{
    font-size:16px;
    line-height: 150%; 
    width:120px;
    text-align:center;
    border-left:1px solid #d6d6d6;
    background-color:#f2f2f2;}
/* 下一图集样式 */
.pagepic_nextpagepic_1
{
    font-size:16px;
    line-height: 150%; 
    width:120px;
    text-align:center;
    border-right:1px solid #d6d6d6;
    background-color:#f2f2f2;}

.pagepic_imgcontentstyle_1 img{
    max-width:98%;
    border:none !important;
    height:auto;
    max-height:600px;
    margin-left: 0 !important;}

/* 上下图集图片样式 */

/* 上下图集超链接样式 */
A.pagepic_a_f_1:link{color: #000000;}  
A.pagepic_a_f_1:visited{color: #000000;}  
A.pagepic_a_f_1:active{color: #000000;}  
A.pagepic_a_f_1:hover{color: #000000;}  

/* 无需修改的样式 */
.pagepic_borstyle_1
{
    
    padding:5px
;}
/* 缩略图窗体样式 */
.pagepic_smalltable_1
{
   
    height:116px;}
/* 上一个箭头图片单元格样式 */
.pagepic_lefttdarrow_1
{
    padding-right:5px;width:1px
;}
/* 下一个箭头图片单元格样式 */
.pagepic_righttdarrow_1
{
    padding-left:5px;width:1px
;}

.zututit {
    font-size:22px;
    line-height: 150%; 
    font-weight: bold;
    text-align:center;}

ul.zutubox {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;}

ul.zutubox li {
    margin-bottom: 20px;
    width: 32%;}

ul.zutubox img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;}

ul.zutubox p {
    text-align: center;
    font-size: 18px;
    line-height: 2em;}

