#top {
  clear: both;
  height: 265px;
}

#top_bot {
  clear: both;
}

#top_bot_le_bg {
  float: left;
  width: 750px;
  background: url(top_left_bg.jpg) bottom repeat-x;
}

#top_bot_ri_bg {
  float: right;
  width: 274px;
  background: url(top_right_bg.jpg) bottom repeat-x;
}

#top_bot_le_bg, #top_bot_ri_bg {
  height: 265px;
}

#top_bot_2 {
  clear: both;
  height: 40px;
}

#top_bot_2_left {
  float: left;
  display: block;
  height: 100%;
  background: url(top_left_bg_2.jpg);
  width: 578px;
}

#top_bot_2_right {
  float: left;
  height: 100%;
  background: url(top_right_bg_2.jpg);
  width: 446px;
}

#now_location {
  margin: 15px 0px 0px 230px;
}

#content {
  clear: both;
}

#con_left {
  float: left;
  margin-left: 0px;
  width: 252px;
}

#con_left_top {
  background: url(left_title_bg.jpg) no-repeat;
  height: 103px;
}

#con_le_top_txt_1 {
  padding-top: 55px;
  color: #FCFF28;
  text-align: center;
}

.con_le_top_txt_2 {
  font-size: 10px;
  color: #919191;
}

#con_left_search {
  height: 122px;
  text-align: center;
  background: url(left_bg_1.jpg);
}

#con_search_input {
  padding-top: 8px;
  margin: 0px auto;
  width: 160px;
  line-height: 25px;
  text-align: right;
}

#con_left_txt {
  height: 208px;
  background: url(left_bg.jpg) no-repeat;
}

#con_left_txt ul {
  margin-left: 10px;
  padding-top: 10px;
  list-style: none;
  font-size: 14px;
}

#con_left_txt ul li {
  padding: 0px 0px 0px 7px;
  height: 28px;
}

.left_li_on {
  background: url(../brush_1.gif) 5px 0px no-repeat;
}

#con_right {
  float: left;
  width: 772px;
}

#con_right_top {
  height: 70px;
  background: url(right_bg_1.jpg) right no-repeat;
}

#con_right_main {
  background: url(right_bg_2.jpg) top right no-repeat;
}

#paint_img {
  width: 606px;
  text-align: center;
  margin-left: 50px;
}

#paint_img img {
  border: 3px solid #000000;
}

#paint_img_min {
  margin-top: 30px;
  width: 700px;
}

#paint_img_min ul {
  clear: both;
  list-style: none;
  text-align: center;
}

#paint_img_min ul li {
  float: left;
  padding: 3px 5px;
  width: 100px;
  height: 75px;
  line-height: 75px;
  border: 1px solid #000000;
}

#paint_img_min ul li img {
  cursor: pointer;
}

#paint_img_bot {
  clear: both;
  padding-bottom: 3px;
  width: 670px;
  border: 1px solid #000000;
}

#bot_table {
  margin-top: 20px;
}

#bot_table_left {
  float: left;
  width: 303px;
  height: 273px;
  background-image: url(bg_2.jpg);
}

#bot_table_right {
  float: left;
  padding-top: 10px;
  width: 459px;
  height: 261px;
  border-top: 1px dashed #9C9A9C;
  border-bottom: 1px dashed #9C9A9C;
  background-color: #FFF;
}

.bot_ta_txt_1 {
  margin-top: 10px;
  font-family: Verdana;
  font-size: 18px;
  text-align: center;
}

.bot_ta_txt_2 {
  margin: 0px auto;
  width: 90%;
  font-size: 13px;
  line-height: 130%;
}

.send_btn {
  background: url(btn_1.jpg);
  width: 40px;
  height: 39px;
  border: none;
  cursor: pointer;
}

.send_text {
  height: 200px;
}

.main_txt {
  padding: 10px;
  line-height: 150%;
  font-size: 14px;
}

.now_location {
  padding: 4px 0px 0px 20px;
  background: url(title_1.jpg) no-repeat;
  width: 227px;
  height: 22px;
  color: #FFF;
  font-size: 11px;
}

.now_page {
  color: #E4FF03;
}

.now_location A {
  color: #FFF;
  text-decoration: none;
}

.now_location A:link {
  color: #FFF;
  text-decoration: none;
}

.now_location A:active {
  color: #FFF;
  text-decoration: none;
}

.now_location A:visited {
  color: #FFF;
  text-decoration: none;
}

.now_location A:hover {
  color: #BF0000;
  text-decoration: underline;
}

.list-2-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

.recommend-text {
  font-size: 28px;
}

.list-row-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.list-row-box > article {
  margin: 0 10px;
}