@CHARSET "UTF-8";
* {
    color: #555;
    font-family: "微软雅黑";
    font-size: 12px;
    text-decoration: none;
}


div .centent_left {
    float: left;
	width: 203px;
	padding: 6px 0px;
	background: #fc8406;
	margin-left: 9px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-ms-border-bottom-left-radius: 15px;
	-ms-border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.backgb {
    background: none repeat scroll 0 0 #fff;
    border-radius: 15px;
    margin: 0 auto;
    padding: 10px 0;
    width: 195px;
}

.leftr_bac {
    background-image: url(../images/jian_b.png);
    border-radius: 3px;
    background-repeat:repeat-x;
    color: #fff;
    display: block;
    float: left;
    font-weight: 600;
    line-height: 22px;
    margin-left: 7px;
    max-width: 150px;
    overflow: hidden;
    padding: 1px 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a:hover{
	text-decoration:underline;
	color:#FC8406;
}

.bottom18 {
    margin-bottom: 18px;
}


.top_leftr {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    overflow: hidden;
}


div .underlinenot {
    text-decoration: none;
}

.right_bac {
    float: right;
    margin-right: 10px;
}


.top_leftr a {
    font-size: 14px;
    line-height: 20px;
}

.text_line {
    padding-left: 7px;
    padding-right: 10px;
}


.text_line a {
    line-height: 22px;
    margin-right: 14px;
}




