html {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width: 1300px;
	height: 100%;
}

body {
	font-family: "微软雅黑";
	padding: 0px;
	margin: 0;
	width: 100%;
	height: 100%;
}

.wall {
	background-color: #F1F4FB;
	height: 40px;
	width: 100%;
}



.width {
	width: 1300px;
	margin: 0 auto;
}

.imgBg {
	width: 1300px;
	margin: 0 auto;
	background: url(../img/041905.jpg) no-repeat;
}

.card {
	display: inline-block;
	width: 235px;
	height: 235px;
	border: #C1CCD1 1px solid;
	border-radius: 8px 8px;
	text-align: center;
	margin-top: 30px;
}

.main_card {
	display: inline-block;
	width: 373px;
	height: 245px;
	border: #C1CCD1 1px solid;
	border-radius: 8px 8px;
	text-align: center;
	position: relative;
	top: -100px;
}

.main_card a {
	width: 100%;
	height: 100%;
	display: block;
}

.card .title {
	height: 20%;
	background-image: linear-gradient(#FFFFFF, #ECF1F3);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	line-height: 50px;
	color: #3C79C6;
	font-size: 1.3em;
	font-weight: 800;
}

.card .cardfoot {
	height: 20%;
	background-color: #E7ECF0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.card .cardfoot a {
	line-height: 50px;
	color: #3C79C6;
	width: 233px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.card .body {
	height: 60%;
	overflow: hidden;
	position: relative;
}

.card .body:hover .note {
	animation: showNote 0.5s forwards;
}

.card .body:hover .img {
	animation: hideImg 0.5s forwards;
}

.card .body .note {
	background-color: #E7ECF0;
	width: 226px;
	height: 100%;
	position: relative;
	padding: 10px 10px;
	left: -246px;
	top: 0px;
	line-height: 30px;
	display: -webkit-box;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.card .body .img {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: -165px;
}

.card .body .img img {
	width: 100%;
	height: 100%;
}

@keyframes showNote {
	from {
		left: -246px;
	}

	to {
		left: 0px;
	}
}

@keyframes hideImg {
	from {
		left: 0px;
	}

	to {
		left: 246px;
	}
}

.logo .left {
	/*padding-right: 170px;*/
	width: 950px;
}

.logo .left img {
	/*padding-right: 170px;*/
	width: 100%;
}

.logo .right {
	color: #207FC2;
}

.logo .right a {
	color: #207FC2;
}

.menu_bar {
	height: 35px;
	padding: 10px 10px;
}

.bar {
	height: 40px;
	line-height: 40px;
	background-color: #EFEFEF;
	padding-left: 10px;
	text-align: left;
}

.menu {
	text-transform: uppercase;
	width: 100%;
	line-height: 35px;
}

.menu li {
	display: inline-block;
	float: left;
}

.menu .item {
	width: 170px;
	text-align: center;
	background-color: #2e81c5;
}

.nav .search_li {}

.search_form {}

.search_form div {
	float: left;

	padding-left: 30px;
}

.search_form input {
	height: 35px;
	width: 264px;
	border-color: #87CEFA;
	border-radius: 3px;
}

.menu .split {
	width: 1px;
	height: 35px;
	background-color: #D2D2D2;
}

.menu .item a {
	text-align: center;
	color: #ffffff;
	border: 0px;
	font-size: 1.2em;
	font-weight: 800;
	text-decoration: none
}

.menu .item:hover {
	background-image: linear-gradient(to bottom left, #98D4F1, #104D9F);
	color: white;

}

.itemHover {
	background-image: linear-gradient(to bottom left, #98D4F1, #104D9F);
	color: white;
	/* 	border-top-left-radius: 15px;
	border-top-right-radius: 15px; */
}


.menu .item:hover a {
	color: white;
}

.main_block_bg {
	background: url(../img/041905.jpg) no-repeat;
	background-position: center 0;
	background-size: 100% auto;
}

.main_block {
	position: relative;
}

.main_block td {}

.main_block .block {
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 195px;
	height: 190px;
	border-radius: 8px 8px 8px 8px;
	filter: alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	margin-top: 25px;
}

.main_block .block_i {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 180px;
	height: 160px;
	border-radius: 8px 8px 8px 8px;
	filter: alpha(Opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	margin-top: 25px;
}

.main_block .block_i i {
	color: white;
	font-size: 7em;

}

.main_block .block_i a {
	color: white;
	font-size: 1.2em;
	font-weight: 600;
}

.main_block .block_link a {
	text-align: left;
	color: white;
	font-size: 1.1em;
	font-weight: 600;
	display: inline-block;
	line-height: 30px;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.link_block a {
	text-align: center;
}

.main_block .pink {
	background-image: linear-gradient(to bottom, #F9D2CA, #EF9674);
}

.main_block .green {
	background-image: linear-gradient(to bottom, #2AB9D1, #4DB996);
}

.main_block .blue {
	background-image: linear-gradient(to bottom, #54BDEC, #3AA1DC);
}

.main_block .yellow {
	background-image: linear-gradient(to bottom, #D7CF84, #DAAF54);
}

.main_block .purple {
	background-image: linear-gradient(to bottom, #8077B6, #9C63A7);
}

.main_block .golden {
	background-image: linear-gradient(to bottom, #FCC731, #F6AA18);
}

.main_block .list td {
	padding-right: 15px;
}

.main_block .model {
	background-color: white;
	height: 410px;
	border-top: #1476BD 3px solid;
	border-left: #CFCFCF 1px solid;
	border-right: #CFCFCF 1px solid;
	border-bottom: #CFCFCF 1px solid;
}

.main_block .model .title {
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.2em;
	font-weight: 600;
	border-bottom: #CFCFCF 1px solid;
}

/* .main_block .model .title a {
	float: right;
	color: gray;
	font-weight: 300;
	font-size: 1em;
} */

.main_block .model .body {
	padding-left: 15px;
	padding-right: 15px;
}

.main_block .model .body .line {
	height: 35px;
	line-height: 35px;
	border-bottom: #CFCFCF 1px dashed;
	text-align: left;
}

.main_block .model .body .line a {
	display: inline-block;
	width: 480px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main_block .model .body .line span {
	float: right;
}

.main_block .model .title_list {
	height: 35px;
	line-height: 35px;
	border-bottom: #CFCFCF 1px solid;
	font-size: 1.2em;
	font-weight: 600;
}

.main_block .model .title_list li {
	display: inline-block;
	margin-left: 30px;
	float: left;
	height: 32px;
}

.main_block .model .title_list .active {
	border-bottom: #EA5206 3px solid;
}

.link_block {
	background-color: #EAF1F9;
}

.link_block_title {
	height: 35px;
}

.link_block_title .title {
	background-color: #2E81C5;
	width: 85px;
	height: 35px;
	line-height: 35px;
	color: #EAF1F9;
	padding-left: 15px;
	text-align: left;
	font-weight: 700;
	font-size: 1.1em;
}

.link_block {
	background-color: #EAF1F9;
	padding-top: 20px;
	padding-bottom: 20px;
}

.link_block .main tr {
	height: 35px;
	line-height: 35px;
	font-size: 1.2em;
}

.link_block .main td {
	padding: 0px 5px;
}

.link_block .main td a {
	display: block;
	width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.foot {
	background-color: #1576BD;
	padding-top: 30px;
	padding-bottom: 30px;
}

.foot div {
	margin-left: 25px;
	height: 40px;
	color: white;
	font-size: 1.3em;
	line-height: 40px;
	text-align: left;
}

.ewm {
	position: absolute;
	left: 1305px;
	top: 250px;
	background-color: #019944;
	width: 115px;
	height: 170px;
	padding: 5px 5px 5px 5px;
	line-height: 27px;
	font-size: 1.2em;
	color: white;
}

.ewm img {
	width: 110px;
	margin-bottom: 5px;
}

.list_page {
	background-color: white;
}

.list_page .left {
	width: 200px;
	background-color: #EFEFEF;
	height: 600px;
}

.list_page .left .model {
	height: 45px;
	line-height: 45px;
	background-color: #0AACEC;
	color: white;
	margin: 0 0;
	font-weight: 700;
	text-align: center;
}

.list_page .left .type {
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	display: block;
	text-align: center;
}

.list_page .left .type:hover {
	background-color: #E5E5E5;

}

.list_page .right {
	padding-left: 20px;
}

.list_page .right .model {
	background-color: #EFEFEF;
	height: 45px;
	line-height: 45px;
	text-align: left;
	font-weight: 700;
	padding-left: 20px;
}

.list_page .right .row {
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: dotted 1px #D6D6D6;
}

.list_page .right .row:hover {
	background-color: #EDEDED;
	color: #0B6698;
}

.list_page .cnt_title {
	padding-top: 15px;
	font-size: 26px;
	line-height: 50px;
	text-align: center;
}

.list_page .cnt_time {
	color: gray;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.list_page .cnt {
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
}

.list_page .cnt * {
	text-wrap: wrap !important;
}

.list_page .cnt_title i {
	color: #0B6698;
}

.list_page .right .row:hover a {
	color: #0B6698;
}

.list_page .right .row i {
	font-size: 16px;
	float: left;
}

.list_page .right .row a {
	margin-left: 10px;
	font-size: 14px;
	width: 800px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.list_page .right .row span {
	color: gray;
	float: right;
	font-size: 12px;
}

.bar {
	height: 40px;
	line-height: 40px;
	background-color: #EFEFEF;
	padding-left: 10px;
	text-align: left;
}

.bar .tag {
	font-weight: 800;
	color: black;
}

.bar span {
	color: gray;
}

.page {
	margin-top: 20px;
	text-align: center;
}

.page span {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
	color: white;
	margin-left: 20px;
	margin-right: 20px;
}


.next {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	color: black;
}

.num {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	color: black;
}

.prev {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	color: black;
}

.cur {
	color: gray;
}

.bottomDiv {
	box-sizing: border-box;
}

.bottomP {
	text-align: left;
	letter-spacing: 2px;
	width: 650px;
	margin: auto !important;
	color: white;

}

.mainImg {
	height: 90px;
}

.con_div {

	border: solid 1px #b5b5b5;
	box-shadow: 0px 3px 4px #b5b5b5;
}

.crumb_box a {}

.crumb_box a::before {
	content: '/';
	padding: 0 15px;
}


.crumb_box *:nth-child(2)::before {
	display: none;
}