.kf-main {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.kf-main-top {
    height: 100px;
    position: relative;
    background: url('../image/kf_bg.png')no-repeat center;
}

.kf-main-top time {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 203px;
    height: 75px;
    margin-left: -102px;
    background: url('../image/kf_bg_time.png')no-repeat center;
    font-size: 14px;
    color: #f5de93;
    font-weight: bold;
    text-align: center;
    line-height: 94px;
}

.kf-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c25036;
    text-align: center;
}

.kf-table th {
    height: 43px;
    background-color: #c93514;
    font-size: 15px;
    color: #fff;
    border: 1px solid #c25036;
}

.kf-table td {
    border: 1px solid #c25036;
    height: 40px;
    font-size: 14px;
    color: #333;
}

.kf-table td:nth-child(3){
    font-weight:bold
}

.kf-table tr {
    background: #FDFE98;
}

.kf-table tr:hover {
    background: #fff;
}

.kf-table td:nth-child(1) {
    width: 250px;
}

.kf-table td:nth-child(3) {
    width: 550px;
}

.kf-table td:last-child {
    width: 214px;
    color: #bc4226;
}

.kf-body {
    width: 1200px;
    margin: 0 auto;
}

.kf-flex {
    display: flex;
    justify-content: space-between;
}

.kf-left {
    width: 777px;
    padding: 20px;
    background: #fff;
}

.kf-right {
    width: 355px;
}

.kf-box{
    background: #fff;
    padding:20px;
    margin-bottom:20px;
}

.kf-fixed {
    font-size: 14px;
    color: #666;
    padding: 20px 0;
}

.kf-fixed a {
    font-size: 14px;
    color: #666;
}

.kf-news-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding:0;
}

.kf-news-list ul li{
	width: 349px;
	padding-bottom:20px;
    border-bottom: dashed 1px #e5e5e5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:30px;
}

.kf-news-list ul li .img{
    width: 85px;
	height: 85px;
	border-radius: 15px;
}

.kf-news-list ul li .img img{
    width: 85px;
	height: 85px;
	border-radius: 15px;
}

.kf-news-list ul li .down{
    width: 66px;
	height: 36px;
	border-radius: 6px;
	border: solid 1px #ff6600;
	text-align: center;
	line-height: 36px;
	color:#ff6600;
	font-size: 16px;
}

.kf-news-list ul li .info{
    display: flex;
    height: 85px;
    justify-content: space-between;
    flex-direction: column;
    flex:1;
    overflow: hidden;
    margin:0 18px;
}

.kf-news-list ul li .info p{
    margin:0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color:#999;
}

.kf-news-list ul li .name{
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:16px;
    color:#333;
}

.kf-title{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.kf-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

.kf-title span{
    font-size: 16px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
}

.kf-title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #FF6600;
    z-index: 10;
}

.kf-right-news ul{
    padding:0;
}

.kf-right-news ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:15px 0;
}

.kf-right-news ul li:last-child{
    margin-bottom: 0;
}

.kf-right-news ul li .yd{
    height:6px;
    background: #eee;
    width:6px;
    border-radius: 50%;
}

.kf-right-news ul li .name{
    font-size: 16px;
    color:#333;
    flex:1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin:0 10px;
}

.kf-right-news ul li .time{
    font-size: 12px;
    color:#999;
}

.kf-right-img ul{
    padding:0;
}

.kf-right-img ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.kf-right-img ul li .img{
  height: 75px;
    width:125px;
}

.kf-right-img ul li .img img{
    height: 75px;
    width:125px;
}

.kf-right-img ul li .info{
        display: flex;
    height: 75px;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    margin-left: 15px;
}

.kf-right-img ul li .name{
    color:#333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/**/
.kf-page {
  padding:20px 0 ;
}
.kf-page ul {
  padding: 0;
  text-align: center;
}
.kf-page ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 400;
color: #333;
  border: 1px solid #ddd;
  padding: 2px 10px;
  background: #fff;
}
.kf-page ul li a {
  color: #333;
  width: 100%;
}
.kf-page ul li a:hover{
  text-decoration: none;
}
.kf-page ul li:hover {
  background:#ff6600;
}
.kf-page ul li:hover a {
  color:#fff;
}
.kf-page .thisclass{
    color:#fff;
    background:#ff6600
}
.kf-page .thisclass:hover{
  color:#fff;
}
.kf-page ul li:hover {
  color: #fff;
}