/* CSS Document */

select{
	font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
	color:#616161;
}
img
{
  border:none;
}
.link_style1 a{color:#3669a0;}

/* 中部间距 */
.c_spacing
{
    background: none;
    height: 5px;
    font-size: 0px;
}

.clearbox, .clearbox2
{
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0px;
    margin-top: 0px;
    height: 0px;
    clear: both;
    background: none;
    font-size: 0px;
    visibility: hidden;
}

.class_page{
	text-align:center;
	clear:both;
	margin: 10px 0 10px 0;
}

.c_c_setecttxt
{
	float:left;
	padding-right:15px;
}

.class_title, .c_title, .childclass_title, .childclass_title_border
{
	background:url(/skin/gov/images/titlestyle.gif) no-repeat top left;
	color:#fff;
	padding-left:10px;
	height:23px;
	color:#fff;	
	font-weight:bold;
	line-height:21px;
	padding-top:3px;
}
.class_title a, .c_title a, .childclass_title a, .childclass_title_border a
{
	color:#fff;	
	font-weight:bold;
	line-height:21px;
}
.c_title .more, .class_title .more, .childclass_title .more, .childclass_title_border .more
{
    float: right;
    line-height: 18px;
    margin-right: 10px;
	display:inline;
    display: block;
}
.c_title .more a
{
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    background: none;
}
.c_title .more a:hover
{
    color: #014390;
    background: none;
}
.c_main_one 
{
	clear:both;
}

.c_content
{
	padding:5px;
    line-height: 150%;
    color: #808081;
    height: auto !important;
    height: 170px;
    min-height: 170px;
	border-left:1px solid #9ac3ea;
	border-right:1px solid #9ac3ea;
	border-bottom:1px solid #9ac3ea;
}

/* 定义缩略图外框大小，控制隐藏超出的图片内容 */
.pe_u_thumb, .p_thumb_l_pic
{
    height: 120px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #ccc;
}
/* 定义缩略图宽度，按比例缩放 */
.pe_u_thumb, .pe_u_thumb img
{
    width: 140px;
}
/* 定义缩略图标题样式 */
.pe_u_thumb_title
{
    margin: 5px 5px 5px 0px;
    height: 16px;
    overflow: hidden;
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: center;
    word-wrap: break-word;
    word-break: keep-all;
}
.pe_u_thumb_title a
{
    color: blue;
}

.pe_u_thumb_list, .pe_u_thumb_list a
{
    font: normal normal normal 12px/120% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: left;
    word-wrap: break-word;
    word-break: keep-all;
}
.pe_u_thumb_list
{
    margin: 0px 0px 2px 5px;
    padding: 2px;
    border-bottom: 1px dotted #ccc;
}
.pe_u_thumb_list a
{
    padding-left: 10px;
    background: url(images/List.gif) no-repeat left -2px;
}