* { word-break: break-all; } /*在IE中实行强制换行*/

body { 
  margin: 0; 
  padding: 0; 
  color: #2B2B2B; 
  text-align: left; 
  font: 12px Arial, Helvetica, sans-serif; 
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

/*链接样式*/
a { 
  font-size: 14px;
  color: #2B2B2B;
  text-decoration: none; 
}

a:hover { 
  font-size: 14px;
  text-decoration: underline; 
  color: #bc2d09; 
}

img {
  vertical-align: middle;
}

a img { 
  border: none; 
}

p {
  margin: 0px;
}

.cl {
  width: 100%;
  height: 0px;
  overflow: hidden;
  clear: both;
}

cite,em {
  float: right;
  font-style: normal;
}

em a {
  font-size: 12px;
}

em a:hover {
  font-size: 12px;
}

.label_1 {
  font-size: 14px;
  color: #BB0200;
}

.font_12 {
  font-size: 12px;
}

.font_14 {
  font-size: 14px;
}

.b_font {
  font-weight: bold;
}

.color_1 {
  color: #BA2E0B;
}

h1,h2,h3,h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  height: 20px;
}

.b_dash {
  height: 22px;
  border-bottom: 1px dashed #ccc;
  padding-top: 5px;
}



#header {
  width: 960px;
  height: 90px;
  margin: 0 auto;
}

#header .cc {
  width: 960px;
  height: 80px;
}

#header .logo {
  padding-top: 10px;
  float: left;
}

#header .nav {
  width: 658px;
  height: 80px;
  float: right;
}

#header .userpanel {
  width: 658px;
  height: 27px;
  padding-top: 17px;
  text-align: right;
  font-size: 12px;
  color: #656565;
}

#header .userpanel a {
  font-size: 12px;
}

#header .userpanel #username,#userpass {
  width: 68px;
  height: 17px;
  border: 1px solid #999;
  padding: 1px;
}

#dologin {
  width: 50px;
  height: 19px;
  background: url(../images/login_bt.gif);
}

#header .menu {
  width: 658px;
  height: 36px;
}

#header .menu table td {
  width: 81px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: #fff;
}

#header .menu table td a {
  width: 81px;
  height: 27px;
  display: block;
}

#header .m_act {
  width: 81px;
  height: 27px;
  display: block;
  background-color: #f4f4f4;
}

#header .n_act {
  width: 81px;
  height: 27px;
  display: block;
  background-color: #fff;
}

#header .menu table td a:hover { 
  text-decoration: none; 
}

#header .b_line {
  width: 960px;
  height: 10px;
  background-color: #2B2B2B;
  overflow: hidden;
}

#footer {
  width: 960px;
  margin: 10px auto;
}

#footer a {
  font-size: 12px;
}

#footer .link {
  width: 960px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

#footer .info {
  width: 960px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.footer_line {
  width: 960px;
  height: 11px;
  margin: 0 auto;
  background: url(../images/footer_line.jpg) repeat-x;
}

.line_4 {
  width: 960px;
  height: 8px;
  margin: 0 auto;
  background-color: #F1F1F1;
  overflow: hidden;
}

.line_5 {
  width: 960px;
  height: 1px;
  margin: 0 auto;
  background-color: #DDD;
  overflow: hidden;
}

#main {
  width: 960px;
  margin: 0 auto;
  padding-top: 1px;
}

#main .left {
  width: 310px;
  float: left;
}

#pic_show {
  width: 310px;
  height: 215px;
  background: url(../images/bg_1.gif) repeat-x;
}

#pic_show img {
  cursor: pointer;
}

#pic_show .title {
  width: 310px;
  height: 45px;
}

#pic_show .title_img {
  width: 137px;
  height: 45px;
  float: left;
}

#pic_show .title_btu {
  width: 153px;
  height: 33px;
  float: left;
  padding: 12px 0 0 20px;
}

#pic_show .dot_nor {
  width: 9px;
  height: 9px;
  float: left;
  margin: 4px;
  background: url(../images/show_dot_nor.jpg) no-repeat;
}

#pic_show .dot_act {
  width: 9px;
  height: 9px;
  float: left;
  margin: 4px;
  background: url(../images/show_dot_act.jpg) no-repeat;
}

#pic_show .btu {
  margin: 0 2px;
  float: left;
}

#pic_show .content {
  width: 310px;
  height: 170px;
}

#pic_show .content_top {
  width: 310px;
  height: 94px;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
}

#pic_show .content_top img {
  width: 100px;
  height: 70px;
  border: 1px solid #fff;
}

#pic_show .content_bottom {
  width: 305px;
  height: 48px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: left;
  padding: 7px 0 0 5px;
}

#pic_show .content_bottom a {
  font-size: 12px;
}

#pic_show .pic {
  width: 122px;
  height: 94px;
  float: left;
  text-align: center;
}

#pic_show .intro {
  width: 188px;
  height: 90px;
  float: left;
  text-align: left;
  padding-top: 4px;
}

#pic_show a {
  color: #fff;
}

#pic_show .intro a {
  font-size: 28px;
  font-family: "黑体";
}

#pic_show .bg_1 {
  background-color: #383838;
}

#pic_show .bg_2 {
  background-color: #30557F;
}

#pic_show .bg_3 {
  background-color: #383838;
}

#pic_show .bg_4 {
  background-color: #30557F;
}

#pic_show .bg_5 {
  background-color: #540000;
}

#left_txt {
  width: 310px;
  padding-top: 10px;
}

#left_txt .title {
  width: 285px;
  height: 17px;
  background-image: url(../images/left_txt_title.jpg);
  padding: 8px 0 0 25px;
  font-size: 14px;
  font-weight: bold;
}

#left_txt .title_2 {
  width: 285px;
  height: 17px;
  background-image: url(../images/left_fr_title.jpg);
  padding: 8px 0 0 25px;
  font-weight: bold;
  font-size: 14px;
}

#left_txt .title a {
  font-weight: bold;
}

#left_txt .content {
  width: 290px;
  height: 175px;
  padding: 10px 10px 0 10px;
}

#left_txt .ct_1 {
  width: 290px;
  height: 70px;
  line-height: 20px;
}

#left_txt .cc_1 {
  width: 290px;
  height: 105px;
}

#left_txt .cc_1 ul li {
  width: 275px;
  height: 21px;
  background: url(../images/list_dot_1.jpg) no-repeat 0 4px;
  padding-left: 15px;
}

#left_txt .cc_2 {
  width: 290px;
  height: 80px;
  padding-top: 15px;
}

#left_txt .cc_2 a {
  font-size: 12px;
}

#left_txt .cc_2 ul li {
  width: 280px;
  height: 21px;
  background: url(../images/list_dot_2.jpg) no-repeat 0 6px;
  padding-left: 10px;
}

.cite_author {
  font-size: 12px;
  color: #666;
}

.cite_author a {
  font-size: 12px;
  color: #666;
}

.cc_1_subject {
  color: #1E5A8C;
}

.cc_2_subject {
  font-size: 12px;
  color: #1D5B8C;
}

#left_txt .t_1 a {
  font-size: 14px;
  font-weight: bold;
  color: #004277;
}

#left_txt .t_2 {
  width: 290px;
  height: 25px;
  padding-top: 10px;
}

#left_txt .t_3 {
  width: 290px;
  height: 25px;
  font-weight: bold;
  padding-top: 5px;
}

#left_txt .d_1 a {
  font-size: 12px;
  color: #666;
}

#left_txt .ct_2 {
  width: 290px;
  height: 145px;
  border-bottom: 1px dashed #CCC;
}

#left_txt .bbs_date {
  width: 280px;
  height: 20px;
  color: #6A6A6A;
  background-color: #F0F0F0;
  padding: 5px 0 0 10px;
}

#left_txt .bbs_desc {
  width: 290px;
  height: 80px;
}

#left_txt .bbs_desc_left {
  width: 168px;
  height: 80px;
  line-height: 18px;
  float: left;
  color: #343434;
}

#left_txt .bbs_desc_left a {
  font-size: 12px;
  color: #BA2E0A;
}

#left_txt .bbs_desc_right {
  width: 122px;
  height: 80px;
  float: right;
  text-align: center
}

#left_txt .bbs_desc img {
  width: 100px;
  height: 70px;
  border: 1px solid #DDD;
}

#left_txt .blog_desc {
  width: 290px;
  height: 70px;
}

#left_txt .blog_desc_left {
  width: 100px;
  height: 70px;
  float: left;
}

#left_txt .blog_desc_left img {
  width: 100px;
  height: 70px;
  border: 1px solid #DDD;
}

#left_txt .blog_desc_right {
  width: 180px;
  height: 70px;
  float: right;
}

#left_txt .blog_desc_right_t {
  width: 180px;
  height: 43px;
  line-height: 20px;
  border-bottom: 1px dashed #CCC;
  padding-top: 2px;
}

#left_txt .blog_desc_right_b {
  width: 180px;
  height: 18px;
  text-align: right;
  padding-top: 6px;
}

#left_txt .blog_desc_right_b a {
  font-size: 12px;
  color: #BC2E0A;
}

#left_txt .fr_link {
  width: 290px;
  height: 121px;
}

#left_txt .fr_link ul li {
  width: 96px;
  height: 20px;
  float: left;
  text-align: center;
}

#left_txt .fr_link ul li a {
  font-size: 12px;
  color: #333;
}

#main .center {
  width: 390px;
  float: left;
}

#main .cen_1 {
  width: 380px;
  height: 310px;
  padding-left: 10px;
  background: url(../images/center_bg.jpg) repeat-x;
  overflow: hidden;
}

#main .daodu_1 {
  width: 380px;
  height: 100px;
  border-bottom: 1px dashed #CCC;
}

#main .daodu_title {
  width: 380px;
  height: 20px;
  padding-top: 10px;
}

#main .daodu_info {
  width: 380px;
  height: 20px;
  font-size: 12px;
  padding-top: 5px;
}

#main .daodu_intro {
  width: 380px;
  height: 45px;
  font-size: 12px;
  line-height: 20px;
}

#main .daodu_intro a {
  font-size: 12px;
  color: #BA0001;
}

#main .daodu_title a {
  color: #004299;
  font-weight: bold;
}

#main .daodu_2 {
  width: 380px;
  height: 100px;
}

#main .daodu_1_left {
  width: 355px;
  height: 100px;
  float: left;
  border-bottom: 1px dashed #ccc;
}

#main .daodu_1_left_t {
  width: 355px;
  height: 40px;
  text-align: center;
  padding-top: 10px;
}

#main .daodu_1_left_t a {
  font-size: 28px;
  font-family: "黑体";
  color: #215AA7;
}

#main .daodu_1_left_b {
  width: 355px;
  height: 50px;
  line-height: 22px;
}

#main .daodu_1_right {
  width: 19px;
  height: 79px;
  background-color: #E5E5E5;
  color: #333;
  float: left;
  padding: 22px 0 0 6px;
}

#main .cen_2 {
  width: 360px;
  height: 32px;
  background-color: #F1F0EE;
  margin-left: 10px;
  padding-left: 20px;
}

#main .cen_2_left {
  width: 120px;
  height: 32px;
  float: left;
}

#main .cen_2_right {
  width: 240px;
  height: 24px;
  float: left;
  padding-top: 8px;
}

#main .cen_3 {
  width: 380px;
  height: 200px;
  margin-left: 10px;
  padding-top: 10px;
}

#main .cen_3_t {
  width: 380px;
  height: 20px;
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  font-weight: bold;
  color: #BC2C09;
  padding-top: 5px;
}

#main .cen_3_t a {
  font-weight: normal;
  color: #656565;
}

#main .cen_2_right a {
  font-size: 12px;
  color: #BC2E08;
}

#main .cen_3_c {
  width: 380px;
  padding-top: 10px;
}

#main .cen_3_c ul li {
  width: 370px;
  height: 25px;
  background: url(../images/list_dot_3.jpg) no-repeat 0 6px;
  padding-left: 10px;
  margin-top: 0px;
}

#main .cen_4 {
  width: 380px;
  height: 173px;
  margin: 0 0 0 10px;
  overflow: hidden;
}

#main .right {
  width: 250px;
  float: left;
  padding-left: 10px;
  background: url(../images/center_bg.jpg) repeat-x;
}

#main .right_c {
  width: 248px;
  border-left: 1px solid #DBDBDB;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}

#main .right_c_1 {
  width: 228px;
  height: 285px;
  background: url(../images/right_b_1.jpg);
  padding: 30px 10px 0 10px;
}

#main .salon_show {
  width: 228px;
  height: 200px;
}

#main .right_c_1 a {
  font-size: 12px;
}

#main .salon_show_title {
  width: 228px;
  height: 20px;
  padding-top: 10px;
}

#main .salon_show_content {
  width: 228px;
  height: 70px;
}

#main .salon_show_left {
  width: 100px;
  height: 70px;
  float: left;
}

#main .salon_show_left img {
  width: 90px;
  height: 60px;
  border: 1px solid #DDD;
}

#main .salon_show_right {
  width: 128px;
  height: 70px;
  float: right;
}

#main .salon_list {
  width: 228px;
  height: 70px;
  padding-top: 10px;
}

#main .salon_list ul li {
  width: 228px;
  height: 20px;
}

#main .right_c_2 {
  width: 248px;
  height: 330px;
  background-color: #FBFBFB;
}

#main .right_c_5 {
  width: 248px;
  height: 234px;
  background-color: #FBFBFB;
  overflow: hidden;
}

#main .right_c_title {
  width: 235px;
  height: 20px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #E8E8E8;
  background: url(../images/tj_title_bg.jpg) repeat-x;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 0 13px;
}

#main .right_c_3 {
  width: 248px;
  height: 240px;
  background-color: #FBFBFB;
  border: 1px solid #DBDBDB;
  margin-top: 10px;
}

#main .right_c_3_title {
  width: 235px;
  height: 20px;
  background: url(../images/tj_title_bg.jpg) repeat-x;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 0 13px;
}

#main .right_c_3_content {
  width: 228px;
  padding: 10px;
}

#main .right_c_3_content ul li {
  width: 218px;
  height: 20px;
  background: url(../images/list_dot_4.jpg) no-repeat 0 6px;
  padding-left: 10px;
}

#main .right_c_3_content ul li a {
  font-size: 12px;
}

#main .right_c_4_content {
  width: 228px;
  padding: 10px;
}

#main .right_c_4_content img {
  width: 100px;
  height: 70px;
  border: 1px solid #ccc;
}

#main .right_c_4_content ul li {
  width: 50%;
  height: 100px;
  line-height: 20px;
  float: left;
  text-align: center;
}

#main .right_c_4_content ul li a {
  font-size: 12px;
}

#main .right_c_title a {
  font-weight: normal;
}

#main .tj_content ul {
  width: 246px;
  padding-top: 20px;
}
#main .tj_content ul li {
  width: 82px;
  height: 90px;
  line-height: 23px;
  float: left;
  text-align: center;
}

#main .tj_content img {
  width: 58px;
  height: 58px;
  border: 1px solid #A8A8A6;
}

#main .review_content {
  width: 228px;
  height: 232px;
  padding: 10px;
}

#main .review_c_1 {
  width: 228px;
  height: 110px;
}

#main .review_c_1_left {
  width: 80px;
  height: 100px;
  float: left;
}

#main .review_c_1_left img {
  width: 70px;
  height: 100px;
  border: 1px solid #B7B7B7;
}

#main .review_c_1_right {
  width: 148px;
  height: 100px;
  line-height: 20px;
  float: right;
}

#main .review_c_1_right_t a {
  font-size: 12px;
  color: #004377;
  font-weight: bold;
}

#main .review_c_2 {
  width: 228px;
  height: 112px;
  padding-top: 10px;
}

#main .review_c_2 ul li {
  width: 218px;
  height: 20px;
  background: url(../images/list_dot_4.jpg) no-repeat 0 6px;
  padding-left: 10px;
}

#main .review_c_2 a {
  font-size: 12px;
  color: #333;
}

#main .vedio_content {
  width: 228px;
  height: 180px;
  padding: 10px;
}

#main .vedio_c_1 {
  width: 228px;
  height: 90px;
}

#main .vedio_c_1_left {
  width: 104px;
  height: 88px;
  float: left;
  background: url(../images/vedio_bg.jpg) no-repeat;
  padding: 2px 0 0 2px;
}

#main .vedio_c_1_left img {
  width: 102px;
  height: 66px;
}

#main .vedio_c_1_right {
  width: 112px;
  height: 90px;
  line-height: 23px;
  float: right;
  padding-left: 10px;
}

#main .vedio_c_2 {
  width: 228px;
  height: 72px;
  padding-top: 10px;
}

#main .vedio_c_2 ul li {
  width: 210px;
  height: 20px;
  background: url(../images/list_dot_5.jpg) no-repeat 0 3px;
  padding-left: 18px;
}

#main .vedio_c_2 a {
  font-size: 12px;
  color: #666;
}

#main .left_center {
  width: 700px;
  float: left;
  background: url(../images/center_bg.jpg) repeat-x;
}

#main .msgintro {
  padding: 8px;
  background-color: #F4F4F4;
  line-height: 20px;
}

.search_block {
  width: 938px;
  margin: 0 auto 10px auto;
  border: 1px solid #DFDFDF;
  padding: 10px;
}

.search_block_title {
  width: 928px;
  height: 26px;
  line-height: 26px;
  border-bottom: 1px dashed #dfdfdf;
  padding-left: 10px;
}

.pagediv {
  width: 938px;
  height: 30px;
  line-height: 30px;
  border-top: 1px dashed #ccc;
  margin: 10px auto 0 auto;
}

#main .tab_list {
  width: 100%;
  height: 155px;
  margin-top: 10px;
}

#main .tab_had {
  width: 100%;
  height: 25px;
  background: url(../images/tab_list_bg.jpg) no-repeat;
}

#main .tab_con {
  background: url(../images/tab_list_con_bg.jpg) no-repeat;
  padding: 20px 10px 20px;
}

#main .tab_con ul li {
  width: 320px;
  height: 25px;
  float: left;
  background: url(../images/list_dot_2.jpg) no-repeat 0 6px;
  padding-left: 10px;
}

#main .tab_sign_con {
  height: 100px;
  background: url(../images/tab_list_con_bg.jpg) no-repeat;
  padding: 11px 20px 0 15px;
}

#main .tab_sign_con a {
  font-size: 12px;
}

#main .tab_sign_con ul li {
  width: 99%;
  height: 23px;
  float: left;
  background: url(../images/list_dot_2.jpg) no-repeat 5px 6px;
  padding-left: 15px;
}

#main .tab_con ul li a {
  color: #024498;
}

#main .tab_had_act {
  width: 117px;
  height: 20px;
  background: url(../images/tab_list_act.jpg);
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

#main .tab_had_nor {
  width: 117px;
  height: 20px;
  background: url(../images/tab_list_nor.jpg);
  float: left;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}

#main .tab_had_side_act {
  width: 117px;
  height: 20px;
  background: url(../images/tab_side_act.jpg);
  float: left;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}

#main .tab_had_side_nor {
  width: 117px;
  height: 20px;
  background: url(../images/tab_side_nor.jpg);
  float: left;
  font-size: 14px;
  text-align: center;
  padding-top: 5px;
}

#main .list_1 {
  width: 700px;
  overflow: hidden; 
}

#main .list_1_header {
  width: 673px;
  height: 18px;
  background: url(../images/list_title_1.jpg);
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 0 27px;
}

#main .list_1_header a {
  font-weight: normal;
  color: #BC2E0A;
}

#main .list_2 {
  width: 700px;
}

#main .blockcategory {
  width: 335px;
  float: left;
  padding-right: 15px;
  margin-top: 10px;
}

#main .msg_title {
  width: 335px;
  height: 20px;
  border-bottom: 1px solid #CCC;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #BC2C07;
}

#main .msg_title a {
  color: #676767;
  font-weight: normal;
}

#main .msg_content {
  width: 335px;
  padding-top: 10px;
}

#main .msg_content li {
  width: 325px;
  height: 25px;
  line-height: 25px;
  background: url(../images/list_dot_3.jpg) no-repeat 0 10px;
  padding-left: 10px;
  margin-top: 0px;
}

#main .news_list {
  width: 228px;
  padding: 10px;
}

#main .news_list ul li {
  width: 228px;
  height: 23px;
  line-height: 23px;
  overflow: hidden;
}

#main .news_list ul li a {
  font-size: 12px;
}

#main .pic_list_1 {
  width: 100%;
  border-top: 1px solid #DBDBDB;
  padding-top: 20px;
}

#main .pic_list_1 ul li {
  width: 50%;
  height: 100px;
  line-height: 20px;
  float: left;
  text-align: center;
}

#main .pic_list_1 ul li img {
  width: 100px;
  height: 70px;
  border: 1px solid #ccc;
}

#main .news_week {
  width: 233px;
  height: 220px;
  background: url(../images/news_week.jpg);
  padding: 40px 0 0 15px;
}

#main .news_week a {
  font-size: 12px;
}

#main .news_week ul li {
  width: 223px;
  height: 20px;
  background: url(../images/list_dot_6.jpg) no-repeat 0 5px;
  padding-left: 10px;
}

#site_nav {
  width: 960px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
}

#site_nav a {
  font-size: 12px;
}

#main .left_list {
  width: 678px;
  margin-top: 10px;
  border: 1px solid #ddd;
  padding: 10px;
}

#nor_content {
  width: 940px;
  margin: 0 auto;
  padding: 10px;
  line-height: 25px;
  font-size: 14px;
}

#nor_content h3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
}

#nor_content .info {
  padding: 20px 0;
  text-indent: 2em;
}

#main .blog_star {
  width: 100%;
  height: 250px;
}

#main .blog_star ul li {
  width: 33%;
  height: 90px;
  float: left;
  text-align: center;
  line-height: 20px;
}

#main .blog_star ul li a {
  font-size: 12px;
}

#main .blog_star img {
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
}

.ads {
  margin: 0 auto 10px auto;
  text-align: center;
}

#sitemap {
  width: 920px;
  margin: 20px auto 50px auto;
  padding: 20px;
}

#sitemap h3 {
  height: 25px;
  line-height: 25px;
  padding-top: 10px;
}

#sitemap ul {
  width: 960px;
  padding: 10px auto;
}

#sitemap ul li {
  width: 100px;
  height: 20px;
  line-height: 20px;
  float: left;
}

#friendlink {
  width: 920px;
  margin: 20px auto 50px auto;
  padding: 20px;
}

#friendlink ul {
  width: 960px;
  padding: 10px auto;
}

#friendlink ul li {
  width: 150px;
  height: 20px;
  line-height: 20px;
  float: left;
}

.space_list li {
  height: 100px;
}

.space_list img {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
}



/*消息显示页*/
#notice { margin: 200px auto 0; background: #FFF; border: 1px solid #DFDFDF; text-align: center;}
#notice_message { padding: 1.5em 1em; font-size: 1.17em; }
#notice_message.warning { color:red; }
#notice_links { margin: 0; line-height: 2em; border-top: 1px solid #DFDFDF; background: #FBFBFB; padding: 0 1em; }
#notice_links a { margin: 0 2px; font-size:12px; }

/*您的位置导航*/
#navigation { padding: 5px 0 10px; }
#navigation p { margin: 0;padding-top:3px;}
#navigation label{line-height:20px;}
#navigation p a, #navigation p strong { margin: 0 5px; }
#navigation a {font-size: 12px;}
#searchform { float: right; padding:0;margin:0;}
#searchform * { vertical-align: middle; }
#searchform button { margin-left: 0.5em; }

/*简单页面的位置导航*/
#navigation.simplepage { width: 960px; margin:0 auto; padding: 0; border-bottom: 1px solid #DFDFDF; height: 30px; line-height: 30px; overflow: hidden; background: url(../images/title_icon.gif) no-repeat 10px 6px;; margin-bottom: 1em; }
#navigation.simplepage p { float: right; margin-right: 0.5em; height: 30px; line-height: 30px; padding:0;}
#navigation.simplepage h1, #navigation.simplepage h2 { margin: 0; font-size: 1.2em; padding-left: 32px; height: 30px; line-height: 30px; }

/*用户相关*/
#panel { width: 700px; overflow: hidden; margin: 1em auto; }
#userpanel fieldset, #loginform fieldset { border: none; margin: 0; padding: 0; }
#userpanel legend, #loginform legend { display: none; }

/*用户登录页*/
.loginarea { width: 300px; float: left; }
.loginarea p {height: 40px;}
.tips { width: 299px; float: left; border-left: 1px solid #CCC; line-height: 1.8em; padding-left: 20px; }
.tips ul li {height: 40px;}
.tips a {font-size: 12px;}
.imgsecode {}
.imgsecode input{padding:3px 2px;}

/*表单通用样式-----------------------------------------------------------------------------------表单通用样式*/
form { margin: 0; }
input, textarea, button, select { padding:1px;font: 1em Arial, Helvetica, sans-serif; vertical-align: middle;}
button { height: 1.8em; padding: 0 0.5em; background: #F7F7F7; cursor: pointer; border: 1px solid #DFDFDF; color:#5E5E5E;}
label { cursor: pointer; margin-right: 0.5em; }

/*快捷面板*/
.quicklink { overflow: hidden; margin: 0 0 5em; padding: 0; list-style: none; }
.quicklink li { float: left; width: 33.3%; text-align: center; }
.quicklink li a { display: block; border: 1px solid #CCC; width: 180px; margin: 10px auto; height: 50px; text-align: left; line-height: 50px; text-indent: 65px; background-image: url(../images/panel_icons.gif); background-repeat: no-repeat; }
.sitehome { background-position: 10px 7px; }
.bbs { background-position: 10px -83px; }
.myspace { background-position: 10px -173px; }
.spacemng { background-position: 10px -263px; }
.spacesignup { background-position: 10px 7px; }
.sitemng { background-position: 10px -443px; }
.logout { background-position: 10px -533px; }
.login { background-position: 10px -173px; }
.register { background-position: 10px -353px; }
.quicklink li a:hover { border-color: #ccc; background-color: #F5FBE4; text-decoration: none; }

/*分页*/
.pages { text-align: right; background: url(../images/dotline_h.gif) repeat-x top; height: 30px; line-height: 30px; margin-top: 20px;}
.pages a {font-size: 12px;}
.xspace-page { float: right; margin: 5px 5px 0 0; }
.xspace-page a, .xspace-page span { float: left; display: inline; margin-right: 3px; line-height: 20px; padding: 0 5px; border: 1px solid #ccc; background: #F5FBE4; }
span.xspace-totlerecord, span.xspace-totlepages { color: #090; }
span.xspace-totlerecord { margin-right: 0; border-right: none; }
span.xspace-current { background: #F90; border-color: #CC6600; color: #FFF; font-weight: bold; }

/*选项卡*/
h3.tabs { background-color: #f4f4f4 !important; height: 26px; padding-left: 0 !important; }
.tab { font-weight: normal; float: left; padding: 6px 10px 0 10px; height: 20px; cursor: pointer; border-right: 1px solid #ccc; }
.curtab { background: #FFF; border-right-color: #ccc; font-weight: bold; }

/*搜索*/
#search { width: 600px; margin: 4em auto; }
#search form { text-align: center; margin: 4em 0; }
#search .open { text-align: left !important; line-height: 30px; margin: 2em !important; }
#search .open div div { clear: both; padding-left: 7em; }
#search .open label { float: left; width: 7em; }
#search .open div label { margin-left: -7em; }
#search .open  button { float: right; }
#search .open fieldset { border: none; margin: 0; padding: 0; }
#search .open fieldset label { float: none; margin: auto; white-space: nowrap; margin-right: 1em; }

.block { border: 1px solid #DFDFDF; }

/*单行信息列表*/
.msgtitlelist {
  list-style: none;
  line-height: 18px;
  margin-top: 10px;
}

.msgtitlelist li { 
  height: 3em; 
  overflow: hidden; 
  padding-left: 0.8em; 
  background: url(../images/list_icon.gif) no-repeat 3px 0.5em; 
}

.block .msgtitlelist { padding: 3px 5px; }

.linelist li { height: 22px; line-height: 22px; }
.linelist li a { font-size: 12px; }
.linelist strong, .linelist strong a { font-size: 12px; color: #73880A !important; }

a.more { float: right; height: 26px; line-height: 26px; padding: 0 10px 0 15px; font-weight: normal; }

/*热门话题*/
#hottag { overflow: hidden;  padding-top: 10px; line-height: 22px;}
#hottag div { padding: 0.5em; overflow: hidden; line-height: 1.8em; }
#hottag a { margin-right: 0.2em; white-space: nowrap; }

/*文章显示页面*/
.articletitle { font-size: 1.33em; margin: 1em 0 0.5em; text-align: center; }
.articleinfo { margin: 0 8px !important; background: url(../images/dotline_h.gif) repeat-x bottom; height: 20px;}
.articleinfo a {font-size: 12px;}
.articleinfo a:hover {font-size: 12px;}
.articlectrl { float: right; }

#custominfo { background: #F5FBE4 url(../images/dotline_h.gif) repeat-x bottom; margin: 0 8px; padding: 8px 0; }
#custominfo h5 { margin: 0; line-height: 2.2em; font-size: 1.2em; color: #73880A; padding-left: 30px; }
#custominfo ul { line-height: 1.6em; padding: 0; margin: 0; list-style: none; }
#custominfo li { padding: 0 30px 5px; background: url(../images/list_icon.gif) no-repeat 22px 7px; }
#custominfo strong { color: #73880A; }

#articlebody { width: 97%; margin: 0 auto; padding: 1em 0; overflow: hidden; overflow-y: hidden; line-height: 1.8em; font-size: 1.17em; }
#articlebody * { line-height: normal; }
#articlebody  p, #articlebody  div { line-height: 1.8em !important; margin: 10px 0; }
#articlebody  p *, #articlebody  div * { line-height: normal !important; }
#articledetail {border: 1px solid #DFDFDF; margin-top: 10px;}
a.viewnewsup { height: 26px; line-height: 26px; padding: 0 10px; }
a.viewnewsdown { height: 26px; line-height: 26px; padding: 0 10px; }

/*评论列表 */
.commentlist { margin: 0; padding: 10px; list-style: none; }
.commentlist a { font-size: 12px;}

.commentlist li { padding-bottom: 20px; }
.commentlist h4 { padding: 0 6px; font-size: 1em; margin: 0 0 10px; line-height: 26px; background: #fbfbfb url(../images/dotline_h.gif) repeat-x bottom; height: 30px;}
.commentlist img { width: expression(this.width > 500 ? 500: true); max-width: 500px;  }
#commentlist { margin-top: 10px; }
#commentlist h3 { margin: 5px 0 0 15px; }
#commentlist a { font-size: 12px; }
.xspace-quote { border: 1px dashed #ccc; padding: 10px; line-height: 20px;}

/*发表评论*/
#comment form { margin: 0; padding: 5px 15px; }
#comment p { margin: 0.3em 0; }
#comment h3 {padding: 5px 0 0 15px;}
#comment {margin-top: 10px;}
.seccodeline * { vertical-align: middle; }

#xspace-rates { text-align: center; height: 50px; padding: 20px 0; margin-top: 10px; border: 1px solid #dfdfdf; }
#xspace-rates-bg { width: 210px; height: 30px; margin: 0 auto 5px; background: url(../../../images/base/rate_star.gif); }
#xspace-rates-star { height: 30px; background: url(../../../images/base/rate_star.gif) 0 -30px; margin: 0 auto 0 0; }
#xspace-rates-a { height: 30px; margin-top: -30px; }
#xspace-rates a { float: left; text-align: left; width: 30px; height: 30px; text-indent: -999px; overflow: hidden; background-color: transparent !important; }
.xspace-rates-5 { width: 30px; }
.xspace-rates-3 { width: 60px; }
.xspace-rates-1 { width: 90px; }
.xspace-rates0 { width: 120px; }
.xspace-rates1 { width: 150px; }
.xspace-rates3 { width: 180px; }
.xspace-rates5 { width: 210px; }

#message { border: 1px solid #ccc; padding: 5px; vertical-align: text-top; height: 8em; width: 490px; }
#seccode { border: 1px solid #ccc; height: 23px; line-height: 23px; padding: 0 5px; }

/*简单版块*/
.cleanblock { background: #FBFBFB; border-color:#DBDBDB; }

/*搜索选项*/
.models-main fieldset{display:block;border:1px solid #DFDFDF;margin-top:10px; padding-bottom:10px;}
.models-main legend{margin-left:8px; font-weight:bold; color:#000;}
.models-fieldset{margin:8px;}
/*\*/ * html .models-fieldset{ height: 1%; }/**/ *> .models-fieldset{ overflow: hidden; }
.models-fieldset li{float:left;padding:4px;height:22px; white-space:nowrap;}
.models-fieldset label{line-height:22px; overflow:hidden;}
.models-fieldset input{padding:2px; border:1px solid #CCC;}
.models-fieldset select{padding:2px 0; border:1px solid #CCC;}
.models-btnframe {text-align:center;}
.models-btnframe .btnsearch{padding:2px 6px; border:none; background-color:#F90; color:#FFF; cursor: pointer;}
.models-btnframe .btnreset{padding:2px 6px; border:none;background-color:#8FC400; color:#FFFFFF; cursor: pointer;}

/*搜索列表*/
.models-articlelist{border:1px solid #DFDFDF; margin-top:10px;padding-bottom:10px;}
.models-article{ min-height:100px;height:auto !important;height:100px; padding:10px 0; border-bottom: 1px dashed #ddd;}
/*\*/ * html .models-article{ height: 1%; }/**/ *> .models-article{ overflow: hidden; }
.models-article .thumb{width:100px; height:100px;text-align:center;float:left; overflow:hidden;margin:0 8px;}
.models-article img {max-width: 100px; max-height: 100px; width: expression(this.width > 100 && this.width > this.height ? 100 : true); height: expression(this.height > 100 ? 100 : true); font-size: 12px; }
@media all and (min-width: 0px){ .models-article img { width: 100px; height: 100px; } } /*for Opera Only*/

.models-articlelistinfo{ width:560px;overflow:hidden;}
.models-articlelistinfo_noimg{width:97%;overflow:hidden;padding:0 10px;}
.models-articlelistinfo p{text-align:left;color:#686868;line-height:20px; padding-bottom:2px;}
.models-articlelistinfo em{color:#000;float:left;}
.models-articlelistinfo a{ color:#686868;}
.models-articlelistinfo ul li a{ font-size:12px;}
.models-articlelistinfo .date{ float:right;}
	
/*\*/ * html .models-articlelistinfo ul{ height: 1%; }/**/ *> .models-articlelistinfo ul{ overflow: hidden; }
.models-articlelistinfo li{float:left;margin:0 8px 8px 0;background:none !important; white-space:nowrap; color:#000;}
.models-articlelistinfo .maxcontent {white-space:normal;line-height:18px;width:560px;}

/*内容*/
.models-main2{margin-top:10px;padding:10px;border:1px solid #DFDFDF;}

/*文章标题*/
.models-articletitle h1{font-weight:bold; font-size:14px;text-align:center;line-height:36px;height:36px;}
.models-articletitle p{text-align:center;color:#000; padding-bottom:20px;}
.models-articletitle a {font-size: 12px;}

/*文章内容*/
.models-articlecontent {min-height:220px; height:auto !important; height:220px;}
/*\*/ * html .models-articlecontent{ height: 1%; }/**/ *> .models-articlecontent{ overflow: hidden; }
.models-articlecontent img {float:left; border:1px solid #CCC; padding:2px; margin:6px 12px 0px 0px; max-width: 300px; max-height: 300px; width: expression(this.width > 300 && this.width > this.height ? 300 : true); height: expression(this.height > 300 ? 300 : true); font-size: 12px; }
@media all and (min-width: 0px){ .models-articlecontent img { width: 300px; height: 300px; } } /*for Opera Only*/
.models-articlecontent p{line-height:20px; font-size:14px; text-indent:24px;}
.models-articlesupport{height:80px;padding-top:10px;text-align:center;}
.models-articlesupport ul{margin-left:300px;}
.models-articlesupport li{overflow:hidden;float:left;background:url(../images/models_bg_support.gif) no-repeat;width:57px; height:64px;text-align:center;margin-right:10px;}
.models-articlesupport em{display:block;line-height:40px; width:100%;height:40px; color:#000;font-size:16px;font-weight:bold;}
.models-articlesupport a{display:block; line-height:24px; color:#636796;font-size:12px;}
.models-articlesupport .back{ background: url(../images/models_bg_back.gif) no-repeat 22px 15px; text-indent:-9999px;}

/*小内容列表*/
.models-minfield{border:1px solid #DFDFDF;background-color:#F6F6F6; margin-top:10px;}
.models-minfield ul{padding:6px 0;}
/*\*/ * html .models-minfield ul{ height: 1%; }/**/ *>.models-minfield ul { overflow: hidden;}
.models-minfield li{overflow:hidden;float:left;white-space:nowrap;width:31%; line-height:24px; padding:0 6px;}

/*大内容列表*/
.models-maxfield{margin-top:10px;clear:both;}
.models-maxfield dt{line-height:24px;}
.models-maxfield dd{line-height:20px;color:#000;padding-bottom:6px;}

/*媒体内容列表*/
.models-media{ overflow:hidden;margin-top:10px; clear:both;}
.models-media h3{ background:url(../images/models_ico_file.gif) no-repeat 0 6px; font-weight:bold; font-size:14px;padding:6px 0 6px 24px;text-align:left;}
.models-media img {max-width: 650px; max-height: 650px; width: expression(this.width > 650 && this.width > this.height ? 650 : true); height: expression(this.height > 650 ? 650 : true); font-size: 12px; display:block;}
.models-media .pic{ background:url(../images/models_ico_pic.gif) no-repeat 0 6px;}
.models-media .file{ background:url(../images/models_ico_file.gif) no-repeat 0 6px;}
.models-media .flash{ background:url(../images/models_ico_flash.gif) no-repeat 0 6px;}

/*评论列表*/
.models-commentlist{ margin-top:10px;clear:both;}
.models-commentlist h3{ font-weight:bold; font-size:14px;padding:6px 0;text-align:left;}
.models-commentlist dt{line-height:24px;color:#000; background:url(../images/models_line_x.gif) repeat-x center top; padding-top:6px;}
.models-commentlist dt a{color:#73880A; padding-right:10px;}
.models-commentlist dd{padding-bottom:10px; min-height:40px; height:auto !important; height:40px; line-height:18px; text-align:left;}
.models-commentlist blockquote{padding:10px; width:80%; border:1px dashed #DCDCDC;color:#000;}
.models-commentlist blockquote h5{font-weight:bold;font-size:12px;margin:0;}
.models-commentlist blockquote p{line-height:18px;}
.models-commentlist a { font-size:12px;}

/*发表评论*/	
.models-commentwrite{border:1px solid #DFDFDF;background-color:#Fbfbfb;padding:10px 0px 10px 10px; clear:both;margin-top:10px;}
.models-commentwrite *{vertical-align:middle;}
.models-commentwrite p{margin:0.3em 0pt;}
.models-commentwrite h3{ font-weight:bold;}
.models-commentwrite label{margin-right:10px;}
.models-commentwrite textarea{width:630px; color:#000; border:1px solid #dfdfdf; padding:4px;vertical-align:text-top;}
.models-commentwrite .submitcode{border:1px solid #7EAC00; padding:4px;color:#000;margin-right:6px;}
.models-commentwrite .submitcomm{border:1px solid #DFDFDF; background-color:#F7F7F7; color:#5E5E5E; font-weight:bold;padding:0 8px; margin-left:50px;}

#slidefooter { background: #333333; text-align:center; height: 27px; margin: 0 auto; overflow: hidden; }
#slidefooter a { color:#CCCCCC;}
#slideprev { background: url(../images/slide_prev.gif); width: 25px; height: 27px; text-indent: -9999px; float: left; overflow: hidden; }
#slidenext { background: url(../images/slide_next.gif); width: 25px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }
#slidetext { margin: 0; line-height: 29px; height: 27px; overflow: hidden; }
#slideplay { background: url(../images/slide_play.gif); width: 46px; height: 27px; text-indent: -9999px; float: right; overflow: hidden; }

.messagelist { margin: 0; padding: 5px 8px; list-style: none; line-height: 1.6em; }
.messagelist li { margin: 5px 0 25px;}
.messagelist h4 { margin: 5px 0; font-size: 1.17em; height: 2em;line-height: 2em; padding-left: 5px; background: url(../images/dotline_h.gif) repeat-x bottom; }
.messagelist h4 em { float: right; font-style: normal; padding-right: 5px; }
.messagelist h4 a { color: #73880A; }
.messagelist h4 a:visited { font-weight: normal; }
.messagelist p { margin: 5px 0; }
.messagelist p a { color: #73880A; }


