﻿.viewcontent .Crumbs{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #eaeaea;
}

.viewcontent .Crumbs .position .img{
	float: left;
	padding-right: 3px;
}

.viewcontent .Crumbs .position .Jou {
	
}

.viewcontent .Crumbs .position .Jou a{
	color: #808080;
	font-size: 14px;
	display: block;
	float: left;
}

.viewcontent .Crumbs .position .Jou .hc{
	color: #33668e;
}
.viewcontent .box{
	width: 100%;
	height:auto;
	background-color: #f2f2f2;
}

.viewcontent .box .left{
	float: left;
}



.viewcontent .box .sem1{
	width: 900px;
	background: #fff; 
	padding:16px;
	margin-top: 28px;
	transition: all 0.6s;
}

.viewcontent .box .sem1:hover{
	box-shadow: #d1d1d1 0px 0px 10px 2px;
}


.viewcontent .box .sem1 .img{
	width:260px;
	height:160px;
	overflow: hidden;
	float: left;
}
.viewcontent .box .sem1 .img img{
	 width:100%;
	 min-height:100%;
}
.viewcontent .box .sem1 .news{
	float: left;
	width: 574px;
	height: 160px;
	margin-left: 30px;
	
}

.viewcontent .box .sem1 .news h4{
	font-size: 18px;
	margin-top: 10px;
	width:561px;
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
	color:#333;
	
}

.viewcontent .box .sem1 .news p{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	width:561px;
	font-size: 14px;
	margin-top: 14px;
	color:#747474;
}

.viewcontent .box .sem1 .news span{
	font-size: 14px;
	margin-top: 44px;
	color:#a1a1a1;
	display: block;
}
.viewcontent .box .sem1 .news span b{
	font-weight:normal;
}

.viewcontent .box .sem1 .news span strong{
	padding-left:20px;
}
.viewcontent .paging{
	height: 142px;
	line-height: 142px;
}



.viewcontent .box .right{
	float: right;
	margin-top: 28px;
}

.viewcontent .box .right .service{
	width: 270px;
	background: #fff;
	margin-top: 28px;
}

.viewcontent .box .right .service h4{
	height: 78px;
	padding-top: 20px;
	color: #fff;
	border-bottom: 1px solid #eaeaea;
	background: #135684;
	text-align: center;
	
}
.viewcontent .box .right .service h4 span{
	display: block;
	font-size:12px;
}
.viewcontent .box .right .service a{
	height: 50px;
	line-height: 50px;
	padding:0 6px;
	color: #8c8c8c;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	display: block;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.viewcontent .box .right .Label{
	width: 270px;
	height: 350px;
	background: #fff;
	margin-top: 28px;
	
}

.viewcontent .box .right .Label h4{
	height: 78px;
	padding-top: 20px;
	color: #fff;
	border-bottom: 1px solid #eaeaea;
	background: #135684;
	text-align: center;
	margin-bottom: 20px;
}
.viewcontent .box .right .Label h4 span{
   display: block;
   font-size:12px;
}
.viewcontent .box .right .Label .cen {
	width: 100%;
	height: auto;
}


.viewcontent .box .right .Label ul li{
	margin: 0 auto;
	float: left;
	width: 45%;
	border: 1px solid #cacaca;
	margin-left: 9px;
    margin-bottom: 10px;
}
.viewcontent .box .right .Label ul li{
	margin: 0 auto;
	float: left;
	width: 45%;
	border: 1px solid #cacaca;
	margin-left: 9px;
    margin-bottom: 10px;
}

.viewcontent .box .right .Label .cen li #keyboard{
	height: 38px;
	width: 100%;
	line-height: 38px;
	color: #8c8c8c;
	text-align: center;
	display: block;
	transition: all 0.6s;
	background:#fff;
  	border: 0;
	outline: none;
	display:inline-block;
	font-size:16px;
}

.viewcontent .box .right .Label .cen li #keyboard:hover{
	background:#135684;
	color:#fff;
}
