/*模态框*/
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 根据浏览器定位 */
    z-index: 99999; /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%; /* 全宽 */
    height: 100%; /* 全高 */
    overflow: auto; /* 允许滚动 */
    background-color: rgba(0,0,0,0.4);}
.modal-header{
       margin-bottom: 20px;}
/*模态框内容*/
.modal-content {
 
        flex-direction: column;
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 10px 20px 20px 20px;
    border: 1px solid #888;
    width: 500px;
    animation: topDown 0.4s;}
@keyframes topDown {
    from {top: -300px; opacity: 0;}
    to {top: 0; opacity: 1;}
}

/*关闭X 样式*/
.close {
color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    margin-right: -10px;}
.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;}
.topBar .b:hover, .modal-body span:hover{cursor: pointer;}
.modal-body a, .modal-body span{    width: 238px;
    text-align: center;
    background: #004893;
    color: #fff !important;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom:20px;}
.font142940{ font-size: 9pt ;}
.fontstyle142940{ font-size: 12px; color: #555555; font-family: 宋体;}

/* 可以修改的样式 */  
#titlecontentu11{    text-align: left;
    /* word-break: break-all; */
    word-wrap: break-word;
    overflow: hidden;
    font-size: 14px;
    margin: 0 auto;
        line-height: 300%;
    font-weight: normal;}
/* 窗体样式 */
.pagepic_tablestyle_1
{
    width:840px;}
/* 组图标题样式 */
.pagepic_newtitle_1
{
    font-size:22px;
    line-height: 300%; 
    text-align:left;}    
/* 组图简介样式 */
.pagepic_newdesc_1
{
    font-size:13px;
    line-height: 150%;}  
/* 当前页总页数样式 */
.pagepic_currenttotalsize_1
{
    font-size:9pt; 
    float:left;
    padding-top:3px;
    text-align:center;  
    font-weight: bold;
    width:100%
;}  
/* 图片行样式 */
.pagepic_imgcontentstyle_1
{
    height:520px;}
/* 单个图片标题样式 */
.pagepic_titlecontent_1
{
    font-size:9pt;
    text-align:center;  
    font-weight: bold;
    line-height:28px 
;}  
/* 单个图片内容样式 */
.pagepic_desccontent_1
{
    font-size:9pt;
    line-height: 150%; 
    text-align:left;  
    overflow:auto;
    height:60px;
    width:800px;}  
/* 上一图集样式 */
.pagepic_firstpagepic_1
{
    font-size:9pt;
    line-height: 150%; 
    width:70px;
    text-align:center;}
/* 下一图集样式 */
.pagepic_nextpagepic_1
{
    font-size:9pt;
    line-height: 150%; 
    width:70px;
    text-align:center;}
/* 上下图集图片样式 */
.pagepic_imgstyle_1
{
    border:2px solid #999;
    border-bottom-color:#999;
    border-right-color:#999;}
/* 上下图集超链接样式 */
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_lefttdarrow_1
{
    padding-right:5px;width:35px
;}
/* 下一个箭头图片单元格样式 */
.pagepic_righttdarrow_1
{
    padding-left:5px;width:35px
;}

td{border:none;}
table{border-collapse: initial;}
.zutu{width:684px!important;}
