/**
 * 作者:lianghaolv
 * QQ:1948712434
 * 时间:2020-09-24
 * 说明:本css文件为新闻列表样式。
 */

/* ********************************* */
#top_bar {
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #F5F5F5;
}

#top_bar .position {
	color: #101010;
	font-size: 12px;
	margin: 15px 0;
}

#top_bar .box {
	margin: 0 auto;
}

#top_bar .cont {
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 30px;
	height: 250px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#top_bar .left {
	border-right: 1px solid #E6E6E6;
	padding-right: 28px;
	font-size: 14px;
	line-height: 1.5;
}
#top_bar .left h1:after{
	display: inline-block;
    content: "";
    vertical-align: middle;
    margin-left: 5px;
    width: 80px;
    height: 30px;
    background-image: url(/template/khw/img/title_logo_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#top_bar .left img {
	width: 210px;
	height: 140px;
	margin-right: 16px;
}

#top_bar .left>div {
	display: flex;
	display: -webkit-flex;
	text-align: justify;
	justify-content: space-between;
}

#top_bar .left>h1{
	margin-bottom: 20px;
	font-size: 32px;
	color: #101010;
}

#top_bar .left p {
	width: 535px;
	color: #6F6F6F;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	overflow: hidden;
	line-height: 2;
	-webkit-box-orient: vertical;
}


#top_bar .right {
	display: flex;
	display: -webkit-flex;
	width: 400px;
	padding-left: 25px;
	flex-wrap: wrap;
	align-content:flex-start
}

#top_bar .right>a{
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 20px;
	font-size: 16px;
	background-color: #F5F5F5;
	color: #666666;
	margin-bottom: 20px;
	margin-right: 10px;
}



/* **********************列表***************************** */
#list_box .warp {
	margin: 50px auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#list_box .left {
	width: 850px;
	box-sizing: border-box;
	padding: 20px 35px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

#list_box .left h2 {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
	font-size: 28px;
	color: #101010;
	margin-bottom: 20px;
}

#list_box .left h2:after{
	display: inline-block;
    content: "";
    vertical-align: middle;
    margin-left: 5px;
    width: 60px;
    height: 22px;
    background-image: url(/template/khw/img/title_logo_1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#list_box .left .list_item {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 30px;
}

#list_box .left .list_item img {
	margin-right: 20px;
	width: 225px;
	height: 150px;
}

#list_box .left .list_item>div {
	width: 545px;
}

#list_box .left .sub_title {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}


#list_box .left .cont {
	color: #6F6F6F;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 15px;
}

#list_box .left .remarks span {
	padding-left: 23px;
	background-image: url(/template/khw/img/index/time.png);
	background-position: 0;
	background-size: 20px;
	background-repeat: no-repeat;
	color: #999999;
	font-size: 14px;
	margin-right: 20px;
}

#list_box .left .remarks span:nth-child(2){
		background-image: url(/template/khw/img/index/visi.png);
}

#list_box .left .remarks span:last-child {
	background-image: url(/template/khw/img/product_list_like.png);
}

/*分页*/
#list_box .page_bar{
	text-align: center;
	font-size: 14px;
	color: #606266;
	margin-top: 30px;
}


#list_box .page_bar a{
	display: inline-block;
	padding: 5px 15px;
	background-color: #F0F2F5;
	color: #606266;
	margin: 0 5px;
}

/* right */
#list_box .right {
	width: 380px;
}

#hot_read,
#aside_bot {
	width: 100%;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
}

#hot_read .item,
#aside_bot .item {
	display: flex;
	height: 60px;
	display: -webkit-flex;
	margin-bottom: 18px;
}

#hot_read .item img,
#aside_bot .item img {
	width: 90px;
	height: 60px;
	margin-right: 10px;
}

#hot_read .item .item_right,
#aside_bot .item .item_right {
	position: relative;
	width: 240px;
	height: 100%;
}


#hot_read .item .sub_title,
#aside_bot .item .sub_title {
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
	-webkit-box-orient: vertical;
}

#hot_read .item .remarks,
#aside_bot .item .remarks {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #999999;
	font-size: 12px;
}

#hot_read h2,
#aside_bot h2 {
	border-bottom: 2px solid #BBBBBB;
	padding-bottom: 10px;
	color: #101010;
	font-size: 18px;
	margin-bottom: 18px;
}

#hot_read h2>span,
#aside_bot h2>span {
	border-bottom: 2px solid #0169CA;
	padding-bottom: 10px;
}


/* 侧栏 */
