.panel-nav {
	margin-top: 34px;
	margin-bottom: 22px;
}

.baike-model {
	background-color: #fff;
}

.model-header, .model-body {
	padding: 46px 70px;
}

.search {
	position: relative;
	width: 800px;
	font-size: 18px;
}

.inp_box {
	border: 5px solid #69b6ff;
	border-radius: 5px;
	width: 660px;
	height: 40px;
	float: left;
}

.search-input {
	display: block;
	width: 665px;
	margin: 5px 0 0 10px;
	border-width: 0;
	line-height: 30px;
	background: transparent;
	outline: 0;
	-webkit-appearance: none;
}

.search-input:focus {
	outline: none;
}

#search-btn {
	position: absolute;
	right: 5px;
	display: block;
	width: 130px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	background-color: #6cb8ff;
	color: #ffffff;
	float: right;
	cursor: pointer;
}

#search-btn .icon {
	font-size: 24px;
}

#search-btn:active {
	width: 129px;
	height: 49px;
	border-top: 1px solid #42a0f9;
	border-right: 1px solid #42a0f9;
}

#search-btn:hover {
	background-color: #42a0f9;
	box-shadow: 1px 1px 1px #ccc;
}

.hot-model {
	padding-top: 22px;
	font-size: 16px;
}

.hot-model .rs {
	display: inline-block;
	float: left;
	color: #000;
}

.model-list ul li a:hover, .hot-model a:hover {
	color: #42a0f9;
}

.hot-model a {
	margin-left: 10px;
	color: #cecece;
}

.model-title {
	display: block;
	overflow: hidden;
	border-left: 7px solid #4F9CEE;
	line-height: 24px;
	font-size: 22px;
	font-weight: 400;
	font-family: Microsoft YaHei, SimHei, Verdana;
}

.title-text {
	display: block;
	padding: 0 8px 0 18px;
	line-height: 24px;
	font-size: 22px;
	font-weight: 400;
	color: #000;
}

.model-list {
	margin-top: 40px;
}

.model-list ul li {
	border-bottom: 1px dashed #696969;
	padding-bottom: 4px;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.model-list ul li a {
	color: #696969;
	line-height: 30px;
}

.model-list ul li a:before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #3595e6;
	vertical-align: middle;
	margin-right: 20px;
}

.video-new-list {
	width: 528px;
}

.video-cont {
	width: 240px;
	margin-right: 24px;
	margin-top: 16px;
	float: left;
	background-color: #f8f8f8;
	opacity: .9;
	box-shadow: rgb(221, 211, 221) 0px 0px 10px;
	cursor: pointer;
}

.video-cont>a {
	position: relative;
	display: block;
	overflow: hidden;
}

.hover-img {
	width: 100%;
	height: 160px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.video-cont .icon-play {
	display: block;
	width: 68px;
	height: 68px;
	background-image: url(../images/video/video.png);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -34px;
	opacity: 0;
	transition: all .5s;
}

.video-time {
	position: absolute;
	right: 25px;
	bottom: 5px;
	width: 50px;
	height: 20px;
	color: #ffffff;
}

.video-cont-title {
	padding: 10px;
}

.video-cont p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.video-item-info {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #a0a0a0;
	padding: 5px 0;
}

.model-text {
	float: left;
	width: 460px;
	border-right: 1px dashed #696969;
	padding-right: 25px;
}

.model-video {
	float: right;
	width: 504px;
	overflow: hidden;
	padding-left: 70px;
}

.video-cont:hover {
	-webkit-box-shadow: 0 0 20px #bed3e7;
	-moz-box-shadow: 0 0 20px #bed3e7;
	box-shadow: 0 0 20px #bed3e7;
}

.video-cont:hover .hover-img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.video-cont>a:hover .icon-play {
	opacity: 0.8;
}

.btn-more:hover {
	background: #42a0f9;
	border-bottom: 1px solid #55abfc;
	box-shadow: 1px 1px 1px #ccc;
}

.btn-more:active {
	border-top: 1px solid #5895ce;
	border-right: 1px solid #5895ce;
	height: 40px;
	width: 149px;
}

.btn-more {
	background-color: #6cb8ff;
}

.btn-more {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: none;
	outline: none;
	color: #ffffff;
	margin: 24px auto;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	cursor: pointer;
	font-size: 18px;
}