input{outline: none;} 
body { -moz-user-select: none; /*火狐*/ /*禁止用户在页面选择文字*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
  } 
/*左侧菜单*/
.fr p{
	height: 30px;
	background-color: #77a2cf;
	color: #2d6487;
	line-height: 30px;
	padding-left: 20px;
}
.list-sec{
	background-color: #f5f5f5;
	font-size: 14px;
	padding-left: 12px;
}
.list-sec p{
	color: #5f5f5f;
	line-height: 40px;
	padding-left: 16px;
}
.list-sec li{
	height: 40px;
}
.list-sec .icon-spot{
	width: 8px;
	height: 8px;
	background-color: #1b74c1;
	display: -webkit-inline-box;
	margin-top:16px;
	border-radius: 8px;
	float: left;
}
/*slide*/
.slide-list{
	width: 340px;
	height:auto;
	margin-bottom: 20px;
	float:left;
}
.slide-content{
	width: 684px;
	height: auto;
	float: right;
	margin-bottom: 20px;
}
.slide-content .slide-nav-content{clear: both;min-height:150px;padding: 10px;display:flow-root;}
.slide-content .slide-nav-content li{
	cursor: pointer;
	line-height: 40px;
	clear: both;
}
.slide-content-list{
	float: left;
}
.slide-content-time{
	float: right;
	font-size: 13px;
	color: #828181;
}
.turn-pages{
	clear: both;
	margin:20px 0;
	text-align: center;
}
.turn-pages p{display: -webkit-inline-box;}
.turn-pages input{
	width: 40px;
	text-align: center;
	margin: 0 10px;
}
.slide-content .slide-content-list{
	width:584px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
} 
.breadcrumb a:hover{
	color: #337ab7;
	text-decoration:underline;
}
.slide-content .slide-content-title{
	border-bottom: 1px solid #aba09a;
  margin: 10px 0 10px 10px;
}
.slide-content h3{float: left;font-size: 14px;}
.slide-content .breadcrumb{
	width: 564px;
	margin:0;
	padding:0;
	background: none;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*右侧内容页*/
.bd-title,.ex-title{
	text-align: center;
	margin:20px 0;
}
.bd-title h2,.ex-title h2{
	font-size: 1.6em;
	font-weight: bold;
	margin:10px 0;
}
.bd-title i{margin-right:6px;}
.bd-content th,.bd-content td{text-align: center;}
.bd-content{
  letter-spacing: 1px;
  line-height: 30px;
  margin-top:20px;
  padding: 0 20px;
}
/*分页*/
.list-page {
  text-align: center;
}
.list-page li .strong {
	background-color: #a0a0a0;
	color: #fff;
}
/*留言*/
.nydnr .clearfix{
	    margin-top: 15px;
    font-family: '微软雅黑';
    font-size: 13px;
}
.message li label {
    float: left;
    width: 100px;
    text-align: right;
    line-height: 20px;
}
.message li div {
    float: left;
    width: 480px;
}
.red {
    color: #ff0000;
}
.code{
    width: 400px;
    margin:22px auto;
}
.input-val{
    width: 180px;
    background: #ffffff;
    height: 2.8rem;
    padding: 0 2%;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
}
#canvas{
    float:right;
    display: inline-block;
    border:1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
}