/* 鏍峰紡浠庡畾鍚� */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  width: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,button:hover {
  cursor:pointer;
}
/* 甯冨眬澶у皬 */
.dance {
  width: 100%;
  margin: 0 auto 100px;
  background-color: #f9f9f9;
} 
/* 杞挱鍥� */
.dance .banner {
  width: 100%;
}
.dance .banner img {
  width: 100%;
}
/* 鍐呭鍖哄煙 */
.dance>.hot,.dance>.info,.dance>.message_index {
  width: 1200px;
  margin: 0 auto;
}
/* 鏍囬 */
.dance .header_index {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 3px;
  margin-top: 30px;
  position: relative;
}
.dance .header_index>.title {
  border-left: 5px solid #0b8ee8;
  padding-left: 5px;
  color: #333;
  font-weight: bold;
  font-size: 22px;
}
.dance .header_index .small_title a{
  position: absolute;
  right: 0;
  bottom: 3px;
  color: #999;
  font-size: 14px;
}
.dance .header_index .small_title img {
  width: 10px;
}
/* 鐑棬璧涗簨鍐呭鍖哄煙 */
.dance .hot .content,.dance .info .content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.dance .hot .content .item {
  width: 32%; 
  position: relative;
  background-color: #fff;
  padding-bottom: 15px;
  box-shadow: 0px 12px 15px #ccc;
}
/* 璧涗簨淇℃伅 */
.dance .info .content>.item {
  width: 24%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 12px 15px #ccc;
}
.dance .hot .content .item>div:first-child img, .dance .info .content .item>div:first-child img {
  width: 100%;
  height: 190px;
}
.dance .hot .content .item>div:not(:first-child) {
  padding: 5px 20px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dance .hot .content .item>div:not(:first-child) img {
  vertical-align: middle;
  padding-right: 8px;
}
.dance .hot .content .item>div:not(:first-child) span {
  vertical-align: middle;
  display: inline-block;
}
.dance .hot .content .item>div:not(:first-child) span:first-child {
  padding-left: 5px;
}
.dance .hot .content .item>div:nth-child(2) {
  font-size: 18px;
  color: #333;
}
/* 鎶ュ悕鎸夐挳 */
.dance .hot .content .item .apply_button {
  position: absolute;
  bottom: 12px;
  right: 0px;
}
.dance .hot .content .item .apply_button button {
  color: #0b8ee8;
  border: 1px solid #0b8ee8;
  background-color: #fff;
  padding: 2px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
/* 璧涗簨淇℃伅 */
.dance .info {
  color: #333;
}

.dance .info .content>.item>.caption,.dance .info .content>.item>.tag {
  font-size: 16px;
}
.dance .info .item .tag {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
}
.dance .info .list {
  display: flex;
}
.dance .info .list .item {
  width: 33%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.dance .info .list .item li {
  height: 50px;
  vertical-align: middle;
}
.dance .info .list .item:not(:nth-child(2)) li {
  line-height: 50px;
}
.dance .info .list .item span {
  display: block;
}
.dance .info>.content>.item>.btn {
  width: 100%;
  height: 70px;
  line-height: 70px;
  background-size: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.dance .info>.content>.item>.btn a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.dance .info>.content>.item>.btn img {
  vertical-align: middle;
}
.dance .info>.content>.item:first-child .btn {
  background: url(/MatchWeb/resources/images/index/5.png) no-repeat center center;
}
.dance .info>.content>.item:nth-child(2) .btn {
  background: url(/MatchWeb/resources/images/index/8.png) no-repeat center center;
}
.dance .info>.content>.item:nth-child(3) .btn {
  background: url(/MatchWeb/resources/images/index//9.png) no-repeat center center;
}
.dance .info>.content>.item:last-child .btn {
  background: url(/MatchWeb/resources/images/index/10.png) no-repeat center center;
}
/* 鐑棬璧勮 */
/* 涓� */
.message_index .content {
  margin-top: 20px;
}
.message_index .content .top {
  display: flex;
  box-shadow: 0px 12px 15px #ccc;
}
.message_index .content .top ul li {
  display: flex;
  padding: 21px 0px;
  background-color: #fff;
  font-size: 16px;
}
.message_index .content .top ul li div:first-child {
  padding: 0 10px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.message_index .content .top ul li div:nth-child(2) {
  padding: 0 10px;
}
.message_index .content .top ul li div:nth-child(2) p:first-child {
  width: 390px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message_index .content .top ul li div:nth-child(2) p:last-child {
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message_index .content .top ul li div:first-child p:first-child {
  font-size: 20px;
}
.message_index .content .top ul li div>p:nth-child(2) {
  font-size: 12px;
}
.message_index .content .top ul li div> p:nth-child(2) {
  margin-top: 5px;
}
.message_index .content .top ul li:hover {
  cursor: pointer;
}
/* 涓� */
.message_index .content .list {
  display: flex;
  justify-content: space-between;
}
.message_index .content .list .item:not(:last-child) {
  width: 37%;
}
.message_index .content .list .item:last-child {
  width: 23.65%;
}
.message_index .content .list .item img {
  width: 100%;
}
.message_index .content .list .item li {
  margin-top: 10px;
}
.message_index .content .list .item:not(:last-child) li {
  position: relative;
}
.message_index .content .list>.item>li>div{
  position: absolute;
  bottom: 0px;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
  width: 100%;
  opacity: .8
}
.message_index .content .list>.item>li:hover {
  cursor: pointer;
}
.message_index .content .list>.item>li>div:hover {
  cursor: pointer;
}
.message_index .content .list .item li div p {
  margin: 0px auto 10px;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.message_index .content .list .item li div img {
  width: 14px;
  height: 14px;
  margin-left: 30px;
  margin-right: 5px;
}
.message_index .content .list .item li div>span:last-child {
  margin-left: 220px;
}

