/* 狐灵网络科技 www.hulingweb.cn */






.article .page {
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.phone_box {
	margin-top: 10px;
}
.article .list_image ul {
	background: #fff;
	padding: 25px 0;
	width: 99%;
	margin: auto;
}
.article .list_image ul li {
	position: relative;
}
.article .list_image ul li:nth-of-type(2n) {
	margin-right: 0
}
.article .list_image ul li .box {
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}
.article .list_image ul li .box .img_area {
}
.article .list_image ul li:hover .box .img_area i {
	background: url(../images/black_cloth.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.article .list_image ul li .box .text_area i {
	display: block;
	font-style: normal;
	font-size: 30px;
}
.article .list_image ul li .box .text_area {
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 75px;
	padding-top: 20px;
	background-image: url(../images/list_image_03.png);
	background-position-y: 350px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .1s;
}
.article .list_image ul li:hover .box .text_area a {
	color: #ffffff;
}
@media (max-width: 640px) {
.article .list_image ul li .box .text_area {
	font-size: 12px;
}
}
@media (max-width: 992px) {
.article .list_image ul li .box .text_area i {
	font-size: 18px;
}
.article .list_image ul li .box .text_area {
	line-height: 25px;
	height: 40px;
	padding-top: 10px;
}
.article .list_image ul li .box {
	padding-bottom: 40px;
}
.article .list_image ul li:hover .box .text_area a {
	color: #000000;
}
}
.article .list_text ul {
	background: #fff;
}
.article .list_text ul li {
	border-bottom: 1px solid #f7ede0;
	padding: 20px 0;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}
.article .list_text ul li .time {
	width: 24%;
	font-size: 14px;
	text-align: center;
	color: #4a230a;
	line-height: 35px;
}
.article .list_text ul li .time span {
	font-weight: bold;
	font-size: 24px;
}
.article .list_text ul li .text {
	width: 76%;
	color: #4a230a;
}
.article .list_text ul li .text h4 {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article .list_text ul li .text p {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
.article .list_text ul li:hover {
	background: #fffdf6;
}
.article .list_text ul li:hover .text h4 {
	color: #ff0000;
}
.article .list_imagetext ul {
	background: #fff;
}
.article .list_imagetext ul li {
	border-bottom: 1px solid #f7ede0;
	padding: 3%;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}
.article .list_imagetext ul li:hover {
	background: #f9fbfa;
}
.article .list_imagetext ul li .img {
	width: 24%;
}
.article .list_imagetext ul li .img img {
	width: 100%;
}
.article .list_imagetext ul li .text {
	width: 76%;
	color: #4a230a;
	padding-left: 4%;
}
.article .list_imagetext ul li .text h4 {
	font-size: 16px;
	color: #040200;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article .list_imagetext ul li .text p {
	font-size: 12px;
	overflow: hidden;
	color: #999999;
	margin-top: 3%;
	margin-bottom: 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article .list_imagetext ul li .text .time {
	font-size: 12px;
	color: #999999;
}
.article .list_imagetext ul li .text .time img {
	vertical-align: middle;
	margin: 0 5px 0 0;
	width: 15px;
}
.article .list_imagetext ul li .text .time .timeNow {
	margin-right: 20px;
}
.article .search ul {
	background: #fff;
}
.article .search ul li {
	padding: 2% 3%;
	background: #f6f6f6;
	border-radius: 5px;
	margin-bottom: 15px;
}
.article .search ul li h4 {
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.article .search ul li h4 img {
	vertical-align: middle;
	margin-right: 10px;
}
.article .search ul li p {
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	padding-left: 15px;
}










/**通用部分**/
dt {
/*  text-align: center;  */
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	/* margin: 0px; */
	padding: 0px;
	border: none;
	list-style: none;
}
input {
	border: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.sl {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
div:after, ul:after, li:after, p:after {
	content: "";
	display: block;
	clear: both;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
#myCarousel .carousel-indicators, #myCarousela .carousel-indicators {
	bottom: -5px;
}
#header {
	position: relative
}
#header .logo img {
	max-height: 100%
}
#header ul.menu>li {
	float: left;
	text-align: center;
	position: relative;
}
#header ul.menu>li .menu_2 {
	display: none;
	position: absolute;
	z-index: 10000;
	text-align: center;
	width: 100%;
}
/*大图分页位置*/

