@media screen and (max-width: 430px){
    .contentpage {
        position: relative;
        margin: 0;
        padding: 0;
        transform: scale(0.21);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
    }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
    .contentpage {
        position: relative;
        margin: 0;
        padding: 0;
        transform: scale(0.41);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
    }
}
@media screen and (min-width: 769px) and (max-width: 820px) {
    .contentpage {
        position: relative;
        margin: 0;
        padding: 0;
        transform: scale(0.428);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
    }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
    .contentpage {
        position: relative;
        margin: 0;
        padding: 0;
        transform: scale(0.536);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1412px) {
    .contentpage {
        position: relative;
        margin: 0;
        padding: 0;
        transform: scale(0.723);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
    }
}
@media screen and (min-width: 1413px) {  
    .contentpage {
        position: relative;
        margin: 0;
        padding: 0;
        height: 100vh;
   }
}
/* .contentpage{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
} */
.divbgc{
    position: relative;
}
.backbgc{
    position: fixed;
    width: 100%;
    height:100px;
    background-color: #CFAB82;
    z-index: 9999;
}
.topbanner{
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100%;
    /* background-color: yellowgreen; */
    align-items: center;
    z-index: 99;

}
.inbanner{
    left: 0;
    width: 100%;
    height: auto;
    /* height: 24.8%; */
    /* object-fit: cover; */
}
.linkthree{
    position: relative;
    /* display: flex; */
}
.linone{
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: 32%;
    margin-left: 34%;
  /* background-color: cadetblue; */
}
.sthline{
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.15);
    margin-top: 98px;
}
.thlink{
    height: 96px;
    align-items: center;
    /* margin-left: 114px; */
}
.thlink:hover{
    height: 96px;
    border-bottom: 4px solid #9B7001;
    align-items: center;
    /* margin-left: 114px;  */
}
.thlink:hover .thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #C68F00;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.chodetail{
    height: 96px;
    border-bottom: 4px solid #9B7001;
    align-items: center;
    /* margin-left: 114px; */
}
.chodetailtext{
    font-weight: 400;
    font-size: 20px;
    color: #C68F00;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}

.cwlogo{
   width: 172px;
   height: 47px;
   margin-left: 57%;
   margin-right: 1.5vw;

}
.chobanner .textblock{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.chobanner .textblock .textpacetime{
    font-weight: bold;
    color: #000000;
}
.textblock{
    width: 140px;
    height: 56px;
    border-radius: 28px;
    text-align: center;
}
.textblock:hover{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.textblock:hover .textpacetime{
     color: #000000;
    font-weight: bold;
}
.textpacetime{
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
}
/* 投资者园地 */
.stocjkmarket{
    font-weight: bold;
    font-size: 30px;
    color: #6B4D00;
    line-height: 51px;
    margin-left: 7.8%;
    margin-top:140px;
}
.cw_container{
    width: 85.05%;
    margin-left: 7.9%;
    /* background-color: yellowgreen; */
     margin-top: 50px;
}
.lawlist{
    width: 100%;
    height: 209px;
    border: 2px solid #00000039;
    border-radius: 8px;
    padding-bottom: 1.8%;
    margin-bottom: 26px;
}
.lawlist:hover{
    border: 2px solid #C68F00;
    background-color:#FFF4D1;
}
.lawlist:hover .lawdate{
    color:  #996F00;
}
.lawlist:hover .lawtitle{
    color:  #684B00;
}
.lawlist:hover .lawcontent{
    color: #996F00;
}
.lawlist:hover .lawmore{
    color:#996F00;
    text-decoration:underline;

}
.lawdate{
    font-size: 16px;
    color: #999A9A;
    line-height: 29px;
    margin-left: 2.5%;
    margin-top: 23px;
}
.lawtitle{
    width: 95%;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 34px;
    /* background-color: palegreen; */
    margin-left: 2.5%;
    margin-top:13px;


    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}
.lawcontent{
    width: 95%;
    font-size: 19px;
    color: #999A9A;
    line-height: 30px;
    margin-left: 2.5%;
    margin-top:1%;


    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.lawmore{
    font-size: 14px;
    color: #999A9A;
    line-height: 29px;
    margin-left: 2.5%;
    margin-top:1%;
    bottom: 15px;

}



/* 底部 */
.divbgb{
    display: flex;
    width: 100%;
    height: 233px;
    background-color: #313131;
    align-items: center;
    margin-top: 78px;

    bottom: 0;
}
.divdou{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bottotexte{
    width: 65%;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    margin-left: 7.5%;
    /* background-color: blueviolet; */

}
.bottotextea{
    /* position: absolute; */
    width: 65%;
    /* height:34%; */
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;

}
.bottotexteaa{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;
}
.bottotexteaa:hover{
    color: #CFAB82;
}

.qrimg{
    position: absolute;
    width: 120px;
    height: 120px;
    right: 7%;

}


