/* 
    pc端适配方案开始
*/
html,
body {
    overflow-x: hidden;
}

#divfooter{
    display: none;
}

.newsBannerImg img {
    width: 100%;
    margin-top: 100px;
}

.newsDetailNav {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
}

.newsDetailNav ul {
    width: 66%;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    background: #F1F1F1;
}

.newsDetailNav ul li a {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #000;
}

.newsDetailNav ul li a:hover {
    color: #ED6D00;
}

.newsDetailContent {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.newsDCList {
    width: 65%;
    margin: 0 auto;
    padding: 80px 0;
}

.newsText {
    width: 100%;
}

.newsText h1 {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    text-align: center;
}

.rowC {
    width: 94%;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10px;
}

.rowC .H2 {
    font-size: 14px;
    margin-right: 0.83%;
    display: inline-block;
    line-height: 34px;
    letter-spacing: 0.5px;
    font-family: AliRegular;
    text-align: center;
    margin-top: 10px;
}

.newsTextCon {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    width: 94%;
    text-align: justify;
    margin: 0 auto;
    padding-top: 35px;
}

.newsTextCon p {
    text-indent: 35px;
}

.newsTextCon p {
    display: block;
    margin: 0 auto;
    margin-top: 32px;
}

.newsTextCon p img {
    display: block;
    margin: 0 auto;
}

.preClick {
    margin-top: 40px;
}

.preClick a:hover {
    color: #CA1421;
}

.preClick a {
    font-family: AliRegular;
}

.nextClick a:hover {
    color: #CA1421;
}

.nextClick {
    margin-top: 20px;
}



.right {
    flex: 1;
    display: flex;
    margin-top: 36px;
}

.right-one {
    margin-left: 50px
}

.right-two {
    margin-left: 20px;
}

.right-two img {
    width: 103px;
    height: 102px;
    display: block;
}

.last-content {
    width: 100%;
    background: #F8F8F8;
    padding-top: 20px;
}

.last-tit,
.last-con {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.lianxi li {
    position: relative;
}

.lianxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.lianxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 18px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.lianxi li:last-child a {
    color: #340606;
    font-size: 26px;
    font-weight: bold;
    width: 52px;
    height: 52px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    z-index: 999;
    line-height: 52px;
    transform: rotate(-90deg);
    position: fixed;
    right: 0;
    bottom: 120px;
}
/* 
    pc端适配方案结束
*/

/* 
    移动端适配方案开始
*/

/* 媒体查询 */
@media (max-width: 767px) {
    #yidongduanyincang{
        display: none;
    }
 
    #divfooter{
        display: block;
        font-size: 1rem;
    }
    .newsBannerImg{
        width: 100%;
        height: 100%;
    }
    .newsBannerImg img{
        margin-top: 5rem;
        width: 100%;
        height: 8rem;
    }
   
    .newsDetailNav ul{
        width: 100%;
    }
    .newsDetailNav ul li {
        width: 100%;
    }
    .newsDetailNav ul li a {
        font-size: 1rem;
        margin-left: 1rem;
    }
    .newsDetailNav ul li a:nth-of-type(3){
        color: red;
    }
    .newsDCList{
        width: 100%;
    }
    .newsDetailContent{
        width: 90%;
        margin: 0 auto;
    }
    .newsText{
        display: none;
    }
    .newsTextCon{
        margin-top: -5.5rem;
        width: 100%;
    }
   
    .newsTextCon span{
        text-indent: 2em;
        display: block;
    }
     .newsTextCon img{
        width: 90%;
        border-radius: 0.5rem;
     }

     /* 封装h5小型模块 */
    .footer{
        display: none;
    }
    .zuihou{
        width: 100%;
        display: flex;
    }
    .vertical{
        margin-top: 1rem;
        margin-left: 2rem;
    }
    .vertical ul{
        width:5rem ;
    }
    .vertical ul li{
        width: 100%;
        height: 2rem;
        text-align: center;
        line-height: 2rem;
    }
    .right-two{
        width: 6rem;
        height:6rem;
    }
    .right-two img{
        width: 100%;
        height: 100%;
    }
     .right{
        position: relative;
        top: -0.55rem;
        margin-left: -3.1rem;
    }
    .preClick{
        margin-top: 5rem;
    }
    
    /* 结束 */
}

/* 
    移动端适配方案结束
*/