.newInfoCard {
	width: 1160px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 30px;
}

/*左边*/
.newInfoCard-left {
	width: 365px;
	float: left;
}

.newInfoCard-left-part1 {
	margin-bottom: 25px;
}

.newInfoCard-left-part2 {
	margin-bottom: 25px;
}

.newInfoCard-left-part3 {
}

.newInfoCard-left-title {
	width: 100%;
	height: 75px;
	line-height: 75px;
	background: #000;
	color: #b8b8b8;
	padding-left: 25px;
	font-size: 22px;
	font-weight: bold;
}

.newInfoCard-left-part1-con {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
}

.newInfoCard-left-part1-con ul li {
	height: 75px;
	border-bottom: 2px dashed #a4a4a4;
	color: #fff;
	font-size: 20px;
	line-height: 75px;
	padding-left: 25px;
	cursor: pointer;
}

.newInfoCard-left-part1-con ul li  a {
	color: #fff;
}

.newInfoCard-left-part1-con ul li:last-child {
	border-bottom: none;
}

.newInfoCard-left-select {
	color: #dab84a !important;
}

.newInfoCard-left-part1-con ul li span {
	padding-left: 20px;
}

.newInfoCard-left-part2-con {
	width: 100%;
	background: #fff;
}

.newInfoCard-left-part2-con ul li {
	height: 70px;
	line-height: 70px;
	color: #303030;
	border-bottom: 2px dashed #c4c4c4;
	padding: 0 25px;
}

.newInfoCard-left-part2-con ul li:last-child {
	border-bottom: none;
}

.newInfoCard-left-part2-con ul li a {
	color: #303030;
	font-size: 16px;
	width: 275px;
	display: block;
	float: left;
}

.newInfoCard-left-part2-con ul li span {
	float: right;
}

.newInfoCard-left-part3-con {
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	padding: 35px 25px;
}

.newInfoCard-left-part3-item1 img {
	width: 20px;
}

.newInfoCard-left-part3-item1 span {
	font-size: 18px;
	color: #fff;
	padding-left: 10px;
}

.newInfoCard-left-part3-tel1 {
	color: #d0a863;
	font-size: 22px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	letter-spacing: 5px;
}

.newInfoCard-left-part3-tel2 {
	color: #d0a863;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 5px;
	padding-bottom: 10px;
}

.newInfoCard-left-part3-w {
	color: #fff;
	padding-top: 10px;
	font-size: 16px;
}

/*右边*/
.newInfoCard-right {
	width: 765px;
	margin-bottom: 30px;
}

.newInfoCard-right-title {
	width: 100%;
	height: 75px;
	line-height: 75px;
	background: #000;
	color: #fff;
	padding-left: 25px;
	font-size: 22px;
	font-weight: bold;
}

.newInfoCard-right-con {
	padding: 25px 0px;
}

.newInfoCard-right-con ul li {
	height: 150px;
	padding-bottom: 25px;
	border-bottom: 2px solid #efefef;
	margin-bottom: 20px;
}

.newInfoCard-right-con-ulleft {
	width: 200px;
	float: left;
}

.newInfoCard-right-con-ulleft img {
	width: 200px;
}

.newInfoCard-right-con-ulright {
	width: 500px;
	float: right;
}

.newInfoCard-right-con-ulright h2 {
	color: #373737;
	font-size: 18px;
	font-weight: bold
}

.newInfoCard-ulright-desc {
	margin: 25px 0px;
	color: #2e2e2e;
	line-height: 25px;
}

.newInfoCard-ulright-bottom-right {
	color: #929292;
	float: right;
}

.newInfoCard-ulright-bottom-left {
	float: left;
	color: #929292;
}

.newInfoCard-ulright-bottom-left span {
	display: inline-block;
}

.newInfoCard-right-box {
	width: 765px;
	float: right;
}

/*分页*/
.page-box {
	width: 100%;
	height: 40px;
	margin: 0 auto;
}

.page-box ul li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 8px;
	border: 1px solid #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.page-box ul li a {
	color: #fff;
	font-size: 16px;
}

.page-box-black {
	background: #000;
	border: none !important;
}

/*搜索*/
.video-search-box {
	width: 290px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 5px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.video-search-input {
	background-color: transparent !important;
	width: 220px !important;
	float: left;
}

.video-search-img {
	width: 35px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.video-list-item1, .video-list-item2, .video-list-item3 {
	position: relative;
	height: 288px;
	overflow: hidden;
	margin-bottom: 50px;
}

.prev {
	width: 16px;
	background: url(../img/v-prev.png);
	position: absolute;
	top: 140px;
	height: 29px;
	cursor: pointer;
	opacity: 0.5;
	display: none;
}

.next {
	width: 16px;
	background: url(../img/v-next.png);
	position: absolute;
	top: 140px;
	height: 29px;
	right: 0px;
	cursor: pointer;
	opacity: 0.5;
	display: none;
}

.propaganda {
	margin: 0px 10px 0px 27px;
}

.propaganda ul li {
	width: 230px;
	height: 235px !important;
	background: #fff;
	margin-right: 10px;
	float: left;
}

.video-list-title {
	color: #c9af62;
	font-size: 18px;
	margin-bottom: 15px;
}

.thumb-video {
	width: 100%;
	background: #000;
	height: 145px;
}

.video-list-name {
	font-size: 15px;
	padding: 0 5px;
}

.video-list-time {
	font-size: 12px;
	color: #949494;
	padding: 20px 5px 0px 10px;
}

.default-videos-list {
	
}

.search-videos-list {
	display: none;
}

.search-videos-tip1 {
	color: #a7a6a4;
	font-size: 16px;
	margin: 30px 0px 10px 0px;
}

.search-videos-tip2 {
	color: #a7a6a4;
	font-size: 16px;
	margin-bottom: 30px;
}
.search-videos-list ul li{
	width: 760px;
	height: 180px;
	background: #fff;
	margin-bottom: 20px;
	padding: 15px 10px;
}
.search-thumb-video{
	width: 227px;
	height: 145px;
	/*background: #000;*/
}
.search-right{
	width: 500px;
	height: 145px;
	float: right;
}
.search-right p{
	color: #373737;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.search-right-bottom{
	margin-top: 35px;
}
.search-right-bottom span{
	color: #999;
	margin-right: 40px;
}

.videos-empty {
	display: none;
}
.videos-empty p{
	text-align: center;
    color: #fff;
    font-size: 16px;
}
.videos-empty-tip{
	margin-top: 200px;
	margin-bottom: 10px;
}
