.wd1200{
	width: 1200px;
	margin: 0 auto;
}
.searched{
	width: 790px;
	margin: 24px auto;
	display: none;
}
.searched .search-word{
	width: 100%;
	height: 42px;
	display: table;
    word-spacing:-1em;
}
#keyword{
	width: 710px;
	height: 40px;
	border: 1px solid #E5E5E5;
	border-radius: 6px 0px 0px 6px;
	outline: none;
	vertical-align: middle;
}
#searchBtn{
	display: inline-block;
	width: 70px;
	height: 42px;
	background: #1E4C99;
	border-radius: 0px 6px 6px 0px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
    line-height: 42px;
}
.result{
	font-weight: 400;
	color: #666666;
	font-size: 14px;
	margin: 24px auto;
}
.result .result-num{
	color: #1E4C99;
}
.tuijian{
	width: 100%;
	color: #666666;
	font-weight: 400;
	font-size: 14px;
	line-height: 62px;
}
.tuijian span{
	margin-right: 15px;
}
.news-box {
	width: 100%;
}

.news-box .news-item {
	width: 100%;
	padding: 24px 0;
	border-bottom: 1px solid #F1F2F3;
	display: flex;
    justify-content: space-between;
	/*  border-top:1px solid rgb(230,230,230); */
}

.news-box .news-item:first-of-type {
	border-top: none;
	padding-top: 0;
}

.news-box .scaleimg-box {
	width: 240px;
	height: 134px;
	overflow: hidden;
	float: left;
}

.news-box .news-item .text-box {
	width: 944px;
	overflow: hidden;
	float: right;
}

.news-box .news-item.no-img .text-box {
	width: 100%;
	height: auto;
}

.news-box .text-box .tit {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-weight: bold;
}
.news-item {
     margin-top: 0px; 
}
.news-box .text-box .tit a {
	color: #333;
}

.news-box .text-box .tit a:hover {
	color: #0099FF;
}

.news-box .text-box p {
	font-size: 12px;
	line-height: 22px;
	padding-top: 6px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #666;
	height: 44px;
	overflow: hidden;
}
.details{
	color: #0099FF;
}
.ellipsis {
	height: 45px;
	overflow: hidden;
	line-height: 23px;
	position: relative;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*-webkit-box-orient: vertical;*/
}

.ellipsis:after {
	content: "...";
	position: absolute;
	font-size: 18px;
	right: 7px;
	padding-right: 44px;
	bottom: 0px;
	background: linear-gradient(to right, transparent, #fff 0%);
}

.ellipsis .details {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 88;
	display: inline-block;
	color: #0099FF;
}

.news-box .text-box .detailss {
	color: #0099FF;
	margin-left: 5px;
}

.news-box .text-box .details:hover {
	color: #0099FF;
}

.news-box .colum {
	margin-top: 38px;
}

.news-box .colum span {
	display: inline-block;
	margin-right: 30px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.news-box .colum span i {
	display: inline-block;
	width: 15px;
	height: 12px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 3px;
}

.news-box .colum span.time i {
	background: url(/images/index/time.png) no-repeat;
}

.news-box .colum span.up i {
	background: url(/images/pcnew/up.png) no-repeat;
}





/*åˆ†é¡µ*/
.pages {
    margin: 20px 0 30px 0;
    text-align: center;
}
.pages span{
    display: inline-block;
    height:31px;
    padding:0 11px;
    border:1px solid #ddd;
    line-height: 31px;
    text-align: center;
    color: #000;
    cursor: pointer;
    border-radius: 3px;
    margin:0 5px;
    font-size: 14px;
}
.pages a.current{
    background: #023890;
    color:#fff;
}
.pages span.current{
    background: #0099FF;
    color:#fff;
}
.pages a{
    display: inline-block;
    height:31px;
    padding:0 11px;
    border:1px solid #ddd;
    line-height: 31px;
    text-align: center;
    color: #000;
    margin:0 5px;
    border-radius: 3px;
    font-size: 14px;
}
