@charset "utf-8";
.content_body .navs {
	background-image: url(../images/pr/banner.jpg);
}

.news_content,
.view_content,
.video_content,
.exhibition_content {
	margin-right: -15px;
	margin-left: -15px;
}

.bord_list tbody tr td {
	height: 50px;
	line-height: 49px;
	text-align: center;
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	font-size: 16px;
	background-image: url(../images/pr/dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
	border-bottom:none;
}

.bord_list tbody tr td:last-child {
	color: #666666;
	font-size: 14px;
	background-color: ;
}

.page {
	padding-top: 40px;
}

.page ul {
	display: table;
	margin: 0 auto;
}

.page ul li {
	display: table-cell;
}

.page ul li:first-child {
	border-left: #e1e1e1 1px solid;
}

.page ul li a,
.page ul li span {
	width: 38px;
	height: 38px;
	display: block;
	border: #e1e1e1 1px solid;
	border-left: 0;
	text-align: center;
	color: #747474;
	line-height: 36px;
	font-size: 13px;
}

.page ul li.first a,
.page ul li.first span {
	overflow: hidden;
	line-height: 1000px;
	background-image: url(../images/icon_pp.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.page ul li.prev a,
.page ul li.prev span {
	overflow: hidden;
	line-height: 1000px;
	background-image: url(../images/icon_p.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.page ul li.next a,
.page ul li.next span {
	overflow: hidden;
	line-height: 1000px;
	background-image: url(../images/icon_n.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.page ul li.last a,
.page ul li.last span {
	overflow: hidden;
	line-height: 1000px;
	background-image: url(../images/icon_nn.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.page ul li a:hover,
.page ul li.active a,
.page ul li.active span {
	background-color: #3d4c9c;
	color: #FFF;
	font-size: 13px;
	border-bottom: #3d4c9c 1px solid;
	border-top: #3d4c9c 1px solid;
	border-right: #3d4c9c 1px solid;
}

.grid_list>div {
	padding: 30px;
}

.grid_list .in_box .img_area {
	width: auto;
}

.grid_list .in_box .img_area img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	max-width: initial;
}

.grid_list .in_box {
	position: relative;
}

#pr_video .grid_list .in_box {
	cursor: pointer;
}

.grid_list .in_box>dl {
	padding-left: 30px;
	/*max-width: 255px;*/
	padding-top: 20px;
	width: auto;
}

.grid_list .in_box>dl dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.grid_list .in_box>dl dd.data {
	padding-top: 10px;
}

.view_content .content iframe {
	width: 560px;
	height: 315px;
}

.grid_list .in_box>dl dd {
	position: absolute;
	bottom: 15px;
	font-size: 14px;
	letter-spacing: 0;
	color: #666;
}

.grid_list .in_box>dl dd.data {
	padding-top: 10px;
}

.sc_line {
	padding-bottom: 20px;
}

.sc_line form>* {
	float: right;
}

.sc_line form button {
	width: 60px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #3d4c9c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.sc_line:after {
	content: '';
	display: block;
	clear: both;
}

.sc_line input {
	width: 335px;
	height: 35px;
	border: #e1e1e1 1px solid;
	margin-right: 5px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 33px;
}

.view_content .title {
	padding: 30px 40px;
}

.view_content .title dt {
	float: left;
	max-width: 1000px;
	text-align: left;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
}

.view_content .title dd {
	float: right;
	text-align: right;
	line-height: 40px;
	font-size: 14px;
	letter-spacing: 0;
	color: #666;
}

.view_content .content {
	border-top: #e1e1e1 1px solid;
	padding: 40px;
	font-size: 15px;
	line-height: 25px;
}

.view_content .addon {
	border-top: #e1e1e1 1px solid;
	padding: 20px 40px;
	display: block;
}

.view_content .addon>* {
	float: left;
	display: block;
}

.view_content .addon dt {
	font-weight: normal;
}

.view_content .addon dd {
	font-weight: normal;
}

.view_content .addon dd a {
	display: block;
	padding-left: 40px;
	background-image: url(../images/icon_q.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

.view_content .control {
	padding: 40px;
	padding-bottom: 0;
}

.view_content .control button {
	float: right;
	width: 97px;
	height: 48px;
	line-height: 48px;
	background-color: #3d4c9c;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.view_content .control ul li a {
	display: block;
	width: 50px;
	height: 50px;
	border: #e1e1e1 1px solid;
	margin-left: -1px;
	line-height: 10000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}


.grid_list .catgory_area {
	float: left;
	width: auto;
}
.grid_list .content_area {
	float: left;
	padding-left: 150px;
	padding-top: 0;
}