﻿/**
Created by lyh on 2018/4/26.
**/
.news .main.main-detail{
	width: 900px;
	margin: 0 10px 0 0;
}
.news .list .content li a>div h1{
	font-size: 17px;
	color:#333;
}
.news .list .content li a>div p{
	height: 58px;
	font-size: 13px;
    color: #c4c4c4;
    line-height: 1.5;
    text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.rb>.list{
	text-align: center;
}
.rb>.list>h3{
	font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}
.rb>.list>.txt{
	text-align: left;
	color: #666;
    line-height: 24px;
    padding-top: 5px;
}
.news .slie>div.hd{
	border:0;
	padding: 0;
	margin-bottom: 5px;
}
.news .list .content li a>div h1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.news .list .content li a>div .note{
	margin-top: 5px;
}
/*��ҳ*/
.pagination{
	display: block;
	padding: 20px 0;
	text-align: center;
}
.pagination>li{
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin-right: 3px;
	background: #fff;
	height: 36px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	padding: 0 15px;
	color: #9b9b9b;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
.pagination>li span,a{
	color:#9b9b9b;
}
.pagination>li:hover{
	background:#fd7d22;
}
.pagination>li:hover a,span{
	color:#fff;
}
.pagination>li.active a,li.active>span{
	color:#fff !important;
}
.pagination>li.active{
	background:#fd7d22;
}
.news .list .content>ul{
	margin-top: 0 !important;
}
.news .slie>div.rb{
	height: auto;
	margin-bottom: 10px;
}
.news .slie>div.hd{
	height: auto;
}

/*2020-7-27*/

 .news .slie > div.rb{
     height: auto!important;
 }
.news .slie > div.hd{
    height: auto!important;
}
.news-blue{
    color:#11bbb8 ;
}
.k-tag{
    position: relative;
    margin-left: 205px;
    bottom: 20px;
}
