.container {
	width: 1200px;
	margin: 0 auto;
}

.header {
	position: relative;
	width: 100%;

	background-size: 100% 100%;
}
.header .nav-container {
	/*position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);*/
	background: #ffffff;
	width: 100%;
	height: 120px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99
	
}
.nav-container .container {
	width: 1490px;
	padding-right: 15px;
	padding-left: 15px;
}
.header .nav-container .logo {
	
	display: inline-block;
	width: 368px;
	height: 81px;
	float: left;
	margin-right:2%;
	margin-top: 0.3%;
	margin-left:4%;
	
}
.header .nav-container .nav-list {
	display: inline-block;
	line-height: 90px;
	width: 1030px;
	float: right;
}
.header .nav-container .nav-list .nav-item {
	display: inline-block;
	width: 120px;
	font-size: 15px;
	color: #333333;
	
	cursor: pointer;
	text-align: center;
	position: relative;
}
.header .nav-container .nav-list .nav-item.active:after{
	display:block;
	content: '';
	height: 2px;
	background: #c91100;
	width: 120px;
	position: absolute;
	bottom: 20px;
	left: 0

}
.header .nav-container .nav-list .nav-item.active,.header .nav-container .nav-list .nav-item:hover,.header .nav-container .nav-list .nav-item.hover-active {
	/*color: rgba(195, 1, 1, 1); */
	color: #C30101;
}
.search-container {
	width: 100%;
	height: 169px;
	/*background: rgba(218,110,101);*/
	/*background: rgba(224,231,241);*/
	background: #E0E7F1;
}
.search-container .search-title {
	width: 207px;
	height: 78px;
	padding: 45.5px 0 45.5px 40px;
	display: inline-block;
	float: left;
	margin-right: 40px;
}
.search-container .search-content {
	padding: 24px 0 23px 0;
	float: left;
	width: 863px;
}
.search-container .search-content .search-type {
	width: 100%;
	height: 55px;
	overflow: hidden;
}
.search-container .search-content .search-type-item {
	position: relative;
	display: inline-block;
	float: left;
	width: 24.8%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	/*background: rgb(241,147,1);*/
	background: #F19301;
	color: #ffffff;
	transform: skewX(-20deg);
	margin-right: 0.2%;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}
.search-container .search-content .search-type-item.active {
	/*background: rgb(196,0,0);*/
	background: #C40000;
}
.search-container .search-content .search-type-item div {
	transform: skewX(20deg);
}
.search-container .search-content .search-type-item.active div::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	margin-left: 5px;
	width: 13px;
	height: 7px;
	background-image: url('/resources/images/search_type_arrow.png');
}
.search-container .search-content .search-type-item:first-child::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 55px;
	/*background: rgb(241,147,1);*/
	background: #F19301;
	transform: skewX(20deg);
}
.search-container .search-content .search-type-item.active:first-child::before {
	/*background: rgb(196,0,0);*/
	background: #C40000;
}
.search-container .search-content .search-type-item:last-child{
	margin-right: 0;
}
.search-container .search-content .search-type-item:last-child::before {
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	width: 30px;
	height: 55px;
	/*background: rgb(241,147,1);*/
	background: #F19301;
	transform: skewX(20deg);
}
.search-container .search-content .search-type-item.active:last-child::before {
	/*background: rgb(196,0,0);*/
	background: #C40000;
}
.search-container .search-content .search-input {
	margin-top: 12px;
}
.search-container .search-content .search-input input {
	height: 55px;
	font-size: 16px;
	padding: 0 23px;
	float: left;
}
.search-container .search-content .search-input .search-input-name  {
	width: 394px;
	/*width: 610px;*/
	margin-right: 10px;
}
.search-container .search-content .search-input .search-input-class {
	width: 160px;
	margin-right: 10px;
}
.search-container .search-content .search-input .search-input-btn {
	display: inline-block;
	text-align: center;
	line-height: 55px;
	float: left;
	width: 196px;
	height: 55px;
	background: #C90808;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.search-container .search-content .search-input .search-input-btn img {
	position: relative;
	top: 6px;
	right: 10px;
	display: inline-block;
	width: 23px;
	height: 23px;
}
.search-container .search-content .search-input .search-input-btn:active {
	background: #A0522D;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently */
}

.content .applying-tips {
	background: #f3faf6;
	border: 1px solid #e2e8ef;
	margin: 100px auto;
}
.content .applying-tips .applying-icon {
	width: 173px;
	height: 109px;
	margin: 28px auto 12px auto;
}
.content .applying-tips .applying-tips-content {
	text-align: center;
	color: #333333;
	font-size: 20px;
	margin-bottom: 40px;
}
.content .applying-tips .applying-tips-content span {
	color: #FF0000;
	font-weight: bold;
}
.content .content-result {
	border-top: 3px solid #FF0000;
	margin: 26px 0 160px 0;
}
.content-result .result-title {
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	padding: 40px 0;
	position: relative;
	border-left: 1px solid #e2e8ef;
	border-right: 1px solid #e2e8ef;
}
.content-result .result-title .line {
	position: relative;
	bottom: 4px;
	display: inline-block;
	background: #999999;
	width: 81px;
	height: 1px;
	margin: 0 20px;
}
.content-result .result-table {
	
}
.content-result .result-table .result-row {
	border-left: 1px solid #e2e8ef;
	border-right: 1px solid #e2e8ef;
	border-top: 1px solid #e2e8ef;
}
.content-result .result-table .result-row:nth-child(odd) {
	background: #f3f6f9;
}
.content-result .result-table .result-row:last-child {
	border-bottom: 1px solid #e2e8ef;
}
.content-result .result-table .result-row .result-col {
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #333333;
	padding: 14px 2.5%;
}
.content-result .result-table .result-row .result-col:first-child {
	border-right: 1px solid #e2e8ef;
	font-size: 14px;
	color: #333333;
}

.friends-link {
	background: #d9d9d9;
	width: 100%;
}
.friends-link .container .friends-link-header {
	display: inline-block;
	width: 100%;
	height: 24px;
	margin: 48px 0 30px 0;
}
.friends-link .friends-link-list {
	padding-bottom: 44px;
}
.friends-link .friends-link-list .friends-link-item {
	display: inline-block;
	float: left;
	width: 19.2%;
	margin-right: 1%;
}
.friends-link .friends-link-list .friends-link-item:last-child {
	margin-right: 0;
}

.footer {
	background: #252525;
	border-bottom: 1px solid #646363;
}
.footer .footer-nav {
	text-align: center;
	color: #e9e9e9;
	font-size: 16px;
	padding-top: 49px;
}
.footer .footer-nav a {
	color: #e9e9e9;
	font-size: 16px;
}
.footer .footer-desc {
	text-align: center;
	color: #dedede;
	font-size: 14px;
	padding-top: 30px;
}
.footer .footer-info {
	padding: 50px 0;
	text-align: center;
	color: #cccccc;
	font-size: 14px;
}
.footer .footer-info .footer-item {
	display: inline-block;
}
.footer .footer-info .footer-item img {
	display: inline-block;
	margin-right: 13px;
	position: relative;
	top: 6px;
}
.footer .footer-info .footer-item:nth-child(1) {
	padding-right: 100px;
}
.footer .footer-info .footer-item:nth-child(1) img {
	width: 27px;
	height: 27px;
}
.footer .footer-info .footer-item:nth-child(2) {
	padding: 0 90px;
}
.footer .footer-info .footer-item:nth-child(2) img {
	width: 27px;
	height: 27px;
}
.footer .footer-info .footer-item:nth-child(3) {
	padding-left: 71px;
}
.footer .footer-info .footer-item:nth-child(3) img {
	width: 16px;
	height: 22px;
}
.copyright {
	text-align: center;
	color: #999999;
	font-size: 14px;
	background: #252525;
	padding: 22px 0 20px 0;
}

.pli{ position: relative; }
.pli ul{ position: absolute; top: 40px; left: 0 ; line-height: 40px !important; background: #fff;white-space:nowrap;padding: 0 10px; min-width: 100px;}
.pli ul li{ height: 40px; line-height: 40px;text-align: center; }
.pli ul li:first-child {
	padding-top: 6px;
}
.pli ul li a{ color: #333;text-decoration: none }
.pli ul li a:hover {
	/*color: rgba(195, 1, 1, 1);*/
	color: #C30101;
}


.content-publicity-data {
	padding-bottom: 47px;
}
.content-publicity-data .publicity-title {
	width: 287px;
	height: 64px;
	display: block;
	margin: 50px auto;
}
.content-publicity-data .publicity-item {
	width: 25.5%;
	height: 255px;
	display: inline-block;
	padding: 25px 2% 20px 2.5%;
	background-color: #f7f7f7;
	margin-right: 3%;
	margin-bottom: 30px;
	float: left;
	cursor: pointer;
}
.content-publicity-data .publicity-item:nth-child(3n+0) {
	margin-right: 0;
}
.publicity-item .publicity-header {
	position: relative;
	padding-left: 8px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 20px;
}
.publicity-item .publicity-header-date {
	width: 60px;
	height: 70px;
}
.publicity-item .publicity-header-date .day {
	display: block;
	color: #cbcbcb;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.publicity-item .publicity-header-date .month {
	display: block;
	color: #999999;
	font-size: 12px;
	text-align: center;
}
.publicity-item.active .publicity-header-date .day,.publicity-item.active .publicity-header-date .month,.publicity-item:hover .publicity-header-date .day,.publicity-item:hover .publicity-header-date .month {
	color: #c90808;
}
.publicity-item .publicity-header-arrow {
	position: absolute;
	width: 29px;
	height: 17px;
	background-image: url('/resources/images/publicity_arrow_default.png');
	right: 8px;
	top: 50%;
	margin-top: -20px;
}
.publicity-item.active .publicity-header-arrow,.publicity-item:hover .publicity-header-arrow {
	background-image: url('/resources/images/publicity_arrow_active.png');
}
.publicity-item .publicity-content .title {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 24px;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.publicity-item.active .publicity-content .title,.publicity-item:hover .publicity-content .title {
	color: #c90808;
}
.publicity-item .publicity-content .field {
	margin-bottom: 10px;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space: nowrap;
}
.publicity-item .publicity-content .field:last-child{
	margin-bottom: 0;
}
.publicity-item .publicity-content .field .field-title  {
	color: #666666;
	font-size: 14px;
}
.publicity-item .publicity-content .field .field-content  {
	color: #333333;
	font-size: 14px;
}


.content-search-more-data {
	padding-top: 47px;
}
.content-search-more-data .search-more-list {
	height: 126px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space:nowrap;
}
.content-search-more-data .search-more-item {
	width: 14.5%;
	height: 80px;
	display: inline-block;
	padding: 0 1.5% 20px 2%;
	background-color: #f7f7f7;
	margin-right: 1.5%;
	cursor: pointer;
}
.content-search-more-data .search-more-item:last-child {
	margin-right: 0;
}
.content-search-more-data .search-more-item.active {
	border: 2px solid #c90808;
}
.search-more-item .search-more-content .title {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 24px;
	overflow: hidden;    
	text-overflow:ellipsis;
	white-space:nowrap;
}
.search-more-item.active .search-more-content .title,.search-more-item:hover .search-more-content .title {
	color: #c90808;
}
.search-more-item .search-more-content .field {
	margin-bottom: 10px;
	overflow: hidden;    
	text-overflow:ellipsis;    
	white-space:nowrap;
}
.search-more-item .search-more-content .field:last-child{
	margin-bottom: 0;
}
.search-more-item .search-more-content .field .field-title  {
	color: #666666;
	font-size: 14px;
}
.search-more-item .search-more-content .field .field-content  {
	color: #333333;
	font-size: 14px;
}