@charset "utf-8";
/*标题*/
.h_content_wrapper{width: 1000px; margin: 0 auto;}
.h_content_up_text_tit{background: #ef6732;width: 243px;height: 65px;line-height: 65px;text-align: center;}
.h_content_up_text_tit span{font-size: 18px;color: #fff;display: inline;padding-left:30px;}

/*内容*/
.h_content_up_tit{margin-top: 66px;text-align: center;}
.h_content_up_tit a{font-size: 48px;border-bottom: 1px solid #ddd;margin: 0 auto;padding-bottom: 20px;display: inline-block;text-decoration: none;cursor: default;}
.h_content_up_tit a:hover{color: #606060;}
.h_content_up_text_all{margin-top: 56px;}
.h_content_up_text li{line-height: 30px;}
.h_content_up_text a{overflow: hidden;display: block;}
.h_content_up_text span{
    float: left;
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 0;
    border: 0px;
    background: url(party_text.png) no-repeat 0 10px;
    padding-left: 10px;
}
.h_content_up_text em{
    float: right;
    font-size: 14px;
    font-weight: normal;
}
.h_content_up_more{
    border: 1px solid #737383;border-radius: 4px;width: 316px;
    height: 42px;line-height: 42px;text-align: center;margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 50px;
}
.h_content_up_more a{font-size: 16px;color: #757575;text-decoration: none;}
.h_content_bg{background: #fafafa;}