﻿/**!
 * 许昌农机局
 * author: wuzhou
 * date:2017-07-13
 */

.ewb-route {
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    text-indent: 20px;
    background: url(../images/route_ico.png) left center no-repeat;
}

.ewb-route>a {
    color: #333;
}

.ewb-route>span {
    color: #f4a030;
}

.ewb-content {
    min-height: 500px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #cc0000;
}

.ewb-info-tt {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.ewb-info-time {
    text-align: center;
    line-height: 35px;
}

.ewb-info-con {
    text-indent: 25px;
}

/* 0727新增 */
.ewb-info-source{
	margin-top: 25px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #545454;
	background-color: #f0f0f0;
	margin-bottom: 25px;
}

.ewb-info-source a{
	color:#333;
}