/*页面浮动*/
/* 清除默认标签margin padding */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
button,
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,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
body {
  min-width: 1200px;
  color: #333;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 1;
  background: #f5f5f5;
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only;*/
  text-decoration: none;
}
/*清楚默认加粗*/
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
/*清除默认样式*/
ol li,
ul li,
li {
  list-style-type: none;
}
/*清除input，textarea点击出点的边框*/
input,
textarea,
a {
  outline: none;
}
/*清除删除线*/
del {
  text-decoration: line-through;
}
/*清除表格边距等*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: "";
  height: 0;
}
/*清除默认斜体*/
i,
em {
  font-style: normal;
}
img {
  border: none;
  vertical-align: middle;
}
input::-webkit-input-placeholder {
  color: #fff;
}
/*屏蔽swiper滚动默认按钮*/
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
/*通用页面头部*/
.header_bar,
.header_bar_top {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.header_bar_top {
  height: 36px;
  background: #f9f9f9;
  border-bottom: 1px solid #dedede;
}
.header_bar_top .con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.header_bar_top .con p {
  height: 36px;
  line-height: 36px;
}
.header_bar_top .con a {
  color: #666;
}
.header_bar_top .nav {
  overflow: hidden;
}
.header_bar_top .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  height: 100%;
  padding: 0 15px;
  color: #666;
  font-size: 13px;
    font-family: "宋体";
    font-weight: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.header_bar_top .nav a:hover {
  color: #e60012;
}
.header_bar_top .nav a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 20px;
  border-right: 1px solid #dedede;
}
.header_bar_con {
  width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 120px;
}
.header_bar_con .logo img {
  vertical-align: middle;
}
.header_bar_con .service {
  width: 406px;
  padding-bottom: 14px;
  background: url("../images/iconBases/icon_campus_list_bg.jpg") center bottom no-repeat;
}
.header_bar_con .service .list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  justify-content: space-evenly;
  height: 24px;
}
.header_bar_con .service a {
  color: #333;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.header_bar_con .tel img {
  vertical-align: middle;
}
.header_bar_nav {
  height: 40px;
  padding-bottom: 3px;
  background: url("../images/iconBases/icon_header_nav_bg.png") center top;
}
.header_bar_nav .nav_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header_bar_nav .nav_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  float: left;
  height: 100%;
  padding: 0 22px;
  font-weight: 600;
  position: relative;
}
.header_bar_nav .nav_list a:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 40px;
  background: url("../images/iconBases/icon_header_nava_gd.jpg") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* 天籁校区 */
.campus{
	width: 970px;
    padding: 0 15px;
	margin-bottom: 20px;
	background: #fff;
	clear: both;
}
.TL-site{
	width: 100%;
	height: auto;
	padding: 8px 0 20px;
	overflow: hidden;
  }
  .TL-site .list{
	display: flex;
	align-items: flex-start;
	width: 100%;
	line-height: 34px;
	overflow: hidden;
  }
  .TL-site .list span{
	flex-shrink: 0;
	width: 60px;
	color: #000;
	font-weight: 700;
	text-align: left;
  }
  .TL-site .list p{
	width: 100%;
  }
  .TL-site .list p a{
	color: #666;
	  float: left;
	  margin: 0 6px;
	  font-size: 13px;
	  line-height: 34px;
  }
  .TL-site .list p:hover{
	text-decoration: underline;
  }
#campus_list{
	width: 100%;
	height: auto;
	padding: 8px 0 20px;
	overflow: hidden;
  }
  #campus_list .list{
	display: flex;
	align-items: flex-start;
	width: 100%;
	line-height: 34px;
	overflow: hidden;
  }
  #campus_list .list span{
	flex-shrink: 0;
	width: 60px;
	color: #000;
	font-weight: 700;
	text-align: left;
  }
  #campus_list .list p{
	width: 100%;
  }
  #campus_list .list p a{
	color: #666;
	  float: left;
	  margin: 0 6px;
	  font-size: 13px;
	  line-height: 34px;
  }
  #campus_list .list p:hover{
	text-decoration: underline;
  }
/*页面内容导航*/
.content_top_nav {
  width: 100%;
  overflow: hidden;
}
.content_top_nav .content_nav_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.content_top_nav .content_nav_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin: 0 18px;
  float: left;
  line-height: 48px;
  font-size: 15px;
}
.content_top_nav .content_nav_list a:hover {
  text-decoration: underline;
}
/*页面底部*/
.footer_bar {
  width: 100%;
  padding-bottom: 60px;
  overflow: hidden;
}
.footer_bar .service_con {
  width: 100%;
  background: #fff;
}
.footer_bar .service_list {
  width: 1170px;
  margin: 0 auto;
  padding: 42px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.footer_bar .service_list .tel img {
  vertical-align: middle;
}
.footer_bar .service_list .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
}
.footer_bar .service_list .nav:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: url("../images/iconBases/icon_footer_nav_bg.jpg") left center no-repeat;
  right: 0;
  margin-right: -1px;
}
.footer_bar .service_list .list {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 134px;
  position: relative;
}
.footer_bar .service_list .list:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: url("../images/iconBases/icon_footer_nav_bg.jpg") left center no-repeat;
  left: 0;
  margin-left: -1px;
}
.footer_bar .service_list a {
  color: #666;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_bar .service_list a:hover {
  color: #e60012;
}
.footer_bar .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer_bar .qrcode dl {
  margin: 0 6px;
}
.footer_bar .qrcode dt {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.footer_bar .qrcode dd {
  padding-top: 10px;
  height: 20px;
  line-height: 20px;
}
.footer_bar .qrcode img {
  width: 100%;
}
.footer_bar .copyright_info {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  overflow: hidden;
}
.footer_bar .copyright_info .copyright {
  height: 24px;
  line-height: 24px;
  color: #333;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.footer_bar .copyright_info a {
  color: #333;
}
.footer_bar .copyright_info .internet {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #666;
}
.footer_bar .copyright_info .internet:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("../images/iconBases/icon_gaba.png") center center no-repeat;
  background-size: 100% auto;
}
/*页面右侧浮动*/
.page_right_service {
  position: fixed;
  top: 0;
  z-index: 9999;
  right: 0;
  width: 130px;
  padding-top: 45px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: url("../images/iconBases/icon_flex_right_top.png") center top no-repeat;
  background-size: 100% auto;
}
.page_right_service ul {
  width: 100%;
  overflow: hidden;
}
.page_right_service ul li {
  width: 100%;
  padding: 0 10px;
  background: #ff1a40;
  position: relative;
  box-sizing: border-box;
}
.page_right_service ul li:nth-child(even) {
  background: #ed0d32;
}
.page_right_service ul li:not(:last-of-type):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url("../images/iconBases/icon_flex_right_hr.png") center bottom no-repeat;
  background-size: 100% auto;
}
.page_right_service ul li > * {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
/*页面左侧浮动*/
.page_left_service {
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  width: 180px;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_left_service .hot_class {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.page_left_service .hot_class img {
  width: 100%;
}
.page_left_service .art_service {
  width: 120px;
  padding-top: 149px;
  background: url("../images/iconBases/icon_art_service_bg.png") center top no-repeat;
  background-size: 100% auto;
}
.page_left_service .art_service a {
  display: block;
  width: 100%;
  text-align: center;
  height: 31px;
  line-height: 31px;
  color: #666;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page_left_service .art_service a:hover {
  color: #e60012;
}
.page_left_service .art_service a:last-child {
  color: #fff;
  background: #ff1a40;
}
/*main_banner*/
.main_banner {
  width: 100%;
  overflow: hidden;
}
.main_banner img {
  width: 100%;
}
/*校区轮播图，左右结构*/
.tl_campus_list_lr {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.tl_campus_list_lr .tl_campus_tp {
  width: 600px;
  height: 430px;
}
.tl_campus_list_lr .tl_campus_tp img {
  width: 100%;
  height: 100%;
}
.tl_campus_list_lr .tl_campus_text {
  width: 500px;
  height: 310px;
  padding: 60px 50px;
  background: #fff;
}
.tl_campus_list_lr .tl_campus_text strong {
  display: block;
  padding-bottom: 19px;
  line-height: 30px;
  font-size: 28px;
  text-align: left;
}
.tl_campus_list_lr .tl_campus_text i {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 14px;
  background: #7b6444;
}
.tl_campus_list_lr .tl_campus_text p {
  padding-bottom: 27px;
  line-height: 27px;
  text-align: left;
  text-align-last: left;
  font-size: 16px;
  color: #666;
}
.tl_campus_list_lr .tl_campus_lb {
  padding: 0 59px;
  height: 86px;
}
.tl_campus_list_lr .tl_campus_lb li {
  float: left;
  margin-right: 10px;
  position: relative;
}
.tl_campus_list_lr .tl_campus_lb li:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.tl_campus_list_lr .tl_campus_lb li img {
  width: 100%;
  height: 100%;
}
.tl_campus_list_lr .tl_campus_lb .swiper-slide-thumb-active:before {
  box-sizing: border-box;
  border: 2px solid #7b6444;
  background: none;
}
.tl_campus_list_lr .tl_campus_lb label {
  position: absolute;
  top: 0;
  width: 59px;
  height: 100%;
  margin: 0;
}
.tl_campus_list_lr .tl_campus_lb label.swiper-button-next {
  left: 0;
  background: #fff;
}
.tl_campus_list_lr .tl_campus_lb label.swiper-button-prev {
  left: auto;
  right: 0;
  background: #fff;
}
.tl_campus_list_lr .tl_campus_lb a {
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/iconBases/icon_campus_btn.png) no-repeat;
}
.tl_campus_list_lr .tl_campus_lb a:hover {
  background: url(../images/iconBases/icon_campus_btn.png) left bottom no-repeat;
}
.tl_campus_list_lr .tl_campus_lb a.fr {
  background-position-x: right;
}
/*页面底部咨询电话*/
.page_bottom_service_tel {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 1000px;
  margin: 0 auto;
  top: auto;
  bottom: 0;
  left: 50%;
  padding: 0 70px;
  margin-left: -500px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  overflow: hidden;
}
.page_bottom_service_tel .content_info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 40px;
}
.page_bottom_service_tel dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.page_bottom_service_tel dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 24px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: bold;
}
.page_bottom_service_tel dl dt:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 26px;
  margin: 0 20px;
  background: #666;
}
.page_bottom_service_tel dl dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding-left: 40px;
  color: #ed0d32;
  font-size: 24px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: bold;
  background: url("/images/iconBases/icon_flex_tel.jpg") left center no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.page_bottom_service_tel dl span {
  margin-left: 12px;
  color: #666;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
}
.page_bottom_service_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  width: 150px;
  height: 26px;
  background: #ed0d32;
  border-radius: 4px;
  overflow: hidden;
}
/*底部右侧宣传视频*/
.fix_video {
  position: fixed;
  _position: relative;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 200px;
  z-index: 99999;
  _position: absolute;
  background: #000;
}
.fix_video .box {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.fix_video .fix_box {
  position: absolute;
  bottom: 0;
  width: 350px;
  height: 200px;
  z-index: 999999!important;
}
.fix_video .fix_box .close span {
  display: block;
  height: 20px;
  padding: 0 8px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.3);
}
.fix_video .fix_box .close span:hover {
  color: red;
  background: rgba(0, 0, 0, 0.5);
}
.fix_video .fix_box a {
  display: block;
  width: 350px;
  height: 240px;
  overflow: hidden;
}
.fix_video .fix_box .close {
  width: 100%;
  height: 20px;
  cursor: pointer;
  color: red;
  overflow: hidden;
}
.fix_video object {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 240px!important;
  z-index: 1!important;
}
/*# sourceMappingURL=tl_default.css.map */

/* 校区列表部分 */
#campus_list{
  width: 100%;
  height: auto;
  padding: 8px 0 20px;
  overflow: hidden;
}
#campus_list .list{
  display: flex;
  align-items: flex-start;
  width: 100%;
  line-height: 34px;
  overflow: hidden;
}
#campus_list .list span{
  flex-shrink: 0;
  width: 60px;
  color: #000;
  font-weight: 700;
  text-align: left;
}
#campus_list .list p{
  width: 100%;
}
#campus_list .list p a{
  color: #666;
    float: left;
    margin: 0 6px;
    font-size: 13px;
    line-height: 34px;
}
#campus_list .list p:hover{
  text-decoration: underline;
}
/*****侧栏搜索*******/
.sidebar .search{
	height: 36px;
	line-height: 36px;
	padding-bottom: 10px;
}
.sidebar .search .icon-tlss{
	width: 32px;
	height: 30px;
	float: left;
	background: url(../images/icon-tlss.jpg) no-repeat;
}
.sidebar .search .text-bg{
	width: 194px;
	height: 26px;
	float: left;
	line-height: 28px;
	text-indent: 5px;
	border-left: none;
	border-right: none;
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
}
.sidebar .search-btn{
	width: 74px;
	height: 30px;
	float: left;
	background: url(../images/search-btn.jpg) no-repeat;
}

/*通用标题*/
.subtitle {
  font-size: 16px;
  background: #fff;
  overflow: hidden;
  font-family: "微软雅黑";
  border-bottom: 2px solid #f5f5f5;
}
.subtitle h3 {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  color: #262626;
  float: left;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 36px;
  border-bottom: 2px solid #d90000;
}
.subtitle ul {
  line-height: 28px;
}
.subtitle ul li {
  float: left;
}
.subtitle ul a {
  display: inline-block;
  color: #666;
  margin: 0 13px;
  float: left;
  line-height: 48px;
}
/*********热点专题************/
.hot-special {
  width: 970px;
  padding: 0 15px;
  margin: 0 auto 20px;
  background: #fff;
  clear: both;
}
.hot-special .hotsc-con {
  display: inline-block;
  margin-top: 20px;
}
.hot-special .hotsc-con ul {
  /* display: inline-block;
  margin-right: -10px; */
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
.hot-special .hotsc-con .swiper-slide{
  margin-right: 10px;
}
.hot-special .hotsc-con ul li {
  width: 186px;
  height: 98px;
  float: left;
  margin: 0 10px 10px 0;
}
.hot-special .hotsc-con ul img {
  width: 186px;
  height: 66px;
  overflow: hidden;
}
.hot-special .hotsc-con ul a {
  display: block;
  /*height: 32px;*/
  line-height: 32px;
  color: #666;
  width: 100%;
  text-align: center;
}
.hot-special .hotsc-con ul a:hover {
  text-decoration: underline;
}
/*天籁校区*/
.campus {
  width: 1000px;
  margin: 0 auto 20px;
  background: #fff;
  overflow: hidden;
  clear: both;
}
.campus dl {
  padding: 0 15px;
}
.campus dl dt {
  height: 36px;
  border-bottom: 2px solid #f5f5f5;
}
.campus dl dt h3 {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  color: #262626;
  float: left;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 36px;
  border-bottom: 2px solid #d90000;
}
.campus dl dd {
  margin: 8px 0;
  font-size: 14px;
  font-family: "微软雅黑";
}
.campus dl dd li {
  height: 34px;
  width: 100%;
  float: left;
  list-style-type: none;
}
.campus dl dd li b {
  display: block;
  width: 80px;
  float: left;
  color: #000;
  font-weight: 700;
  text-align: left;
  line-height: 34px;
}
.campus dl dd li a {
  float: left;
  margin: 0 5px;
  line-height: 34px;
  color: #666;
}
.campus dl dd.link a {
  padding: 5px 10px;
  display: block;
  float: left;
  word-break: keep-all;
  white-space: nowrap;
}
/*天籁荣誉*/
.badge {
  width: 1000px;
  margin: 0 auto 20px;
  height: 205px;
  background: #fff;
  clear: both;
}
.badge dl {
  padding: 0 15px;
}
.badge dl dt {
  height: 36px;
  border-bottom: 2px solid #f5f5f5;
}
.badge dl dt h3 {
  display: inline-block;
  _zoom: 1;
  *display: inline;
  color: #262626;
  float: left;
  font-size: 16px;
  font-family: "微软雅黑";
  line-height: 36px;
  border-bottom: 2px solid #d90000;
}
.badge dl dd {
  overflow: hidden;
  margin-left: -1px;
  margin-top: 20px;
  position: relative;
}
.badge dl dd ul {
  height: 129px;
}
.badge dl dd li {
  width: 192px;
  float: left;
  margin: 0 1px;
  cursor: pointer;
}
.badge .prev {
  position: absolute;
  left: 0px;
  top: 40px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.badge .next {
  position: absolute;
  right: 0px;
  top: 40px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.badge .prev:hover,
.badge .next:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}