/**!
 * 青海省网上政务大厅-详情页
 * author: xiaolong;
 * date: 20170831
 */

.essay-title {
    font-size: 24px;
    font-weight: bold;
    padding: 23px 0;
    line-height: 36px;
    text-align: center;
}

.essay-bar {
    position: relative;
    height: 38px;
    line-height: 38px;
    color: #666;
    text-align: center;
    background-color: #f7f7f7;
}

.essay-bar .text {
    margin: 0 15px;
}

.essay-bar .font {
    position: absolute;
    top: 0;
    right: 30px;
    display:none;
}


.essay-bar .font i {
	font-style: normal;
	cursor: pointer;
}

.essay-bar .font .cur {
    color: #1492ff;
}

.essay-content .param {
	line-height: 36px;
	padding: 0 42px;
	text-indent: 2em;
	font-size: 16px;
}

.essay.big .essay-content .param {
    font-size: 18px;
}

.essay.small .essay-content .param {
    font-size: 14px;
}

.essay-content .img {
	padding: 35px 0;
	text-align: center;
}

.essay-content {
	padding: 33px 0 95px;
}

.essay-btm {
	height: 56px;
	padding: 19px 70px 0 20px;
	border-top: 1px dashed #d8d8d8;
	color: #1492ff;
}

.essay-btm a {
	color: #333;
}

.essay-page-item a {
	overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    width:18em;
    float:right;
}
.main-wrap {
	min-height:400px;
}