@charset "utf-8";
/* CSS Document */
#center_title{margin:auto;margin-top:20px;width:95%;height:60px;line-height:60px;border-bottom:#e3e3e3 5px solid;}

#main{clear:both;margin:auto;padding:0;width:95%;height:auto!important;min-height:100px;max-height:none;overflow:hidden;}

#main_center{float:left;display:inline;margin:0;padding:0;width:50%;}
#center_content{clear:both; margin-top:20px;height:auto;overflow:hidden;background:#FFF;}
#center_content #txt_show{line-height:30px;height:auto;overflow:hidden;}
#center_content #txt_show a{}
#center_content #txt_show p{margin-top:0px;}

#center_feedback{float:right;display:inline;margin:0;padding:0; margin-top:30px;width:50%;}
#center_feedback ul{clear:both;margin:0;padding:0;padding:10px;height:auto;overflow:hidden;}
#center_feedback li{margin:0; padding:0;height:auto;}
#center_feedback #ft{width:400px;}
#center_feedback #fi{width:400px;}
#center_feedback #fi .i{ width:300px; height:25px;border:#ccc 1px solid;}
#center_feedback #fi .t{ width:380px;border:#ccc 1px solid;}
#center_feedback #fi .c{ width:100px; height:25px;border:#ccc 1px solid;}
#center_feedback #fi span{ background:#385cba; padding:5px 10px 5px 10px; color:#FFF;}

@media screen and (max-width: 750px) {
#main_center{width:100%;}
#center_feedback{width:100%;}

}