.title_row{
	border-bottom: 1px solid black;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}
.title_row img{
	width: 30%;
	float: right;
	height: 7em;
	margin: 0.5em;
}
.title_row .text_ellipsis{
	width: 56%;
    margin: 3%;
    float: left;
    font-weight: bold;
    font-size: 1.1em;
}
.newsTime{
	position: absolute;
	bottom: 1%;
	left: 7%;
}
.current {
    float: left;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-decoration: underline;
}

.num {
    float: left;
    width: 1em;
    height: 1em;
    line-height: 1em;
}

.next ,.prev{
    float: left;
    /* width: 1em; */
    height: 1em;
    line-height: 1em;
}
.title_i_font a{
	float: left;
	margin:1%;
}
.newTitle{
	width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newContect img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.title {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
    margin: 0.5em 0;
}

.title_small {
    text-align: center;
    font-size: 0.8em;
    margin: 0.7em 0;
}
.newContect{
	border-bottom: 1px solid black;
}
.botTitle{
	color: #CE4235;
    padding-left: 10%;
    font-size: 1.2em;
    clear: both;
    margin: 10px 0;
}
#botImgBox{
	width: 307px;
	margin: 0 auto;
}
#botImgBox img{
	width: 20%;
	float: left;
	height: 61px;
}
#pageBot li{
	color: #CE4235;
	padding-left: 13%;
}
#newsBotBox{
	background-color: #DD4E14;
	height: 15em;
	border: 1px solid #DD4E14;
	margin: 10px 0;
}
#newsBotBoxTitle{
	width: 80%;
	border-bottom: 2px solid white;
	margin: 15px auto;
	color: white;
	padding-bottom: 15px;
}
#newsBotBoxBot img{
	float: left;
	width: 30%;
}
#BotInfoBox{
	width: 69%;
    float: right;
    font-size: 0.7em;
    color: white;
}
#newsBotBoxBot .newsBotBoxInfo{
	float: right;
	clear: both;
}
#newsBotBoxBot{
	width: 80%;
    margin: 0 auto;
}