.strategy-list-banner{
	height: 500px;
}

.strategy-list-container{
	height: auto;
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}

/*左侧*/
.strategy-list-container .strategy-container-left{
	width: 880px;
	box-sizing: border-box;
}
.strategy-list-container .strategy-container-left .container-tabbar{
	height: 45px;
	box-sizing: border-box;
	border-bottom: 2px solid #eee;
}
.strategy-list-container .strategy-container-left .container-tabbar .tabbar-nav-list{
	height: 100%;
}
.strategy-list-container .strategy-container-left .container-tabbar .tabbar-nav-list li{
	font-size: 26px;
	height: 100%;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	float: left;
	width: 220px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.strategy-container-left .container-tabbar .tabbar-nav-list li.active:after{
	content: "";
	position: absolute;
	left: 27%;
	bottom: 0;
	width: 46%;
	height: 4px;
	background: #d21111;
}
.strategy-list-container .strategy-container-left .container-content-list,
.strategy-list-container .strategy-container-left .container-content-list .list-box,
.strategy-list-container .strategy-container-left .container-content-list .list-box ul{
	height: auto;
}
.strategy-container-left .container-content-list .list-box ul .strategy-list-item{
	height: 160px;
	padding: 20px 0;
	border-bottom: 2px solid #eee;
}
.strategy-container-left .container-content-list .list-box ul .strategy-list-item a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.strategy-container-left .container-content-list .list-box ul .strategy-list-item .item-img{
	width: 255px;
	height: 100%;
}
.strategy-container-left .container-content-list .list-box ul .strategy-list-item .item-info{
 	width: 610px;
 	height: 100%;
 	padding: 10px 0;
	box-sizing: border-box;
	color: #5f5f5f;
	position: relative;
}
.container-content-list .list-box ul .strategy-list-item .item-info .item-info-title{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #171717;
}
.container-content-list .list-box ul .strategy-list-item .item-info .item-info-desc{
	font-size: 16px;
	line-height: 1.5em;
}
.container-content-list .list-box ul .strategy-list-item .item-info .item-info-pageviews{
	position: absolute;
	bottom: 10px;
	font-size: 14px;
}
.container-content-list .list-box .more-btn{
	margin-top: 30px;
	margin-left: 471px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 256px;
    border-radius: 50px;
    border: 1px solid #dfdfdf;
    color: #171717;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
}

.strategy-container-left .bottom-more{
	padding-top: 75px;
	height: 54px;
	margin-left: 474px;
}
.strategy-container-left .bottom-more .more-btn{
	display: block;
	height: 52px;
	line-height: 52px;
	text-align: center;
	width: 256px;
	border-radius: 50px;
	border: 1px solid #dfdfdf;
	color: #171717;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
}

/*右侧*/
.strategy-list-container .strategy-container-right{
	width: 300px;
	height: auto;
}
.strategy-list-container .strategy-container-right .recommend-box{
	width: 100%;
	box-sizing: border-box;
	padding: 0 14px 15px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.strategy-list-container .strategy-container-right .recommend-box .recommend-header{
	height: 66px;
	box-sizing: border-box;
	padding: 23px 0;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 500;
	align-items: center;
}
.strategy-list-container .strategy-container-right .recommend-box .recommend-header a{
	font-size: 16px;
}

.strategy-container-right .recommend-box .recommend-list .recommend-list-item{
	height: 70px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}
.strategy-container-right .recommend-box .recommend-list .recommend-list-item .item-img{
	width: 111px;
	height: 100%;
}
.strategy-container-right .recommend-box .recommend-list .recommend-list-item .item-info{
	width: 145px;
	height: 100%;
	position: relative;
}
.recommend-box .recommend-list .recommend-list-item .item-info .item-info-desc{
	height: 2.5em;
	font-size: 16px;
	line-height: 1.25em;
}
.recommend-box .recommend-list .recommend-list-item .item-info .item-info-btn{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	width: 66px;
	height: 20px;
	background-color: #d21111;
}
