.left,.l{
	float: left;
}
.right,.r{
	float: right;
}
.main-banner {
    background-color: #020101;
}
.main-banner img {
    display: block;
}
.img-top {
    padding-top: 44px;
}
.featured{
	background: #f9f9f9;
}
.video-box{
	padding: 44px 60px;
}
.box-border{
	border: 1px solid #c6ad89;
	margin-bottom: 28px;
}
.box-border .images-box{
	width: 524px;
	height: 234px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.box-border .images-box img{
	width: 100%;
	height: 100%;
}
.box-border .images-box i{
	display: block;
	position: absolute;
	z-index: 2;
	background: url(../../images/ctc/play.png) no-repeat;
	height: 42px;
	width: 38px;
	top: 50%;
	left: 50%;
	margin-top: -21px;
	margin-left: -19px;
}
.clinic-name{
	background: #fff;
	height: 88px;
	width: 524px;
}
.clinic-name p{
	color: #333333;
	font-size: 22px;
	margin-top: 22px;
	margin-left: 20px;
	width: 524px;
}
.clinic-name span{
	color: #666666;
	font-size: 14px;
	margin-top: 4px;
	margin-left: 20px;
}
.clinic-name a{
	background: url(../../images/ctc/rectangle.png) no-repeat center;
	font-size: 16px;
	color: #333;
	width: 142px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-top: 32px;
	margin-right: 20px;
}
.clinic-name a:hover{
	background: url(../../images/ctc/rectangle-hover.png) no-repeat center;
	color: #a0763a;
}


/*common*/
.list_more {
    display: block;
    margin: 123px auto 72px;
}
.result_link {
  text-align: center;
  margin-bottom: 55px;
}

.result_link a{
  width: 304px;
  height: 327px;
  display: inline-block;
  border: #a0763a 1px solid;
  margin-right: 60px;
}

.result_link a:last-child {
  margin-right: 0;
}

.result_link li img {
  display: block;
  margin: 48px auto 34px;
}

.result_link li .link_btn {
  text-align: center;
}

.result_link li .link_btn span{
  display: inline-block;
  width: 90px;
  height: 22px;
  line-height: 22px;
  border: #a0763a 1px solid;
  border-radius: 10px;
  font-size: 16px;
}
.none{
	display: none;
}
.video-playbox{
    position: fixed;
    /*border: 1px solid #f7f7f7;*/
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -320px;
    z-index: 999;
    width: 640px;
    height: 500px;
    z-index:999999;
}
.transparent_bg {
    min-height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    /* display: none; */
    filter: alpha(opacity=50);
    background-color: black;
    opacity: 0.5;
    -moz-opacity: 0.5;
}