/*卡车新闻链接样式 */
a.tag_title_link:link,a.tag_title_link:visited{
font-size:12px;
  color:#000000;
}
a.tag_title_link:hover,a.tag_title_link:active{
  color:#CC0000;
font-size:12px;
}
/*去掉字体下划线 */
a:link,a:visited{	
    font-size:12px;
	color: #333333;	
	text-decoration: none;
}

a:hover,a:active{
	text-decoration: underline;
}

/*字体颜色 */
.font_red{
color:#FF0000;
}
/*标签样式 */
.tag_box{
margin:5px;
width:96%;
}
.tag_boxrdxw{
margin:5px;
width:94%;
}
.tag_description {
  color:#666666;
}
/*日期时间*/
.datetime{
font-size:11px;
}
.f_r{float:right;}
/*分页*/
.pages{
  margin:5px auto 0;
  background-color:#f4f4f4;
  text-align:center;
  border-top:1px solid #dcdcdc;
  padding:5px;
}
/*页角样式*/
.footer{
  text-align:center;
  margin-top:5px;
}
.footer li{
  text-align:center;
  list-style-type:none;
}
.footer_border_1{
  border-top:1px solid #9CF;
  border-bottom:1px solid #9CF;
    text-align:center;
  }
.footer_border_2{
  border:2px solid #ffffff;
  background-color: #D8EBEB;
  text-align:center;
}
/*去掉字体下划线 */
.content_text a:link{
    font-size:13px;
	color: #000;	
	text-decoration: none;
}
.content_text a:visited{	
    font-size:13px;
	color: #000;	
	text-decoration: none;
}

.content_text a:hover{
	text-decoration: underline;
}
.content_text a:active{
	text-decoration: underline;
}