﻿@charset "utf-8";
/* CSS Document */
body {
	background:#fff;
	}
.listContent {
	width:1380px;
	margin:0px auto;
	overflow:hidden;
	}
.lConPosition {
	width:100%;
	height:35px;
	line-height:35px;
	border-bottom:0px solid #F1F1F1;
	margin:10px 0px 10px 0px;
	font-size:14px;
	}	
.lConLeft {
	width:960px;
	float:left;
	background:#fff;
	padding-bottom:20px;
	}	
.lConLlist {
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	}	
.lConLlistLi {
	width:100%;
	float:left;
	background:#fff;
	margin:0px 0px 0px 0px;
	padding-bottom:15px;
	padding-top:55px;
	border-bottom:1px dotted #F0F0F0;
	overflow:hidden;
                transition:all 0.8s ease;
	}
.lConLlistLi:hover {
	border-bottom:1px dotted #C00;
	}
.lConLlistLi img {
	width:280px;
	height:180px;
	float:left;
	padding-right:35px;
	object-fit:cover;
	object-position:top;
	overflow: hidden;
        transition: all 0.6s;
	}
.lConLlistLi img:hover{
	transform: scale(1.09);
}
.lConLlistLi h3 {
	font-size:19px;
	line-height:33px;
	font-weight: normal;
	}
.lConLlistLi em {
	display:block;
	font-size:13px;
	line-height:22px;
	padding:15px 0px;
	color:#A2A2A2;
	}
.lConLlistLi em:first-letter {
	font-size:15px;
	text-transform:uppcase;
	padding-right:1px;
	font-weight:bold;
	}
.lConLlistLi i {
	font-size:13px;
	color:#A2A2A2;
	float:right;
	margin-top:15px;
	}
.lConLmore {
	width:100%;
	height:40px;
	line-height:38px;
	text-align:center;
	font-size:14px;
	padding:0;
	margin-top:20px;
	background:#f1f1f1;
	}
.lConLmore:hover {
	background:#666;
	color:#fff;
	}
.lConRight {
	width:380px;
	height:auto;
	float:right;
	
	}
.lConRTon {
	width:100%;
	height:60px;
	position:relative;
	}
.lConRTon span {
	display:block;
	float:left;
	margin-top:10px;
	margin-left:0px;
	height:33px;
	font-size:17px;
	color:#333;
	border-bottom:4px solid #CE000A;
	}
.lConRtj,.mConRrm {
	width:380px;
	height:auto;
	background:#fff;
	margin-top:10px;
	overflow:hidden;
	}
.lConRtj ul,.mConRrm ul {
	margin-left:0px;
	}
.lConRtj li {
	float:left;
	width:185px;
	margin:0px 10px 10px 0px;
	display:inline-block;
	}
.lConRtj li:nth-child(even) {
	margin-right:0px;
	}
.lConRtj li img {
	width:185px;
	height:125px;
	}
.lConRtj li p {
	font-size:13px;
	text-align:justify;
	padding:5px 0px;
	line-height:18px;
	}
.gg300 {
	width:380px;
	height:auto;
	}
.gg300 img {
	width:380px;
	height:auto;
	}	
.lConRrm li {
	background:url(/images/mdot_0.png) no-repeat;
	background-size:10px 15px;
	background-position:0px 5px;
	padding-left:15px;
	margin:5px 5px 10px 0px;
	display:inline-block;
	font-size:14px;
	text-align:left;
	line-height:22px;
	
	}
.lConRrm li:hover {
	background:url(/images/mdot_1.png) no-repeat;
	background-size:10px 15px;
	background-position:0px 5px;
	}

/*分页*/
    .pglist{
		width:800px;
		height:40px;
		line-height:40px;
		margin:10px auto;
		overflow:hidden;

	}
	.pglist div {
		width:100%;
		text-align:center;
	}
	.pglist a {
		display:inline-block;
		height: 32px;
		line-height: 32px;
		padding: 0 12px;
		font-size: 16px;
		border: 1px solid #ddd;
		color: #555555;
		text-decoration: none;
		border-radius:4px;
		margin:0px 2px;
	}
	.pglist a:hover {
		background:#f5f5f5;
		color:#333;
	}
	.pglist a.thislink {
		background: #333;
		color: #fff;
		
	}
	.pglist.thisclass a:hover{
		background: #333;
		border: 1px solid #ddd;
		color: #fff;
		cursor: pointer;
	}

/**适配移动端样式**/
@media screen and (max-width:768px) {
	
	.lConPosition, .lConRight  {
		display:none;
		}
	
	.listContent,.lConLeft,.lConLlist {
		width:auto;
		overflow:hidden;
		padding:0px 5px;
		}
        .lConLlist {
		width:auto;
		margin:0px aut0;
		
		}
	.lConLlist li {
		padding:30px 0px!important;
		}
	.lConLlist li:hover {
		background:#fff;
		}
	.lConLlist li h3 {
		font-size:19px;
		line-height:24px;
		text-align:left;
		padding-bottom:10px;
		font-weight:normal;
		font-weight:400;
		}
	.lConLlist li img {
		width:140px;
		height:88px;
		float:left;
		padding-top:4px;
		padding-right:15px;
		object-fit:cover;
		}
	.lConLlist li em {
		display:none;
		}
	.lConLlist li i {
		display:block;
		padding-top:15px;
		width:100%;
		font-size:12px;
		}
	.lConLmore {
		width:auto;
		margin:0px 5px;
		border-radius:5px;
		}
        .pglist{
		width:100%;
		height:40px;
		line-height:40px;
		margin:10px auto;
		overflow:hidden;

	}
        .pglist div {
		width:100%;
		text-align:center;
	}
	.pglist a {
		display:inline-block;
		height: 32px;
		line-height: 32px;
		padding: 0 12px;
		font-size: 16px;
		border: 1px solid #ddd;
		color: #555555;
		text-decoration: none;
		border-radius:4px;
		margin:0px 2px;
	}
	.pglist a:hover {
		background:#f5f5f5;
		color:#333;
	}
	.pglist a.thislink {
		background: #333;
		color: #fff;
		
	}
	.pglist.thisclass a:hover{
		background: #333;
		border: 1px solid #ddd;
		color: #fff;
		cursor: pointer;
	}

}