/*分页样式*/

.fanye {
    border-top: none;
    height: auto;
    padding: 8px;
    text-align: center;
    margin: 0 auto;
}

.fanye span {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 0;
    border: none;
    font-size: 12px;
    margin-left: 10px;
}

.fanye a {
    display: inline-block;
    line-height: 25px;
    padding: 0 8px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 2px;
    font-size: 12px;
    color: #333;
}

.fanye .thisclass {
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    color: #2267b5;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.fanye .pageinfo {
    border-radius: 3px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
}

.fanye .last {
    color: #ccc;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.page_list .on {
    background-color: #0b841c;
    color: #fff;
}

/* 翻页 */
.preAndNext{
    padding: 15px;
}
.preAndNext li a {
    font-size: 0.8rem;
    color:  #333;
    text-decoration: none;
}

.preAndNext li a:hover {
    color: #b51a20;
    text-decoration: none;
}

/*子页样式*/

.pro-category {
    list-style-type: none;
    white-space: nowrap;
    overflow-x: scroll;
    background-color: #fff;
}
.pro-category li {
    display: inline-block;
    line-height: 40px;
}
.pro-category li a {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    text-decoration: none;
    color: #444;
}

.pagecon {
    text-align: justify;
    font-size: 0.8rem;
    width: 90%;
    margin: 5% auto;
    line-height: 2;
    color: #666;
}
.pagecon .class {
	float: left;
	width: 40%;
	height: 40px;
	margin: 3% 4.5%;
	line-height: 40px;
	text-align: center;
	color: #02296c;
	border: 1px solid #999;
	overflow: hidden;
}
.pagecon img{
    max-width: 100%;
    height: auto;
    display: block;
}
.pagecon .mDetail{
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
}
.artc {
    min-height: 400px;
    margin: 0 auto;
    margin-top: 0px;
}

.aimg {
    margin-top: 50px;
    text-align: center;
}

.pagecon .tit {
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    display: block;
    padding: 8px;
    text-align: center;
}

.pagecon .info {
    font-size: 0.9rem;
    display: block;
    text-align: center;
    font-size: 0.8rem;
    border-bottom: 1px solid #999;
    margin: 5px 8px;
    border-top: 1px solid #999;
    color: #333;
    padding: 0 !important;
}

.pagecon .content {
    margin: 0 auto;
    font-size: 0.9rem;
    text-align: justify;
    color: #333;
    width: 90%;
    padding-top: 8px;
    margin-bottom: 10px;
    min-height: 300px;
}

/* 子页map导航 */
.map {
    font-size: 0.8em;
    color: #666;
    line-height: 40px;
    height: 40px;
    background: #fff;
	text-align: center;
    border-bottom: 1px solid #b5b6ae;
    overflow: hidden;
}
.map img {
    padding-left: 15px;
    padding-right: 1px;
    height: 5px;
	position: relative;
    top: -2px;
    left: -5px;
}
.map a {
    color: #666;
}

/* 新闻列表 */
.artc {
    min-height: 350px;
    margin: 0 auto;
}
.newlist ul li {
    font-size: 0.8rem;
    line-height: 4;
    padding-left: 5%;
    max-height: 3rem;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.newlist li a {
    color: #333;
    font-size: 100%;
    display: block;
    max-width: 80%;
	max-height: 3rem;
    overflow: hidden;
}