/* 面包屑导航 */
.crumbs{
	border-bottom: 1px solid #b9b9b9;
}
.crumbs .column{
	width: 17.5rem;
	height: 6.25rem;
	float: left;
	background-color: #c73236;
	text-align: center;
}
.crumbs .column h3 span{
	font-size: 1.5rem;
	color: #ffffff;
	line-height: 6.25rem;
	padding-left: 2.5rem;
	display: inline-block;
	background: url(../images/home.png) left no-repeat;
}

.crumbs .position{
	float: right;
	font-size: 14px;
	color: #333333;
	line-height: 6.25rem;
}
.crumbs .position a{
	color: #333333;
	font-size: 14px;
}


/* 栏目页 */
.listCont{
	margin: 2.8125rem 0;
}

/* 左侧 */
.listCont .lefter{
	width: 17.5rem;
	float: left;
}

.lefterList li a{
	display: block;
	font-size: 1.125rem;
	color: #333333;
	line-height: 5rem;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	background-color: #f5f5f5;
}
.lefterList li:hover a{
	background-color: #c73236;
	color: #ffffff;
}
.lefterList li.on a{
	background-color: #c73236;
	color: #ffffff;
}
.lefterTitle{
	line-height: 6.25rem;
	background-color: #c73236;
	color: #ffffff;
	text-align: center;
}
.lefterTitle span{
	display: inline-block;
	line-height: 6.25rem;
	padding-left: 2.25rem;
	font-size: 1.5rem;
	background: url(../images/lefter-pro.png) left no-repeat;
}
.contactsTitle{
	line-height: 6.25rem;
	background-color: #c73236;
	color: #ffffff;
	text-align: center;
	margin-top: 1.5rem;
}
.contacts .contactsTitle{
	line-height: 6.25rem;
	background-color: #c73236;
	color: #ffffff;
	text-align: center;
}
.contactsTitle span{
	display: inline-block;
	line-height: 6.25rem;
	padding-left: 2.25rem;
	font-size: 1.5rem;
	background: url(../images/lefter-contact.png) left no-repeat;
}

.contactConts{
	background-color: #f5f5f5;
	padding: 1.25rem 0.875rem;
}
.contactConts img{
	border: 1px solid #e1e1e1;
	width: 100%;
	margin-bottom: 0.75rem;
}
.contactConts p{
	line-height: 2.25rem;
	color: #333333;
	font-size: 0.875rem;
}

/* 新闻列表页 */
.newsList{
	width: 55.5rem;
	float: right;
}
.newsList ul.list li{
	margin-bottom: 2rem;
}
.newsList ul.list li a{
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	padding: 1.875rem 0;
}
.newsList ul.list li .data{
	width: 7.625rem;
	float: left;
	text-align: center;
	border-right: 1px solid #cbcbcb;
}
.newsList ul.list li .data p{
	font-size: 2.25rem;
	color: #333333;
}
.newsList ul.list li .data span{
	color: #999999;
	font-size: 0.875rem; 
}
.newsList ul.list li .text{
	width: calc(100% - 7.625rem);
	float: left;
	padding-left: 3rem;
	padding-right: 1.5rem;
}
.newsList ul.list li .text h3{
	font-size: 1.125rem;
	color: #333333;
	line-height: 1.25rem;
}
.newsList ul.list li .text p{
	color: #999999;
	line-height: 2rem;
	margin-top: 1.25rem;
}
.newsList ul.list li:hover a{
	background-color: #c73236;
}
.newsList ul.list li:hover .data{
	border-right: 1px solid #ffffff;
}
.newsList ul.list li:hover .data p{
	color: #ffffff;
}
.newsList ul.list li:hover .data span{
	color: #ffffff;
}
.newsList ul.list li:hover .text h3{
	color: #ffffff;
}
.newsList ul.list li:hover .text p{
	color: #ffffff;
}

.pages{
	text-align: center;
}

/*详情页*/
.subConts{
	width: 55.5rem;
	float: right;
	padding: 1rem;
}
.subConts .title h1{
	color: #333333;
    margin-bottom: 20px;
    text-align: center;
	line-height: 4rem;
	font-size: 2rem;
}
.subConts .info{
	line-height: 48px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
}
.subConts .info .date{
	font-size: 16px;
	color: #333333 !important;
	float: left;
	margin-left: 22px;
	width: 24.375rem;
}
.subConts .info .date span{
	padding-right: 1.25rem;
}
.subConts .info .func{
	width: 12.5rem;
	float: left;
}
.subConts .info .func a{
	text-decoration: none;
    color: #666666;
}
.subConts .info .share{
	float: left;
	margin-left: 1.25rem;
}
.subConts .info .share span{
	float: left;
	color: 666666;
}
.subConts .sConts{
	line-height: 2rem;
	color: #666666;
	padding: 1rem;
}

/*图片列表*/
.picList{
	width: 55.5rem;
	float: right;
}
.picList ul li{
	padding: 0 1rem 1rem;
}
.picList ul li .pbox{

}

.picList ul li .pbox .pic{
	width: 100%;
	height: 13.125rem;
	overflow: hidden;
	border: 1px solid #dadada;
}
.picList ul li .pbox .pic img{
	width: 100%;
}
.picList ul li .pbox .txt{
	width: 100%;
	line-height: 3.75rem;
	padding-left: 1.125rem;
	padding-right: 0.75rem;
	border-bottom: 2px solid #cccccc;
}
.picList ul li .pbox .txt a{
	color: #333333;
	font-size: 1.125rem;
	float: left;
}
.picList ul li .pbox .txt a.icon{
	display: inline-block;
	float: right;
	width: 1.25rem;
	height: 1.25rem;
	background: url(../images/icon.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 1.3125rem;
}
.picList ul li:hover .txt{
	background: #c73236;
	border: 2px solid #cccccc;
	border-top: none;
}
.picList ul li:hover .txt a{
	color: #ffffff;
}
.picList ul li:hover .pbox .txt a.icon{
	background: url(../images/icons.png) no-repeat;
}