/*common*/

.title_14,.title_14 a {
    font-size: 14px;
    color: #666;
    font-weight:bold
}
.title_12 ,.title_12 a {
    font-size: 12px;
    color: #333;
    font-weight:bold
}
.title_16 ,.title_16 a {
    font-size: 16px;
    color: #333;
    font-weight:bold
}
.title_13 ,.title_13 a {
    font-size: 13px;
    color: #fff;
    font-weight:bold
}
.title_23 ,.title_23 a {
    font-size: 23px;
    color: #fff;
    font-weight:bold
}

.clear{
    clear: both;
    overflow: hidden;
    height: 0px;
}
.fl_left{
	float:left;
	_display:inline;
	overflow:hidden;
	}
.fl_right{
	float:right;    
	_display:inline;
	overflow:hidden;
}
.fl_list ul li{
    float:left;
    display:inline;
    overflow:hidden;
}
.blank2{
	clear:both;
	height:2px;
	_overflow:hidden;	
}
.blank5{
	clear:both;
	height:5px;
	_overflow:hidden;	
}
.blank10{
	clear:both;
	height:10px;
	_overflow:hidden;	
}
.blank20{
    clear:both;
	height:20px;
	_overflow:hidden;	
}
.w_990{
    width: 990px;
    overflow: hidden;
    
}
.w_960{
    width: 960px;
    overflow: hidden;
    
}
body{
    background: #fff;
}
.red{ 
 color:  #fd3535;
}
.bor_radius{    
    border: 1px solid #999;
    -moz-borderradius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    
}
.common_title{

    background: url(../images/title_bg.jpg) 0 0px repeat-x;
    height: 45px;
    line-height: 45px;
    -moz-border-top-left-radius:10px; 
    -webkit-border-top-left-radius:10px ;
    border-top-left-radius:10px;
    -moz-border-top-right-radius:10px 10px ;
    -webkit-border-top-right-radius:10px ;
    border-top-right-radius:10px;    

    border: 1px solid #999;
    border-bottom: none;
    text-indent:  15px;

}
.common_content_radius{    
    border: 1px solid #999;
    -moz-border-bottom-left-radius:10px;
    -moz-border-bottom-righ-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-top: none;
}
/**  框架结构 common  **/
.mar_auto{
    margin: auto;
}


.common_right {
    width: 230px;
}
.common_left {
    width: 750px;
}

.right_list{
    
}

.index_right_list_bord{
        border: 1px solid #999; 
     -moz-border-bottom-left-radius:10px;
    -moz-border-bottom-righ-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-top: none;
}
.right_list{
    overflow: hidden;
}
.right_list ul{
    margin: 0 0 10px 0;
    zoom:1;
}
.right_list ul li {
   
     height: 40px;
     line-height: 40px;
     margin: 0 10px 0 10px;
     border-bottom: 2px solid #b9baba;
  background: url(../images/list_tyle_3.jpg) left center no-repeat;
}
.right_list ul li a {
     height: 40px;
     line-height: 40px;
     display: block;
     margin: 0 0 0 10px;
}

.right_list ul li a {
    font-size: 14px;
}

.right_img{ 
    text-align: center;
    padding: 10px 0 10px 0;
}
.right_tags ul {
    margin: 0 0 10px 0;
}
.right_tags ul li{
    margin: 10px 0 0 10px;
    display:   inline-block;
    zoom:1;
}
.right_tags ul li a {
    word-wrap: break-word;
    word-break: normal;
}
.pages{
    text-align: center;
}
.pages ul li{
    display:  inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #999;
    -moz-borderradius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    margin: 10px 0 10px 10px;
}
    #to_top{
        position: fixed;
        display: none;
         width: 56px;
         height: 56px;
         bottom: 20px;
      
    }
