.paging ul li.marked{
	background-color: #FEE6B4;
}

body{
	background: white;
}
nav .nav-list .detail  a{ 
	color: #F39915;!important
}
nav .nav-list  a{
	color: #777777;
}
sanjiao{
	border-top-color: #777777;
}
.loac{
	margin-top: 100px;
	padding-left: 18px;
	height: 47px;
	line-height: 47px;
	box-sizing: border-box;
	font-size: 14px;
}
.cont{
	display: flex;
	margin-top: 50px;
}
.cont .med_pic{
	margin: 0 auto;
}
.news_list .draw-book .pic{
	width: 300px;
	height: 150px;
}
.news_list .draw-book {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.news_list .draw-book .introduction{
	width: 800px;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0;
}
.news_list .draw-book .title1{
    line-height: 16px;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 600;
}
.news_list .draw-book .title2{
	font-size: 14px;
    line-height: 18px;
    height: 54px;
    box-sizing: border-box;
    margin: 20px 0 13px;
}
.paging {
	margin-top: 25px;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.paging ul{
	display: flex;
	
}
.paging ul li{
	cursor: pointer;
	width: 40px;
	height: 40px;
	background-color: #FCF5D5;
	line-height: 40px;
	text-align: center;
}
.paging ul .noclick{
	cursor: no-drop;
}
.paging ul li:hover{
	background-color: #FEE6B4;
}
.paging ul li a{
	color: #B79D79;