.conT { background:#F7f7f7; padding-bottom:.75rem;}
.cpdetail .title2{ margin-bottom:.3rem;}
.titlexx{ display:none;text-align: center; color: #009139; font-size: .4rem; padding-bottom: 0.5rem;}
.cpdimg{width:40%;}
.cpdimg img{ display:block; width:100%;border-radius: .4rem;}
.cpdjs{ width:54%;}
.cpdjs>h2{ font-size:.25rem; color:#328760; border-bottom:1px solid #e2e2e2; line-height:200%; padding-bottom:.1rem;}
.cpdjs>h3{ font-weight: normal; font-size: .2rem; padding-top: .3rem;}
.cpdjs p strong{ display:inline-block; background:#009139; line-height:.375rem; font-size:.2rem;border-radius: .2rem; margin:.35rem 0 .2rem -.15rem;    color: #fff;padding: 0 .2rem;}
.cpdjs p:before{ content:""; width:4px; height:4px;display:inline-block;background:#009139;border-radius: 50%; margin-right:.075rem;vertical-align: middle;}
.cpdjs p{ font-size:.175rem; line-height:180%;}

/*相关文章*/
.relatedC{ padding-bottom:.8rem;}
.relatedList{display:flex; justify-content:flex-start;}
.relatedList li{ float:left; width:22%; border:1px solid #eee; padding:.1rem; margin:0 1.5%;border-radius:.125rem; }
.relatedList li a{ display:flex; width:100%;border-radius:.125rem;   align-items: center; justify-content:center;height: 100%;}
.smallimg{ width:1.25rem; display:block;}
.smallimg img{ display:block; width:100%;border-radius:.125rem;}
.smalltitle{ font-size:.225rem; font-weight:bold; margin-left:.2rem;line-height:140%;}
.smalltitle em{font-size:.175rem; font-weight:normal; display:block;background:#f2f3f5; color:#666666; border-radius:.2rem; line-height:.425rem; font-style:normal; padding:0 .3rem; text-align:center; margin-top:.13rem;}
.relatedList li:hover{ border:1px solid #009139;}
.relatedList li:hover .smalltitle{color:#009139;}
.relatedList li:hover .smalltitle em{background:#009139; color:#fff;}


@media screen and (max-width:768px){

/*相关文章*/
.relatedList {display: flex; flex-wrap: wrap;}
.relatedList li {width: 47%; margin: 0 1.5% 0.25rem;}

}
@media screen and (max-width:500px){
.titlexx{ display:block;}
.cpdjs>h2{ display:none;}
.cpdimg,.cpdjs{width:100%; float:none;}
.cpdimg{ margin-bottom:.4rem;}

}