/*搜索样式*/
.head-search {
	width: 600px;
	margin: 0 auto;
	line-height: 56px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 33px;
}

.head-search input {
	width: 75%;
	margin-left: 3%;
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
}

.head-search .search-btn {
	width: 21%;
	height: 56px;
	background: #af0012;
	color: #fff;
	float: right;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
}

.head-search .search-btn img {
	margin-right: 5px;
	vertical-align: middle;
}
/*信息列表样式*/
.list{
	overflow: hidden;
}
.list ul {
	display: block;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}

.list ul li {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #e3e3e3;
}

.list li a {
	font-size: 16px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 45px;
	float: left;
	max-width: 85%;

}

.list li::before {
	display: inline-block;
	content: "";
	height: 5px;
	width: 5px;
	background-color: #477ab7;
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 6px;
	margin-top: 22px;
}

.list li span {
	color: #999999;
	float: right;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.list li::after {
	display: table;
	content: "";
	line-height: 0;
	clear: both;
}
.list li a {
	transition: all 0.3s;
}

.list li:hover a {
	padding-left: 8px;
	color: #477ab7;
}
/*
.ztbox{
	border: 1px #1186e9 solid;
	border-radius:10px;
	padding: 40px 50px;
	background: #fff;
	box-shadow: 4px 7px 21px -6px rgba(17,134,233,0.75);
	-webkit-box-shadow: 4px 7px 21px -6px rgba(17,134,233,0.75);
	-moz-box-shadow: 4px 7px 21px -6px rgba(17,134,233,0.75);
	}
*/
/*图片缩放样式*/
.scale_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

.scale_img img {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.scale_img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.item-style3:before {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 13px;
	width: 4px;
	height: 4px;
	border: 2px #027bfb solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff
}

.item-style3:hover:before {
	background: #ff9724;
	border: 2px #ff9724 solid
}
a:focus-visible {
    outline: 1px solid #000 !important;
    outline-color: rgb(0, 0, 0) !important;
    outline-style: solid !important;
    outline-width: 1px !important;
    z-index: 999;
} 
.ymgd {
	font-family: "微软雅黑";
	top: 210px;
	right: 200px;
	position: absolute;
	width: 300px;
	background-color: transparent;
	box-sizing: border-box;
}

.old_type .ymgd {
	top: 410px;
	right: 200px;
}

.time_img {
	margin-top: 10px;
}
/*移动版开始*/
@media screen and (max-width: 1024px) {
	.ymgd {
		top: 320px;
		right: 10px;
		z-index: 200;
	}
	.time_img {
	    text-align: right;
	    margin-top: 10px;
	}
	.time_img img{
		max-width: 60%;
	}
}

@media screen and (max-width: 833px) {}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width:750px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}