@charset "utf-8";
/*Unicode編碼*/
/*微軟雅黑*/
/*宋體*/
/*定義主體寬度*/
/*定義主體填充*/
/*定義圖片位置*/
/*定義間距*/
.clearfix {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
/*清除浮動*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
/*樣式控製字符長度，需指定寬度*/
._com_location {
  /*當前位置 公用樣式*/
  font-size: 12px;
  color: #666;
  display: block;
}
._com_a_hover {
  /*鏈接hover 公用樣式*/
  color: #2c8bea;
  text-decoration: underline;
}
._com_circle {
  /*圓圈 公用樣式*/
  background: url("../images/circle.jpg") no-repeat left center;
}
/*內頁公用變量*/
/*主要間距*/
/*定義[ 左邊 ]的寬度*/
.banner {
  width: 100%;
  display: block;
  height: 300px;
}
.banner a {
  width: 100%;
  display: block;
  height: 300px;
}
._com_column {
  padding-bottom: 14px;
  background: url("../images/column_line.jpg") no-repeat left bottom;
}
.main {
  width: 1080px;
  margin: 20px auto 50px auto;
}
.main:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.main .left {
  float: left;
  width: 190px;
  padding-right: 30px;
}
.main .left .column {
  padding-bottom: 14px;
  background: url("../images/column_line.jpg") no-repeat left bottom;
}
.main .left ul {
  margin-top: 14px;
}
.main .left ul li a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  padding: 0 14px;
  background-color: #f5f5f5;
}
.main .left ul li a:hover {
  /*鏈接hover 公用樣式*/
  color: #2c8bea;
  text-decoration: underline;
}
.main .left ul li a.current {
  background-color: #2e8ae0;
  color: #fff;
}
.main .right {
  float: right;
  width: 829px;
  min-height: 600px;
  border-left: 1px solid #e5e5e5;
  padding-left: 30px;
}
.main .right .column {
  padding-bottom: 14px;
  background: url("../images/column_line.jpg") no-repeat left bottom;
}
.main .right .column:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.main .right .column .location {
  float: right;
  font-size: 12px;
  color: #999;
  position: relative;
  margin-top: 5px;
}
.main .right .column .location a {
  color: #999;
}
.main .right .contents {
  padding: 40px 0 140px 0;
  color: #333;
  text-align: justify;
  line-height: 24px;
}
.main .right .contents img {
  max-width: 740px;
}
.main .right .contents:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
