/* css 重置 */
*{margin:0; padding:0; list-style:none; }

.newTxtBox{ width:100%; text-align:left;  }
.newTxtBox .hd{ height:36px; line-height:36px; border-bottom:1px solid #ddd;  position:relative; }
.newTxtBox .hd ul{ float:left;  position:absolute; left:2px; top:-1px;padding-left: 0;  height:36px;   }
.newTxtBox .hd ul li{ float:left; padding:0 7px; cursor:pointer; font-size: 1rem; font-weight: 500;}
.newTxtBox .hd ul li.on{height:37px; border-bottom: 1px solid #ff9900; color: #ff9900; text-align: center;}
.newTxtBox .bd ul{ padding-left:0;margin-bottom: 0;margin-top: 8px;  zoom:1;  }
.newTxtBox .bd li{ line-height:40px; font-size: 15px; border-bottom: #cccccc 1px dotted }
.newTxtBox .bd li i{color: #ff9900;margin-right: 4px; }
.newTxtBox .bd li .date{ float:right; color:#999; font-size: 14px; font-weight: 400; }
.newTxtBox a{ text-decoration:none; color: var(--bs-secondary-color) !important; }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.newTxtBox .arrow{  position:absolute; right:10px; top:0; }
.newTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
     cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.newTxtBox .arrow .next{ background-position:0 -50px;  }
.newTxtBox .arrow .prevStop{ background-position:-60px 0; }
.newTxtBox .arrow .nextStop{ background-position:-60px -50px; }



/* 部门选项卡css */

.deptTxtBox{ width:100%; text-align:left;  }
.deptTxtBox .hd{ height:36px; line-height:36px; border-bottom:1px solid #ddd;  position:relative; }
.deptTxtBox .hd ul{ float:left;  position:absolute; left:5px; top:-1px;padding-left: 0;  height:36px;   }
.deptTxtBox .hd ul li{ float:left; padding:0 6px; cursor:pointer; font-size: .8rem; font-weight: 500;}
.deptTxtBox .hd ul li.on{height:37px; border-bottom: 1px solid #ff9900; color: #ff9900; text-align: center;}
.deptTxtBox .bd ul{ padding-left:0;margin-bottom: 0;margin-top: 8px;  zoom:1;  }
.deptTxtBox .bd li{ line-height:40px; font-size: 15px; border-bottom: #cccccc 1px dotted }
.deptTxtBox .bd li i{color: #ff9900;margin-right: 1px; }
.deptTxtBox .bd li .date{ float:right; color:#999; font-size: 14px; font-weight: 400; }
.deptTxtBox .ad {padding: 0 7px 0 7px;}
.deptTxtBox a{ text-decoration:none; color: var(--bs-secondary-color) !important; }

/*部门图片*/
.am-gallery-item {position: relative;}
.am-gallery-title {font-size: .9rem;color: #F5F5F5;position: absolute;bottom: 0;width: 100%;background-color: rgba(0, 0, 0, .6);
    text-indent: 5px;height: 35px;line-height: 35px;text-align: center;font-weight: 400;}
.am-gallery-desc {display: none;}

/**党建工作**/
.partyTxtBox{ width:100%; text-align:left;  }
.partyTxtBox .hd{ height:36px; line-height:36px; border-bottom:1px solid #ddd;  position:relative; }
.partyTxtBox .hd ul{ float:left;  position:absolute; left:0; top:-1px;padding-left: 0;  height:36px;   }
.partyTxtBox .hd ul li{ float:left; padding:0 10px; cursor:pointer; font-size: 1rem; font-weight: 500;}
.partyTxtBox .hd ul li.on{height:37px; border-bottom: 1px solid #ff9900; color: #ff9900; text-align: center;}
.partyTxtBox .bd ul{ padding-left:0;margin-bottom: 0;margin-top: 8px;  zoom:1;  }
.partyTxtBox .bd li{ line-height:40px; font-size: 15px; border-bottom: #cccccc 1px dotted }
.partyTxtBox .bd li i{color: #ff9900;margin-right: 4px; }
.partyTxtBox .bd li .date{ float:right; color:#999; font-size: 14px; font-weight: 400; }
.partyTxtBox a{ text-decoration:none; color: var(--bs-secondary-color) !important; }

/*风采*/
.pictureBox{ width:100%; text-align:left;  }
.pictureBox .hd{ height:36px; line-height:36px; border-bottom:1px solid #ddd;  position:relative; }
.pictureBox .hd ul{ float:left;  position:absolute; left:5px; top:-1px;padding-left: 0;  height:36px;   }
.pictureBox .hd ul li{ float:left; padding:0 15px; cursor:pointer; font-size: 1rem; font-weight: 500;}
.pictureBox .hd ul li.on{height:37px; border-bottom: 1px solid #ff9900; color: #ff9900; text-align: center;}
.pictureBox .bd ul{ padding-left:0;margin-bottom: 0;margin-top: 8px;  zoom:1;  }
.pictureBox .bd li{ line-height:40px; font-size: 15px; border-bottom: #cccccc 1px dotted }
.pictureBox .bd li i{color: #ff9900;margin-right: 4px; }
.pictureBox .bd li .date{ float:right; color:#999; font-size: 14px; font-weight: 400; }
.pictureBox .ad {padding: 0 7px 0 7px;}
.pictureBox a{ text-decoration:none; color: var(--bs-secondary-color) !important; }

