body {
    background-color: #F7F7F7;
}

.article {
    margin: .1rem auto .66rem auto;
}

.article .left .title {
    font-size: .14rem;
    color: #333;
    font-weight: bold;
    margin-bottom: .34rem;
}

.article .left .input {
    margin-bottom: .4rem;
}

.article .left input {
    width: 100%;
    height: .32rem;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding-left: .1rem;
}

.article .left .input .img {
    width: .12rem;
    cursor: pointer;
    height: .32rem;
    position: absolute;
    right: .1rem;
    top: 0;
}

.article .left li {
    margin-bottom: .18rem;
}

.article .left li a {
    font-size: .12rem;
    font-weight: bold;
    color: #666;
    padding-bottom: .14rem;
    border-bottom: 1px solid #ECECEC;
}

.article .left li a:hover {
    color: #1cb0f6;
}

.article .detail {
    background-color: #fff;
    padding: 0 .42rem .8rem .4rem;
}

.article .detail .date {
    font-size: .16rem;
    font-family: Inter;
}

.article .detail .h1 {
    font-size: .24rem;
    font-weight: bold;
    color: #1B1B1B;
    height: .24rem;
    overflow: hidden;
    margin-bottom: .29rem;
}

.article .detail .text * {
    font-size: .16rem;
    font-family: Inter !important;
}

.article .hotnews {
    margin-bottom: 1rem;
}

.article .hotnews .title {
    font-size: .22rem;
    margin-bottom: .22rem;
    margin-top: .35rem;
}

.article .hotnews ul li {
    margin-bottom: .26rem;
}

.article .hotnews ul li a {
    font-size: 14px;
    height: 14px;
    overflow: hidden;
    color: #666;
}

.article .hotnews ul li a:hover {
    color: #1cb0f6;
}

.share {
    display: flex;
}

.share img {
    margin: 0;
}

.share-cont {
    width: 3.3rem;
    margin-top: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-cont .share-left {
    width: 1.45rem;
    display: flex;
    font-size: .15rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #202020;
}

.share-cont .share-left span:nth-child(1) {
    margin-right: .2rem;
}

.share-cont .share-left span:nth-child(3) {
    margin-right: .36rem;
    margin-left: .3rem;
    height: .18rem;
    display: block;
    border-right-width: 2px;
    border-right-style: solid;
    border-color: #e5e5e5;
}

.share-cont .share-items {
    width: auto;
    display: flex;
}

.share-cont .share-items li:first-child a {
    margin-left: 0;
}

.share-cont .share-items li a {
    margin: 0 .15rem;
    width: .25rem;
    font-size: .16rem;
    color: black;
}

.share-cont .share-items li a img {
    width: 100%;
}

.contact {
    margin-top: .66rem;
}

.contact .title {
    font-size: .3rem;
    color: #333;
    padding-bottom: .16rem;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: .3rem;
}

.contact .input_h {
    font-size: .16rem;
    color: #666;
    margin-bottom: .14rem;
}

.contact input {
    width: 100%;
    height: .4rem;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    margin-bottom: .2rem;
}

.contact textarea {
    width: 100%;
    height: 1.6rem;
    border: 1px solid #DCDCDC;
    background-color: #fff;
    margin-bottom: .2rem;
    resize: none;
}

.contact .send{
    width: 2.6rem;
    height: 0.46rem;
    line-height: .46rem;
    text-align: center;
    color: #fff;
    background-color: #1cb0f6;
    font-size: .12rem;
    margin: .4rem auto;
}

.contact .send:hover {
    background-color: #1cb0f6;
}

.contact_alert {
    width: 5rem;
    padding: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    position: fixed;
    top: -80%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    border-radius: .04rem;
    z-index: 5554578;
}

.contact_alert .img {
    margin-bottom: .4rem;
}

.contact_alert .p_1 {
    font-size: .36rem;
    text-align: center;
    margin-bottom: .1rem;
}

.contact_alert .p_2 {
    font-size: .18rem;
    color: #999;
    line-height: 1.5;
    text-align: center;
    padding-bottom: .5rem;
    border-bottom: .02rem solid #E5E5E5;
}

.contact_alert .p_3 {
    font-size: .18rem;
    color: #999;
    margin-top: .25rem;
}

.contact_alert input {
    border: none;
    width: 100%;
    height: .25rem;
    border-bottom: .02rem solid #E5E5E5;
}

.contact_alert a {
    width: 2.3rem;
    height: .6rem;
    line-height: .6rem;
    border-radius: .6rem;
    text-align: center;
    font-size: .16rem;
    color: #fff;
    font-weight: bold;
    background-color: #1cb0f6;
    margin: .5rem auto 0 auto;
}

.contact_alert a:hover {
    background-color: #1cb0f6;
}

.contact_alert .close {
    position: absolute;
    right: .1rem;
    top: .1rem;
    width: .24rem;
    height: .24rem;
    cursor: pointer;
}

.send_ok {
    display: none;
    top: 50%;
    z-index: 5554579;
}

.send_ok .p_1 {
    font-size: .26rem;
    margin-bottom: 1.7rem;
    color: #333;
}


.textdatile * {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;
}

.textdatile h6 span {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h2 {
    font-family: Inter !important;
    font-size: 0.20rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h3 {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h4 {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h5 {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h6 {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h2 strong {
    font-family: Inter !important;
    font-size: 0.20rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h3 strong {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h4 strong {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h5 strong {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}

.textdatile h6 strong {
    font-family: Inter !important;
    font-size: 0.18rem !important;
    line-height: 2.2;
    font-weight: 800 !important;
    margin-top: 0.15rem;
    margin-bottom: 0.05rem;
}


.textdatile table * {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;
}

.textdatile table thead tr th {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;
    font-weight: 100;
}

.textdatile ul *{
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;

}

.textdatile ol *{
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;

}

.textdatile p strong {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    font-weight: 900 !important;
}

.textdatile table strong {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    font-weight: 900 !important;
}

.textdatile tr strong {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    font-weight: 900 !important;
}

.textdatile td strong {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    font-weight: 900 !important;
}

.textdatile th strong {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    font-weight: 900 !important;
}

.textdatile li strong {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;
}

.textdatile ul li strong {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;
}

.textdatile a {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;
}

.textdatile a span {
    font-family: Inter !important;
    font-size: 0.16rem !important;
    line-height: 2.0;
}

@media (min-width: 800px) {
    .article .left {
        float: right;
        width: 24.166%;
    }

    .article .right {
        float: left;
    }
}

@media (max-width: 799px) {
    .share img {
        width: .35rem;
    }
}