.sx-nav{
	font-size: 14px;
	line-height:18px;
	padding: 19px 0;
	font-weight: 400;
}
.sx-nav .index{
	color: #666666;
}
.sx-list{
	display: flex;
	justify-content: space-between;
}
.sx-list-info{
	width:100%;
}
.sx-list-wrap{
    width:100%;
}
.sx-list-wrap li{
    width:100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #F1F2F3;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}
.sx-list-wrap li:first-child{
	padding-top: 0px;
}
.sx-list-wrap li .sx-list-img{
    width:240px;
    height:134px;
}
.sx-list-wrap li .sx-list-img a{
    width:100%;
    height:100%;
    display: block;
}
.sx-list-wrap li .sx-list-img img{
    width:100%;
    height:100%;
    display: block;
}
.sx-list-wrap li .sx-list-imgtxt{
    width:940px;
    height:134px;
}
.sx-list-wrap li .sx-list-imgtxt.no-img{
    width:100%;
    height:134px;
}
.sx-list-wrap li .sx-list-imgtxt h1{
    width:100%;
    height: 26px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sx-list-wrap li .summary{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 15px;
}
.sx-list-wrap li .summary a{
    font-size: 14px;
    color: #333333;
}
.sx-list-wrap li .text {
    font-size: 12px;
    color: #999999;
    padding-top: 26px;
}
.sx-list-wrap li .text .time{
	background: url(../../images/time.png)no-repeat center left;
	background-size: 12px 12px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
}

/*一行4图列表*/
.sx-list-pic{
	width: 100%;
	min-height: calc( 100vh - 407px );
}
.sx-pic-wrap{
	display: flex;
	flex-wrap: wrap;
}
.sx-pic-wrap li{
	width: 282px;
	margin-bottom: 23px;
	margin-right: 24px;
}
.sx-pic-wrap li:nth-child(4n){
	margin-right: 0px;
}
.sx-pic-wrap li .sx-pic-img{
	width: 282px;
	height: 158px;
	position: relative;
}
.sx-pic-wrap li .sx-pic-read{
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: right;
	width: 100%;
	height: 48px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
    font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 48px;
}
.sx-pic-wrap li .sx-pic-read span{
	margin-right: 12px;
	margin-left: 8px;
	vertical-align: middle;
}
.sx-pic-wrap li .sx-pic-read i{
	display: inline-block;
	width: 18px;
	height: 20px;
	background: url(/images/eye.png)no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.sx-pic-wrap li .sx-pic-img img{
	width: 100%;
	height: 100%;
}
.sx-pic-wrap li .sx-pic-tlt{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin: 12px 0px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sx-pic-wrap li .sx-pic-time{
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.sx-pic-wrap li .sx-pic-img .play{
	width: 48px;
	height: 48px;
	background: url(../../images/play.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 55px;
	left: 117px;
}
/*志愿专家*/
.experts-list-pic{
	width: 100%;
}
.experts-pic-wrap {
	display: flex;
	flex-wrap: wrap;
}
.experts-pic-wrap li{
	width: 220px;
	margin-right: 25px;
	margin-bottom: 32px;
}
.experts-pic-wrap li:nth-child(5n){
	margin-right: 0px;
}
.experts-pic-img{
	width: 180px;
	height: 180px;
}
.experts-pic-img img{
	width: 100%;
	height: 100%;
}
.experts-pic-tlt{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 12px;
	margin-top: 12px;
}
.experts-pic-time{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	text-align: center;
}

.apply{
    background: #f7f8f9;
    padding-bottom: 40px;
}
.apply .apply-content{
    min-height: calc( 100vh - 368px );
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
}
.apply .image-wrapper{
    width: 200px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.08);
    margin: 110px 0 0;
}
.apply .image-wrapper canvas{
    width: 168px;
    height: 168px;
    margin: 16px;
}
.apply .apply-title {
    width: 100%;
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin: 40px 0 0;
    text-align: center;
}
.apply .apply-text {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin: 24px 0 0;
    text-align: center;
}









