.nav .on h5 a{
    font-weight:800;}
.shzr_main{
    width: 1200px;
    display: flex;
    flex-direction: column;}
.shzr_main ul{
    display: flex;
    flex-direction: column;}
.shzr_main li{
    padding:24px 0;
    border-bottom:1px solid #9993;
        position: relative;}

.shzr_main li::before{
    content: " ";
    position: absolute;
    width: 0;
    height:2px;
    bottom:0;}
.shzr_main li:hover::before{
    content: " ";
    width: 100%;
    background-color:purple;
    transition: width 0.5s;}
.shzr_main li a{
    display: flex;
    flex-direction: row;
    gap: 32px;
    height: 144px;}
.shzr_main li a .shzr_date{
    margin-top:16px;
    flex: 0 0 80px;
    border-top: 3px solid purple;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    padding-top: 6px;
    text-align: center;}   
.shzr_main li a .shzr_img img{
    width: 240px;
    height: 100%;
    object-fit: cover;}
.shzr_main li a .shzr_article{
    padding:12px 0 4px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;}

.shzr_main li a .shzr_article h6{
    font-size: 20px;
    font-weight: 800;
    width:800px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;}
.shzr_main li a .shzr_article p{
    font-size: 16px;
    font-weight: 400;
    line-height:180%;
    color:#666;
    
    display: -webkit-box;
    -webkit-line-clamp: 3;  /* 行数 */
    -webkit-box-orient: vertical;  /* 垂直方向 */
    overflow: hidden;    /* 超出部分隐藏 */
    text-overflow: ellipsis;}


.footer {
  background-image:url(images/footer.png);
  background-size: cover;
  color: #fff;
  padding: 48px 0 0 0;}
.footer .t .left {
  display: flex;}

.footer .t .left .logo {
  margin-right: 40px;}

.footer .t .left .nav {
   padding-right: 80px;
   margin-right: 80px;
   border-right: 1px solid #fff3;}
.footer .t {
  display: flex;
  width: 1620px;
  margin: 0 auto;
  justify-content: space-between;}
.footer .b {
  display: flex;
  justify-content: center;
  padding: 12px 0;
    margin-top: 26px;
    border-top: 1px solid #fff3;
    color:#fff9
;}
.footer a {
  color: #fff9;}

.footer .nav ul {
  display: flex;
  gap: 80px;}
.footer .nav ul h5 {
  padding-bottom: 20px;}
.footer .nav ul h5 a {
  color: #fff;}
.footer .nav ul h6 {
  padding-bottom: 16px;}
.footer .nav ul h6 a {
  color: rgba(255, 255, 255, 0.6);}
.footer .link {
  display: flex;
  flex-direction: column;
  gap: 20px;}
.footer .link a {
  color: rgba(255, 255, 255, 0.6);}
.footer .link .linkM {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 190px;
  flex-wrap: wrap;}
.footer .code ul {
  display: flex;
  gap: 20px;}

.footer .code ul li {
  position: relative;}

.footer .code ul li p {
  position: absolute;
  display: none;
  gap: 4px;
  right: 0;}

.footer .code {
  display: flex;
  gap: 20px;}

.footer .code ul li:hover p {
  display: flex;}
.footer .code ul li > img {
  width: 40px;}

.footer .code > img {
  width: 160px;
  height: 160px;}
.footer .code ul li .QRcode1 img{
    width: 144px;}
