body{
    background: #f2f3f5;
}
 .swiper-wrapper.banner-box{
    position: relative;
    background: url(/template/pc/wh2021/images/companynews/img2.jpg)no-repeat;
    background-size: cover;
    background-position: center center;
    height:290px;
 }
 .customerDetails_footer{
    position: relative;
    background: url(../images/customerDetails_footer.png)no-repeat;
    background-size: cover;
    height:160px;
 }
 .customerDetails_footer h1{
     font-size:24px;
     text-align: center;
     margin-top:40px;
 }
 .customerDetails_footer .moreBtn{
     position: absolute;
     top:90px;
     left: 50%;
     transform: translateX(-50%);
     width:264px;
     height:40px;
     border:1px solid #2a2c3042;
     border-radius: 3px;
     font-size: 14px;
     text-align: center;
     line-height: 36px;
     transition: border 0.3s linear;
 }
 .customerDetails_footer .moreBtn a{
    color: #2A2C30;
 }
 .moreBtn .line{
     opacity: 0;
     position: absolute;
     background: #2a2c3063;
     transition:all 0.3s  linear;
 }
 .moreBtn .leftLine{
     width:1px;
     height:40px;
     left:0px;top:0px;
 }
 .moreBtn .rightLine{
    width:1px;
    height:40px;
    right:0px;top:0px;
 }
 .moreBtn .topLine{
     height:1px;
     width:264px;
     top:0px;
     left: 0px;
 }

 .moreBtn .bottomLine{
    height:1px;
    width:264px;
    left: 0px;
    bottom: 0px;
 }
 .customerDetails_footer .moreBtn:hover{
     border-color:transparent;
 }
 .customerDetails_footer .moreBtn:hover .iconRight{
    transform:translateX(20px);
 }
 .customerDetails_footer .moreBtn:hover .line{
     opacity: 1;
 }
 .customerDetails_footer .moreBtn:hover .leftLine{
     height:54px;
     transform:translateY(-6px);
 }
 .customerDetails_footer .moreBtn:hover .rightLine{
     height:54px;
     transform:translateY(-6px);
 }
 .customerDetails_footer .moreBtn:hover .topLine{
     width:278px;
    transform:translateX(-6px);
 }
 .customerDetails_footer .moreBtn:hover .bottomLine{
     width:278px;
     transform:translateX(-6px);
 }
 .iconRight{
     /* font-weight:700; */
     font-size: 16px;
     color:#121314;
     display: inline-block;
     transform:translateX(10px);
     transition: all 0.3s linear;
 }
 .u-bodyer.clearfix.backF{
     background: #fff;
     
 }
.banner-content{
    width: 1240px;
    height:290px;
    margin: 0 auto 0;
    background-size: 100%;
    background-position: bottom;  
    padding-left: 36px;
    box-sizing: border-box;
}
.detailInfoH_left,
.detailInfoH_left img{
    width:120px;
    height: 45px;
}
.detailInfoH_left{
    left:390px;
}
.detailInfoH_right{
    right:400px;
    display: flex;
    align-items: center;
    font-size:15px;
    color:#2A2C30;
}
.detailInfoH_right>div{
    display: flex;
    align-items: center;
}
.detailInfoH_right>div+div{
    margin-left:50px;
}
.detailInfoH_right img{
    margin-right:12px;
}
.detail-box{
    width:1240px;
    margin:0 auto;
    height:auto;
    background: #f2f3f5;
    position: relative;
}
.detailInfoH{
    position: relative;
    width:100%;
    height:80px;
    border-bottom:1px solid #E8E8E8;
    box-sizing: border-box; 
}
.detail-content{ 
    position: relative;
    width: calc(960px - 72px);
    height: auto;
    margin: 0 36px;
}
.detailsImgBox,
.detailsImgBox img{
    width:480px;
    height:200px;
}
.detailsImgBox{
    left:1100px;
    top:115px;
}
.detailsTextBox,
.detailsImgBox,
.detailInfoH_left,
.detailInfoH_right{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.detailsTextBox{
   left:unset;
   width:520px;
   font-size: 14px;;
   color:#fff;
}
.detailsTextBox p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #0A1221;
    margin-bottom: 20px;
}
.detailsTextBox span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: rgba(10,18,33,0.72);
}
.detail-content h2.borderLeft::before{
    content: "";
    display: inline-block;
    width:0px;
    height: 0px;
    border:7px solid transparent;
    border-left-width:12px;
    border-right-width:12px;
    border-left-color: #e60023;   
}
.header-menu{
    margin:0 auto 20px;
    width:1240px;
	margin-top:15px;
    padding-left: 36px;
    box-sizing: border-box;
}
.header-menu a{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.48);
}
.header-menu .pageA{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #0A1221;
}
 
.header-menu a:hover{
    color:#000;
}
.header-menu::after{
    content:'';
    display: table;
    clear: both;
}
.header-menu ul>li,
.slide{
    float: left;
    font-size: 14px;
    color: rgba(10, 18, 33, 0.48);
}
.header-menu .slide{
    height: 16px;
    width: 4px;
    background: rgba(10,18,33,0.48);
    margin-right: 10px;
    margin-top: 3px;
}
.header-menu ul>li+li:before{
    content:'>';
    margin:0px 4px;
}
.detail-content{
    position: relative;
    background: #fff;
    padding: 36px 36px 0; 
    box-sizing: border-box;
	margin-bottom: 40px;
    border-radius: 8px;
}

.detail-content .registryBtn{
    text-align:center;
    line-height:56px;
    overflow: hidden;
    width: 188px;
    height: 56px;
    background: #E60023;
    border-radius: 8px;
    margin: 15px auto 0px;
    font-size: 18px;
  }
  .detail-content .registryBtn a{
     color:#FFFFFF;
     underline:none; 
     }

.detail-content>p{
    margin: 0;
    padding: 0;
    margin-top: 8px;
    word-wrap: break-word;
    /* text-indent: 2em; */
    line-height: 1.75;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(10,18,33,0.72);
}
.detail-content>h2{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #0A1221;
    margin-bottom: 16px;
    padding-left: 16px;
    line-height: 35px;
    background: url(../images/detailh2line.png)no-repeat;
    box-sizing: border-box;
    display: flex;
}
.detail-content-header{
    color:#888;
    font-size:12px;
    text-align:left;
    padding-bottom:20px;
}
.detail-content-header h1{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #0A1221;
    margin-top:0px;
    margin-bottom: 16px;
}
.sendTime{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.48);
    margin-right:30px;
}
.textBox1{
    width: 100%;
    height: auto;
    background: rgba(10,18,33,0.04);
    border-radius: 4px;
    padding: 24px 32px;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(10,18,33,0.48);
}
.textBox1 div{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: rgba(34,34,34,0.9);
    margin-bottom: 12px;
}
.imgText{
    width: 100%;
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.48);
}
.imgBox{
    text-align:center;
}
.imgBox img{
    width:630px;
}
.tagBox{
    margin-top:72px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.32); 
    align-items: left;
}


.banbenBox{
    margin-top:10px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.32); 
    align-items: left;
}

.banbenBox .tag{
    line-height: 24px;
    margin-right: unset;
}


.customer.tagBox{
    padding: 40px 0px 80px;
    margin:0px 100px;
    border-top:1px solid #E8E8E8;
}
.tagTitle{
    font-size:15px;
    color:#2A2C30;
    font-weight: 700;
    margin-right:8px;
}
.tag{
    padding: 0;
    margin-left:0;
    font-size:14px;
	margin-right:20px;
}

.tag a{
margin-right:10px;
/*margin-left:10px;*/
background: #f0f0f0;
padding:5px 8px;
color:#333;
border-radius: 4px;
width:auto;
}
.content-footer{
    height: 100px;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: start;
    margin-top: 16px;
    justify-content: left;
    font-size: 14px;
    color: rgba(10,18,33,0.72);
    flex-direction: column;
    padding-top: 20px;
    box-sizing: border-box;
}
.content-footer a{
    margin-left:5px;
    color: rgba(10,18,33,0.72);
}
.detail-content-img{
    margin-bottom: 12px;
}


table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-family: Arial, sans-serif;PingFangSC, PingFang SC;
    font-size:14px;
    color:rgba(10,18,33,0.72);
    font-weight: 400;
}

th, td{
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

th, td strong{
font-size:14px;
font-weight: 600;
color:#000;
}

th {
    background-color: #f2f2f2;
    font-weight: bold;
}

/* 鼠标悬停时改变行的背景颜色 */
tr:hover {
    background-color: #e0e0e0;
}

ul li {
    /*list-style-type: disc;  */
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(10,18,33,0.72);
    line-height: 28px;
    text-align: justify;
    /*margin-left: 40px;*/
}



/*------禁---
body{
    user-select: auto;
}
    ----*/

@media screen and (max-width: 1480px){
    .detailInfoH_left{
        left: 15%;;
    }
    /* .detailsImgBox{
        left:60%;
    }
    .detailsTextBox{
        left:12%;
    } */
    .detailInfoH_right{
        right:10%;
    }
}

@media screen and (max-width: 1216px){
    .banner-content{
        width:100%;
    } 
    .detailsImgBox{
        left:50%;
    }
    .detailsTextBox{
        width:350px;
    }
}
@media screen and (max-width: 1023px) {
    .header-menu,
    .detail-content,
    .detail-box{
        width:100%;
    }
    .detailsTextBox{
        width:520px;
    }
    .detailsImgBox{
        display: none;
    }
    .detailInfoH_left{
        left: 10%;;
    }
    
}
@media screen and (max-width: 910px) {
    .imgBox img{
        width:450px;
    }
}
@media screen and (max-width:768px){
    .content-footer{
        flex-direction: column;
        align-items: flex-start;
        padding-top:10px;
        box-sizing: border-box
    }
    .detailsTextBox{
        left:10%;
        width:80%;
    }
}
@media screen and (max-width: 700px){
    .imgBox img{
        width:400px;
    }
}
@media screen and (max-width:670px){
    .detail-content{
        padding: 60px 50px;
    }
    .header-menu{
        display: none
    }
    .detailInfoH{
        height:100px;
    }
    .detailInfoH_right{
        flex-direction: column;
    }
    .detailInfoH_right div+div{
        margin:20px 0px 0px;
    }
    .customer.tagBox{
       margin:0px 50px;
    }
}
@media screen and (max-width:520px){
    .imgBox img{
        width:350px;
    }
    .detailsTextBox p{
        margin:0px 0px 20px;
    }
}
@media screen and (max-width: 375px){
    .imgBox img{
        width:320px;
    }
    .detail-content{
        padding: 60px 30px;
    }
}


.templateAbout{
    width: calc(960px - 72px);
    height: auto;
    margin: 0 36px 38px;
    background: #fff;
    border-radius: 8px;
    padding:36px;
    box-sizing: border-box;
}
.templateAbout-h{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}
.templateAbout-h p{
    margin:0px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #0A1221; 
}
.moreBtn{
    font-size:14px;
    color: #0a122146;
    cursor: pointer;
}
.moreBtn a{
    color: #0a122146; 
}
.moreBtn i {
    margin-left:5px;
    font-size:12px;
}


.content-template-row{
    position:relative;
    width:100%;
    font-size:16px;
}
.content-template-row {
    width:100%;
}

.detail-content img {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 6px;
    margin: 6px 0 0 0;
    width: 100%;
	}

.detail-content blockquote {
    width: 100%;
    height: auto;
    background: rgba(10,18,33,0.04);
    border-radius: 4px;
    padding: 24px 32px;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(10,18,33,0.48);
}
.detail-content blockquote>span{
    font-weight: 600;
    font-size: 18px;
    color: rgba(34,34,34,0.9);
    text-align: justify;
    font-style: normal;
}

.detail-content blockquote>p{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.48);
    line-height: 22px;
    text-align: justify;
    font-style: normal;
}

/* .detail-content blockquote .blockquote-footer{
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(10,18,33,0.48);
    line-height: 18px;
    text-align: justify;
    font-style: normal;
} */
.detail-content .contontBox>h2{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600; 
    font-size: 24px;
    color: #383838;
    margin-top: 20px;
}

.detail-content .contontBox>h3{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600; 
    font-size: 20px;
    color: #383838;
    margin-top: 20px;
}
.detail-content .contontBox>p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #383838;
        line-height: 28px;
        margin-top: 20px;
        text-align: justify;
    }

    .detail-content a{
        font-weight: 400;
        font-size: 16px;
        color: #383838;
    }
    .detail-content a:hover{
        font-weight: 400;
        font-size: 16px;
        color: rgb(192, 0, 0);
    }

  .content-template-row-item{
    width: 100%;
    height: 166px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
  .template-row-itemImg,
  .template-row-itemImg img{
    width: 250px;
    height: 166px;
    border-radius: 8px;
  }
  .rowItemLine{
    width: 100%;
    height: 1px;
    background: rgba(10,18,33,0.08);
    margin: 24px 0;
  }
  .detailInfo{
    width: calc(100% - 262px );
    padding: 16px;
    box-sizing: border-box;
    font-size: 18px;
    color: #0A1221;
    /* position: relative; */
}
.detailInfo a span{
    font-weight: 400;
    font-size: 18px;
    color: #383838;
}

.detailInfo a:hover{
    font-weight: 400;
    font-size: 18px;
    color: rgb(192, 0, 0);
}

.detailInfoMain{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(25,28,61,0.6);
    margin-top: 8px;
    line-height: 22px;
}

.detailInfo:hover{
    background: rgba(10,18,33,0.04);
    border-radius: 4px;
  }
  .detailInfo a{
    margin-top: 16px;
    box-sizing: border-box;
    color:#0A1221;
    /* position: relative; */
}
.news-date{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.32);
}
.news-date-box{
    width: auto;
    height: 28px;
    background: rgba(10,18,33,0.04);
    border-radius: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px;
}
.content-template-row+.content-template-row{
    margin-top:40px;
}
#fixedDiv{
    position: sticky;
    /* position: -webkit-sticky; */
    /* background: #f00; */
    width: 280px;
    height: 100%;
    /* right: 200px; */
    top: 80px;
    margin-top: 54px;
    margin-bottom: 2px;
}

#fixedDiv1,#fixedDiv2{
    display: none;
}


.fixedDivContent{
    background: #fff;
    height: auto;
    width: 100%;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 36px;
    padding: 20px 16px 3px;
    box-sizing: border-box;
}

.fixedDivContent2p{
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;

}

.fixedDivContent2{
    background: #fff;
    height: auto;
    width: 100%;
    border-radius: 8px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 36px;
    padding: 20px 16px;
    box-sizing: border-box;
}
.fixedDivContentBox1{
    display: flex;
    /* height: 60px; */
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #0A1221;
    padding-bottom: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(10,18,33,0.08);
    margin-bottom: 16px;
}
.fixedDivContentBox2{
    width: 100%;
    height: 82px;    
    background: rgba(10,18,33,0.04);
    border-radius: 6px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.48);
    cursor: pointer;
    margin-bottom: 12px;
}
.fixedDivContentBox2 img{
    width: 32px;
    height: 32px;
    padding: 8px 0px 4px 4px;
}
.fixedDivContentBox2p{
    width: 100%;
    background: rgba(10,18,33,0.04);
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 12px;
    marign-top:20px;
}

.fixedDivContentBox2p img{
    width: 248px;
}


.fixedDivContentBox3{
    box-sizing: border-box;
}
.fixedDivContentBox3 a{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.72);
}
.fixedDivContentBox3Row{
    display: flex;
    justify-content: space-between;
    padding: 10px 8px;
}
.hiddenF {
    opacity: 0;
}
.fixedDivContentBox3Row:hover{
    background: rgba(10,18,33,0.04);
    border-radius: 4px;
    color: #E60023;
}
.fixedDivContentBox3Row:hover .hiddenF{
    opacity: 1;
}
.dianBox{
    display: flex;
    margin: 20px 0;
}
.dianBox p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #0A1221;
    flex: 1;
}
.dian {
    width: 8px;
    height: 8px;
    background: #E60023;
    border-radius: 25px;
    margin: 6px 13px 0 0
}
.fixedDivContentBox4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fixedDivContentBox4 a{
    width: 48%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(10,18,33,0.72);
}
.fixedDivContentBox4Btn{
    width: 100%;
    height: 32px;
    background: rgba(10,18,33,0.04);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.fixedDivContentBox4Btn:hover{
    background: #e60023;
    color: #fff;
}
@media screen and (max-width: 1216px){
    .header-menu,
    .detail-box,
    .templateAbout,
    .templateAbout-h,
    .content-template-row,
    .tagBox{
        width:100%;
    }
    .content-img,
    .content-img img{
        height:auto;
        width:100%;
        min-height:200px;

    }
    .detail-content{
        width:90%; 
    }
    .content-img{
        width:96%;  
    }
    .header-menu,
    .tagBox{
        padding: 0px 30px;
        box-sizing: border-box;
    }
    .tagBox{
        padding: 0px 20px;  
    }
    
    .content-template-row  .content-template-row-item:nth-child(2){
        margin-left:10px;
      }
      .content-template-row  .content-template-row-item:nth-child(3){
        margin-left:20px;
      }
      .content-template-row  .content-template-row-item:nth-child(4){
        margin-left:30px;
      }
      
}
@media screen and (max-width: 1089px) {
    .templateAbout-h{
        width:570px;
        margin:0px auto;
    }
    .content-template-row{
        /* width:max-content; */
        width:590px;
        margin:0px auto;
        grid-template-columns: repeat(2,285px);
        grid-template-rows: repeat(2,316px);
        grid-row-gap: 20px;
        grid-column-gap: 0px;

        -o-grid-columns:285px 285px;
        -o-grid-rows:316px 316px;

        -moz-grid-columns:285px 285px;
        -moz-grid-rows:316px 316px;

        -webkit-grid-columns:285px 285px;
        -webkit-grid-rows:316px 316px;

        -ms-grid-columns:285px 285px;
        -ms-grid-rows:316px 316px;
    }
    .content-template-row  .content-template-row-item:nth-child(1){
        margin:0px;
    }
    .content-template-row  .content-template-row-item:nth-child(2){
        margin-left:20px;
    }
      .content-template-row  .content-template-row-item:nth-child(3){
        -ms-grid-column: 1;
        -ms-grid-row: 2;
    
        -o-grid-column: 1;
        -o-grid-row: 2;
        -moz-grid-column: 1;
        -moz-grid-row: 2;
        -webkit-grid-column: 1;
        -webkit-grid-row: 2;
        margin:0px;
      }
      .content-template-row  .content-template-row-item:nth-child(4){
        -ms-grid-column: 2;
        -ms-grid-row: 2;
    
        -o-grid-column: 2;
        -o-grid-row: 2;
        -moz-grid-column: 2;
        -moz-grid-row: 2;
        -webkit-grid-column: 2;
        -webkit-grid-row: 2;
        margin-left:20px;
      }
}


@media screen and (max-width: 700px){
p, img {
    width: 100%;
}
.banner-content{
    height:230px;
}
.swiper-wrapper.banner-box{
    position: relative;
    background: url(/template/pc/wh2021/images/companynews/news_mobile.png)no-repeat;
    background-size: cover;
    background-position: center center;
    height:230px;
}
.detailsTextBox{
    top: 40px;
    transform: translateY(0);
}
.detailsTextBox p{
    text-align: center;
    margin-bottom: 12px;
    font-size: 22px;
}
.detailsTextBox span{
    font-size: 15px;
    display: inline-block;
    text-align: center;
}
}
@media screen and (max-width: 660px) {
    .content-template-row  .content-template-row-item:nth-child(2),
    .content-template-row  .content-template-row-item:nth-child(3),
    .content-template-row  .content-template-row-item:nth-child(4){
        margin-left:0px;
    }
    .templateAbout-h{
        width:285px;
        margin:0px auto;
    }
    .content-template-row{
        width:285px;
        grid-template-columns: repeat(1,285px);
        grid-template-rows: repeat(4,316px);
        grid-column-gap: 0px;
        grid-row-gap: 20px;

        -o-grid-columns:285px;
        -o-grid-rows:316px 316px 316px 316px;

        -moz-grid-columns:285px;
        -moz-grid-rows:316px 316px 316px 316px;

        -webkit-grid-columns:285px;
        -webkit-grid-rows:316px 316px 316px 316px;

        -ms-grid-columns:285px;
        -ms-grid-rows:316px 316px 316px 316px;
    }
    .content-template-row:last-of-type{
        display: block;   
    }
    .content-template-row:last-of-type .content-template-row-item+.content-template-row-item{
        margin-top: 20px;
    }
    .content-template-row  .content-template-row-item:nth-child(2){
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -o-grid-column: 1;
        -o-grid-row: 2;
        -moz-grid-column: 1;
        -moz-grid-row: 2;
        -webkit-grid-column: 1;
        -webkit-grid-row: 2;
      }
      .content-template-row  .content-template-row-item:nth-child(3){
        -ms-grid-column: 1;
        -ms-grid-row: 3;
    
        -o-grid-column: 1;
        -o-grid-row: 3;
        -moz-grid-column: 1;
        -moz-grid-row: 3;
        -webkit-grid-column: 1;
        -webkit-grid-row: 3;
      }
      .content-template-row  .content-template-row-item:nth-child(4){
        -ms-grid-column: 1;
        -ms-grid-row: 4;
    
        -o-grid-column: 1;
        -o-grid-row: 4;
        -moz-grid-column: 1;
        -moz-grid-row: 4;
        -webkit-grid-column: 1;
        -webkit-grid-row: 4;
      }
}

@media screen and (max-width: 900px) {
    
    
    #fixedDiv{
        display: none;
    }

    #fixedDiv1,#fixedDiv2,#fixedDiv3{
        margin: 40px 0;
        display: block;
        box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.02), 0px 6px 16px 0px rgba(0,0,0,0.04), 0px 3px 6px -4px rgba(0,0,0,0.06);
    }

    .detail-box1{
        width: 100vw !important;
        padding: 0 16px;
        box-sizing: border-box;
    }
    .templateAbout{
        box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.02), 0px 6px 16px 0px rgba(0,0,0,0.04), 0px 3px 6px -4px rgba(0,0,0,0.06);
        margin: unset;
        margin-top: 40px;
        width: calc(100%);
        padding:32px 20px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .templateAbout-h{
        width: 100%;
        margin-bottom: 16px;
    }

    .content-template-row{
        width: 100%;
        display: flex !important;
    }

    .content-template-row-item{
        margin-right: 20px !important;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .detailInfo{
        width: 100%;
        padding: 12px 16px;
    }
    .detailInfo font{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 14px;
        color: rgba(34,34,34,0.9);
        line-height: 21px;
    }

    .template-row-itemImg img{
        border-radius: unset;
    }

    .detailInfoMain{
        font-size: 12px;
        display: -webkit-box; /* 设置为WebKit内核的弹性盒子模型 */
        -webkit-box-orient: vertical; /* 垂直排列 */
        -webkit-line-clamp: 2; /* 限制显示两行 */
        overflow: hidden; /* 隐藏超出范围的内容 */
        text-overflow: ellipsis; /* 使用省略号 */
    }
    .content-template-row{
        transition: 1s;
    }
    .news-date{
        margin-top: 12px;
    }
   
    .detail-content{
        width: 100%;
        padding:24px 20px;
        margin: unset;
        margin-top: 40px;
        box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.02), 0px 6px 16px 0px rgba(0,0,0,0.04), 0px 3px 6px -4px rgba(0,0,0,0.06);
    }
    .detail-content .detail-content-header{
        margin-bottom: 16px;
        padding-bottom: unset;
    }
    .detail-content .detail-content-header h1{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .sendTime{
        line-height: 30px;
        font-size: 12px;
    }

    .detail-content-header .sendTime:last-child{
        display: inline-block;
    }
    .tagBox{
        margin-top: 48px;
        padding: unset;
    }

    .tagBox .tag{
        line-height: 24px;
        margin-right: unset;
    }

    .banbenBox{
        margin-top: 10px;
        padding: unset;
    }

    .banbenBox .tag{
        line-height: 24px;
        margin-right: unset;
    }

    .content-footer{
        margin-top: 12px;
        padding-top: 20px;
    }

    .content-footer a{
        font-size: 14px;
    }

    .content-footer{
        height: unset;
    }

    .detail-content-img{
    }

    .detail-content-img img{
        margin-top: unset;
        height: 100%;
        margin-bottom: 12px;
    }

    .detail-content blockquote{
        padding: 12px 16px;
        border-left: unset; 
        font-family: PingFangSC, PingFang SC, "Microsoft YaHei", "微软雅黑";
        font-weight: 500;
        font-size: 14px;
        background: rgba(10,18,33,0.04);
        line-height: 21px;
        text-align: justify;
        font-style: normal;
        border-radius: 4px;
    }


    .detail-content blockquote>span{
        font-weight: 600;
        font-size: 14px;
        color: rgba(34,34,34,0.9);
        line-height: 21px;
        text-align: justify;
        font-style: normal;
    }

    .detail-content blockquote>p{
        margin-top: 8px;
        font-weight: 400;
        font-size: 12px;
        color: rgba(10,18,33,0.48);
        line-height: 18px;
        text-align: justify;
        font-style: normal;
    }

    .detail-content .contontBox>p{
        font-size: 14px;
    }

    .detail-content .contontBox>h2{
        background: url(../images/detailh2line.png) no-repeat;
        padding-left: 15px;
        margin-bottom: 12px;
        font-size: 18px;
        background-size: 4px 22px;
    }

    .templateAbout-h p{
        font-size: 18px;
    }
}
