/**

 * Description Css Common
 * Powered By Mr.K
 * QQ 908526866
 * E-mail lnend@sina.cn
 
 Please respect the developers, thank you.
 
 **/
/* Reset system css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  text-size-adjust: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: inline-block;
}
/* from reset */
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
input::-ms-clear {
  display: none;
}
input,
select,
label,
button {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: none;
  background: none;
  font-size: 12px;
  font-family: 'Microsoft Yahei';
}
input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}
textarea {
  resize: none;
}
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
}
/* aLink reset */
a:link,
a:visited {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  color: #333;
}
a:hover,
a:active {
  text-decoration: none;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  -moz-transition: color 0.1s linear, background-color 0.1s linear;
  -o-transition: color 0.1s linear, background-color 0.1s linear;
  -ms-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  cursor: pointer;
}
/* All CSS */
body {
  font: 12px/150% "Arial", "Helvetica Neue", "Verdana", "Microsoft YaHei";
}
.wrap {
  width: 100%;
  background: url(../images/wrap_bg.png) no-repeat left bottom;
}
.wrap_bgRight {
  *zoom: 1;
  width: 100%;
  background: url(../images/wrap_bgRight.png) no-repeat right bottom;
}
.wrap_bgRight:before,
.wrap_bgRight:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.wrap_bgRight:after {
  clear: both;
}
.container {
  width: 890px;
  margin: 0 auto;
}
.clear {
  height: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  clear: both;
  zoom: 1;
  font-size: 0px;
}
/* Top Bar */
.topbar {
  height: 29px;
  line-height: 29px;
  background: #ae0001;
  color: #ffffff;
}
.topbar_leftInfo {
  float: left;
}
.topbar_rightInfo {
  float: right;
  position: relative;
  z-index: 10;
}
.topbar_rightInfo .topbar_beforeLogin,
.topbar_rightInfo .topbar_afterLogin,
.topbar_rightInfo ul {
  float: left;
  display: inline;
}
.topbar_rightInfo .topbar_beforeLogin a {
  color: #fffe00;
  margin: 0 3px;
}
.topbar_rightInfo .topbar_beforeLogin a:hover {
  text-decoration: underline;
}
.topbar_rightInfo .topbar_afterLogin {
  width: 82px;
  text-align: center;
  position: relative;
}
.topbar_rightInfo .topbar_afterLogin p {
  height: 29px;
  line-height: 29px;
  color: #ffd200;
  cursor: pointer;
}
.topbar_rightInfo .topbar_afterLogin p span {
  display: inline-block;
  width: 6px;
  height: 29px;
  padding-left: 3px;
  vertical-align: top;
  background: url(../images/topbar_afterLogin_icon.png) no-repeat right center;
}
.topbar_rightInfo .topbar_afterLogin ul {
  background: #870000;
  height: 119px;
  overflow: hidden;
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
}
.topbar_rightInfo .topbar_afterLogin:hover p {
  background: #870000;
}
.topbar_rightInfo .topbar_afterLogin:hover ul {
  display: block;
}
.topbar_rightInfo .topbar_afterLogin li {
  line-height: 28px;
  padding: 0;
  width: 100%;
  padding-bottom: 2px;
  background: url(../images/topbar_afterLogin_bg.png) no-repeat center bottom;
}
.topbar_rightInfo .topbar_afterLogin li a {
  color: #fa9d9d;
}
.topbar_rightInfo li {
  float: left;
  display: inline;
  padding-left: 7px;
  padding-right: 8px;
}
.topbar_rightInfo li a {
  color: #ffffff;
}
.topbar_rightInfo li a:hover {
  text-decoration: underline;
}
.topbar_rightInfo .login_wrap {
  position: absolute;
  z-index: 999;
  display: none;
  top: 41px;
  right: 55px;
  width: 189px;
  padding: 22px 36px 14px;
  border: 1px solid #cdcdcd;
  background: #fff;
}
.topbar_rightInfo .login_wrap .login_bg {
  position: absolute;
  right: 52px;
  top: -8px;
  width: 15px;
  height: 8px;
  background: url(../images/login_bg.png) no-repeat;
}
.topbar_rightInfo .login_wrap .login_input {
  width: 173px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ddd;
  padding: 0 7px;
  margin-bottom: 9px;
  color: #646464;
}
.topbar_rightInfo .login_wrap .label_box {
  width: 189px;
  line-height: 17px;
  *zoom: 1;
}
.topbar_rightInfo .login_wrap .label_box:before,
.topbar_rightInfo .login_wrap .label_box:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.topbar_rightInfo .login_wrap .label_box:after {
  clear: both;
}
.topbar_rightInfo .login_wrap .label_box a {
  float: right;
  display: inline;
  color: #000;
}
.topbar_rightInfo .login_wrap .label_box label {
  color: #000;
}
.topbar_rightInfo .login_wrap .label_box input {
  margin-right: 7px;
}
.topbar_rightInfo .login_wrap .login_btn {
  text-align: center;
  margin-top: 10px;
  display: block;
  font-size: 14px;
  width: 187px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: url(../images/login_btn.png) repeat-x;
  border: 1px solid #239438;
}
.topbar_beforeLogin {
  color: #fffe00;
}
.banner {
  width: 100%;
  height: 280px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.banner ul {
  position: relative;
}
.banner li {
  position: absolute;
  width: 100%;
  height: 280px;
  background: url(../images/banner.png) no-repeat center top;
}
.bannerNav {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 9;
}
.bannerNav a {
  display: inline-block;
  margin-right: 5px;
  background: #020202;
  width: 22px;
  height: 8px;
}
.bannerNav a.selected {
  background: #ab0104;
}
.nav {
  width: 100%;
  height: 39px;
  background: #5c0806;
}
.nav li {
  width: 125.14285714px;
  height: 37px;
  line-height: 37px;
  float: left;
  display: inline;
  text-align: center;
  font-size: 14px;
  padding: 1px 0;
  padding-right: 1px;
  position: relative;
  z-index: 2;
}
.nav a {
  display: block;
  position: relative;
  z-index: 2;
  color: #fff;
  height: 37px;
  background: url(../images/nav_list.png) repeat-x;
}
.nav span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin-right: 9px;
  vertical-align: top;
  margin-top: 15px;
  *margin-top: 5px;
}
.nav_line {
  display: none;
}
.nav_line i {
  position: absolute;
  z-index: 2;
}
.nav_line i.nav_line_h {
  width: 1px;
  height: 62px;
  background: url(../images/nav_hover_left.png) no-repeat;
  top: 50%;
  margin-top: -32px;
}
.nav_line i.nav_line_w {
  width: 190px;
  height: 1px;
  background: url(../images/nav_hover_top.png) no-repeat;
  left: 50%;
  margin-left: -95px;
}
.nav_line i.l {
  left: -1px;
}
.nav_line i.r {
  right: 0;
}
.nav_line i.t {
  top: 0;
}
.nav_line i.b {
  bottom: 0;
}
.nav .nav_sub {
  display: none;
  position: absolute;
  left: -1px;
  top: 39px;
  width: 125.14285714px;
  padding: 0 1px 1px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.47);
}
.nav .nav_subCon {
  background: #fff;
  width: 123.14285714px;
  border: 1px solid #fff;
  border-bottom: none;
}
.nav .nav_sub a {
  background: #cfcfcf;
  color: #000;
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #fff;
}
.nav li:hover .nav_line,
.nav li.on .nav_line {
  display: block;
}
.nav li:hover a,
.nav li.on a {
  background: #fff;
  color: #000;
}
.nav li:hover span,
.nav li.on span {
  background: #c10001;
}
.nav li:hover .nav_sub a,
.nav li.on .nav_sub a {
  background: #cfcfcf;
}
.nav li:hover .nav_sub a:hover,
.nav li.on .nav_sub a:hover {
  background: #c40807;
  color: #fff;
}
.nav li:hover .nav_sub {
  display: block;
}
.footer .container {
  *zoom: 1;
}
.footer .container:before,
.footer .container:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.footer .container:after {
  clear: both;
}
.footer_link {
  position: relative;
}
.footer_link .footer_title {
  border-bottom: 1px solid #880101;
  height: 22px;
}
.footer_link span,
.footer_link em {
  display: inline-block;
  padding: 0 8px;
  line-height: 23px;
  background: #880101;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  float: left;
  display: inline;
}
.footer_link em {
  padding: 0 20px;
  background: #000;
}
.footer_link .goTop {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: url(../images/goTop.png) no-repeat;
  top: 0;
  margin-top: 0;
  cursor: pointer;
}
.footer .link_con {
  line-height: 25px;
  padding: 20px 0 23px;
  margin-left: -18px;
  font-family: "宋体";
}
.footer .link_con a {
  padding: 0 18px;
}
.footer_copyright {
  *zoom: 1;
  padding: 72px 0 27px;
  background: #880101;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.footer_copyright:before,
.footer_copyright:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.footer_copyright:after {
  clear: both;
}
.footer_copyright p,
.footer_copyright .foot_code {
  float: right;
  display: inline;
}
.footer_copyright p {
  width: 595px;
}
.footer_copyright .foot_code {
  padding-top: 18px;
}
.artNews {
  background: #ffffff url(../images/artNews_bg.png) repeat-x;
  *zoom: 1;
  margin-bottom: 0;
}
.artNews:before,
.artNews:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.artNews:after {
  clear: both;
}
.art_left {
  float: left;
  display: inline;
  width: 134px;
}
.art_left .art_aside {
  margin-bottom: 25px !important;
}
.art_aside {
  width: 134px;
  padding: 14px 0 10px;
  margin-bottom: 20px;
  background: #b4110f;
  margin-left: -19px;
  position: relative;
  float: left;
  display: inline;
}
.art_aside.yellow {
  background: #ffb400;
}
.art_aside li a,
.art_aside span {
  display: block;
  height: 41px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: url(../images/art_aside_list.png) no-repeat center bottom;
  margin-top: -2px;
}
.art_aside span {
  background: none;
  margin-top: 0;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
}
.art_aside span a {
  color: #fff;
}
.art_aside li a:hover,
.art_aside li a.on {
  line-height: 34px;
  background: url(../images/art_aside_listHover.png) no-repeat center 1px;
}
.art_aside_icon {
  width: 19px;
  height: 20px;
  background: url(../images/art_aside_icon.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
}
/*art_right*/
.art_right {
  padding-right: 12px;
  padding-bottom: 40px;
  width: 740px;
  float: right;
  display: inline;
}
.position {
  color: #6e6d6d;
  padding-bottom: 2px;
  padding-right: 12px;
  line-height: 30px;
  text-align: right;
  border-bottom: 1px dashed #c5c5c5;
}
.position a {
  color: #6e6d6d;
}
.position b {
  color: #393939;
  font-weight: bold;
}
.position h2 {
  font-size: 18px;
  float: left;
  display: inline;
  color: #1f1f1f;
  padding-left: 9px;
}
.art_list {
  padding-bottom: 20px;
}
.art_list dl {
  padding: 14px 36px 23px 1px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #c5c5c5;
}
.art_list dl dt {
  width: 159px;
  height: 137px;
  padding: 4px;
  background: #fff;
  border: 1px solid #adadad;
  float: left;
  display: inline;
  margin-right: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.art_list dl dt img {
  display: block;
  width: 159px;
  height: 137px;
}
.art_list dl dd {
  line-height: 30px;
  color: #898989;
}
.art_list dl dd p {
  color: #626262;
  height: 90px;
  overflow: hidden;
}
.art_list dl dd h6 {
  height: 31px;
  line-height: 24px;
  font-weight: 700;
}
.art_list dl dd h6 a {
  color: #bd0a0a;
}
.pages {
  text-align: center;
  height: 33px;
  font-family: 'Microsoft Yahei';
}
.pages:before {
  content: '';
  clear: both;
}
.pages span,
.pages a {
  display: inline-block;
  width: 41px;
  height: 31px;
  font-size: 14px;
  line-height: 31px;
  color: #535353;
  margin: 0 3.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #c4c4c4;
}
.pages span.prev_page,
.pages a.prev_page,
.pages span.next_page,
.pages a.next_page {
  width: 60px;
  color: #7f7f7f;
}
.art_shadow {
  width: 992px;
  height: 70px;
  position: relative;
}
.art_shadow img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -41px;
  left: -52px;
}
.art_detail {
  width: 930px;
  margin: 0 auto 15px;
  padding: 18px 0 26px 26px;
  background: #fff;
  *zoom: 1;
}
.art_detail:before,
.art_detail:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.art_detail:after {
  clear: both;
}
.art_detailCon {
  *zoom: 1;
}
.art_detailCon:before,
.art_detailCon:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.art_detailCon:after {
  clear: both;
}
.art_detailList {
  padding: 6px 7px;
  border: 1px solid #b0b0b0;
  background: #fff;
  margin: 0 7px 30px;
  width: 271px;
  font-size: 14px;
  position: relative;
  float: left;
  display: inline;
}
.art_detailList p {
  width: 100%;
  height: 143px;
  position: relative;
  line-height: 31px;
  color: #fff;
  font-family: "宋体";
}
.art_detailList p.top {
  height: 166px;
}
.art_detailList p img {
  display: block;
  width: 100%;
  height: 100%;
}
.art_detailList p span {
  position: absolute;
  display: block;
  width: 100%;
  text-indent: 9px;
  height: 31px;
  bottom: 0;
  left: 0;
}
.art_detailList p span.bg {
  background: #000;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.art_detailList .art_detailBtn {
  padding-top: 13px;
  height: 41px;
  background: #fff;
  text-align: center;
}
.art_detailList .art_detailBtn a {
  display: inline-block;
  width: 117px;
  height: 27px;
  line-height: 27px;
  background: #ca5b59;
  color: #FFF;
}
.art_detailList_shadow {
  width: 352px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -176px;
  margin-top: -8.5px;
  margin-top: 0;
  top: auto;
  bottom: -17px;
  background: url(../images/art_list_shadow.png) no-repeat;
}
.art_sellList {
  *zoom: 1;
  padding: 12px;
  margin-right: -23px;
}
.art_sellList:before,
.art_sellList:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.art_sellList:after {
  clear: both;
}
.art_sellList_item {
  width: 323px;
  float: left;
  display: inline;
  padding: 7px;
  border: 1px solid #c8c8c8;
  margin-right: 23px;
  margin-bottom: 22px;
  /*图片放大镜样式*/
}
.art_sellList_item .scale_img {
  width: 323px;
  height: 217px;
  overflow: hidden;
}
.art_sellList_item .jqzoom img {
  width: 323px;
  height: 217px;
  display: block;
}
.art_sellList_item .jqzoom {
  border: none;
  float: left;
  position: relative;
  width: 323px;
  height: 217px;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}
.art_sellList_item .zoomdiv {
  z-index: 100;
  position: absolute;
  top: -10px;
  left: 0px;
  right: 0;
  bottom: 0;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}
.art_sellList_item .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
.art_sellList_item_con .zs {
  line-height: 30px;
  padding-bottom: 4px;
  display: inline-block;
}
.art_sellList_item_con .zs font {
  color: #9d0a0a;
  font-size: 12px;
}
.art_sellList p {
  clear: both;
}
.art_sellList p span {
  display: inline-block;
  width: 61px;
  margin: 0 20px 8px 0;
  line-height: 24px;
  padding-left: 5px;
  background: #ffebeb;
}
.art_sellList p em {
  color: #8b8b8b;
  font-style: normal;
}
.art_sellList p em.money {
  color: #b4110f;
}
.art_sellList .item_title {
  background: #d5d3ce;
  padding: 1px;
  line-height: 25px;
  display: inline-block;
  float: left;
  display: inline;
  padding-left: 5px;
}
.art_sellList .item_title span {
  padding: 0 10px;
  margin-left: 10px;
  display: inline-block;
  background: #FFF;
  color: #8b8b8b;
}
.art_sellList_item_btn {
  background: #ca5b59;
  color: #FFF;
  display: inline-block;
  line-height: 27px;
  padding: 0 10px;
  font-size: 14px;
}
.about_box .art_aside {
  padding: 11px 0 12px;
  margin-bottom: 12px;
}
.about_box .position {
  line-height: 33px;
  padding-top: 7px;
  padding-bottom: 0;
}
.about_box .art_aside_icon {
  bottom: -14px;
  height: 14px;
  background-image: url(../images/art_aside_small_icon.png);
}
.about_wrap {
  margin-left: -138px;
}
.about_wrap .about_con {
  padding: 20px 20px 0 20px;
}
.about_wrap .about_con h3 {
  font-size: 26px;
  line-height: 70px;
  text-align: center;
  color: #fe8900;
}
.about_wrap .about_con .about_info {
  padding: 0 10px;
  background: #747474;
  padding: 20px 45px;
  *zoom: 1;
  color: #fff;
}
.about_wrap .about_con .about_info:before,
.about_wrap .about_con .about_info:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.about_wrap .about_con .about_info:after {
  clear: both;
}
.about_wrap .about_con .about_info img {
  float: left;
  display: inline;
}
.about_wrap .about_con .about_info p {
  float: right;
  display: inline;
  line-height: 23px;
  font-size: 14px;
}
.about_wrap .about_con .map {
  margin-top: 20px;
  height: 600px;
}
.person_box {
  margin-bottom: 0;
}
.person_box .art_right {
  padding-bottom: 31px;
}
.up_editBtn {
  position: absolute;
  top: 35px;
  right: 8px;
  height: 26px;
}
.up_editBtn a {
  display: inline-block;
  width: 77px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  margin-left: 13px;
  background: #0084ff;
  font-size: 14px;
}
.up_editBtn a.click_edit {
  text-align: left;
  padding-left: 28px;
  width: 62px;
  background: #0084ff url(../images/click_edit.png) no-repeat 7px center;
}
.person_top {
  padding: 25px 0 14px 14px;
  *zoom: 1;
  position: relative;
}
.person_top:before,
.person_top:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.person_top:after {
  clear: both;
}
.person_top .up_img {
  float: left;
  display: inline;
}
.person_top .up_img img {
  display: block;
  width: 279px;
  height: 250px;
}
.person_top .up_img a {
  display: block;
  position: relative;
  border: 1px solid #c5c5c5;
  width: 279px;
  height: 250px;
  line-height: 1em;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #a0a0a0;
}
.person_top .up_img a img {
  width: 60px;
  height: 60px;
  margin: 80px auto 0;
}
.person_top .up_img a .up_file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.person_top dl {
  margin-left: 279px;
  padding: 10px 17px 0;
  line-height: 28px;
}
.person_top dt {
  width: 104px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background: #b4110f;
  text-indent: 9px;
  margin-bottom: 4px;
}
.person_top dt.yello {
  margin-bottom: 12px;
  background: #ff7e00;
}
.person_top dd a {
  float: right;
  display: inline;
  display: inline-block;
  color: #b61d1d;
  padding-right: 16px;
  *margin-top: -28px;
}
.person_top dd p {
  padding-bottom: 8px;
}
.person_top dd textarea {
  width: 564px;
  *width: 552px;
  height: 103px;
  padding: 3px;
  margin-top: 6px;
  background: none;
  border: 1px solid #c5c5c5;
  line-height: 20px;
}
.person_main {
  position: relative;
  padding-top: 54px;
}
.person_main .up_editBtn {
  top: 7px;
}
.person_main .up_editBtn .click_up {
  background-image: url(../images/click_up.png);
}
.person_main .art_aside {
  position: absolute;
  top: 0;
}
.person_con {
  clear: both;
  width: 862px;
  margin: 0 auto;
  padding: 7px 0 27px;
  border: 1px solid #a2a2a2;
}
.person_menu {
  *zoom: 1;
  padding-bottom: 16px;
}
.person_menu:before,
.person_menu:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.person_menu:after {
  clear: both;
}
.person_menu dl {
  padding: 0 4px 10px 8px;
  width: 160px;
  text-align: center;
  float: left;
  display: inline;
}
.person_menu dt {
  width: 160px;
  height: 170px;
  overflow: hidden;
  background: #f1eff0;
  display: table-cell;
  vertical-align: middle;
  display: block\0;
}
.person_menu dt img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.person_menu dt.up_file {
  display: block;
  vertical-align: top;
}
.person_menu dt.up_file a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  height: 135px;
  width: 160px;
  color: #a0a0a0;
  line-height: 50px;
}
.person_menu dt.up_file a img {
  width: 60px;
  height: 60px;
}
.person_menu dt.up_file a .up_file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 170px;
}
.person_menu dd {
  line-height: 30px;
  height: 30px;
  color: #a98472;
  background: #f1eff0;
  margin-top: 10px;
}
.person_menu dd a {
  display: block;
  width: 100%;
  height: 30px;
  color: #a98472;
}
.search_wrap {
  padding: 4px 0 20px 248px;
}
.search_wrap .search_box {
  height: 36px;
  color: #fff;
}
.search_wrap .search_box input {
  width: 438px;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  color: #b9b8b8;
  background: #fff;
  border: 2px solid #b61d1d;
  border-right: none;
}
.search_wrap .search_box button {
  width: 82px;
  font-size: 14px;
  color: #fff;
  background: #b61d1d;
  line-height: 36px;
  height: 36px;
}
.search_wrap .search_toogle {
  margin-top: 7px;
  border: 1px solid #fff;
  background: #fff;
  width: 456px;
  position: relative;
}
.search_wrap .search_toogle.on {
  border: 1px solid #b61d1d;
}
.search_wrap .search_toogle .tag {
  text-align: center;
  background: #f89d9d;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}
.search_wrap .search_toogle .tag a {
  color: #fff;
  width: 17px;
  height: 26px;
  display: inline-block;
}
.search_wrap .search_toogle .tag a:hover,
.search_wrap .search_toogle .tag a.on {
  background: #000;
}
.search_wrap .search_toogle .tag_list {
  color: #454545;
  line-height: 24px;
  padding: 4px;
}
.search_wrap .search_toogle .tag_list a {
  display: inline-block;
  margin: 0 14px;
  color: #b9b8b8;
}
.search_wrap .search_toogle .tag_list a:hover {
  color: #b61d1d;
}
.search_wrap .tag_btn {
  position: absolute;
  right: -82px;
  top: -1px;
  display: inline-block;
  width: 82px;
  height: 27px;
  line-height: 27px;
  background: #b61d1d;
  text-align: center;
  color: #fff;
}
.art_reg {
  padding: 20px 20px 0;
}
.art_reg h2 {
  font-size: 36px;
  text-align: center;
  line-height: 90px;
  color: #ff9c00;
}
.art_reg form {
  text-align: center;
}
.art_reg .form_item {
  padding-bottom: 12px;
  font-size: 16px;
}
.art_reg .form_item label {
  display: inline-block;
  width: 80px;
  padding-right: 25px;
  text-align: right;
  line-height: 34px;
}
.art_reg .form_item input,
.art_reg .form_item select {
  width: 300px;
  height: 32px;
  border: 1px solid #bed2d4;
  padding: 0 5px;
}
.art_reg .form_item select {
  width: 312px;
}
.art_reg .form_item span {
  display: inline-block;
  font-size: 12px;
  margin-left: 12px;
  color: #ff0000;
  width: 120px;
  background: url(../images/form_errIcon.png) no-repeat left center;
}
.art_reg .form_tab {
  min-height: 322px;
}
.art_reg .btnwrap {
  padding-left: 258px;
  margin-top: 30px;
  text-align: left;
}
.art_reg .btnwrap a {
  display: inline-block;
  margin-right: 25px;
}
.art_allList {
  padding: 15px;
  margin-right: -38px;
  *zoom: 1;
}
.art_allList:before,
.art_allList:after {
  display: table;
  content: "";
  line-height: 0;
  overflow: hidden;
}
.art_allList:after {
  clear: both;
}
.art_allList dl {
  padding: 6px;
  float: left;
  display: inline;
  border: 1px solid #b8b8b8;
  background: #FFF;
  position: relative;
  margin-bottom: 34px;
  margin-right: 38px;
}
.art_allList dt {
  width: 196px;
  height: 188px;
  overflow: hidden;
}
.art_allList dt img {
  width: 196px;
  height: 188px;
}
.art_allList dd {
  margin-top: 6px;
  background: #d04948;
  line-height: 24px;
  color: #FFF;
  padding: 5px 10px;
}
.art_allList span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -16px;
  *bottom: -10px;
}
.art_allList span img {
  width: 100%;
}
