/* 重新定义标签样式 */
html{-webkit-text-size-adjust:none;}
* {
    margin: 0px;
    padding: 0px;
    font-family: 宋体;
    font-size: 12px;
}

body {
    background-color: #E4E3DA;
    line-height: 1.5;
}

a {
    color: Black;
    text-decoration: none;
}

a:hover {
    color: #9C1519;
    text-decoration: underline;
}

/* 公共样式 */
hr.line_1st {
    height: 6px;
    border-style: none;
    background-color: #E3E2D9;
	color:#E3E2D9;
    margin-top: 5px;
    margin-bottom: 2px;
}

hr.line_2nd {
    height: 4px;
    border-style: none;
    background-color: #E3E2D9;
	color:#E3E2D9;
    margin: 5px 0px;
}
hr.line_3nd {
    height: 2px;
    border-style: none;
    background-color: #E3E2D9;
	color:#E3E2D9;
    margin: 5px 0px;
}

/* 对齐方式 */
.left {
    float: left;
}

.center {
    margin: 0px auto;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.bottom_right {
    float: right;
    bottom: 0px;
    right: 0px;
    position: relative;
}

/*自动截取字符*/
.cutoff {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*更多*/
.more {
    font-size: 12px;
    color: #9C1519;
}

/* 标题 */
.title_1st {
    font-family: 黑体;
    font-size: 18px;
}

.title_2nd {
    font-size: 16px;
    font-family: 黑体;
}

.title_3rd {
    font-size: 14px;
    font-family: 黑体;
}

.title_with_bg {
    background-color: #999996;
    color: #fff;
    padding: 2px 0 2px 0;
    margin-bottom: 10px;
}

/* 内容 */
.content {
    clear: both;
}

.content_1st {
    line-height: 20px;
    display: inline-block;
}
.Url {
	color:#012d84;
	text-align:center;
}
.Url a {
   color:#012d84;
   text-decoration:none;}
.Url a:hover{
   color:#012d84;
   text-decoration:underline;
}

.content_2nd {
    padding: 5px;
    line-height: 22px;
}

.content_1st img {
    margin: 10px 12px 12px 3px;
}

.content_2nd img {
    margin: 3px 12px 12px 0px;
    width: 91px;
    height: 117px;
}



.content_bgcolor {
    background-color: #F2F0E7;
}

/* 搜索 */
.search {
    margin-bottom: 8px;
    clear: both;
    height:20px;
}

.search div {
    display: inline-block;
    height: 23px;
}

.search_result_item {
    padding: 20px 0px;
    padding-right:6px;
}

.dropdown {
    width: 71px;
    color: #696967;
}

/*--搜索二板---*/
.Search {
	width:290px;
}
.Search .SearchTxt {
	border:1px solid #710100;
	height:17px;
	width:213px;
	float:left;
	display:block;
	margin-right:3px;
}
.SearchButton {
	background:url(http://i.guancha.cn/images/detail/search.png) no-repeat;
	width:67px;
	height:23px;
	border:0;
	cursor:pointer;
}

/* 输入框 */
input[type="text"], input[type="password"], textarea, .field, .area {
    border: 1px solid #696967;
    padding: 2px;
    background: #fff;
    line-height: 1em;
    margin: 0;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .focus {
    background: #f5f5f5;
    outline: none;
}

input.button {
    color: #696967;
    font-size: 14px;
	border:1px solid #696967;
    cursor: pointer;
	text-align:center;
	padding-bottom:1px;
}

/*专栏卡片*/
.column_cardOut{
padding-bottom:8px;	
border-left:2px solid #E3E2D9;
float:left;
padding-left:5px;
}
.column_card {
    background: url("http://i.guancha.cn/images/column_card_bg.png") no-repeat;
    width: 310px;
    height: 198px;
    padding: 5px;
    float: left;
    display: inline;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 16px;
}
.column_card00 {
    background:url(http://i.guancha.cn/images/column_card_bgright.png) repeat-y right 0;
	width:290px;
}
.Inner_column_card00{
background:url(http://i.guancha.cn/images/column_card_bgbottom.png) repeat-x 8px bottom;
padding-bottom:2px;}
.Inner_column_card00 table
{
padding-left:5px;
}
.column_card ul{height:80px;overflow:hidden;text-overflow:ellipsis;}
.column_card_no_bg {
    display: block;
    width: 298px;
    padding: 5px;
}

/*分页*/
.pager {
    padding: 1em;
    margin: 1em 0;
	margin-left:260px;
}

.pager a, .pager span {
    color: #003366;
    display: block;
    float: left;
    padding: 2px 6px;
    margin-right: 0.1em;
    border: 1px solid #000;
    background: #E2E2D9;
    margin: 0px 2px;
}

.pager span.current {
    border: 1px solid #000;
    font-weight: bold;
    background: #6D0203;
    color: #fff;
}

.pager a {
    border: 1px solid #000;
    text-decoration: none;
}

.pager a:hover {
    border-color: #000;
}

.pager a.nextprev {
    font-weight: bold;
}

.pager span.nextprev {
    color: #000;
}

.pager span.nextprev {
    border: 1px solid #000;
    color: #000;
}

.pager .nextprev-next {
    float: right;
}

span.yx_hl{
font-family: 黑体;
font-size: 18px;
color:#ff0000;
}
#goTopBtn {
	POSITION: fixed; TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 30px; BOTTOM: 35px; HEIGHT: 33px; FONT-SIZE: 12px; CURSOR: pointer; RIGHT: 0px; _position: absolute; _right: auto;
}