.resource-header{

	

	
}.resource-header l.lli{
	width: 282px;

	
}
.resource-header .l h2{
	margin-bottom: 10px;
	font-size: 15px;
}
.resource-header .l h3{
	
	font-weight:bold;
}
.resource-header .l {
	width: 60px;
}
.resource-header .right {
	width: 168px;
}.resource-header .right p{
	margin-top: 10px;
}
.resource-header .right p a{
	font-size: 14px;
    color: #888;
    line-height: 20px;
}
.down-list .title a{
	font-size: 10px;
	padding: 5px;
	border-radius: 8px;
	font-weight: 400;
	background: #eee;
	  margin-right: 15px;
}
.down-list .title .on{
	background: #000;
	color: #fff;
}
.down-list .title a:hover{
	background: #000;
	color: #fff;
}
.down-list .left {
	width: 900px;
}
.down-list .left ul{
	padding: 10px;


}
.down-list .view li{
	padding: 10px;
	width: 187px;
	box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
	margin-right: 13px;
	margin-bottom: 20px;
}
.down-list .view li i{
	   margin-right: 2px;
}.down-list .view img{
	    width: 188px;
    height: 137px;
}

.down-list .view li a{
	display: block;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
    display: block;
    font-weight: bold;
    line-height: 18px;
    margin-top: 7px;
    margin-bottom: 5px;

}
.down-list .view font{
	display: block;
	color: #838383;
    padding-bottom: 10px;
    height: 68px;
    overflow: hidden;
}
.down-list .view .cover{
	background: rgba(158, 158, 158, 0.1);
	padding: 5px 2px;
	border-radius: 8px;
}
.down-list .right {
	width: 270px;
}
 .hot-down li{
	padding:5px 10px;

    overflow: hidden;
}
.hot-down li img{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.page {
	width: 700px;
	margin:0 auto;
}
.page dd{
	float: left;
	padding: 20px;
}
.page dd a{
	border-radius: 8px;
	background: #eee;
	padding: 8px;
}
.page dd a:hover{
	background: #1E9FFF;
	color: #fff;
}
.page dd .on{
	background: #1E9FFF;
	color: #fff;
}

.project{
	padding-bottom: 30px;
	width: 900px;
}
.project .header-d{
	background: #eee;
	padding:20px 0 20px 15px ;
	border-radius-top-left:8px;
	border-radius-top-right:8px;
}
.project .header-d h1{
	color: #000;
	margin-bottom: 10px;
}.project .header-d .row i{
	margin-right: 5px;
}
.project .artice{
	padding: 20px 0 0 20px;
	margin: 0 auto;

}
.project .thumbile-images{
	width: 620px;
	height: 400px;
	
}
.project article{
	color: #5E5E5E;
    background-color: #ececec;
    font-size: 15px;
    font-weight: 600;
    border-left: 4px solid #dedede;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    border-radius: 0px;
    box-shadow: 1px 3px #f9f9f9;
    padding: 15px;
    margin-bottom: 20px;
	
}
.project .thumbile{
	width: 400px;
	margin: 0 auto;
}
.project .thumbile dd{
	float: left;
	width: 100px;
	margin-right: 60px;
}
.project .guide{
	margin:20px;
}
.project .guide a{
	
	line-height: 30px;
}
.project .guide i{
	
	font-size: 30px;
}
.project .layui-icon-prev{
	margin-right: 10px;
}
.project .layui-icon-next{
	margin-left: 10px;
}
.down-right{
	width: 280px;
}
.article-list-right  .panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.panel-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px dotted #e9e9e9;
    color: #343535;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}
  .avatar-wrap a {
   
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    padding: 4px;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(255,255,255,.3);
}
 .avatar-wrap a img{
   width: 100%;
    height: 80px;
    border-radius: 50%;
    transition: all .3s ease-out 0s;
    -webkit-background-size: 220px 220px;
    -moz-background-size: 220px 220px;
    background-size: 220px 220px;
    -webkit-border-radius: 110px;
    border-radius: 110px;
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out;
}
  .profile-info{
   
  padding: 10px 15px 20px;
    text-align: center;
    line-height: 1.6;
}
 .profile-info .author-name{
  display: inline-block;
    line-height: 22px;
    overflow: hidden;
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
 .profile-info .layui-icon-auz{
    position: relative;
    color: #fe4c4c;
}
  .profile-info .author-description{
  margin-top: 5px;
    font-size: 13px;
    color: #999;
}
  .list-one{
   text-align: left;
  line-height: 1.6;
}
 .list-one .panel-title{
  margin-bottom: 5px;
}
.list-one  dd {
    margin: 0 15px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    list-style: decimal-leading-zero inside;
    color: #009e94;
}
 .list-one dd a {
    max-width: 85%;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.list-one dd span{
    font-size: 12px;
    color: #ccc;
}
.list-one dd span i{
    color:#fe4c4c;
    font-weight: bold;
}
 .article-user .column-cout .border{
	border-right:1px solid #eee;
}
.article-title{
	font-size: 20px;
	
    font-weight: normal;
    line-height: 56px;
    border-top: 2px solid #000;
	padding-left:10px;
}

video{display:block;width:100%;}
.video_adjs{position:absolute;width:100%;text-align: center;color: #d9d9d9;top: 30%;font-size: 15px;z-index: 999;}
#adjs{color:#FFDD00;padding:0 5px;}
.course_code_next_tips{position: absolute;right:0;bottom:0;color:#fff;top:0;left:0;background-color: #000;z-index: 999;}
.course_code_next_tips_first{
  display: table;width: 100%;height: 100%;table-layout: fixed;
}
.course_code_next_tips_second{
  display: table-cell;vertical-align: middle;text-align: center;
}
.course_code_next_tips_second h2{
  font-size:16px;color:#fff;
}
.course_code_next_tips_second span{
  color:#787d82;font-size: 14px;
}
.course_code_next_tips_three{
  margin:20px 0;font-size: 12px;color:#999
}
.course_code_next_tips_three em{
  font-style:normal;color:#f01400;font-size:14px;;
}
.course_code_next_tips_four{
  margin:40px auto 20px;font-size:12px;background-color: #17823b;
  border-color: #17823b;cursor:pointer;transition: all .3s;-weibkit-transition: all .3s;
  color:#fff;border-style: solid;border-width: 1px;width:138px;height: 38px;line-height: 38px;
  font-weight: 200;text-align: center;vertical-align: middle;touch-action:manipulation;
  text-decoration: none;box-sizing: content-box;border: 1px solid transparent;
  -webkit-appearance: none;-webkit-user-select: none;
  -moz-user-select: none;-ms-user-select: none;user-select: none;
}
.course_code_next_tips_four a{color:#fff!important;display: block;width:100%;height: 100%;}
.course_code_next_tips_four a:hover{
  background-color: #1ca048;border-color: #1ca048;
}
.course_code_next_a{
  display: block;width:80px;height: 26px;line-height: 26px;
  margin:0 auto;font-size:12px;color:#787d82;
}
.course_code_next_a:hover{
  color:#fff!important;
}
.user-card-item{
    line-height: 72px;
}