.page {
	width: 100%;
	margin: 0 auto;	
	min-width: 1521px;
}

.page .header {
	height: 94px;
	padding: 0 90px;
	margin: 0 auto;
	width: 100%;
}

.page .header .logo {
	padding-top: 24px;
	float: left
}

.page .header .search {
	float: right;
	height: 94px
}

.page .header .search .net {
	padding: 14px 0;
	height: 45px
}

.page .header .search .net .netName {
	cursor: pointer
}

.page .header .search .net .netName,.page .header .search .net .line,.page .header .search .net .block {
	float: left;
	height: 14px;
	color: #949494;
	font-size: 14px
}

.page .header .search .net .line {
	width: 2px;
	height: 10px;
	margin: 5px 7px;
	background-color: #949494
}

.page .header .search .net .block {
	width: 45px
}

.page .header .search .searchInput {
	float: right;
	width: 240px;
	height: 36px;
	border: 1px solid #949494;
	border-radius: 50px;
	position: relative
}

.page .header .search .searchInput:before,.searchInputs {
	position: absolute;
	top: 0;
	left: 5px;
	content: "";
	width: 36px;
	background: url(/static/Huishang_CN/newparty/search.png) 50% 50% no-repeat;
	height: 36px;
	background-size: 60%
}


.page .header .search .searchInput input {
	height: 100%;
	padding-left: 40px;
	width: 200px
}

.page .navList {
	height: 70px;
        width:100%;
	background-color: #ad040b
}

.page .navList .navItem {
	cursor: pointer;
	height: 70px;
	width: 9%;
	font-size: 21px;
	float: left;
	text-align: center;
	line-height: 3.5;
	color: #fff
}

.page .navList .navItem.active {
	font-weight: bold;
	color: #ad040b;
	background-color: #ffe3e0
}

.page .banner {
	height: auto;
	width: 100%;
	background-color: red
}

.page .listBlock .blockTitle {
	height: 80px;
        width: 94%;
        padding-left:6%
}

.page .listBlock .blockTitle .title {
	width: 100%;
	margin: 0 auto;
	height: 78px;
	line-height: 80px
}

.page .listBlock .blockTitle .title .titleLeft {
	font-size: 26px;
	float: left;
	color: #575757;
	height: 80px;
}

.page .listBlock .blockTitle .title .titleRight {
	font-size: 19px;
	height: 80px;
	color: gray;
	float: right
}

.page .listBlock .borderBottom {
	height: 2px;
	width: 100%;
	background-color: red;
	margin-bottom: 28px
}

.page .listBlock .listMain {
	height: 544px;
	width: 94%;
        padding-left:6%;
}

.page .listBlock .listMain .listLeft {
	box-sizing: border-box;
	padding: 10px 0;
	overflow: auto;
	width: 18%;
	height: 544px;
	border: 1px solid #d7d7d7;
	float: left
}

.page .listBlock .listMain .listLeft .titleFir {
	cursor: pointer;
	font-size: 21px;
	margin: 10px 0;
	padding: 0 16px;
	font-weight: bold;
	border-left: 5px solid #fff;
}

.page .listBlock .listMain .listLeft .titleFir.active {
	border-left: 5px solid #de0018;
	color: #d7000f
}

.page .listBlock .listMain .listLeft .titleTir {
	cursor: pointer;
	font-size: 19px;
	margin: 10px 0;
	padding-left: 80px;
	position: relative;
	color: #666
}

.page .listBlock .listMain .listLeft .titleTir:after {
	position: absolute;
	left: 60px;
	top: 9px;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	background-color: #666;
	border-radius: 4px
}

.page .listBlock .listMain .listLeft .titleTir.active {
	color: #d7000f
}

.page .listBlock .listMain .listLeft .titleTir.active:after {
	position: absolute;
	left: 60px;
	top: 9px;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-radius: 4px;
	background-color: #d7000f
}

.page .listBlock .listMain .listLeft .titleSec {
	cursor: pointer;
	font-size: 19px;
	margin: 10px 0;
	padding-left: 60px;
	position: relative;
	color: #666
}

.page .listBlock .listMain .listLeft .titleSec:after {
	position: absolute;
	left: 40px;
	top: 7px;
	display: block;
	content: "";
	border: 7px solid #fff;
	border-left: 7px solid #010101
}

.page .listBlock .listMain .listLeft .titleSec.active {
	color: #d7000f
}

.page .listBlock .listMain .listLeft .titleSec.active:after {
	position: absolute;
	left: 40px;
	top: 7px;
	display: block;
	content: "";
	border: 7px solid #fff;
	border-left: 7px solid #de0018
}

.page .listBlock .listMain .listRight {
	width: 81.5%;
	height: auto;
	float: right
}

.page .listBlock .listMain .listRight .listList {
	border-left: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7
}

.page .listBlock .listMain .listRight .listList .listItem {
	border-bottom: 1px solid #d7d7d7;
	height: 77px
}

.page .listBlock .listMain .listRight .listList .listItem .itemTitle {
	display: inline-block;
	line-height: 77px;
	box-sizing: border-box;
	padding-left: 100px;
	font-size: 20px;
/*	font-weight: bold; */
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	width: 80%;
}

.page .listBlock .listMain .listRight .listList .listItem .itemTitle:before {
	position: absolute;
	left: 80px;
	top: 34px;
	display: block;
	content: "";
	height: 10px;
	width: 10px;
	background-color: #333;
	border-radius: 4px
}

.page .listBlock .listMain .listRight .listList .listItem .itemTime {
	display: inline-block;
	width: 90px;
	line-height: 77px;
	font-size: 14px;
	color: #666;
	float:right;
}

.page .listBlock .listMain .listRight .listList .listItem .goDetail {
	color: #888;
	font-size: 20px;
	font-weight: bold;
        line-height:77px;
        float:right;
}

.page .listBlock .listMain .listRight .pagination {
	margin: 0 auto;
	margin-top: 30px;
	height: 50px;
	width: 800px
}

.page .listBlock .listMain .listRight .pagination .pNum {
	display: inline-block;
	cursor: pointer
}

.page .listBlock .listMain .listRight .pagination .pNum.num {
	text-align: center;
	width: 16px;
	height: 16px;
	margin: 7px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 18px
}

.page .listBlock .listMain .listRight .pagination .pNum.active {
	background-color: #d00020;
	color: #fff
}

.page .listBlock .listMain .listRight .pagination .numTotal {
	width: 120px;
	height: 30px;
	border: 1px solid #d8d8d8;
	color: #666;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	margin: 0 15px
}

.page .listBlock .listMain .listRight .pagination .inputNum {
	width: 60px;
	height: 30px;
	border: 1px solid #d8d8d8;
	color: #666;
	line-height: 30px;
	text-align: center;
	margin: 0 15px;
	background-color: #fff;
	position: relative;
	top: -1px
}

.page .listBlock .listMain .listRight .pagination .button {
	width: 70px;
	height: 32px;
	border-radius: 4px;
	text-align: center;
	line-height: 32px;
	background-color: #d00020;
	color: #fff;
	margin: 0 40px
}




.swiper-container img{
  width:100%;
}

