.content{ width:1200px; margin:20px auto 60px; } .icon-nav { font-size:14px; text-align:left; } .icon-nav .iconfont{ display:inline-block; font-size:16px; color:#1353ad; margin-right:2px; vertical-align:bottom; } .icon-nav a { margin-left:6px; color:#999; } .icon-nav a:first-child { margin-left:0; } .icon-nav>span{margin-left:6px} .icon-nav .show-txt { color:#1353ad; } .news{ } /*.m_crumb{ margin-bottom:20px; font-size:14px; color:#999; } .m_crumb a{ color:#999; } .m_crumb a:hover{ color:#1353ad; } .m_crumb a i.iconfont{ vertical-align:middle; } .m_crumb span{ padding:0 8px; }*/ .news_list{ margin:20px 0; } .news_item{ margin-left:100px; border-left:2px solid #ececec; } .news_time{ position:absolute; margin:72px auto auto -100px; font-size:14px; color:#c2c2c2; } .news_time span:first-child{ font-size:24px; color:#484848; } .news_time i.iconfont{ margin-right:5px; font-size:14px; } .news_content{ position:relative; margin-left:16px; padding:20px; height:130px; background-color:#fff; font-size:12px; color:#666; line-height:2em; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_content:before{ content:""; position:absolute; top:50%; left:-16px; margin-top:-8px; width:0; height:0; border:8px solid; border-color:transparent; border-right-color:#fff; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_content:after{ content:""; position:absolute; top:50%; left:-25px; margin-top:-8px; width:8px; height:8px; border:4px solid #fff; border-radius:50%; background-color:#b7b7b7; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_content:hover{ background-color:#f0f0f0; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_content:hover:before{ border-right-color:#f0f0f0; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_content:hover:after{ background-color:#1353ad; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_pic img{ float:left; width:200px; margin-right:20px; } .news_title a{ font-size:16px; font-weight:400; color:#666; line-height:32px; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_title a:hover{ color:#1353ad; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; } .news_content p{ margin:10px 0 15px 0; color:#999; } .news_more{ color:#666; } .news_more i.iconfont{ font-size:12px; } /* 新闻列表分页增加样式 */ .btn.btn-paging{padding:.3em .5em;margin:0 .5em;color:#ffffff;background-color:#1353ad;} .btn.btn-paging.btn-disabled{background: #cccccc;cursor: no-drop;}