﻿/*最外层*/
.zwcWidth{
	width: 100%;
	margin: 0 auto;
}
.list-top{
	margin-top: 8rem;
}
@media (max-width: 1200px){
	.list-top{
		margin-top:5rem;
	}
	
}
/*当前位置*/
.posnow{
	text-align: right;
	padding: 2rem 0;
	color: #1f2228;
	font-size: 1.2rem;
}
.posnow img{
	vertical-align: middle;
}
.posnow a{
	color: #1f2228;
	font-size: 1.2rem;
}
/*栏目标题*/
.lmbt-list{
	text-align: right;
}
.lmbt-list a{
	display: inline-block;
	width: 10%;
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	background: #49494e;
	color: #fff;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.lmbt-list a:hover{
	background: #E6000F;
}

/*最新发布*/
.fabu-list{
	margin-top: 2rem;
}
.fabu-list>li{
	height: 20rem;
}
.fabu-list>li:first-child img{
	width: 100%;
	height: 100%;
}
.fabu-list>li:last-child{
	border: .1rem solid #ddd;
	padding: 0;
}
.fabu-con>li{
	height: 5rem;
	margin-bottom: 1.2rem;
}
.fabu-con>li:first-child{
	height: 6rem;
	background: #ffac00;
}
.fabu-con-first{
	width: 86%;
	margin: 0 auto;
	padding-top: 1.5rem;
}
.fabu-con-first img{
	vertical-align: middle;
}
.fabu-con-first>span{
	display: block;
}

.fabu-con-first1{
	display: block;
	color: #fff;
}
.fabu-con-first1{
	font-size: 2.4rem;
}
.fabu-con-sec{
	width: 86%;
	margin: 0 auto;
	height: 60px;
}
.fabu-con-sec>ul{
	float: left;
}
.fabu-con-sec>ul:first-child{
	width: 20%;
}
.fabu-con-sec>ul:last-child{
	width: 80%;
}
.fabu-con-secleft li:first-child{
	color: #999999;
	font-size: 4.6rem;
	font-family: "黑体";
	font-weight: bold;
	height: 3.6rem;
	position: relative;
	top: -1rem;
}
.fabu-con-secleft li:last-child{
	color: #999999;
	font-weight: bold;
	font-size: 1.2rem;
}  
.fabu-con-secright{
	color: #333;
	font-size: 1.2rem;
}
.fabu-con-secright li:first-child{
	height: 2rem;
	line-height: 2rem;
	font-size: 1.5rem;
}
.fabu-con-secright li:last-child{
	height: 3.2rem;
	line-height: 1.6rem;
	overflow: hidden;
}

.fabu-con-secright li:last-child a:hover{
	color: #E6000F;
}
/*大标题*/
.title-big{
	padding: 3rem 0 1rem;
	border-bottom: 1px solid #6c6c6c;
	width: 100%;
	margin: 0 auto;
}
.title-big li:first-child a{
	font-size: 1.8rem;
    color: #1f2228;
    font-weight: 600;
}
.title-big li:last-child{
	text-align: right;
}
.title-big li:last-child a{
 	position: relative;
    top: 1rem;
    font-size: 1.2rem;
    color: #666666;
    font-family: "微软雅黑";
}
/*内容板块1*/
.content-listfirst{
	width: 100%;
	margin: 0 auto;
	margin-top: 1.5rem;
}
.content-listfirst li img{
	width: 100%;
	height: 17rem;
}
.content-listfirst li{
	padding-right: 5px;
    padding-left: 5px;
}
.content-listfirst li a p:last-child{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size: 1.2rem;
    color: #666666;
    font-family: "微软雅黑";
}
.content-listfirst li a p:last-child:hover{
	color: #E6000F;
}

.content-listsec{
	margin-top: 1.5rem;
}
.content-listsec li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.content-listsec li{
	font-size: 12px;
    color: #666666;
    font-family: "微软雅黑";
    padding-bottom:.4rem;
}
.content-listsec li b{
	padding-right: 1rem;
}
.content-listsec li a:hover{
	color: #E6000F;
}



@media (min-width: 992px) and (max-width: 1199px) {
	/*栏目标题*/
	.lmbt-list a{
		width: 12.5%;
	}
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.lmbt-list a{
		width: 12.5%;
	}
}

@media (max-width: 767px) {
	.lmbt-list a{
		width: 32%;
	}
	.title-big li:last-child a{
		top: .2rem;
	}
	.fabu-list>li:first-child{
		height: 14rem;
		margin-bottom: 1.5rem;
		text-align: center;
	}
	.fabu-con-first img{
		width:30px;
		height:30px;
	}
	.content-listfirst li img{
		height: 10rem;
	}
	.fabu-con-secleft li:first-child{
		font-size:3.6rem;
	}
}
