 .noticePage .picScroll-left .bd ul li {
     width: 80px;
     height: 40px;
     border-radius: 20px;
     border: 1px solid #E8E8E8;
     padding: 0;
     line-height: 40px;
     margin-right: 18px;
 }
 
 .noticePage .picScroll-left .bd ul li:last-child {
     margin-right: 0px;
 }
 
 .noticePage .picScroll-left .bd ul li .title {
     line-height: inherit;
     margin-top: 0;
     font-weight: bold;
     font-size: 18px;
     color: #333333;
 }
 
 .noticePage .picScroll-left .bd ul li .title a,
 .noticePage .section-box .section-item .text-group-file-wrapper .text-title a {
     /* font-family: d-din-bold; */
     cursor: pointer;
     transition: none
 }
 
 .noticePage .picScroll-left {
     height: auto;
 }
 
 .noticePage .picScroll-left .bd ul li.tab-active .title a {
     color: #F7B334;
     font-weight: bold;
 }
 
 .noticePage .section-box {
     width: 100%;
     margin: 60px 0 0 0;
 }
 
 .noticePage .section-box .section-item {
     width: 100%;
     height: 90px;
     margin-left: 0;
     padding: 16px 0px 16px 20px;
     box-sizing: border-box;
 }
 
 .noticePage .section-box .section-item .image-text-item {
     width: 89%;
 }
 
 .noticePage .section-box .section-item .label-img {
     width: 11%;
 }
 
 .noticePage .section-box .section-item .text-group-file-wrapper {
     min-width: 978px;
 }
 
 .noticePage .section-box .section-item .text-group-file-wrapper .text-title {
     font-family: MicrosoftYaHei, MicrosoftYaHei;
     font-weight: bold;
     font-size: 20px;
     color: #333333;
     line-height: 28px;
     text-align: justify;
     font-style: normal;
 }
 
 .noticePage .section-box .section-item .text-group-file-wrapper .text-time {
     font-family: MicrosoftYaHei;
     font-size: 16px;
     color: #666666;
     line-height: 24px;
     text-align: justify;
     font-style: normal;
 }
 
 .noticePage .section-box .section-item .label-img-left {
     width: 40px;
     height: 40px;
     align-items: center;
     display: flex;
     margin: auto;
     margin-right: 20px;
     text-align: center;
 }
 
 .noticePage .section-box .section-item .label-img-left img {
     width: 31.9px;
     height: auto;
 }
 
 .noticePage .section-box .section-item .label-img a {
     cursor: pointer;
     float: right;
     margin-top: 9px;
     margin-right: 20px;
 }
 
 .noticePage .section-box .section-item .label-img a img {
     width: 40px;
     height: auto;
 }
 
 .noticePage .section-box .section-item:hover {
     background: #F7B334;
     ;
 }
 
 .noticePage .section-box .section-item:hover .text-title,
 .noticePage .section-box .section-item:hover .text-time {
     color: #fff;
 }
 
 .noticePage .section-box .section-item:hover .text-title a {
     color: #fff;
 }
 
 .noticePage .section-box .section-item:hover .text-group-file-wrapper .text-title a {
     color: #fff;
 }