body {
			font-family: Microsoft YaHei, Arial, Helvetica, sans-serif, Regular;
		}
		
		.item {
			height: 450px;
		}
		
		.aNavigation {
			/*a标签导航*/
			font-family: Microsoft YaHei, Arial, Helvetica, sans-serif, Regular;
			padding: 15px 40px !important;
			font-weight: inherit !important;
		}
		
		.ContentTitle {
			/*给第二个导航栏用的*/
			position: fixed;
			top: 4.2rem;
			width: 100%;
			z-index: 100;
		}
		
		.zoom-container2 {
			/*显示文章属性内容，让右边浮上来*/
			max-width: 250px;
			display: inline-block;
			float: left;
			margin-right: 5px;
		}
		
		.ShowContentP {
			/*p标签撑起大小*/
			height: 14rem;
		}
		
		h5 {
			float: right;
		}
		
		.vid-name {
			color: black;
		}
		
		.img-circle {
			/*专访那里的圆形头像*/
			width: 6rem;
			height: 6rem;
		}
		
		i {
			color: #666666;
		}
		
		body {
			background: #f8f8f8;
		}
		
		.widget {}
		
		.info {
			margin: 1rem 0rem;
		}
		
		.container2 {
			/*调整图片轮播上面的文字显示*/
			margin-top: -334px;
			
			margin-right: auto;
		}
		
		.btn-group {
			margin: 2px;
		}
		
		.warp1 {
			/*超出一行隐藏*/
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			-ms-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
		.caption .tmp a {
			color: black;/*文章标题颜色*/
		}
		.caption .tmp a:hover {
			text-decoration: none;
			color: #FF0000;
		}
		.warp2 {
			/*超出两行隐藏*/
			overflow: hidden;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			-ms-text-overflow: ellipsis;
			text-overflow: ellipsis;
		}
		
		td {
			text-align: center !important;
			/*设置水平居中*/
			vertical-align: middle !important;
			/*设置垂直居中*/
		}
		
		.yearTopImage {
			/*年度排行榜图片*/
			width: 100px;
			height: 40px;
			overflow: hidden;
		}
		.caption a {
			color: #e84f4f;/*文章标题颜色*/
		}
		.h3class a{
			color: #e84f4f;/*文章标题颜色*/
		}
		a:hover {
			text-decoration: none;
			color: red;
		}
		.mainmenu-area ul.navbar-nav li:hover a, .mainmenu-area ul.navbar-nav li.active a {
			color: #FFFFFF;
			background-color: #e81414;/*导航栏伪类效果*/
		}
		ol.slide-indicators {
			position: relative;
			bottom: -32px;
			left: -15px;
		}
		.latest-product h2,.latest-product h2 i {
			color: #f71c25;
		}
		ol.slide-indicators li {
			border-radius: 50%;/*轮播图片底部圆点颜色*/
			background-color: #bdb5b5;
		}
		ol.slide-indicators li.active {
			background-color: #f52d2d;
		}
		.slide-content:before {
			background-color: #c5b6b6;
			
		}
		.slider-area{
			background-color: #f4f4f4;
			width: 87%;
			position: relative;
			margin-left: 6.5%;
		}