@charset "UTF-8";
/**!
 * 信息列表
 * date:2022-09-21
 * author: jjuan;
 */
.page {
  padding-bottom: 42px;
}

.top {
  display: block;
  width: 100%;
  height: 139px;
  margin-bottom: 31px;
}

.top img {
  width: 100%;
  height: 100%;
}

.menu {
  width: 270px;
  height: 843px;
  background: #ffffff;
}

.menu-title {
  height: 75px;
  line-height: 75px;
  background: url("/newimages/menu_title.jpg") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}

.menu-title span {
  display: inline-block;
  color: #fff;
  padding-left: 42px;
  font-size: 22px;
  font-weight: 600;
  background: url("/newimages/menu_tt.png") no-repeat left center;
}

.menu-tree {
  padding: 16px 11px;
  height: calc(100% - 91px);
  overflow: auto;
}

.tree-item + .tree-item {
  margin-top: 10px;
}

.tree-item:hover .tree-tt,
.tree-item.active .tree-tt {
  background: #1867c2;
  color: #ffffff;
}

.tree-item:hover .tree-tt::before,
.tree-item.active .tree-tt::before {
  width: 14px;
  height: 9px;
  right: 28px;
  background-image: url("/newimages/tree_item_active.png");
}

.tree-item.active .tree-wb {
  display: block;
}

.tree-tt {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
  line-height: 60px;
  /*padding-left: 39px;*/
  padding-left: 15px;/*20221109*/
  background: #f0f5fd;
  color: #333333;
  font-size: 18px;
}

.tree-tt::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 14px;
  right: 30px;/*20230308*/
  /*right: 10px;20221109*/
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/newimages/tree_item.png");
}

.tree-wb {
  display: none;
  margin-top: 15px;
}

.tree-wb-item {
  cursor: pointer;
  padding-left: 40px;
  line-height: 34px;
  color: #333;
  font-size: 18px;
}

.tree-wb-item.active, .tree-wb-item:hover {
  color: #1867c2;
}

.tree-wb-item.active .tree-th {
  display: block;
}

.tree-th {
  display: none;
  padding: 0 0 5px 32px;
}

.tree-th-item {
  cursor: pointer;
  /*line-height: 48px;
  height: 48px;
  font-size: 18px;*/
  line-height: 30px;/*20230308*/
  height: 30px;/*20230308*/
  font-size: 16px;/*20230308*/
  color: #777777;  
}

.tree-th-item.active, .tree-th-item:hover {
  color: #1867c2;
}

.info {
  width: calc(100% - 295px);
  margin-left: 25px;
  height: 843px;
  padding-bottom: 39px;
}

.info .notice-item {
  height: 45px;
  line-height: 45px;
}

.info .notice-item:last-child::before, .info .notice-item:first-child::before {
  height: 22px;
}

.info .notice-item::before {
  height: 45px;
}

.pager {
  margin-top: 28px;
  text-align:center;/*20221012*/
}

.page-txt {
  color: #888 !important;
  font-weight: normal !important;
}

.m-pagination-jump {
  width: auto;
}

.m-pagination-group input {
  border: 1px solid #dedede;
  margin-right: 3px;
}

@media (max-width: 960px) {
  .menu, .info {
    float: none !important;
    width: 100%;
  }
  .info {
    margin-left: 0;
    margin-top: 20px;
  }
  .menu {
    height: 100%;
  }
}

/*20220929*/
.tree-item.current .tree-tt::before {
    width: 14px;
    height: 9px;
    right: 28px;
    background-image: url(/newimages/tree_item_active.png);
}
.tree-item.current .tree-tt {
	background: #1867c2;
	color:#ffffff;/*20230321*/
}
.tree-item.current .tree-tt>a {
	color:#ffffff;
}

.tree-tt>a {
	color:#333333;
}
.tree-wb-tt>a{
	color:#333333;
}
.tree-item:hover .tree-tt>a,
.tree-item.active .tree-tt>a {
  background: #1867c2;
  color: #ffffff;
}
.tree-wb-item.current .tree-th{
	display: block;
}


/*20221012分页*/
.wb-page-items {
    margin: 10px auto;
}

.wb-page-li {
    float: left;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.wb-page-li>a {
    display: block;
}

.wb-page-li.ml6 {
    margin-left: 6px;
}

.wb-page-li.ml20 {
    margin-left: 20px;
}

.wb-page-item {
    width: 34px;
    height: 24px;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;

	text-align: center;
}

.wb-page-item a{
	color: #666;
}

.wb-page-item a:hover{
	background-color: #999999;
	color: #fff;
	
}

.wb-page-item.current {
    width: 36px;
    height: 26px;
    line-height: 26px;
    border: 0;
    color: #f99a39;
    font-weight: bold;
}

.wb-page-default {
    width: 36px;
    height: 26px;
    line-height: 26px;
    color: #666;
}

.wb-page-omit {
    width: auto;
    padding: 0 18px 0 18px;
}

.wb-page-family {
    font-family: "SimSun";
}

.wb-page-fs12 {
    font-size: 12px;
}

.wb-page-number {
    width: auto;
    padding: 0 6px 0 6px;
    font-weight: bold;
	border:0;
}

.wb-page-to {
    width: auto;
}

.wb-page-next {
    width: 58px;
}

.wb-page-next:hover {
    background-color: #999999;
    color: #fff;
    cursor: pointer;
    border: 1px solid #999;
}

.wb-page-go {
    width: 28px;
}

/*20230307左侧栏目菜单
.wb-tree {
    padding: 15px 15px 0 15px;
	height: calc(100% - 10px);
    overflow: auto;
}

.wb-tree-items {
    margin-bottom: 12px;
}

.wb-tree-item {
    cursor: pointer;
    margin-bottom: 2px;
}

.wb-tree-tt {
    color: #2885cc;
}

.wb-tree-node, .wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #2885cc;
    font-weight: bold;
    padding-left: 20px;
    background-color: #e6f4ff;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 12px;
    margin-right: 15px;
    background: url(/newimages/tree_item.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    padding-top: 2px;
}

.wb-tree-item>a {
    font-weight: normal;
    color: #333;
    background-color: #f0f0f0;
}

.wb-tree-item>a:hover {
    background-color: #ffecc2;
}

.wb-tree-item .last {
    margin-bottom: 0;
}

.current .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-node {
    background-color: #129be2;
}

.current .wb-tree-iconr {
    width: 13px;
    height: 15px;
    margin-right: 16px;
    margin-top: 11px;
    background: url(/newimages/tree_item_active.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.wb-tree-node-sub, .wb-tree-sub-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #2885cc;
    font-weight: bold;
    padding-left: 20px;
    background-color: #e6f4ff;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 12px;
    margin-right: 15px;
    background: url(/newimages/tree_item.png) no-repeat;
}
.current .wb-tree-tt {
    color: #fff;
}

.wb-tree-sub .current .wb-tree-third {
    display: block;
}

.wb-tree-third {
    display: none;
    padding-top: 2px;
}
*/

/*20230308*/
.tree-web-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 12px;
    margin-right: 23px;
    background: url(/newimages/tree_item.png) no-repeat;
}
.tree-wb-item.active .tree-web-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 12px;
    margin-right: 25px;
    background: url(/newimages/tree_item_activeblue.png) no-repeat;
}

.tree-th-item>a {
    color: #333333;
}
.current .tree-wb{
	display:block;
}
.tree-wb-item.current >div {
	font-weight: bold;
}
.tree-th-item.current {
	font-weight: bold;
}

/*20241124moresub*/
.subinfo{
	margin:0 20px;
}
.subpage-hd {
    border-bottom: 1px solid rgb(219, 219, 219);
}
.subpage-hd > span {
    height: 53px;
    line-height: 53px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    display: inline-block;
    background: rgb(50, 105, 184);
    padding: 0px 20px;
    border-right: 1px solid rgb(219, 219, 219);
}

.list-items {
    padding-top: 15px;
}

.list-items > li {
    position: relative;
    line-height: 30px;
    margin-bottom: 18px;
    font-size: 16px;
}
.list-items > li > a {
    display: block;
    margin-right: 150px;
    color: rgb(51, 51, 51);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-items > li > span {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-left: 5px;
    color: rgb(178, 178, 178);
}
.subinfo > .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    margin: 10px auto 22px;
    background: rgb(231, 231, 231);
}
.subinfo > .more > a {
    color: black;
}