
.breadnav{
    padding-left: 20px;
}
.article-l{
    float: left;
    width: 880px;
}
.article-r{
    float: right;
    width: 310px;
}
.article-list{
    border: 1px solid #eee;
    border-radius: 10px;
}
.article-l .article-list-tit{
    width: 100%;
    margin-left: 20px;
    height: 64px;
    line-height: 64px;
    font-weight: bold;
    font-size: 18px;
}
.article-l ul.mainUl{
    margin: 0px 20px;
}
.article-l ul.mainUl li{
    width: 100%;
    border-top: 1px solid #eee;
}
.article-l ul.mainUl li a{
    display: block;
    height: 60px;
    line-height: 60px;
}
.article-l ul.mainUl li a:hover h4{
    color: #ff4200;
}
.article-l .article-item-tit{
    float: left;
    width: 600px;
    font-size: 16px;
    color: #555;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-l .article-item-time{
    float: right;
    width: 230px;
    text-align: right;
    font-size: 14px;
    color: #555;
    line-height: 60px;
}

/*资讯详情*/
.articlewrap{
    width:880px;
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid #eee;

}
.articlewrap .articlecon{
    width: 800px;
    margin: 0 auto;
}
.articlewrap h1.article-tit{
    width: 840px;
    margin: 0 auto;
    color: #222;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 18px;

}
.articlewrap .acticle-time{
    width: 840px;
    margin: 6px auto 0px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 16px;
}
.articlewrap .acticle-time .author{
    padding-left:20px;
}
.articlewrap .articlecon{
    width: 840px;
    margin: 0px auto 10px;
}

.articlewrap .articlecon img{
    display:block;
    max-width: 80%!important;
    height: auto!important;
    margin: 0 auto;
    border-radius: 10px;
}
.articlewrap .articlecon img[src*="loading.gif"]{
    width: 80px !important;
    height: 80px !important;
}
.articlewrap .articlecon p{
    line-height: 2;
    padding-top: 15px;
    font-size: 16px;
    font-family:微软雅黑;
    text-indent: 2em;
}
.articlewrap .articlecon h3{
    padding-top: 16px;
    font-size: 18px;
    color: #222;
    font-weight: bolder;
    font-family:微软雅黑;
}
.articlewrap .articlecon p span{
    font-size: 16px!important;
    font-family:微软雅黑;
}
.articlewrap .articlecon a{
    text-decoration: underline;
}
.articlewrap .articlecon blockquote{
    border: 1px solid #ccc;
    margin: 15px 0;
    padding:20px 30px;
    border-radius: 10px;
}
.articlewrap .articlecon blockquote p{
    padding-top: 0;
    text-indent: 0em;
}
.articlewrap .articlecon blockquote p a{
    text-decoration: underline;
}
.articlewrap .articlecon blockquote p span{
    display: inline-block;
}


/* 关联产品 */
.guanlian{
    position: relative;
    width: 840px;
    margin: 20px auto 0px;
    padding: 20px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.guanlian a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
}
.guanlian a:hover h4{
    color: #ff4200;
}
.guanlian .guanlian-l{
    float: left;
    margin-right: 20px;
    width: 130px;
    height: 169px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.guanlian .guanlian-r{
    float: left;
}
.guanlian .guanlian-r p{
    font-size: 14px;
    padding-top: 16px;
}
.guanlian .guanlian-r .guanlian-tit{
    display: block;
    font-size: 16px;
    padding: 7px 0;
    margin-bottom: 7px;
    border-bottom: 1px solid #fff;
}

.guanlian .guanlian-r p.price em{
    font-size: 16px;
    font-weight: bolder;
    color: #ff4200;
}
.guanlian .guanlian-r p.price em:before{
    content: '\ffe5';
    color: #555;
    font-size: 14px;
    font-weight: normal;
    padding-right: 2px;
}
.guanlian .guanlian-r p.price em:after{
    content: '\8d77';
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
}
.guanlian .guanlian-buy{
    position: absolute;
    bottom: 20px;
    right: 30px;
    border-radius: 17px;
    background: #ff4200;
    font-size: 16px;
    color: #fff;
    width: 96px;
    text-align: center;
    height: 34px;
    line-height: 34px;
}

/*  关联产品 新 2020.8.28  Mr.xiao */
.guanlianNew{
    position: relative;
    width: 840px;
    margin: 20px auto 0px;
    padding: 20px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.guanlianNew .guanlian-l{
    float: left;
}
.guanlianNew .guanlian-r{
    float: left;
}
.guanlianNew .guanlian-r a{
    color: #555;
    font-weight: bolder;
}
.guanlianNew .guanlian-r a:hover{
    color: #ff4200;
}
.guanlianNew .guanlian-buy{
    float: right;
    position: absolute;
    bottom: 20px;
    right: 30px;
    border-radius: 17px;
    background: #ff4200;
    font-size: 16px;
    color: #fff;
    width: 96px;
    text-align: center;
    height: 34px;
    line-height: 33px;
}
.guanlianNew .guanlian-buy:hover{
    background-color: #ee3e00;
}
.guanlianNew .guanlian-l img{
    margin-right: 20px;
    width: 130px;
    height: 169px;
    border-radius: 10px;
    border: 1px solid #eee;
}
.guanlianNew .guanlian-r p{
    font-size: 14px;
    padding-top: 16px;
}
.guanlianNew  .guanlian-r p.price em{
    font-size: 16px;
    font-weight: bolder;
    color: #ff4200;
}
.guanlianNew  .guanlian-r p.price em:before{
    content: '\ffe5';
    color: #555;
    font-size: 14px;
    font-weight: normal;
    padding-right: 2px;
}
.guanlianNew .guanlian-r p.price em:after{
    content: '\8d77';
    color: #555;
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
}




/* 翻页样式  */
.article-bottom{
    width: 840px;
    margin-top: 20px;
    padding: 20px 20px;
    /*border: 1px solid #eee;*/
    border-radius: 10px;
}
.article-bottom p:nth-child(1){
    padding-bottom: 30px;
}
.article-bottom em{
    color: #555;
}
.article-bottom a:hover{
    color: #ff4200;
}

/* 娱乐资讯跳转topic模块样式 2020.6.17 Mr.xiao */

.article-r .wantSeeBox{
    padding-bottom: 30px;
}
.article-r .wantSeeBox a{
    border: 1px solid #eee;
    border-radius: 10px;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px 10px;
}
.article-r .wantSeeBox a img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.article-r .wantSeeBox a div.re{
    width: 190px;
    padding:0px 0px 0px 16px;
}
.article-r .wantSeeBox a div.re h4,.article-r .wantSeeBox a div.re div{
    font-weight: normal;
    color: #222;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 8px 0px 14px;
}
.article-r .wantSeeBox a:hover div.re h4,.article-r .wantSeeBox a:hover div.re div{
    color: #ff4200;
}
.article-r .wantSeeBox a div.re span{
    display: inline-block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    border-radius: 15px;
    background-color: #ff4200;
    color: #fff;
    padding: 0px 14px;
}

/*  2020 8.7 新改推荐阅读样式 Mr.xiao*/
.mainLe-consultBox li h4{
    font-size: 16px;
    font-weight:normal;
}
.mainLeConsultBox .titBox h2 {
    float: left;
    font-size: 18px;
    line-height: 1.2;
    padding: 5px 0px 10px;
}