/*-------------资源页面----------------------*/
.col_news_wide {
    width:760px;
    background:white;
    padding:10px;
}

.news_list a.new,.news_list a.try{
  padding-right:40px;
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  max-width: 88%;
  text-overflow:ellipsis;
}

.news_list a.new{
  background-image:url('images/icon_new.png');
}

.news_list a.try{
  background-image:url('images/icon_try.png');
}

/*-------------数据库详情页面----------------------*/

.col_info_db td {
    padding:5px 0;
    vertical-align:top;
}

.col_info_db td:first-child {
    width:5em;
    font-weight:bold;
    color:#8e5614;
}

.col_info_db #url a:not(.normal),.col_info_db #url-out a:not(.normal){
    font-size:16px;
    color:#8e5614;
    font-weight:bold;
    margin-right:2em;
}

.col_info_db #url .no-link,.col_info_db #url-out .no-link {
    font-size:16px;
    margin-right:2em;
}

.col_info_db #url .normal,.col_info_db #url-out .normal{
    color:#8e5614;
    font-weight:unset;
}