@charset "utf-8";
/* CSS Document */


.article_content{
    width: 823px;
}
.intro_div{
    padding: 8px 50px 15px 50px;
    margin: 0 auto;
    box-shadow: 0 6px 12px 6px rgb(47 51 56 / 8%);
    border-radius: .5rem;

}
.intro_div ul li{
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
}
.intro_div ul li div{
    #border-bottom: 1px solid #e9e9e9;
    margin-left: 20px;
    width: 90%;
}
.intro_div ul li div span.bold{
    margin-right: 40px;
    color: #000000;
    font-size:1.2rem;
}
.intro_div ul li div span{
    color: #666666;
    font-size: 1rem;
}
.intro_div ul li.tit{
    position: relative;
}
.intro_div ul li.tit::before{
    content: '';
    background: url(/www/images/indexv8/introbtn.png) no-repeat left;
    background-position: top;
    background-size: 258px 65px;
    width: 240px;
    height: 60px;
    margin:0 auto;
}

.intro_div ul li.tit span{
    left: 37%;
    text-align: center;
    font-weight:600;
    font-size:1.6rem
}
.intro_div ul li i{
    height: 5px;
    width: 5px;
    line-height: 54px;
    background: #d41007;
    border-radius:.3rem;
}
.intro_div ul li.intro_1 i{
    width: 5px;
}
.intro_div ul li.intro_2 i{
    width: 5px;
}
.intro_div ul li.intro_3 i{
    width: 5px;
}
.intro_div ul li.intro_4 i{
    width: 5px;
}
.intro_detail{
    margin-top: 40px;
    font-size: 14px;
    /*color:#666666;*/
    line-height: 30px;
    padding:10px;
}
.intro_detail table{
    max-width:100%;
}
.intro_detail img {
    max-width:100%;
}

.intro_detail table{
    border:0px;
    margin:0 auto;
    border-left: 1px solid #E7E7E7 !important;
    border-top: 1px solid #E7E7E7 !important;
    max-width:800px;
}
.intro_detail table td{
    border:0px;
    border-right: 1px solid #E7E7E7 !important;
    border-bottom: 1px solid #E7E7E7 !important;
    text-align:center;
}

.intro_detail a{
    color:#0000FF;
}
.intro_detail a.normala{
    color:#333;
}
.intro_detail a:hover{
    text-decoration: underline;
}
.intro_title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color:#333;
    margin-top:40px;
    line-height:32px;
}
.intro_title_tips{
    color:#666666;
    line-height: 60px;
    height: 60px;
    text-align: center;
}
.detail_main{
    display: flex;
    justify-content: space-between;
}
.detail_main .detail_right{
     width: 358px;
     margin-top: 100px;
 }
.detail_main .detail_right .letter{
    color:#666666;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
}
.detail_main .detail_right .expres_down{
    display: flex;
    justify-content:  space-around;
}
.detail_main .detail_right .expres_down a{
    color:#636e92;
    font-size: 14px;
    padding-left: 30px;
    line-height: 50px;
    height: 50px;
}
.detail_main .like_recom .like_tit{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline 3px #d41007;
}
.detail_main .like_recom{
    box-shadow: 0 6px 12px 6px rgb(47 51 56 / 8%);
    border-radius:3px;
    padding:10px;
    border:1px solid #e2e0e0;
}
.detail_main .like_recom ul{
    margin-top:10px;
}
.detail_main .like_recom ul li a:hover{
    color:#d41007;
}
.detail_main .like_recom ul li{
    display: flex;
    justify-content: space-between;
    line-height: 28px;
}
.detail_main .detail_right .expres_down a.app{

    /*background: url(/www/images/indexv8/app_logo_d.png) no-repeat left;*/
}
.detail_main .detail_right .expres_down a.pub{

    /*background: url(/www/images/indexv8/pc_logo.png) no-repeat left;*/
}
.detail_main .detail_right .expres_down a.online{

    background: url(/www/images/indexv8/ask_logo.png) no-repeat left;
}
.detail_main .article_content p{
    font-size: 16px;
    color: #3c464f;
    letter-spacing: 0;
    line-height: 32px;
}
.ad_img{
    margin-bottom: 20px;
}
.ad_img img{
    max-width: 100%;
}

