@charset "utf-8";
/* 单篇 */
h2.right_lmmc{
    font-size: 36px;
    color: #010101;
    text-align: center;
    line-height: 40px;
    margin: 50px 0 20px;
    padding-bottom: 23px;
    position: relative;
}
h2.right_lmmc::before{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #bd1313;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* 单篇页 */
main .con p{
    font-size: 18px;
    line-height: 42px;
    color: #000000;
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
}

/* 列表页 */
.list ul li a{
	display: block;
	border-bottom: 1px solid #eeeeee;
	line-height: 52px;
	padding: 0 35px;
	box-sizing:border-box;
	background: #f0f1f4;
}
.list ul li a p::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #d5d5d5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list ul li a p{
	font-size: 18px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 12px;
	position: relative;
}
.list ul li:nth-of-type(2n) a{
	background: #fff;
}
.list ul li a span{
	color: #B3B7B9;
	float: right;
	padding-left: 10px;
	font-size: 16px;
}
.list ul li a:hover p{
	color:#bd1313;
	text-indent: 10px;
}
.list ul li a:hover p::before{
	background:#bd1313;
}
/* 内容页 */
.content h2.bt{
    font-size: 36px;
    color: #010101;
    line-height: 40px;
    margin: 50px 0 30px;
    padding-bottom: 23px;
    position: relative;
}
.content h2.bt::before{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: #bd1313;
    position: absolute;
    bottom: 0;
    left: 0;
}
.content .wzxx{
    background: #f8f8f8;
    padding: 25px;
    margin-bottom: 30px;
}
.content .wzxx p{
    font-size: 16px;
    color: #6c6c6c;
    line-height: 40px;
    padding-left: 40px;
}
.content .wzxx p:nth-of-type(1){
    padding-left:0;
}
.content .wzxx p:nth-of-type(3){
    background: url(../img/sj_icon.png) no-repeat left center;
}
.content .wzxx p:nth-of-type(2){
    background: url(../img/fw_icon2.png) no-repeat left top 2px;
    margin-left: 40px;
}
.content .con p{
    font-size: 18px;
    line-height: 42px;
    color: #000000;
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
}
.searchWrap {
    min-height: 600px;
    background: #fff;
    margin: 30px 0 0;
    padding: 30px;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #bd1313;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #005bac;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
}  