﻿/*列表*/
.list .lists {
	background: #D9EDF7;
}
.list ul li {
	height: 30px;
	display: block;
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
}
.list ul li a {
	color: #333;
    font-size: 16px;
}
.list ul li a:hover {
	-webkit-tap-highlight-color: rgba(255,255,255,.0);
}

/*标题*/
.title {
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #e6e6e6;
    padding: 8px 10px;
}
.content {
	line-height: 40px
	;
    padding: 10px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ccc;
    word-break:break-all;
    word-wrap:break-word;
}
.content img {
    width: 100%;
}

/*相邻上下*/
.next_prev {
    color: green;
    font-size: 18px;
    padding-top: 2px;
}
.next_prev ul li a{
	font-size: 18px;
}
.next_prev li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
}
.next_prev li a {
    color: #333;
    font-size: 13px;
}
.next_prev li a:hover {
    -webkit-tap-highlight-color: rgba(255,255,255,.0);
}

/*版块*/
.plate {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F2F6F7;
    clear: both;
    border-bottom: 1px solid #ccc;
}
.plate ul li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 40px;
}
.plate ul li a {
    display: block;
    margin: 5px;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: 16px;
    color: #333;
 border-radius: 8px;
   background-color: #fcc;}