/* CSS Document */
#main{
	width:96%;
	margin:2px auto 0;
	min-height:200px;
}
.position{
	background:url(../img/pos_icon.png) no-repeat 2px center;
	background-size:24px;
	height:34px;
	line-height:34px;
	border-bottom:#BD0F19 solid 2px;
}
.position span{
	display:block;
	padding-left:32px;
	color:#D80000;
	font-size:1.6em;
}
.nr_body{
	padding:10px 1%;
	color:#555;
	font-size:1.4em;
	line-height:1.6em;
	overflow:hidden;
}
.nr_body img{
  max-width:100% !important;
  height:auto !important;
}
.list_cp{
	width:100%;
}
.list_cp ul{
	float:left;
	width:100%;
	padding:5px 0;
}
.list_cp ul li{
	float:left;
	margin:8px 2%;
	width:46%;
}
.list_cp ul li a{
	display:block;
}
.list_cp ul li a img{
	display:block;
	border:#BD0F19 solid 1px;
	width:100%;
}
.dmhj{
	margin-top:10px;
	width:100%;
}
.list_dmhj{
	width:100%;
}
.list_dmhj ul{
	float:left;
	width:100%;
	padding:5px 0;
}
.list_dmhj ul li{
	float:left;
	width:30%;
	margin:8px 1% 8px 2%;
}
.list_dmhj ul li a{
	display:block;
}
.list_dmhj ul li a img{
	display:block;
	width:100%;
}
.list_news{
	width:100%;
}
.list_news ul{
	width:100%;
}
.list_news ul li{
	width:100%;
	background:url(../img/li_icon.jpg) no-repeat 10px center;
	background-size:12px;
	border-bottom:#BD0F19 dashed 1px;
	height:34px;
	line-height:34px;
	overflow:hidden;
}
.list_news ul li a{
	font-size:1.5em;
	color:#666;
	padding-left:28px;
}
.lyb{
	padding-bottom:10px;
}
.lyb_text {
    border: 1px solid #9797A6;
    box-shadow: 2px 3px 5px #ECECFB inset !important;
    color: #555555;
    font-size: 1.5em;
    height: 34px;
    line-height: normal;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
}
.lyb_sub {
    background:#BD0F19;
    border: 0 none;
    color: #FFFFFF;
    font-size: 2em;
    height: 38px;
    line-height: 38px;
    margin-top: 10px;
    text-align: center;
    width: 150px;
}

/*-------分页样式-------*/

.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: none repeat scroll 0 0 #CCCCCC;
}

