.content .search-content{
    padding-left: 0px !important;
}
.search-content .columns-left{
    float: left;
    width: 840px !important;
    
}

.search-content .list-search {
    padding: 0 0 30px 0 !important;
}
.hw-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.hw-ai {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}
.hw-jc {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.search-content .search-text {
    padding: 12px 14px 13px;
    background-color: #f0f0f0;
    box-shadow: none;
    border-radius: 4px 0 0 4px;
    height: 25px;
    border: none;
    cursor: text;
    font-size: 18px;
    line-height: 30px;
    width: 700px;
    color: #333;
    float: left;
}

.search-content .search-button {
    width: 91px;
    font-size: 16px;
    background-color: #e72410;
    border-radius: 0 4px 4px 0;
    display: flex;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    outline: 0;
    height: 50px;
}
.search-content .search-button .search-button-icon {
    width: 16px;
    height: 16px;
    background: url(../images/icon_sousuo@2x.png) no-repeat;
    background-size: 100%;
    margin-left: 7px
}
.search-content .list-search-news .news-view:first-child {
    padding-top: 0;
}
.news-view.left .news-img {
    float: left;
}
.news-view.left .news-right {
    margin-left: 230px;
    height: 105px;
    position: relative
}
.news-view .news-img img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}
.search-content .list-search-news .news-view .news-header {
    padding: 0;
}
.news-view .news-header a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-weight: 700;
    padding-right: 5px;
}
.news-view .news-right .news-main {
    height: 40px;
    overflow: hidden;
}
.news-view .news-main p {
    font-size: 14px;
    line-height: 20px !important;
    color: #777;
}
.news-view .news-footer p span {
    float: left;
    color: #777;
}

.list-pager {
    margin: 30px 0
}

.list-pager ul {
    text-align: center
}

.list-pager ul li {
    display: inline-block;
    margin: 0 5px
}

.list-pager ul li a:hover,.list-pager ul li.active a {
    color: #f12b15;
    border: 1px solid #f12b15
}

.list-pager ul li a {
    display: inline-block;
    vertical-align: text-bottom;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1e2e3;
    cursor: pointer
}


/* right */
.content .search-content .columns-right{
    float: right;
    width: 320px;
    margin-left: 0px !important;
}
.right-module__container {
	margin-bottom: 30px
}
.right-module__header {
	padding: 18px 0 20px 0;
	border-top: 2px solid #000;
	cursor: pointer
}
.right-module__title {
	font-size: 18px;
	font-family: STSongti-SC-Black, STSongti-SC;
	font-weight: 900;
	color: #333;
	line-height: 18px
}
.right-module__more {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	line-height: 20px;
	float: right
}
.title-with-footer__item {
	margin-bottom: 20px;
    overflow: hidden;
}
.title-with-footer__item:last-child {
	margin-bottom: 0
}
.title-with-footer__title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 22px;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 22px;
	max-height: 44px
}
.title-with-footer__header {
	padding-bottom: 5px
}
.news-footer {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 17px
}
.news-footer a {
	color: #999
}
.news-footer__author {
	margin-right: 10px;
	float: left
}
.news-footer__date {
	float: left
}
.news-footer__right {
	float: right;
	font-size: 0;
	height: 17px
}
.news-footer__right span {
	margin-left: 10px;
	font-size: 12px
}
.news-footer__right em {
	font-size: 12px
}
.news-footer em {
	font-size: 12px
}
.news-footer .iconfont {
    font-size: 12px;
    background: url(../images/hot_icon.png) no-repeat;
    background-size: 18px 18px;
    background-position: 0 0;
    padding-left: 18px;
    height: 18px;
}