/*Dotfuscator By ZPlatform*/
.sea {
	margin-top: 80px;
	background-color: #FAFAFA;
	border-top: 1px solid #ccc;
}

.from {
	display: flex;
	justify-content: center;
	align-items: center;
}

.from input {
	flex: 1;
	height: 45px;
	border: 2px solid #C50000;
	padding: 0 15px;
	font-size: 16px;
}

.from button {
	border: 2px solid #c50000;
	height: 45px;
	width: 160px;
	text-align: center;
	line-height: 41px;
	font-size: 16px;
	margin-left: 18px;
	background-color: #C50000;
	color: #fff;
	cursor: pointer;
}

.from button:hover {
	background-color: #AD1400;
}

.from button:focus {
	outline: none;
}

.ser_ul>li {
	display: inline-block;
	margin-right: 60px;
	text-align: center;
	position: relative;
}

.ser_ul img {
	height: 14px;
	margin-left: 15px;
}

.ser_ul>li>p {
	font-size: 14px;
	line-height: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ser_ul>li>p::after {
	height: 12px;
	width: 12px;
	content: '';
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	background: url(../img/down.png) no-repeat;
	background-size: cover;
	background-position: center center;
}

.ser_ul ul {
	position: absolute;
	border-radius: 5px;
	overflow: hidden;
	width: 120px;
	left: 50%;
	transform: translateX(-50%);
	top: 35px;
	display: none;
	z-index:100;
}

.ser_ul li li {
	line-height: 35px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #f1f1f1;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 14px;
}

.ser_ul li li:hover {
	background-color: #d0d0d0;
}

.res ul {
	margin-top:-30PX;
	margin-bottom: 0px;
}

.res li {
	background-color: #F5F5F5;
	margin-top: 30px;
	transform: translateZ(0);
	transition-timing-function: ease-out;
}

.res li p {
	transition: all 1s;
}

.res li::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	transition: all 1s;
	background-color: #333;
	z-index: -1;
}

.res_hover .res_desc b {
	color: #fff;
}

.res_hover .res_desc::before {
	background-color: #fff;
}

.res_hover::before {
	width: 100% !important;
}

.res_hover .res_desc p {
	color: #fff !important;
}

.res_hover .time img:nth-child(2) {
	display: none;
}

.res_hover .time img:nth-child(3) {
	display: inline-block;
}

.res li a {
	font-size: 0;
	display: block;
}

.res a>img,
.res a>video {
	width: 38%;
	/*height:270px;*/
	aspect-ratio:16/9;
	height:auto !important;
	-o-object-fit: cover;
	object-fit: cover;
}

.res_desc {
	width: 62%;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	padding: 0 40px;
	color: #696969;
	position: relative;
	transition: all 1s;
}
.res_desc .res {
	margin-top:-35px;
	margin-bottom:45px;
	font-size:14px;
}
.res_desc::before {
	content: '';
	display: block;
	height: 1.5px;
	width: 130px;
	background-color: #000;
	transition: all 1s;
	position: absolute;
	top: 44px;
	left: 40px;
}
.f_p_img{
	display: flex;
	align-items: center;
}

.res_desc>p:nth-child(1) {
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #000;
	line-height: 1;
}

.res_desc>p:nth-child(2) {
	margin: 45px 0;
	display: -webkit-box;
	line-clamp: 2;
	font-size: 14px;
	color: black;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.75;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.res_desc>p:nth-child(3) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.res_desc .resNullContent{
	margin-top:-45px !important;
}
.time {
	overflow: hidden;
	margin-top:10px;
	position:relative;
}

.time b {
	float: left;
	font-size: 12px;
}

.time div {
	float: right;
	color: #666;
	display: flex;
	align-items: center;
}
.f_p_img{
	line-height:20px;
}

.time img {
	height: 20px;
	margin-right: 5px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.time img:nth-child(3) {
	display: none;
}

.time div p {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
}

.res_kind {
	margin-top: 80px;
	font-size: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.res_kind li {
	font-size: 16px;
	display: inline-block;
	margin-left: 60px;
	line-height: 1;
	position: relative;
}

.res_kind li::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 0;
	transition: all .5s;
	height: 2px;
	background-color: #C50000;
}

.res_kind_select a {
	color: #C50000 !important;
}

.res_kind_select::before {
	width: 100% !important;
}

.res_kind_s a {
	color: #C50000 !important;
}

.res_kind_s::before {
	width: 100% !important;
}

.res_kind li:nth-child(1) {
	margin-left: 0;
}

.res_kind li a {
	color: #000;
}
.searchContainer{
	margin-bottom:60px;
}
.searchMessage{
	margin-bottom:-60px;
}
.split_font{
	font-size:10px !important;
	height:13px !important;
}
@media (max-width:768px) {
	.searchContainer{
		margin-bottom:20px;
	}
	.searchMessage{
		margin-bottom:-60px;
	}
	.ser_ul>li {
		margin-right: 0px;
	}
	.sea {
		margin-top: 40px;
	}

	.res_kind {
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}

	.res_kind li {
		margin: 0;
		font-size: 12px;
	}
	.sea .from button{
		height: 36px;
		width: 40px;
		font-size: 12px;
		line-height: 34px;
		margin-left: 0;
	}
	.sea .from input{
		flex:1;
		height: 36px;
		border-width: 1px;
		padding: 0 10px;
	}
	.res a>img, .res a>video{
		width: 100%!important;
	}
	.res_desc{
		width: 100%;
		padding: 18px 15px!important;
	}
	.res_desc .res{
		margin-top:0px;
		margin-bottom:22px;
		line-height:25px;
	}
	.res_desc>p:nth-child(1){
		font-size: 14px;
	}
	.res_desc::before{
		height: 1px;
		width: 50px;
		left: 15px;
	}
	.res_desc>p:nth-child(2){
		font-size: 12px;
		line-height: 1.75;
		margin: 24px 0 12px 0;
	}
	.time{
		font-size: 12px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.time img{
		margin-left: 0px;
	}
	.res li{
		margin: 15px 0 0 0;
	}
	.res ul{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.res li:nth-child(1){
		margin-top: 0;
	}
	.more{
		margin: 24px auto;
	}
	.time div{
		display: flex;
		align-items: center;
	}
	.time div p{
		line-height: 14px;
	}
	.f_p_img{
		line-height:20px !important;
	}
	.res li {
        margin: 14px 0 0 0;
    }
    .list_li_10 .pad70{
        padding-top: 14px !important;
		padding-bottom: 20px !important;
    }
	.sea_item input {
        font-size: 14px;
    }
    .from input {
        font-size: 14px;
    }
	.res_desc {
		width: 100%;
		padding: 14px 10px 14px !important;
	}
	.res_desc>p:nth-child(2) {
		margin: 14px 0 8px 0;
		text-align: justify;
	}
	.res_desc::before {
		height: 1px;
		width: 50px;
		left: 10px;
		top: 50px;
	}
	.res_desc .resNullContent{
		margin-top:-6.15px !important;
	}
	.pages li:nth-child(1) {
		margin-top: 14px;
	}
	.split_font{
		font-size:9px !important;
		height:10px !important;
		border-right:1px solid !important;
	}
}