/*body{
    position: relative;
}*/
.main{
   height:100%;
    width:1050px;
    margin: 0px auto;
    background-color: #fff;
    z-index:99;
    position: relative;
}
.main-advert{
    overflow: hidden;
}
.title_nav{
    height:32px;
   width:1050px;
    background:url(../images/c_bg.png) ;
    color:#666;
    font-size: 12px;
    line-height: 32px;
}
.title_left{
    float:left;
    margin-left: 15px;
    color:#666;
    font-weight: 200;
}
.title_left a{
    color:#cc040a;
}
.main-cont{
    background: #fff;
    overflow: hidden;
    padding: 15px 17px;
    border-top:1px solid #e4e3e3;
}
.list_left{
    width:230px;
    float: left;
    overflow: hidden;
   /*  border:1px solid #f4f4f5; */
}
.list_right{
    width:770px;
    float: right;
    overflow: hidden;
}
.list_left_tit{
    background: url("../images/tit_bg.jpg") repeat-x;
    width:210px;
    height:35px;
    padding-left:20px;
    font-size: 16px;
    color: #d3070f;
    line-height: 35px;
}
.list_left ul{
    overflow: hidden;
    padding:10px 13px 0 13px;
}
.list_left ul li{
    background: url("../images/list_nav_bg.png") no-repeat;
    width: 138px;
    height:42px;
    line-height: 42px;
    color: #ffffff;
    font-size: 14px;
    padding-left:65px;
    margin-bottom:8px;
}

#qq{
    width: 138px;
    height:42px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom:8px;
}

.list_left ul li a{
    color:#fff;
}

.list_right_tit{
    width:113%;
    height:36px;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
}
.list_right_tit span{
    background: #c3251f;
    font-size: 15px;
    color:#fff;
    padding:0 10px;
    height:36px;
    line-height: 36px;
    display: block;
    float: left;
}
.list_right_tit i{
    display: block;
    float: left;
    background: url("../images/tit_right_bg.png") no-repeat;
    width:45px;
    height:36px;
}
/*�б���ʽ*/
.tab_content{
    padding:10px 15px;
}
.tab_content li{
    color: #666;
    height: 32px;
    line-height: 32px;
    margin: auto;
    padding-left: 10px;
    background: url("../images/d_icon.png") no-repeat 0 12px;
}
.tab_content li a{
    color:#666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    float: left;
    font-size: 14px;
}
.tab_content li a:hover{
    text-decoration: underline;
    color:#c3251f;
}
.info_date{
    float:right;
    font-size: 14px;
}

/*��ҳ*/
.pager{
    border-top:1px solid #d6d6d6;
    height:30px;
    line-height: 30px;
    padding:10px 0 15px;
    font-size: 14px;
}
.pager span{
    display: block;
    width:400px;
    text-align: center;
    float: left;
}
.pager span font{
    color:#e4393c;
}
.pager .pager_btns{
    width:310px;
    float: right;
}

.pager .pager_btns a{
    color:#666;
    padding:0 10px;
}
.pager .pager_btns a.noclick{
    color:#999999;
    cursor: inherit;
}
.pager .pager_btns a.active{
    color:#666;
    cursor: pointer;
}
.pager .pager_btns a.active:hover{
    color:#e4393c;
}
.xianshiwenti{
	/* display:block; */
	 width:200px;
	overflow:hidden;
	
	/* text-overflow:ellipsis; */
	     }

/*����ҳ��ʽ*/
.detail{
    border:1px solid #f1efef;
    padding:10px 15px;
    width:740px;
}
.detail_tit{
    color: #444;
    font-size: 24px;
    font-weight:400;
    border-bottom:2px solid #999;
    height:66px;
    line-height: 66px;
    text-align: center;
}
.detail_time{
    height:33px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
}
.detail_content{
    overflow: hidden;
    font-size: 14px;
    min-height: 400px;
}