#wangdian{
    margin: 20px 0;
}

#wangdian p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B2B2B2;
	font-size: 14px;
	padding-bottom: 5px;
}

#navLeft ul li {
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    background-color: #637E4B;
    text-align: center;
    color: #fff;
    font-size: 14px;
}


#navLeft ul li a{
	color: #fff;
}

#navLeft ul li:hover{
	background-color: #FF9900;
}

.contentBox{
	padding: 20px;
}

#yourPlace{
	display: flex;
	margin-top: 5px;
}

#yourPlace p {
    height: 37px;
    line-height: 37px;
    border: solid 1px #637E4B;
    margin: 0;
    padding: 0 10px;
    flex-grow: 1;
}

/*分页样式风格*/
.pages {
    color: #999;
}

.pages a, .pages .cpb {
    text-decoration: none;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    color: #000;
    font-family: Verdana, Geneva, sans-serif;
    height: 25px;
    line-height: 25px;
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.pages a:hover {
    background-color: #F98C4A;
    color: #fff;
    border: 1px solid #F06000;
    text-decoration: none;
}

.pages .cpb {
    font-weight: bold;
    color: #fff;
    background: #F98C4A;
    border: 1px solid #F06000;
}

.DetailsTD {
    background-color: #F2F2F2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    background-image: url(../Images/TDbg.gif);
    background-repeat: repeat-x;
}

.DetailsBigImg {
    padding: 4px;
    border: 1px solid #E1E1E1;
}

#detailsInfoTable td,th{
    padding:6px;
}

.newsTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.newscontent {
    font-size: 14px;
}