@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*----------reset----------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
pre {
  font-size: 1em;
}
a {
  text-decoration: none;
  -moz-outline-style: none;
  outline: none;
}
span.invisible {
  display: none;
}
ol,
ul,
li {
  list-style: none;
}

/*----------all----------*/
* {
  font-family: Roboto, Arial, "Noto Sans TC", sans-serif !important;
}
.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

body {
  font-size: 12px;
  font-family: "PMingLiU", sans-serif, arial, verdana, Helvetica, sans-serif;
  /*background: url(images/bg.png) left top repeat-x #f4f4f4;*/
  line-height: 150%;
  color: #444;
  -webkit-text-size-adjust: none;
  /*border-top:5px solid #BEBCBC;*/
  padding: 31px 0 0 0;
}
input,
select,
textarea {
  font-size: 1em;
  font-family: arial, verdana, Helvetica, sans-serif;
}
a {
  color: #0192b5;
}
a:hover {
  color: #fa7d0b;
}
input.button {
  width: 164px;
  height: 36px;
  font-size: 15px;
  color: #fff;
  font-family: "PMingLiU", simhei, arial, verdana, Helvetica, sans-serif;
  border: 0;
  background: url(images/button.png);
  cursor: pointer;
}
input.cancel-button {
  width: 164px;
  height: 36px;
  font-size: 15px;
  color: #fff;
  font-family: "PMingLiU", simhei, arial, verdana, Helvetica, sans-serif;
  border: 0;
  background: url(images/button-cancel.png);
  cursor: pointer;
}
#wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
#wrapper.header_top {
  position: relative;
  height: 70px;
}
/*----------header----------*/
#header {
}
#info-fix {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: url(images/black-bg-top.png);
  border-bottom: 1px solid #828282;
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.header-info {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  width: 960px;
  color: #fff;
}

.header-info .leftItem {
  display: flex;
  gap: 0 8px;
}
.header-info .leftItem .service {
  text-align: center;
  position: relative;
}
.header-info .leftItem .service p {
  cursor: pointer;
}
.header-info .leftItem .service:hover p ~ ul {
  opacity: 1;
  pointer-events: inherit;
}
.header-info .leftItem .service ul {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 31px;
  left: -10px;
  width: 72px;
}
.header-info .leftItem .service ul li {
  background: #fff;
}
.header-info .leftItem .service ul li a {
  padding: 8px 10px;
  color: #000 !important;
  display: block;
  line-height: normal;
}

.header-info .leftItem .service ul li a:hover {
  color: #f26c4f !important;
}

.header-info a,
.footer-system-login a {
  color: #fff !important;
}
.header-info a:hover,
.footer-system-login a:hover {
  color: #f26c4f !important;
}
.header-info b {
  color: red;
  margin: 0 5px;
}
.header-info a {
  color: #0192b5;
}
.header-info a:hover {
  color: #ff9b2f;
}

#header-top {
  background: #ececec;
  display: block;
  position: relative;
}
#header-top a {
  width: 100%;
  height: 100%;
  display: block;
}
#header-top .header-logo {
  width: 340px;
  height: 70px;
  background: url(images/header-logo.png) 0 0 no-repeat;
  text-indent: -5000px;
  position: absolute;
  top: 0;
  left: 0;
}
#header-top .header-banner {
  position: absolute;
  top: 0;
  right: 0;
}

#navigation {
  background: url(images/navigation-bg.jpg) left top repeat-x;
  width: 100%;
  height: 48px;
}
#navigation ul {
  overflow: hidden;
  float: left;
  height: 48px;
}
#navigation ul li {
  float: left;
  line-height: 48px;
  text-align: center;
  border-right: 1px solid #1f496c;
  position: relative;
}
#navigation ul li a {
  color: #fff;
  text-shadow: 1px 1px #1f496c;
  border-right: 1px solid #206caf;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 0 23px;
}
#navigation ul li a:hover,
#navigation ul li.active a {
  background: url(images/navigation-bg_hover.jpg);
}
#navigation #social_icons {
  width: 28px;
  height: 28px;
  display: block;
  float: right;
  margin: 10px 10px 0 0;
}
#navigation #social_icons img:hover {
  opacity: 0.5;
}
#navigation li .new {
  background: url(images/nav-new.gif);
  width: 18px;
  height: 9px;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
  top: 5px;
}
#navigation li a.heigh-light {
  color: #ffd800;
  text-shadow: 1px 1px #1f496c;
}
/*----------flip-page----------*/
.flip-page {
  width: 700px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
  padding: 10px 0;
  margin-top: 10px;
  float: right;
}
.flip-page a {
  border: 1px solid #f4f4f4;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 0 3px;
}
.flip-page strong,
.flip-page a:hover {
  background: #383838;
  color: #fff;
  padding: 8px 12px;
  border-radius: 25px;
  border: 1px solid #383838;
  margin: 0 3px;
}

/*----------content----------*/
#content {
  clear: both;
}
#main {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  padding: 10px 0 0;
  border: 1px solid #e8e8e8;
  background: #fff;
}
/*----------Filter-menu----------*/
#main #filter-menu {
  width: 194px;
  margin: 0 0 10px 15px;
  border-radius: 5px;
  min-height: 340px;
  border: 3px solid #4194c3;
}
#main #filter-menu-thumb {
  background: #f4f4f4;
  width: 200px;
  margin: 0 0 10px 15px;
}
#main #filter-menu-thumb a img {
  width: 200px;
  height: 150px;
  margin: 0;
  padding: 1px 0 0 0;
  border: 0;
  display: block;
}
#filter-menu h3 {
  clear: both;
  background: url(images/search-title.jpg);
  text-indent: -9999px;
  height: 40px;
}
#menu-left {
  float: left;
  min-height: 500px;
  width: 230px;
}
#filter-menu .filter-item {
  padding: 10px;
}
#filter-menu .f-item {
  display: block;
  margin-bottom: 10px;
}
#filter-menu .f-item-class {
  display: block;
  margin-bottom: 30px;
}
#filter-menu .f-item-class .type {
  margin-right: 10px;
  float: left;
  display: block;
}
#filter-menu .f-item-class .type input {
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: text-bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
#filter-menu .f-item p {
  float: left;
  font-weight: bold;
  padding-top: 5px;
}
#filter-menu .f-item input {
  padding: 1px 0;
  border-radius: 3px;
  border: 1px solid #ccc;
}
#filter-menu .f-item select {
  width: 135px;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
#filter-menu .ad-title,
.article-filter .ad-title {
  background: url(images/ad-title.gif);
  text-indent: -9999px;
  height: 40px;
  margin-bottom: 1px;
}
#filter-menu .AD-box {
  position: relative;
  margin: 10px 9px 5px;
  display: block;
}
#filter-menu .AD-box img {
  width: 180px;
  border: 1px solid #dedede;
}
#filter-menu .AD-box .ad-info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: 12px;
  background: url(images/white-bg.png) left top repeat;
  width: 160px;
  padding: 5px 10px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.f-item .f-date {
  clear: both !important;
  width: 100%;
}
.f-item .input-date {
}
/*----------form----------*/
form ul {
}
form ul li {
  overflow: hidden;
  font-size: 16px;
  padding: 5px 0;
}
form ul li b {
  display: block;
  float: left;
  font-weight: normal;
  margin: 5px 10px 0 0;
}
form ul li select {
  font-size: 0.8em;
  width: 150px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
form textarea,
form ul li input {
  font-size: 0.8em;
  width: 365px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
form textarea {
  height: 9em;
  line-height: 1.5em;
}
.addvipMsg textarea {
  width: 500px;
}
form input.send {
  width: 132px;
  height: 51px;
  font-size: 20px;
  color: #fff;
  font-family: "PMingLiU", simhei, arial, verdana, Helvetica, sans-serif;
  border: 0;
  background: url(images/search-btn.png);
  cursor: pointer;
}
form p {
  color: #f26c4f;
}
/*----------item----------*/
.Movie-adItem {
  width: 450px;
  height: 285px;
  background: #000;
  float: left;
  padding-top: 35px;
  border-radius: 5px;
}
#courses .adItem,
#job .adItem {
  margin: 0px 15px 10px;
  display: block;
  height: 100px;
  border: 1px solid #fff;
  position: relative;
}
#courses .adItem {
  padding-top: 40px;
}
#courses .adItem .store-top {
  position: absolute;
  left: 0;
  top: 0;
}
#main #courses,
#main #job {
  overflow: hidden;
}
#courses #itemfunc,
#job #itemfunc {
  padding: 0px 15px 0px;
}
#itemfunc .function-tool {
  overflow: hidden;
  margin: 10px 0 5px;
}
.function-tool .display {
  float: left;
}
.function-tool .array {
  float: right;
}
.function-tool a {
  margin-right: 5px;
}
.function-tool a img {
  vertical-align: baseline;
}
.function-tool .current {
  border-bottom: 1px dotted #0192b5;
}
.item-title {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  background: url(images/title.png);
  padding: 8px;
  clear: both;
  margin-bottom: 10px;
}
.item-title .courses-totle {
  float: right;
  font-size: 12px;
}
#item-content {
  margin: 0 15px;
}
.table-head {
  border-bottom: 1px dotted #ccc;
  border-top: 3px solid #000;
  overflow: hidden;
  padding: 5px;
  margin-top: 10px;
  clear: both;
}
.detail-list {
  overflow: hidden;
}
.table-head p,
.detail-list span {
  float: left;
}
.table-head p.date {
  width: 80px;
  text-align: center;
  float: left;
}
.table-head p.post-s,
.detail-list .post-s {
  width: 120px;
  display: block;
  padding: 0 5px;
}
.table-head p.name,
.detail-list .name {
  width: 180px;
  padding: 0 5px;
}
.table-head p.experience,
.detail-list .experience {
  width: 50px;
  padding: 0 5px;
}
.table-head p.educational,
.detail-list .educational {
  width: 50px;
  padding: 0 5px;
}
.table-head p.area,
.detail-list .area {
  width: 50px;
  padding: 0 5px;
}
.recommend-area .detail-list .area {
  width: auto;
}

.job-item {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 10px 5px;
  font-size: 13px;
  line-height: 1.5em;
}
.job-item .date {
  width: 80px;
  text-align: center;
  float: left;
}
.job-item .detail-list {
}
.job-item .job-detail {
  width: 480px;
  float: left;
}
.job-detail .job-title {
  display: block;
  font-weight: bold;
  font-size: 15px;
}
.job-item .company {
  color: #f26c4f;
}
.job-item .candidates-btn {
  display: block;
  background: url(images/sign-up-bg-blue.png) left -24px repeat-x;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #d9583c;
  text-align: center;
  width: 80px;
  border: none;
  cursor: pointer;
  float: right;
  margin-left: 10px;
}
.job-item .candidates-btn:hover {
  color: #fee31a;
  background: url(images/sign-up-bg-blue.png) left bottom repeat-x;
  text-shadow: 0 -1px #000;
}
.candidates-btn img {
  vertical-align: middle;
  border: none;
  margin-right: 3px;
}
.item {
  position: relative;
  overflow: hidden;
  float: left;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}
.item:hover .item-img {
  box-shadow: none;
}
.item:hover .item-img img {
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.13);
}
.item h2,
.item h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  height: 3em;
  padding: 0 10px 5px;
}
.item h2 {
  border-bottom: 1px dotted #ccc;
}
.item p {
  color: #686868;
  line-height: 1.5em;
  max-height: 7.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
/*----------title----------*/
.title {
  position: relative;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  background: url(images/title.png);
  padding: 8px;
  margin: 0 15px 0 12px;
  clear: both;
}
.title span,
.item-title span {
  display: block;
  border-left: 5px solid #005bac;
  padding: 0 0 0 8px;
}
.title em {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 0.8em;
  color: #000;
  font-style: normal;
}
/*--------------------*/
.class {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  margin: 0 15px;
  padding: 10px 0 5px;
  position: relative;
  clear: both;
}
.class .update {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #444;
}
.class .update .expert {
  color: #cd9a66;
}
.class h3 {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  max-width: 720px;
  line-height: 1.5em;
}
.class h3 a {
  display: block;
  color: #000;
  font-weight: bold;
  max-width: 480px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.class h3 a:hover {
  color: #f26c4f;
}
.class h3 img {
  vertical-align: middle;
}
.class h3 .more {
  font-weight: normal;
  font-size: 12px;
}
.class img {
  vertical-align: middle;
  margin-right: 3px;
}
.class img.house {
  float: left;
  vertical-align: middle;
  margin-right: 10px;
}
.class img.star,
img.star {
  float: none;
  vertical-align: middle;
  border: none;
  margin: 0;
}
.class li .class-date {
  color: #f00;
}
.meat h3 {
  font-size: 20px;
  font-family: "PMingLiU", simhei, arial, verdana, Helvetica, sans-serif;
  color: #000;
  margin: 8px 0;
}
.meat h3 span,
.class h3 span {
  color: #4197c1;
}
.meat ul,
.class ul {
  margin: 0 0 5px;
}
.meat ul li,
.class ul li {
  font-size: 13px;
  color: #686868;
  line-height: 1.5em;
}
.meat h4 {
  font-size: 15px;
}
.meat h5 {
  font-weight: bold;
  color: #000;
  margin: 1em 0 0.5em;
}
.meat p {
  margin: 0 0 1em;
}
.meat .bottom {
  border-top: 1px solid #ccc;
  padding: 25px 0;
}
.class .focus-button img {
  vertical-align: middle;
  border: none;
  margin: 4px 0 0 5px;
}
.class .signup-button {
  display: inline-block;
  background: #f26c4f;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #d9583c;
  text-align: center;
  width: 80px;
  border: none;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
.class .focus-button {
  display: inline-block;
  background: #3ebe91;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #269e78;
  text-align: center;
  width: 80px;
  border: none;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
.class .detail-button {
  display: inline-block;
  background: #3e90bf;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #37ac85;
  text-align: center;
  width: 80px;
  border: none;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
.class .detail-button:hover,
.class .QA-button:hover,
.class .focus-button:hover,
.class .signup-button:hover {
  background: url(images/sign-up-bg-blue.png) left bottom repeat-x;
  text-shadow: 0 -1px #000;
}
.class .QA-button {
  display: inline-block;
  background: #ecb70b;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #dda42a;
  text-align: center;
  width: 80px;
  border: none;
  cursor: pointer;
  float: left;
  margin-right: 5px;
}
.class .awesome-button {
  display: inline-block;
  background: #f45284;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #e74276;
  text-align: center;
  width: 80px;
  float: left;
  margin-right: 5px;
}
.class .gold-button {
  display: inline-block;
  background: #b99e48;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #8c762f;
  text-align: center;
  width: 80px;
  float: left;
  margin-right: 5px;
}
.class .social-button {
  display: inline-block;
  background: #97b73d;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #83a22c;
  text-align: center;
  width: 80px;
  float: left;
  margin-right: 5px;
}
.class .detail-button:hover,
.class .QA-button:hover,
.class .focus-button:hover,
.class .signup-button:hover,
.class .awesome-button:hover,
.class .gold-button:hover,
.class .social-button:hover {
  background: #534d51;
  text-shadow: 0 -1px #000;
}
.btn-area {
  overflow: hidden;
  clear: both;
  padding: 5px;
}
.class .button.apply {
  position: absolute;
  right: 0px;
  top: 50px;
}
.article .article-filter {
  width: 200px;
  float: left;
  margin: 10px 0 0 20px;
  min-height: 300px;
  background: #f4f4f4;
  border-radius: 5px;
  padding: 15px 0 20px;
  border-top: 2px solid #73b516;
}
.article .article-filter select {
  width: 180px;
  margin: 0 10px 10px;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  line-height: 1.5em;
}
.article-filter .sign-up {
  display: block;
  background: url(images/sign-up-bg-blue.png) left top repeat-x;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #226e9a;
  text-align: center;
  width: 180px;
  margin: 0 10px 15px;
}
#filter-menu .search-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 -1px #eb2d6a;
  text-align: center;
  width: 120px;
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #f05283;
}
#filter-menu .search-btn:hover {
  background: #1d68ab;
  text-shadow: 0 -1px #2e475d;
}
#filter-menu h4 {
  background: #4194c3;
  border-bottom: 2px solid #195d85;
  color: #fff;
  text-shadow: 0 -1px #195d85;
  padding: 10px 10px 5px;
  font-size: 15px;
  font-weight: bold;
}
#filter-menu h4 img {
  vertical-align: middle;
  margin-right: 5px;
}
.article .meat {
  width: 700px;
  float: right;
  margin: 10px 20px 0 0;
  font-size: 13px;
}
.article .meat .meat-title {
  overflow: hidden;
}
.article .meat .meat-title h3 {
  font-weight: bold;
}
.article .meat .meat-title a {
  display: block;
  float: right;
  border: 1px solid #bbcde7;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 3px;
  background: #edfcff;
}
.article .per-info {
  margin: 0 15px 5px;
  text-align: right;
}
.course .meat {
  padding: 25px 50px;
  line-height: 1.8em;
}
.enterprise .meat {
  padding: 25px 30px;
}
ul.links {
  overflow: hidden;
}
ul.links li {
  float: left;
  width: 48%;
  list-style-type: disc;
  color: #fd6652;
  font-size: 15px;
  margin: 0 0 0 2%;
}
.btn-box {
  text-align: center;
  padding: 20px 0 30px;
}
.ps {
  text-align: center;
  font-size: 15px;
  margin: 1em 0 0;
}
.img-float {
  overflow: hidden;
}
.img-float img {
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px;
  margin: 10px;
}
.focus {
  font-weight: bold;
  font-size: 15px;
  color: #fe9b00;
  margin: 0 5px;
}
.focus b {
  color: #4197c1;
}
.signup-now {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 186px;
  height: 120px;
  overflow: hidden;
  background: url(images/signup-now.png);
}
.left-column .signup-now {
  position: static;
  width: 186px;
  height: 120px;
  overflow: hidden;
  background: url(images/signup-now.png);
  float: right;
}
.signup-now h3 {
  font-size: 16px;
  font-weight: bold;
  color: #f26c4f;
  margin: 8px 10px 7px;
}
.signup-now input {
  display: block;
  margin: 0 0 5px 11px;
}
/*----------index----------*/
.index .item {
  background: #f4f4f4;
  margin: 0 15px 30px 15px;
  width: 210px;
  padding-bottom: 10px;
}
.index .item .item-img {
  background: #f0efef;
  border: 1px solid #dedede;
  height: 132px;
  margin: 0 0 5px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.13);
}
.index .item h2 {
  color: #000;
}
.index .item .sign-up {
  display: block;
  background: url(images/sign-up-bg-blue.png) left top repeat-x;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #226e9a;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.index .item .sign-up:hover,
.article-filter .sign-up:hover {
  background: url(images/sign-up-bg-blue.png) left bottom repeat-x;
  text-shadow: 0 -1px #d9583c;
}
.index .item .class-date {
  color: red;
  padding-left: 10px;
}
.teacher .item .item-img img {
  max-width: 150px;
  margin-right: 10px;
}
/*----------teacher----------*/
.teacher .item {
  width: 440px;
  min-height: 180px;
  background: #fff;
  border: 1px solid #dedede;
  padding: 10px;
  margin: 0 7px 15px 9px;
  border-radius: 3px;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
  position: relative;
}
.teacher .item.board {
  width: 440px;
  height: 185px !important;
  background: #fff;
  border: 1px solid #dedede;
  padding: 10px;
  margin: 0 7px 15px 9px;
  border-radius: 3px;
  box-shadow: 0 0 10px #ddd;
  overflow: hidden;
  position: relative;
}
.item.quality-agency-list {
  border: 1px solid #fda633;
  box-shadow: 0 0 10px #ffd7a2;
  /* height:185px !important; */
}
.item.quality-agency {
  border: 1px solid #fda633;
  box-shadow: 0 0 10px #ffd7a2;
  padding-top: 40px;
}
.quality-title {
  background: url(images/Diagonal-stripes.jpg);
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
  text-shadow: 1px 1px #d17300;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 0px;
  border-radius: 0 0 5px 5px;
}
.quality-more {
  position: absolute;
  right: 10px;
  top: 10px;
}
.house-fans {
  /*float:left;*/
  float: right;
  width: 130px;
  background: #4965a0;
  color: #fff;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
}
.teacher .item .item-img {
  float: left;
  width: 150px;
  height: 150px;
}
.teacher .item .item-img img {
  max-width: 150px;
  max-height: 150px;
  margin-right: 10px;
}
.teacher .item .item-info {
  float: right;
  width: 275px;
  position: relative;
}
.item .item-info .quality {
  background: url(images/Diagonal-stripes.jpg);
  height: 24px;
  line-height: 24px;
  padding: 0 15px;
  color: #fff;
  text-shadow: 1px 1px #d17300;
  font-size: 13px;
  border-radius: 3px;
  /*display:inline-block;*/
  font-weight: bold;
  position: absolute;
  left: -147px;
  top: 158px;
}
.t-mobile {
  font-size: 15px;
  font-weight: bold;
  color: #000 !important;
}
.teacher .item h2 {
  line-height: 2em;
  height: 2em;
  padding-bottom: 5px;
  font-size: 16px;
  color: #f26c4f;
  padding: 0;
}
.teacher .item h3 {
  font-size: 13px;
  color: #f26c4f;
  line-height: 2em;
  height: 2em;
  padding: 0;
  color: #666;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 5px;
  font-weight: normal;
}
.teacher .item h2 span {
  color: #3f2e2e;
  margin-right: 10px;
}
.teacher .item-info p {
  padding: 0;
  margin-bottom: 5px;
}
.teacher .item-info p.desc {
  height: 6em;
  overflow: hidden;
}
.teacher .func-area {
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  padding: 0 10px;
}
.teacher .func-area p {
  display: block;
  float: left;
  padding-top: 6px;
}
.teacher .func-area select {
  padding: 3px;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #ccc;
  float: left;
}
.teacher .func-area .ad-text a {
  margin: 0 10px;
  display: block;
  float: left;
  padding-top: 6px;
}
.sign-up .top {
  overflow: hidden;
  padding: 0 25px 25px;
}

/*----------sign up----------*/
#main.enterprise,
#main.article,
#main.course,
#main.sign-up {
  background: #fff;
  border: 1px solid #c8c8c8;
  border-top: 0;
}
.sign-up .top {
  overflow: hidden;
  padding: 0 25px 25px;
}
.sign-up .top .search {
  float: left;
  width: 880px;
  height: 135px;
  *height: 110px;
  background-color: #eef8fd;
  border: 1px solid #c4ddef;
  padding: 0 0 0 30px;
  *padding-top: 25px;
  border-radius: 5px;
}
.sign-up .top .search ul li {
  float: left;
  margin-right: 8px;
  *margin-bottom: 5px;
}
.sign-up .top .search ul li input {
  height: 28px;
  padding-left: 10px;
}
.sign-up .top .calendar {
  float: right;
  width: 320px;
  padding: 20px;
  border: 1px solid #ccc;
}
.sign-up .top .calendar table {
  width: 100%;
}
.sign-up .top .calendar table th,
.sign-up .top .calendar table td {
  line-height: 2.5em;
  border: 5px solid #fff;
  text-align: center;
}
.sign-up .top .calendar table th a,
.sign-up .top .calendar table td a,
.sign-up .top .calendar table th span,
.sign-up .top .calendar table td span {
  display: block;
  color: #666;
}
.sign-up .top .calendar table td {
  background: #eee;
}
.sign-up .top .calendar table .month th {
  font-size: 18px;
  line-height: 1.5em;
  color: #669900;
  font-family: "Century Gothic";
  font-weight: bold;
}
.sign-up .top .calendar table .week th span {
  color: #fff;
  background: #669900;
  border: 1px solid #000;
}
.sign-up .top .calendar table td span {
  background: #fff;
  border: 1px solid #999;
}
.sign-up .top .calendar table td a {
  background: #ffffcc;
  border: 1px solid #999;
}
.info {
  overflow: hidden;
  padding: 25px 80px 25px 150px;
}
.info input.send {
  clear: both;
  margin: 30px 0;
  display: block;
}
.info a.note {
  font-size: 13px;
  margin-left: 10px;
}
.info p.notice {
  float: left;
  width: 380px;
  margin: 5px 0 0;
}
.info .captcha-pic {
  margin-right: 5px;
}
.info .captcha-pic a {
  font-size: 12px;
  vertical-align: top;
  display: inline-block;
  padding: 5px;
}
.info #captcha {
  width: 200px;
  clear: both;
  margin-left: 75px;
  margin-top: 5px;
}
/*----------course----------*/
.course .class {
  border: 0;
}
.course .thumb-course {
  margin: 0 15px 15px;
  overflow: hidden;
  background-color: #ffc;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
}
.course .thumb-course img {
  vertical-align: text-bottom;
}

/*----------signin----------*/
#main .signin-card {
  width: 300px;
  height: 200px;
  float: left;
  /*margin:30px 280px 0;*/
  background: #f4f4f4;
  border-radius: 5px;
  padding: 50px 40px 30px;
  border: 1px solid #dedede;
  box-shadow: 0 0 15px #ddd;
  border-top: 2px solid #73b516;
}
.signin-card label {
  float: left;
  margin-right: 5px;
  font-weight: bold;
  padding-top: 10px;
}
.signin-card input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  width: 220px;
}
.signin-card input#signIn {
  background: url(images/button.png) left bottom no-repeat;
  width: 164px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  clear: both;
  cursor: pointer;
}
.signin-card .signin-item {
  display: block;
  margin-bottom: 20px;
}
.signin-card a.add {
  display: block;
  margin: 0 auto;
  width: 100px;
  padding: 10px;
  text-align: center;
}
/*----------footer----------*/
/*
#footer{
	clear:both;
	color: #fff;
	background:#000;
	display:inlne-block;
	width:100%;
}
#footer .content{
	position: relative;
	width: 940px;
	min-height: 80px;
	line-height: 25px;
	margin: 0 auto;
	padding:10px;
	text-align:center;
}
#footer .content .logo {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 220px;
	height: 60px;
	text-indent: -5000px;
}
#footer .content img {
	margin: -2px 0 0;
}
*/

/*----------footer-new----------*/
#footer {
  clear: both;
  color: #fff;
  background-color: #2d2d2d;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
#footer .footer-left,
#footer .footer-center,
#footer .footer-right {
  float: left;
}
#footer .footer-left {
  width: 260px;
  margin-left: 20px;
}
#footer .footer-center {
  width: 260px;
}
#footer .footer-right {
  width: 400px;
}

.footer-title {
  width: 100%;
  border-bottom: 1px solid #4b4b4b;
  margin-bottom: 12px;
}
.footer-title span {
  width: 100%;
  display: block;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #b5b5b5;
  font-weight: bold;
  text-indent: 26px;
  border-bottom: 1px solid #000;
}

.footer-btn {
  margin-left: 28px;
}
.footer-btn li {
  float: left;
  background-color: #000;
  margin-right: 1px;
  text-align: center;
  border-bottom: 1px solid #474747;
  font-size: 13px;
  box-shadow: 0 20px 30px rgba(35%, 35%, 35%, 0.35) inset;
}
.footer-btn li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 12px 0;
}
.footer-btn li a:hover {
  background-color: #000;
}
.footer-btn li.footer-btn-long {
  width: 120px;
}
.footer-btn li.footer-btn-short {
  width: 80px;
}

.footer-content {
  margin-left: 28px;
}
.footer-content p {
  font-size: 13px;
  line-height: 24px;
}

.footer-tel {
  background: url(images/footer-tel.png) 0 3px no-repeat;
  padding-left: 26px;
  margin-top: 20px;
  overflow: hidden;
}
.footer-tel-area {
  float: left;
  margin-right: 5px;
  border-radius: 60px;
  box-shadow: 0 1px 0 #4b4b4b;
}
.footer-tel-area span {
  font-size: 13px;
  background-color: #000;
  box-shadow: 0 10px 10px rgba(35%, 35%, 35%, 0.35) inset;
  border-radius: 60px;
  padding: 5px 18px;
  display: block;
}

.search_condition {
  border: 1px solid #e0e0e0;
  background: #f4f4f4;
  padding: 8px;
  width: 680px;
  margin: 0 0 10px 15px;
  border-radius: 5px;
}
.search_condition a {
  color: #000;
  margin-right: 10px;
}
.search_condition a span {
  background: url(images/delete.jpg) left top no-repeat;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
}
.search_condition a:hover span {
  background: url(images/delete.jpg) right top no-repeat;
}
.condition-match img {
  vertical-align: middle;
}
.meat .nei_obj li {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  width: 130px;
  float: left;
  padding: 10px 10px 5px;
  margin: 0 15px 20px 0;
}
.meat .nei_obj li a.class-pic img {
  width: 130px;
}
.meat .nei_obj li a.class-title {
  color: #2c2c2c;
  font-weight: bold;
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.price-red {
  color: red;
  font-weight: bold;
}
.info-share {
  border-bottom: 1px dotted #ccc;
  margin: 0 15px 10px;
  padding: 10px;
}
.info-share .like {
  position: relative;
  right: 0;
  float: right;
  bottom: 15px;
}
.info-share .like a {
  background: #4764b2;
  width: 30px;
  text-align: right;
  display: block;
  color: #fff;
  border-radius: 3px;
  float: left;
  padding: 3px 8px;
  margin-right: 10px;
  width: 60px;
}
.info-share .like a:hover,
.faq .faq-box .faq-content .like a:hover {
  color: #ffd800;
}
.info-share .like p {
  border: 1px solid #dedede;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.info-share .like p span {
  position: absolute;
  top: 5px;
  left: -8px;
  background: url(images/arr-box.jpg) left top no-repeat;
  width: 9px;
  height: 13px;
}
.info-share h5 a {
  color: #000;
  font-size: 15px;
}
.info-share h5 a:hover,
#main .right-column a:hover {
  color: #fa7d0b;
}
.faq .faq-box {
  margin: 0;
  overflow: hidden;
  padding: 15px;
}
.faq .faq-box .user-avatar {
  float: left;
}
.faq .faq-box .faq-content {
  /* float:right; */
  position: relative;
}
.faq .faq-box .faq-content .like {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.faq .faq-box .faq-content .like a {
  background: #4764b2;
  text-align: right;
  display: block;
  color: #fff;
  border-radius: 3px;
  float: left;
  padding: 3px 8px;
  margin-right: 10px;
}
.faq .faq-box .faq-content .like p {
  border: 1px solid #dedede;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.faq .faq-box .faq-content .like p span {
  position: absolute;
  top: 5px;
  left: -8px;
  background: url(images/arr-box.jpg) left top no-repeat;
  width: 9px;
  height: 13px;
}
.faq .faq-box h5 {
  font-weight: bold;
}
.faq .faq-box .faq-content .faq-time {
  float: right;
  color: #ccc;
}
.faq .faq-box .faq-content ul {
  margin-bottom: 10px;
}
.faq .faq-box .post {
  border: 1px solid #d9d9d9;
  padding: 20px;
  border-radius: 5px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#fff)
  );
}
.faq .faq-box .post textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #3498db;
}
.faq .faq-box .post .private {
  margin: 10px 0;
}
.faq .faq-box .post .submit {
  margin: 0 auto;
  width: 340px;
}
.quality-lnstitute {
  margin: 0;
  /*width:px;*/
}
.quality-lnstitute a {
  display: block;
  float: left;
}
.quality-lnstitute a img {
  width: 226px;
  margin: 0 3px 5px 3px;
}
.quality-lnstitute a:hover {
  opacity: 0.8;
}
.quality-lnstitute .sub-thumb {
  margin: 0 15px 10px;
  padding: 10px 0;
  overflow: hidden;
}
.quality-lnstitute h3 {
  font-weight: bold;
  line-height: 2em;
  text-rendering: optimizelegibility;
  font-size: 18px;
}
.sub-content {
  background: #ffffff;
  overflow: hidden;
}

.sub-content.Index {
  padding: 0 12px;
}
.btn-learn {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.btn-learn .learn {
  width: 126px;
  height: 35px;
  background: url(images/add-learn.png) left top no-repeat;
  text-indent: -9999px;
  display: block;
  float: left;
  margin-right: 10px;
}
.btn-learn .learn:hover {
  background: url(images/add-learn.png) left bottom no-repeat;
}
.btn-learn .amount {
  border: 1px solid #dedede;
  border-radius: 5px;
  float: left;
  height: 25px;
  padding: 5px 10px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
}
.btn-learn .amount span {
  background: url(images/arr-box.jpg) left top no-repeat;
  width: 9px;
  height: 13px;
  position: absolute;
  left: -8px;
  top: 10px;
}
#main {
  overflow: hidden;
}
#main .job-column {
  float: left;
  width: 650px;
  padding: 0 10px;
  border-right: 1px solid #efefef;
  margin-bottom: 10px;
  /*cle*/
}
.main-info {
  margin: 0 15px;
}
.main-info .thumb-more {
  margin: 0 0 15px;
  overflow: hidden;
  background-color: #ffc;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  clear: both;
}
.candidates-btn {
  display: block;
  background: url(images/candidates-btn-bg.png) left top repeat-x;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #d9583c;
  text-align: center;
  width: 180px;
  border: none;
  cursor: pointer;
  float: left;
}
.candidates-btn:hover {
  color: #fee31a;
  background: url(images/candidates-btn-bg.png) left bottom repeat-x;
  text-shadow: 0 -1px #000;
}
.main-info .morehouse-btn {
  display: block;
  background: url(images/item-img-bg.png) left top repeat-x;
  height: 46px;
  line-height: 46px;
  border-radius: 3px;
  text-align: center;
  width: 176px;
  margin-left: 2px;
  border: none;
  cursor: pointer;
  float: left;
  font-size: 13px;
  border: 1px solid #ccc;
}
.main-info .morehouse-btn:hover {
  background: url(images/item-img-bg.png) left bottom repeat-x;
}
.main-info .morehouse-btn img {
  vertical-align: middle;
}
.job-column h4 {
  font-size: 28px;
  line-height: 34px;
  color: #000;
  font-family: Arial, Simsun, "黑體", "PMingLiU", "新宋體";
}
.job-column h5 {
  color: #f26c4f;
  font-size: 15px;
}
.job-column .thumb {
  border: 1px solid #f4f4f4;
  margin: 10px 0 0px;
}
.job-column .job-extend {
  overflow: hidden;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 10px;
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  display: block;
  font-weight: bold;
}
.job-column .job-extend:hover {
  color: #ff9b2f;
  background: #565054;
  border-color: #fff;
}
.job-column .job-content,
.coursr-content {
  margin: 10px 25px 10px 40px;
  font-size: 15px;
  line-height: 1.8em;
}
.job-content .work-list {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.work-list span {
  padding: 5px;
}
.work-list .date,
.work-list .experience,
.work-list .educational {
  width: 30px;
  display: inline-block;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
}
.work-list .post-s,
.work-list .name {
  width: 150px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1em;
  height: 1em;
}
.work-list .area {
  width: 90px;
  display: inline-block;
  line-height: 1em;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-content .more {
  float: right;
  display: block;
  padding: 2px 10px;
  border-radius: 3px;
  text-align: center;
  background-color: #d9edf7;
  border-color: #bce8f1;
  margin: 5px 10px 0 0;
  text-shadow: 0 1px 1px #fff;
}
.main-info h4 {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  color: #000;
  font-family: Arial, Simsun, "黑體", "PMingLiU", "新宋體";
  width: 490px;
  float: left;
}
.main-info h4 img {
  vertical-align: middle;
  margin-right: 5px;
}
.main-info h4 a {
  font-size: 13px;
}
.main-info .class {
  margin: 0;
}
.main-info .thumb-course {
  margin: 0 0 10px;
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 10px 15px;
  border-radius: 3px;
  text-align: center;
  width: 330px;
  float: left;
  position: relative;
  overflow: hidden;
  height: 50px;
}
.main-info .thumb-course a:hover img {
  opacity: 0.5;
}
.main-info .thumb-course img {
  height: 50px;
  vertical-align: middle;
  margin: 0px 1px 20px;
}
.main-info .thumb-course {
  position: relative;
  overflow: hidden;
  height: 50px;
}
.main-info .thumb-course .left-arr {
  position: absolute;
  left: 0px;
  top: 10px;
  height: 35px;
  padding-top: 15px;
  cursor: pointer;
}
.main-info .thumb-course .right-arr {
  position: absolute;
  right: 0px;
  top: 10px;
  height: 35px;
  padding-top: 15px;
  cursor: pointer;
}
#main .left-column {
  float: left;
  width: 650px;
  padding: 0 10px;
  border-right: 1px solid #efefef;
  margin-bottom: 10px;
}
#main .left-column .item {
  float: none;
  margin: 0px;
  width: 600px;
  margin: 0 15px 15px;
}
#main .left-column .item .item-img {
  float: left;
  border: 1px solid #f1f1f1;
}
#main .left-column .item .item-info {
  float: right;
  width: 440px;
}
#main .right-column {
  float: right;
  width: 260px;
  padding: 0 10px;
}
#main .right-column .agency {
  overflow: hidden;
  width: 240px;
  margin: 0 auto 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  background: #fffbeb;
  font-size: 15px;
  line-height: 1.8em;
}
#main .right-column .agency .phone {
  font-size: 22px;
  color: #ff657f;
}
#main .right-column .agency .check-number,
#main .left-column .agency-card .check-number {
  background: #3eb8a8;
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
}

/* 沒花錢 物件頁 我家按鈕 begin */
.check-pen,
.check-fb {
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  font-size: 15px;
  cursor: pointer;
}
.check-pen a,
.check-fb a {
  color: #fff;
  font-weight: bolder;
}
.check-pen a img,
.check-fb a img {
  vertical-align: bottom;
  margin: 0 5px 0 0;
}
.check-pen {
  background: #f28d20;
}
.check-fb {
  background: #3b5998;
}
.check-pen:hover {
  background: #c06d14;
}
.check-fb:hover {
  background: #233f7a;
}
/* 沒花錢 物件頁 我家按鈕 end */

#main .right-column .agency .check-number:hover,
#main .left-column .agency-card .check-number:hover {
  background: #ff657f;
}
#main .right-column .agency .check-number img,
#main .left-column .agency-card .check-number img {
  vertical-align: middle;
  margin-right: 5px;
}
#main .right-column .agency .check-number a,
#main .left-column .agency-card .check-number a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
  display: block;
}
#main .right-column .thumb-top-b {
  margin-bottom: -6px;
}
#main .right-column .agency img.agency-pic {
  width: 180px;
  margin: 0 auto 10px;
  display: block;
}
#main .right-column .agency .agency-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}
#main .right-column .thumb-pic {
  max-width: 120px;
  float: left;
  margin-right: 10px;
}
#main .right-column a {
  display: block;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 5px 0;
  font-size: 13px;
}
#main .right-column a em {
  font-style: normal;
  color: #999;
}
.right-column .title-2 {
  margin-top: 20px;
}
#content .recommend-area {
  padding: 10px 15px;
  overflow: hidden;
}

.recommend-course {
  display: block;
  float: left;
  position: relative;
  margin: 15px 10px 0;
  width: 165px;
}
.recommend-course:hover .course-title {
  color: #ccc;
}
.recommend-course img {
  width: 165px;
  height: 102px;
}
.recommend-course:hover img {
  opacity: 0.8;
}
.recommend-course .course-title {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #fff;
  font-size: 12px;
  background: url(images/black-bg.png) left top repeat;
  width: 145px;
  padding: 8px 10px;
}

#main .brand-area {
  position: relative;
  width: 960px;
  height: 290px;
  margin-bottom: 15px;
}
#main .brand-area ul {
  position: absolute;
  bottom: 0;
  padding: 0px;
  width: 925px;
  background: url(images/title.png) left top repeat;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0px 0 0 15px;
}
#main .brand-area ul li {
  float: left;
  padding: 10px 15px;
  margin-right: 3px;
  border-right: 1px solid #ccc;
}
#main .brand-area ul li.active {
  background: url(images/title-02.png) left top repeat;
}
#main .brand-area ul li.active a {
  color: #fff;
}
#main .brand-area ul li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
/*
#main .brand-area {
    position: relative;
    width: 960px;
    height: 240px;
    margin-bottom: 15px;
}

#main .brand-area ul {
    position: absolute;
    left: 15px;
    bottom: 0;
}

#main .brand-area ul li {
    float: left;
    background: url(images/white-bg.png) left top repeat;
    padding: 10px 20px;
    margin-right: 3px;
    border-radius: 3px 3px 0 0;
}

#main .brand-area ul li.active a {
    color: #000;
}

#main .brand-area ul li a {
    display: block;
    font-size: 15px;
    font-weight: bold;
}
*/

/*首頁：大塊搜尋*/
.bigsearch {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #ffffff;
  overflow: hidden;
}

.bigsearch-tab {
  width: 700px;
  /*1220修改*/
  /*height: 295px;*/
  /*1220修改*/
  margin: 0 0 0 13px;
  border-radius: 10px;
  border: 2px solid #c1c1c1;
  background: #fffdf6;
  float: left;
}

.bigsearch-tabtop {
  box-shadow: 0 -10px 20px #c1c1c1 inset;
  background-color: #d3d3d3;
  height: 60px;
  padding-left: 5px;
}
.bigsearch-tabtop li {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #f33c02;
  float: left;
  margin: 10px 0 0 10px;
}
.bigsearch-tabtop li a {
  color: #fff;
  padding: 10px 20px 8px 60px;
  height: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  background-color: #fffcf5;
  border: 1px solid #c1c1c1;
}

.bigsearch-tabtop li.bigsearch-title2 a {
  color: #fff;
  padding: 10px 20px 8px 60px;
  height: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
  background-color: #4194c3;
  border: 1px solid #fcc30a;
  text-shadow: 1px 1px #d43d6c;
}

.bigsearch-tabtop li a:hover,
.bigsearch-tabtop li.active a {
  color: #000;
  background-color: #fff;
  box-shadow: 0 10px 20px #f0f0f0 inset;
  border: 1px solid #fff;
  text-shadow: none;
}

li.bigsearch-title1 a {
  background: url(images/bigsearch-bg.png) 18px 10px no-repeat #f05283;
}
li.bigsearch-title2 a {
  background: url(images/bigsearch-bg.png) 18px -142px no-repeat #f05283;
}
li.bigsearch-title3 a {
  background: url(images/bigsearch-bg.png) 18px -292px no-repeat #f05283;
}
li.bigsearch-title4 a {
  background: url(images/bigsearch-bg.png) 18px bottom no-repeat #f05283;
}

/*1220修改*/
.bigsearch-container {
  margin: 0;
}
/*1220修改*/

.index-search {
}

.search-number {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 10px;
}
.search-number span {
  color: #f34d01;
}

.search-area {
  float: left;
}
.search-area form {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 10px;
  /*1220新增*/
  font-size: 15px;
  /*1220新增*/
}

/*1220新增*/
.search-area form > div {
  margin: 0 0 10px 0;
}
/*1220新增*/

.search-area .input-wrapper {
  /*1220修改*/
  /*float:left;*/
  /*1220修改*/
  margin-right: 6px;
}
.input-wrapper1 {
  width: 135px;
}
.input-wrapper2 {
  width: 135px;
}
.input-wrapper3 {
  width: 190px;
  margin-top: 1px;
}
/*1220新增*/
.input-wrapper4 {
  width: 100px;
  margin-top: 1px;
}
.input-wrapper5 {
  width: 285px;
  margin-top: 1px;
}
/*1220新增*/
.search-area input,
.search-area select {
  font-size: 15px;
  border-radius: 5px;
  /*1220修改*/
  padding: 8px 10px;
  /*1220修改*/
  border: 1px solid #cfcfcf;
  background-color: #f9f9f9;
}

.index-search .send {
  font-size: 30px;
  font-family: Arial, "PMingLiU";
  color: #fff;
  font-weight: bold;
  border: 1px solid #f05283;
  cursor: pointer;
  /*1220修改*/
  float: none;
  /*1220修改*/
  background-color: #f05283;
  box-shadow: 0 -10px 50px #ea3d72 inset;
  /*1220修改*/
  width: 200px;
  /*1220修改*/
  height: 70px;
  border-radius: 5px;
}
.index-search .send:hover {
  background-color: #ea3d72;
  box-shadow: 0 -20px 80px #dd3d6e inset;
}

.search-area p.hot-keyword {
  /*1220新增*/
  margin: 0 0 10px 0;
  /*1220新增*/
  color: #000;
  font-size: 13px;
}
.search-area p.hot-keyword a {
  color: #4f51a9;
  margin-right: 5px;
}
.search-area p.hot-keyword a:hover {
  color: #f26c4f;
}

/*右上BANNER*/
.index-banner {
  width: 220px;
  height: 300px;
  float: right;
  margin-right: 12px;
}
.index-banner a:hover {
  opacity: 0.8;
}
.indexbn-tabtop {
  float: right;
  margin: -25px 4px 0 0;
}
.indexbn-tabtop li {
  float: left;
  overflow: hidden;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 0 0 4px;
  background: url(images/circle.png) left top no-repeat;
  text-indent: -5000px;
}
.indexbn-tabtop li a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
}
.indexbn-tabtop li a:hover,
.indexbn-tabtop li.active,
.indexbn-tabtop li.active a {
  background: url(images/circle.png) -32px top no-repeat;
}

.leftcolumn {
  width: 700px;
  margin-left: 12px;
}

.leftcolumn.Index {
  width: 100%;
  margin: 0;
}
.rightcolumn {
  width: 220px;
  margin-right: 12px;
  float: right;
}

.leftcolumn .AD-704 {
  margin: 0 0 10px 0;
}
.leftcolumn .AD-340 {
  overflow: hidden;
  margin: 0 0 10px 0;
  width: 704px;
}
.leftcolumn .AD-340 span {
  float: left;
}
.leftcolumn .AD-340 span.left {
  margin-right: 24px;
}

/*優質學院、駐站專家*/
.scoll-content {
  width: 700px;
  background-color: #f5f4f4;
  border: 1px solid #4d819f;
  margin-bottom: 15px;
}
.scroll-title {
  height: 35px;
  background-color: #4194c3;
  border-bottom: 2px solid #195d85;
}
.scroll-title .title-content {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  margin: 7px 0 0 20px;
  float: left;
}
.scroll-title .count {
  font-size: 12px;
  line-height: 18px;
  color: #d2e2ee;
  margin: 12px 20px 0 0;
  float: right;
}

.scroll-area {
  overflow: hidden;
  position: relative;
}
.scroll-area01 {
  margin: 12px 0 0 17px;
  width: 700px;
  height: 270px;
}
.scroll-area02 {
  margin: 12px 0 0 17px;
  height: 164px;
}
.scroll-area:hover .prev,
.scroll-area01:hover .prev,
.scroll-area02:hover .prev,
.scroll-area:hover .next,
.scroll-area01:hover .next,
.scroll-area02:hover .next {
  visibility: visible;
}
.scroll-area01 li {
  width: 160px;
  margin: 0 8px 12px 0;
  float: left;
}
.scroll-area02 li {
  width: 120px;
  height: 162px;
  margin: 0 16px 12px 0;
  float: left;
  text-align: center;
}
.scroll-area li a {
  width: 100%;
  height: 100%;
  display: block;
}
.scroll-area li a span {
  display: block;
  color: #000000;
}
.scroll-area01 li a span,
.scroll-area03 li a span {
  margin: 0 6px;
}
.scroll-area li a:hover {
  opacity: 0.8;
}

.content-banner a:hover {
  opacity: 0.8;
}
.content-banner a img {
  margin-bottom: 9px;
}

.company-area {
  border-left: 1px solid #e6e6e6;
  margin: 0 0 20px 12px;
  overflow: hidden;
}
.company-area li a {
  width: 132px;
  height: 83px;
  float: left;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.company-area li a:hover {
  opacity: 0.8;
}
.company-area li a span {
  display: block;
  margin-top: -4px;
}
.company-area li a span {
  font-size: 12px;
  line-height: 18px;
  color: #9d9d9d;
}

/*免費課程*/
.free-subject {
  width: 218px;
  border: 1px solid #c4c4c4;
  margin-bottom: 16px;
}
.free-title {
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  line-height: 22px;
  color: #fa7d0b;
  font-weight: bold;
  /* padding: 4px 13px; */
  box-shadow: 0 -10px 10px #f9fafb inset;
}
.free-title img {
  vertical-align: middle;
  margin-right: 5px;
}
.free-content {
}
.free-content li {
  border-bottom: 1px solid #e4e4e5;
  font-size: 13px;
  line-height: 1.5em;
  color: #222222;
  overflow: hidden;
}
.free-content li em {
  font-size: 13px;
  color: #a5a5a5;
  font-weight: normal;
  font-style: normal;
  float: left;
}
.free-content li a {
  color: #222222;
  padding: 10px 12px;
  height: 100%;
  display: block;
  float: left;
  width: 194px;
}
.free-content li a:hover {
  background-color: #f6f6f6;
}
.free-content li a img {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.rightcolumn .more {
  font-size: 13px;
  line-height: 18px;
  color: #4f51a9;
  text-align: right;
  margin: 10px 14px;
}
.rightcolumn .more a {
  color: #4f51a9;
  background: url(images/more-bg.png) right 6px no-repeat;
  padding: 3px 8px;
}
.rightcolumn .more a:hover {
  text-decoration: underline;
}

/*熱門課程、熱門職缺*/
.hotdata {
  width: 218px;
  border: 1px solid #c4c4c4;
  margin-bottom: 16px;
}
.hotdata-tab {
}
.hotdata-tabtop {
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 -10px 10px #f9fafb inset;
  margin-top: 5px;
  text-align: center;
  height: 40px;
}
.hotdata-tabtop li {
  font-size: 16px;
  line-height: 22px;
  color: #4f51a9;
  font-weight: bold;
  width: 100px;
  text-align: center;
  display: inline-block;
}
.hotdata-tabtop li a {
  color: #4f51a9;
  padding: 8px 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  height: 21px;
  border-bottom: 1px solid #e5e5e5;
}
.hotdata-tabtop li a:hover,
.hotdata-tabtop li.active a {
  color: #fa7d0b;
  border-top: 3px solid #989898;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.hotdata-tabtop li.active a:hover {
  color: #fa7d0b;
}

.hotdata-container {
  padding-top: 5px;
}

.hotdata-container li {
  border-bottom: 1px solid #e4e4e5;
  font-size: 13px;
  line-height: 20px;
  color: #222222;
}
.hotdata-container li .left {
  float: left;
  width: 20px;
  text-align: center;
  padding: 12px 0;
  background-color: #fcc30a;
  box-shadow: 0 -10px 15px #fcad1a inset;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.hotdata-container li .right {
  margin-left: 8px;
}
.hotdata-container li .right p {
  max-height: 2.4em;
  line-height: 1.2em;
  overflow: hidden;
}
.hotdata-container li em {
  font-size: 12px;
  color: #a5a5a5;
  font-weight: normal;
  font-style: normal;
}
.hotdata-container li a {
  color: #222222;
  padding: 8px;
  height: 100%;
  display: block;
  overflow: hidden;
}
.hotdata-container li a:hover {
  background-color: #f6f6f6;
}
.hotdata-container .more {
  font-size: 13px;
  line-height: 18px;
  color: #4f51a9;
  text-align: right;
  margin: 10px 14px;
}
.hotdata-container li a img {
  height: 60px;
  margin: 0 10px;
  float: left;
}

.hotdata-container .more a {
  color: #4f51a9;
  background: url(images/more-bg.png) right 6px no-repeat;
  padding: 3px 8px;
}
.hotdata-container .more a:hover {
  text-decoration: underline;
}

/*最新課程、熱門職缺*/
.leftcolumn.Index .newdata {
  width: 100%;
}
.leftcolumn.Index .newdata .title {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  background: url(images/title.png);
  background-size: contain;
	box-sizing: border-box;
	text-align: left;
}
.leftcolumn.Index .newdata .title .new{
	right: auto;
	left: 75px;
}
.newdata {
  width: 702px;
  border: 1px solid #c4c4c4;
  margin-bottom: 15px;
}
.newdata-tab {
}
.newdata .title {
  background: none;
  border: none;
  float: left;
  font-weight: bold;
  color: #000;
  position: relative;
  width: 70px;
  text-align: center;
  padding-top: 15px;
  margin-left: 15px;
}
.newdata .title .new {
  background: url(images/nav-new.gif) 0 0 no-repeat;
  width: 10px;
  height: 9px;
  text-indent: -9999px;
  position: absolute;
  right: 3px;
  top: 5px;
  border: 1px solid #fff;
}
.newdata-tabtop {
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0 -10px 10px #f9fafb inset;
  margin-top: 5px;
  height: 50px;
}
.newdata-tabtop li {
  font-size: 16px;
  line-height: 22px;
  color: #4f51a9;
  font-weight: bold;
  width: 55px;
  text-align: center;
  display: inline-block;
}
.newdata-tabtop li a {
  color: #4f51a9;
  padding: 13px 0;
  width: 100%;
  height: 100%;
  display: block;
  height: 21px;
  border-bottom: 1px solid #e5e5e5;
}
.newdata-tabtop li a:hover,
.newdata-tabtop li.active a {
  color: #fa7d0b;
  border-top: 3px solid #989898;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.newdata-tabtop li.active a:hover {
  color: #fa7d0b;
}

.newdata-container {
  padding-top: 5px;
}
.newdata-container li .estate-name {
  font-size: 15px;
  line-height: 18px;
  color: #222;
  font-weight: bold;
}
.newdata-container li {
  /* border-bottom: 1px solid #e4e4e5; */
}
.newdata-container li.gray {
  background-color: #fafafa;
}
.newdata-container li.newtitle {
  padding: 15px 22px;
}
.newdata-container li.newtitle .estate-name {
  font-weight: normal;
  font-size: 13px;
}
.newdata-container li > a {
  color: #222222;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 22px;
}
.newdata-container li > a:hover {
  background-color: #ededed;
}

.newdata-container span {
  display: inline-block;
}

.newdata-container .date {
  width: 75px;
  vertical-align: top;
}
.newdata-container .post-s {
  width: 135px;
}
.newdata-container .name {
  width: 190px;
}
.newdata-container .experience {
  width: 50px;
}
.newdata-container .educational {
  width: 60px;
}
.newdata-container .area {
  width: 110px;
}

.newdata-container .estate-pic {
  width: 100px;
}
.newdata-container .estate-name {
  width: 320px;
  vertical-align: top;
}
.newdata-container .estate-agency {
  width: 120px;
  vertical-align: top;
}
.newdata-container .estate-pic img {
  max-height: 60px;
  max-width: 100px;
}
.newdata-container .estate-agency span {
  float: left;
  width: 50px;
}
.newdata-container .estate-agency img {
  max-width: 50px;
  margin-right: 5px;
  float: left;
  display: block;
}

.newdata-container .more {
  font-size: 13px;
  line-height: 18px;
  color: #4f51a9;
  text-align: right;
  margin: 15px 14px;
}
.newdata-container .more a {
  color: #4f51a9;
  background: url(images/more-bg.png) 42px 12px no-repeat;
  padding: 8px 20px 8px 15px;
  background-color: #f9fafb;
  border: 1px solid #e9e9e9;
}
.newdata-container .more a:hover {
  background: url(images/more-bg.png) 42px 12px no-repeat #ededed;
}

#keyword_Ad {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 10px 15px 0;
}
#keyword_Ad li {
  float: left;
  width: 230px;
  text-align: center;
}
#keyword_Ad li a {
  color: #4f51a9;
  font-size: 13px;
}
#keyword_Ad li a:hover {
  color: #f26c4f;
}

div.group_header {
  background-color: #f3f3f3;
  font-size: 15px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 10px;
  padding-left: 10px;
  border-left: 2px solid #f26c4f;
}

.job-content .candidates-btn {
  display: inline-block;
  background: url(images/candidates-btn-bg.png) left top repeat-x;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 -1px #d9583c;
  text-align: center;
  width: 120px;
  border: none;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 5px;
}
.job-content .candidates-btn:hover {
  color: #fee31a;
  background: url(images/candidates-btn-bg.png) left bottom repeat-x;
  text-shadow: 0 -1px #000;
}
.candidates-btn span {
  font-size: 18px;
  font-weight: bold;
}
.footer-system-login {
  font-size: 13px;
  background-color: #000;
  box-shadow: 0 10px 10px rgba(10%, 10%, 10%, 0.1) inset;
  border-radius: 60px;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
}
.footer-system-login a {
  padding: 5px;
}
.brand-detail {
  width: 800px;
  margin-left: 15px;
  overflow: hidden;
}
.brand-detail b {
  font-size: 32px;
  display: block;
  padding: 0px;
  float: left;
  line-height: 80px;
}
.brand-detail img {
  float: left;
  margin: 0 10px 0 15px;
  max-height: 80px;
}

.brand-btn {
  clear: both;
  width: 100%;
  background: #4194c3;
  overflow: hidden;
  margin-bottom: 8px;
  border-bottom: 2px solid #195d85;
  padding: 12px 5px 0px 230px;
}
.brand-btn li {
  background: #ebf2f5;
  padding: 5px 12px;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  float: left;
  border: 1px solid #3b8dbb;
}
.brand-btn li a {
}
.brand-btn li a:hover {
  color: #ff9b2f;
}
.brand-btn li.active a {
  color: #195d85;
}
.brand-btn li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.meat {
  border: 1px solid rgb(222, 222, 222);
  box-shadow: 0px 0px 10px rgb(221, 221, 221);
  border-radius: 3px;
  min-height: 500px;
  margin-bottom: 20px;
}
.meat td,
.meat th {
  padding: 10px;
}
.meat th {
  font-size: 16px;
  background-color: #f3f3f3;
}
.meat thead tr {
  border-bottom: solid 2px #ccc;
}
.meat tbody tr {
  border-bottom: dashed 1px #ccc;
}
.meat td img {
  max-width: 650px;
  max-height: 300px;
  margin: 5px 0;
  clear: both;
}
.meat td a {
  float: left;
}

.meat td p {
  clear: both;
}
.addvip_menu_header {
  font-size: 16px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 10px 20px 0;
  padding: 5px;
}
.addvip_menu a {
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0 20px;
  padding: 10px;
  border-bottom: dashed 1px #ccc;
}
.addvip_menu a.active {
  font-weight: bold;
  color: #f26c4f;
}
.discount-table {
  width: 100%;
}
.discount-table th {
  width: 15%;
}
.VIP-card {
  position: relative;
  width: 320px;
  height: 200px;
  background: #ccc;
  border-radius: 8px;
  margin: 10px auto 20px;
  background: url(../data/VIP.jpg) no-repeat;
}
.VIP-card .user-name {
  position: absolute;
  right: 70px;
  bottom: 58px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
.ad-box {
  border: 1px solid #f1f1f1;
  width: 480px;
  min-height: 280px;
  float: left;
  margin: 30px 30px 15px 30px;
}

.house-item ul {
  width: 245px;
  float: right;
}
.house-item ul li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 8px;
  font-size: 15px;
  color: #000;
  overflow: hidden;
}
.house-item ul li img {
  vertical-align: middle;
}
.house-item .class_img {
  float: left;
  width: 362px;
  margin-right: 10px;
}
.house-item .class_img2 {
  width: 362px;
  height: 272px;
  line-height: 272px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
}
.house-item .class_img2 img {
  vertical-align: middle;
}
.house-item .class_img_text {
  width: 362px;
  padding: 5px;
}
.class .phone-hidden {
  display: inline-block;
  height: 24px;
  width: 80px;
  line-height: 24px;
  color: #fff;
  background: url(images/sign-up-bg-blue.png) left -24px repeat-x;
  text-shadow: 0 -1px #d9583c;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
}
.class .phone-hidden:hover {
  background: url(images/sign-up-bg-blue.png) left bottom repeat-x;
  text-shadow: 0 -1px #000;
}
.class ul li .phone-b {
  font-size: 15px;
  font-weight: bold;
  color: #f00;
}

.keyword-cloud {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 10px 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5em;
  background: #f9f9f9;
}
.right-item a {
  color: #000;
  font-size: 13px;
}
.red-b {
  color: red;
  font-weight: bold;
  font-size: 16px;
}
.red-n {
  color: red;
  font-size: 16px;
}
.input-o {
  width: 120px;
}
.stress {
  font-size: 22px;
  margin-right: 5px;
  display: inline-block;
}
/*.thumb-course{
    position:relative;
    overflow:hidden;
    height:50px;
}
.thumb-course .left-arr{
    position:absolute;
    left:5px;
    top:10px;
    height:35px;
    padding-top:15px;
}
.thumb-course .right-arr{
    position:absolute;
    right:5px;
    top:10px;
    height:35px;
    padding-top:15px;
}*/
.item-label {
  border: 1px solid #ccc;
  margin: 0px 10px 10px;
  padding: 10px;
  border-radius: 5px;
  color: #000;
}
.item-label a {
  color: #686868;
  font-size: 13px;
  line-height: 1.8em;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 1px;
  border-radius: 3px;
}
.item-label a:hover,
.item-label a.active {
  color: #fff;
  background: #f98410;
  display: inline-block;
  padding: 0 5px;
}
.house-L {
  overflow: hidden;
  float: left;
  width: 360px;
}
.house-L .remind {
  color: #ff7025;
  padding: 10px;
  display: block;
  float: left;
}
.item-url {
  float: right;
}
.agency-card {
  margin: 10px 25px 10px 40px;
  overflow: hidden;
  position: relative;
}
.agency-card .card-photo {
  float: left;
  width: 150px;
  margin-right: 10px;
}
.agency-card .card-photo img {
  width: 150px;
  border: 1px solid #f1f1f1;
}
.agency-card ul.content {
  float: left;
  width: 415px;
}
.agency-card ul.content li {
  font-size: 13px;
  line-height: 1.8em;
  border-bottom: 1px dotted #ccc;
  padding: 5px;
}
.agency-card ul.content li.name {
  font-size: 18px;
  font-weight: bold;
  width: 290px;
  overflow: hidden;
}
.agency-card ul.content li.name div.name {
  white-space: nowrap;
}
.agency-card ul.content li.note {
  color: #888;
}
.green {
  color: #50ae04;
  font-size: 13px;
  font-weight: normal;
}
.agency-card .candidates-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.inf_tool {
  border: 1px solid #fff;
  overflow: hidden;
  padding: 5px 0;
  border-top: 1px dotted #ccc;
  width: 630px;
}
.inf_tool ul {
  display: inline-block;
  float: right;
}
.inf_tool ul li {
  display: inline-block;
  float: left;
}
.inf_tool ul li a {
  display: inline-block;
  padding: 0 5px;
}
.class li img,
.inf_tool ul li img {
  vertical-align: text-bottom;
  margin-right: 3px;
}

.srchTW {
  width: 194px;
  margin: 0 0 10px 15px;
  border-radius: 5px;
  border: 3px solid #4194c3;
  overflow: hidden;
  padding-bottom: 10px;
}
.srchTW h2 img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.srchTW h2 {
  background: #4194c3;
  border-bottom: 2px solid #195d85;
  color: #fff;
  text-shadow: 0 -1px #195d85;
  padding: 10px 10px 5px;
  font-size: 15px;
  font-weight: bold;
}
.srchTW ul {
  padding: 6px 0px 6px 13px;
  width: 185px;
}
.srchTW ul li {
  float: left;
  background: url(images/more-bg.png) no-repeat -3px 6px;
  padding: 3px 0 0 7px;
  width: 54px;
  display: inline;
  letter-spacing: 0;
}

.info_title {
  font-size: 16px;
  color: #000;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  background: url(images/title.png);
  padding: 0 8px;
  clear: both;
  overflow: hidden;
}
.info_title img {
  width: 25px;
  vertical-align: middle;
}
.info_title span {
  padding: 0 0 0 8px;
}
.info_title a {
  float: right;
  color: #4965a0;
  transition: all 0.15s ease-out;
}
.info_title a:hover {
  color: #fa7d0b;
}
/**/
.up {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.up p {
  margin: 0 0 10px 0;
}
.up textarea {
  width: 100%;
  max-width: 100%;
  height: 150px;
  max-height: 150px;
  box-sizing: border-box;
}
.bt {
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0;
}
.list {
  padding: 5px 0;
  max-width: 600px;
  margin: 0 auto;
}
.list > div {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0;
}
.list .img {
  width: 30%;
  height: 100px;
  float: left;
}
.list .text {
  float: right;
  width: 70%;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.list .text p {
  padding: 0 0 5px 0;
}
.list .text .time {
  color: #808080;
}
.list .text .main {
  color: #fa7d0b;
  font-size: 17px;
  font-weight: bolder;
}
.list .text .inin {
  line-height: 1.5;
}
.list .text .inin a {
  color: #0192b5;
  transition: all 0.15s ease-out;
}
.list .text .inin a:hover {
  color: #fa7d0b;
}
/**/

/**/
.add_box {
  margin: 0 auto;
}
.add_box p {
  padding: 8px;
  margin: 6px;
}
.add_box p label,
textarea {
  display: inline-block;
  vertical-align: top;
}
.add_box p .text {
  width: 600px;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  margin: 0 0 0 5px;
}
.add_box .ck_box {
  padding: 15px 0;
}
.add_box .ck_box .ck {
  width: 100%;
}
.add_box input.bt {
  display: table;
  margin: 0 auto;
  background: #f05283;
  color: #fff;
  border: none;
  padding: 8px 19px;
  border-radius: 3px;
  transition: all 0.15s ease-out;
}
.add_box input.bt:hover {
  cursor: pointer;
  background: #d7285f;
}

.Detail_box {
  width: 600px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  line-height: normal;
}
.Detail_box .main {
  color: #fa7d0b;
  font-size: 24px;
  font-weight: bolder;
}
.Detail_box .time {
  color: #808080;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.Detail_box .time img {
  float: right;
}
.Detail_box .inin {
  line-height: 1.5;
  text-align: justify;
}

/* 有花錢 物件頁 我家按鈕 begin */
#main .right-column .check-pen,
.check-fb {
  border-radius: 3px;
  text-align: center;
  padding: 5px;
  margin-top: 5px;
  font-size: 15px;
  cursor: pointer;
}
#main .right-column .check-pen a,
#main .right-column .check-fb a {
  color: #fff;
  font-weight: bolder;
  border-bottom: none;
}
#main .right-column .check-pen a img,
#main .right-column .check-fb a img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
#main .right-column .check-pen a:hover,
#main .right-column .check-fb a:hover {
  color: #fff;
}
#main .right-column .check-pen {
  background: #f28d20;
}
#main .right-column .check-fb {
  background: #3b5998;
}
#main .right-column .check-pen:hover {
  background: #c06d14;
}
#main .right-column .check-fb:hover {
  background: #233f7a;
}
/* 有花錢 物件頁 我家按鈕 end */

/* share_fly */
.share_fly {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-top: 4px solid #1d78ca;
  padding: 8px 0 6px 0;
}

.share_fly > a {
  padding: 8px;
  display: block;
  width: 40px;
  box-sizing: border-box;
  text-align: center;
}

.share_fly > a img {
  width: 23px;
  vertical-align: bottom;
  border-radius: 4px;
}

/*0415調整房仲列表*/



.Intermediary_list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  font-family: "Noto Sans TC";
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  justify-content: space-around;
}

.Intermediary_list .box {
  width: 48%;
  margin: 0;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  padding: 12px;
  float: none;
  display: flex;
  border-radius: 5px;
  position: relative;
}

.Intermediary_list .box.sp {
  /*background:url(congruent_pentagon.png);*/
  /*background: url(23751_50.png);
	background-size: cover;
	position: relative;*/
  border: 2px solid #d5cea6;
  box-sizing: border-box;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+24,f4f4f4+100 */
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 24%,
    rgba(244, 244, 244, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 1) 24%,
    rgba(244, 244, 244, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 24%,
    rgba(244, 244, 244, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.Intermediary_list .box .elite {
  display: none;
}

.Intermediary_list .box.sp .elite {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
}

.Intermediary_list .box .left {
  width: 160px;
  position: relative;
}

.Intermediary_list .box .left .medal {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
}

.Intermediary_list .box .left .img {
  width: 100%;
  height: 258px;
  overflow: hidden;
  position: relative;
  display: block;
  background: #f7f7f7;
}

.Intermediary_list .box .left .img img {
  width: 100%;
  max-height: 258px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Intermediary_list .box .right {
  width: calc(100% - 160px);
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

.Intermediary_list .box .right .spsp {
  display: flex;
  font-size: 13px;
}

.Intermediary_list .box .right .spsp a {
  color: #fff;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  margin: 0 8px 0 0;
  box-sizing: border-box;
  padding: 0 15px;
  display: inline-block;
}

.Intermediary_list .box .right .spsp .quality {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5cea6+0,c9c190+40,b7ad70+100;Brown+3D */
  background: #d5cea6; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #d5cea6 0%,
    #c9c190 40%,
    #b7ad70 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #d5cea6 0%,
    #c9c190 40%,
    #b7ad70 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #d5cea6 0%,
    #c9c190 40%,
    #b7ad70 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* IE6-9 */
  position: relative;
  padding: 0 15px 0 30px;
}

.Intermediary_list .box .right .spsp .quality img {
  width: 23px;
  position: absolute;
  left: 5px;
  top: 0;
}

.Intermediary_list .box .right .spsp .see {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.Intermediary_list .box .right .spsp .hot {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
  background: #ff3019; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ff3019 0%,
    #cf0404 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ff3019 0%,
    #cf0404 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ff3019 0%,
    #cf0404 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 ); /* IE6-9 */
  position: relative;
  padding: 0 15px 0 30px;
}

.Intermediary_list .box .right .spsp .hot img {
  width: 23px;
  position: absolute;
  left: 5px;
  top: 0;
}

.Intermediary_list .box .right h2 {
  font-size: 13px;
  color: #f26c4f;
  padding: 8px 0 3px 0;
  border-top: 1px dashed #ccc;
  margin: 8px 0 0 0;
}

.Intermediary_list .box .right .name {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 8px 0;
}

.Intermediary_list .box .right .name a {
  color: #004987;
}

.Intermediary_list .box .right .name span {
  font-size: 13px;
  padding: 0 0 0 5px;
  color: #555;
}

.Intermediary_list .box .right .star_box {
  padding: 6px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  font-size: 13px;
}

.Intermediary_list .box .right .star_box img {
  margin: 0 2px 0 0;
  width: 12px;
}

.Intermediary_list .box .right .star_box img:last-child {
  width: 17px;
}

.Intermediary_list .box .right h3 {
  padding: 7px 0 0 0;
  font-size: 13px;
}

.Intermediary_list .box .right .phone {
  display: flex;
  align-items: center;
  padding: 10px 0 8px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 19px;
  font-weight: 600;
  font-family: Arial;
  color: #a90329;
}

.Intermediary_list .box .right .phone img {
  width: 17px;
  margin: 0 5px 0 0;
}

.Intermediary_list .box .right .text {
  padding: 12px 0 0 0;
  font-size: 13px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
  box-sizing: border-box;
}

.Intermediary_list .box .my_fb {
  display: flex;
  padding: 18px 0 0 0;
}

.Intermediary_list .box .my_fb a {
  background: #3b5998;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  width: 90px;
  text-align: center;
}

.Intermediary_list .box .my_line {
  display: flex;
  padding: 18px 0 0 0;
}

.Intermediary_list .box .my_line a {
  /* background: #07bd02; */
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px 0 10px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 5px 0 0;
}

.Intermediary_list .box .my_line a.see {
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #a90329 0%,
    #8f0222 44%,
    #6d0019 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}

.Intermediary_list .box .my_line a img {
  width: 107px;
  /* margin: 0 5px 0 0; */
}

/* *** area-select-box 2024-08-13 *** */
.area-select-box .area-box-body a {
  color: #737373;
}

.area-select-box .area-box-body {
  padding-left: 20px;
}

.area-select-box .area-box-body dl {
  margin-top: 17px;
  display: flex;
}

.area-select-box .area-box-body dt {
  margin-right: 20px;
}

.area-select-box .area-box-body dd {
  margin-right: 10px;
  width: 50px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: #737373;
}

.area-select-box .area-box-body dd:hover,
#area-select-box.area-select-box .area-select-active {
  background-color: #005bac;
  color: white;
  border-radius: 3px;
}

.area-select-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999998;
  display: none;
}

.area-select-box .area-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999;

  width: 496px;
  height: 214px;
  margin-left: -248px;
  margin-top: -107px;
  border-radius: 5px;

  background-color: white;
}

.area-select-box .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background-color: rgba(0, 0, 0, .68);
}

.area-select-box .area-box-header {
  height: 46px;
  line-height: 46px;
  background: #f7f7f7;
  box-sizing: border-box;
  padding: 0 20px;
  border-radius: 5px;
}

.area-select-box .area-box-title {
  font-size: 20px;
  color: #333;
  float: left;
}

.area-select-box .area-box-close {
  float: right;
  background: url('/style_2015/images/close.png') no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 13px;
}