Noticedetails.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. body{background:#FFF;}
  2. .m_zxDetails_box{width:90%;margin:auto;margin-top:20px;}
  3. .y_newsdeta_h{font-size: 1.1rem; color: #333; font-weight: 600; line-height: 25px;}
  4. .y_newsdeta_hbottom{font-size:0.625rem; color: #999; margin-top: 15px;}
  5. .y_newsdeta_hbottom p.y_left{ float: left;}
  6. .y_newsdeta_hbottom p.y_right{ float: left; font-size: 0.625rem;position: relative;top:2px;}
  7. .y_newsdeta_hbottom p.y_left span{ float: left;display:block;position: relative;top: 1px;}
  8. .y_newsdeta_hbottom i.m_i{float:left;margin:0 7px;font-size:0.8rem;}
  9. .m_abstract{background:#F8F8F8;padding:10px;line-height:25px;margin-top:20px;}
  10. .m_abstract span{font-size:0.8125rem;color:#AB8161;font-weight:600;}
  11. .m_abstract i{font-size:0.8125rem;color:#AB8161;}
  12. .m_zxDetails_cont{margin-top:25px;}
  13. .m_zxDetails_cont p{font-size: 1rem;color: #333;line-height: 30px;}
  14. /*分页*/
  15. .m_paging_box{width:90%;margin:auto;margin-top:25px;}
  16. .m_paging_box a{font-size:0.9375rem;color:#F79E10;display:block;margin-bottom:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
  17. .m_paging_box a:last-child{margin-bottom:0;}
  18. /*报名*/
  19. .m_zxbm_box{height:60px;width:90%;margin:auto;margin-top:30px;}
  20. .m_zxbm_box img{width:100%;height:100%;}
  21. .m_zxbm_box a{display:block;font-size:10}
  22. /*相关文章*/
  23. .m_Relevant{width:90%;margin:auto;margin-top:30px;padding-bottom: 30px;}
  24. .m_Relevant em{border-bottom:1px solid #E6E6E6;font-size:1.125rem;color:#313B48;font-weight:600;display:block;padding-bottom:15px;}
  25. .m_Relevant ul li{padding:15px 0;border-bottom:1px solid #E6E6E6;}
  26. /*.m_Relevant ul li:last-child{;border-bottom:0;}*/
  27. .m_Relevant ul li a{font-size:0.875rem;color:#313B48;}
  28. .m_Relevant ul li a i{float:left;width:90%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
  29. .m_Relevant ul li a img{width:7px;float:right;position:relative;top:4px;}