@charset "utf-8";
/* CSS Document */

.character_box {margin-top:28px;}
.character_boxTop {height:182px; position: relative;}
.character_image {width:132px; height:182px; position: absolute; text-align: center; overflow:hidden;}
.character_image img {width:100%;}
.character_table {margin-left:154px;}
.character_table table {width:100%; position: relative;}
.character_table table:before {content:''; width:100%; height:1px; position: absolute; left:0; top:0; background:#fff;}
.character_table table:after {content:''; width:1px; height:182px; position: absolute; left:0; top:0; background:#fff;}
.character_table table td {height:60px; padding-left:16px; border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2; font-size:14px; color:#8596a2;}
.character_table table td:first-child {padding:0;}
.character_table table td.block {color:#333;}

.character_boxDown {margin-top:20px; border-top:1px solid #f2f2f2;}
.four_type {padding:40px 0; text-align: center; font-size:0;}
.four_type li {width:130px; height:38px; line-height:38px; position: relative; margin:0 15px; display:inline-block; *display:inline; *zoom:1; vertical-align:top; border:1px solid #ebebeb; border-radius:1000px; background:#f7f7f7; font-size:14px; color:#595959; cursor:pointer;}
.four_type li.current_style {background:#ffb64d; border:1px solid #ffb64d; color:#fff;}
.four_type li.current_style:after {content:''; width:25px; height:16px; position: absolute; left:50%; bottom:-42px; margin-left:-12px; background:url(../image/insidePage/icon_sort.png) no-repeat;}

.four_typeBox li {height:613px; line-height:28px; padding:16px 20px; background:#fafafa; border:1px solid #ededed; font-size:14px; color:#595959; overflow:auto;}

.right-con {width:860px; float:right;}