/* ----------------------------------- 专题页面样式 ----------------------------------- */
/* 专题列表页 */
.collection-cate {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 10px;
}
.collection-cate li {
    float: left;
    margin-right: 15px;
}
.collection-cate li a {
    padding: 0 15px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}
.collection-cate li a.active {
    border-bottom: 2px solid #AE4141;
    color: #900b09;
}
.collection-cate li a:hover {
    color: #900b09;
}
.collection-img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 25px auto 15px;
}
.collection-img img {
	display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.collection-follow,.collection-manage {
	border: 1px solid #AE4141;
	background-color: #ae4141;
	font-size: 14px;
	color: #fff;
	padding: 6px 15px;
	display: inline-block;
	border-radius: 4px;
	cursor: pointer;
}
.collection-follow:hover,.collection-manage:hover {
	border: 1px solid #900b09;
	background-color: #900b09;;
	color: #fff;
}
.collection-follow.yfollow {
	background: #F5F5F5;
	border: 1px solid #CCC;
	color: #333;
}
.collection-box {
	display: inline-block;
    width: 18.4%;
    height: 278px;
    border: 1px solid #ddd;
    background-color: #FFF;
    border-radius: 4px;
    margin: 20px 11px 10px 10px;
    padding: 0 20px 20px 20px;
}
.collection-box:hover {
	border: 1px solid #ccc;
}
.collection-intro {
    width: 100%;
	text-align: center;
}
.collection-box h4 a {
	display: block;
	font-size: 20px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.collection-box h4 a:hover {
	color: #900b09;
}
.collection-box .collection-desc {
	margin: 10px 0 15px;
	height: 18px;
	font-size: 13px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.collection-count {
	font-size: 13px;
	color: #666;
	margin-top: 10px;
}
/* 专题内容页  */
.collection-main {
	float: left;
    width: 70%;
}
.collection-aside {
	float: left;
	width: 25%;
	margin-left: 5%;
}
.collection-info-box {
    margin: 10px 0 30px;
    overflow: hidden;
}
.collection-info-box .collection-img {
    float: left;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.collection-info-box .btn {
    float: right;
    margin: 25px 20px 0 0;
}
.collection-info-box .collection-contribute {
	color: #900b09;
}
.collection-info-box .collection-title {
    margin: 10px 0 0 130px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}
.collection-info-box .info {
    margin: 10px 0 0 130px;
    font-size: 14px;
    color: #666;
}
.collection-article-list ul {
    margin-bottom: 20px;
}
.collection-article-box {
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
}
.collection-article-intro {
    float: left;
	width: 100%;
}
.have-img .collection-article-intro {
    width: 70%;
}
.collection-article-intro h4 a {
    font-size: 15px;
    line-height: 24px;
    color: #333;
}
.collection-article-intro h4 a:hover {
	color: #900b09;
}
.collection-article-intro p {
    margin-top: 10px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
}
.collection-article-meta {
	margin-top: 10px;
}
.collection-article-meta a,.collection-article-meta span {
	display: inline-block;
	font-size: 13px;
	color: #666;
	margin-right: 5px;
}
.collection-article-meta a {
	color: #900b09;
}
.collection-article-meta img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	padding-right: 5px;
	vertical-align: middle;
}
.collection-article-meta .v-line::before {
	content: "| ";
	padding-right: 5px;
}
.collection-article-img {
    float: right;
    width: 170px;
    height: 114px;
}
.collection-article-img img {
	display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.collection-aside .title {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #333;
}
.collection-aside .desc {
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.editor-list {
	margin-bottom: 20px;
}
.editor-list li {
	margin-bottom: 10px;
}
.editor-list li a {
	display: inline-block;
}
.editor-list li .avatar img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}
.editor-list li .name {
    position: relative;
    max-width: 60%;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.editor-list li .tag {
	border: 1px solid #666;
    padding: 2px 5px;
    margin-left: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
}
.collection-follower li {
	display: inline-block;
}
.collection-follower .avatar img {
	margin-right: 2px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

/* 专题编辑页 */
.hb-list-head {
	width: 1129px;
    margin: 30px auto 0;
}
.hb-search {
    height: 40px;
    width: 600px;
    margin: 0 auto;
    position: relative;
    border: 2px solid #AE4141;
    border-radius: 2px;
    background-color: #FFF;
}
.hb-input {
    height: 40px;
    padding-left: 7px;
    padding-top: 2px;
}
.s-hb {
    color: #333;
    height: 36px;
    line-height: 20px;
    width: 500px;
    border: none;
}
.hb-btn {
    position: absolute;
    width: 85px;
    height: 40px;
    line-height: 22px;
    right: 0px;
    top: 0px;
    cursor: pointer;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #AE4141;
    border: none;
}
.hb-list-left {
    float: left;
    width: 218px;
    margin-right: 30px; 
    position: relative;
}
.menu-title {
	padding-left: 10px;
	line-height: 35px;
	background-color: #EFEFEF;
	border: 1px solid #DDD;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.menu-title a {
	font-size: 15px;
	color: #333;
}
.menu-list {
	width: 216px;
	border: 1px solid #DDD;
	border-top: none;
}
.menu-list li {
	position: relative;
	width: 216px;
	height: 45px;
	line-height: 45px;
	background-color: #FFF;
	border-bottom: 1px solid #E6E6E6;
	cursor: pointer;
}
.menu-list li:last-child {
	border-bottom: none;
}
.menu-list li a {
	font-size: 15px;
	color: #333;
}
.menu-list li a:hover {
	color: #ff0000;
}
.menu-list .hd-arr {
	left: 185px;
	top: 18px;
}
.mod-sort-content {
	display: none;
	position: absolute;
	top: 37px;
	left: 217px;
	width: 624px;
	min-height: 321px;
	border: 1px solid #E6E6E6;
	padding-left: 30px;
	background-color: #FFF;
}
.mod-sort-content .mod-sort-list {
    width: 594px;
}
.mod-sort-content .mod-link-thrid {
	width: 479px;
}
.search-end-info {
    padding-bottom: 5px;
    line-height: 24px;
    font-size: 13px;
    color: #333;
    background-color: #f9f9f9;
}
.search-end-info strong {
    color: #900b09;
}
.collection .search-end-info{
    overflow: auto;
}
.collection #collection-tools{
    float: right;
}
.hb-list-content {
	width: 1127px;
    background-color: #FFF;
    border: 1px solid #DDD;
    padding-bottom: 10px;
}
.hb-menu {
    height: 32px;
    background-color: #EFEFEF;
    border-bottom: 1px solid #DDD;
}
.hb-menu-l {
	float: left;
}
.hb-menu-l a {
	float: left;
	height: 32px;
	line-height: 32px;
	border-right: 1px solid #CCC;
	color: #333;
	padding: 0 25px;
}
#hb-menu-r .hb-menu-r-a-collection{
	padding: 0 25px;
	width: 100px;
}
.hb-menu-l a.current {
	background-color: #FFF;
	font-weight: bold;
	color: #900b09;
}
#hb-menu-r {
    float: right;
}
#hb-menu-r a {
    position: relative;
    float: left;
    width: 36px;
    height: 32px;
    line-height: 32px;
    border-left: 1px solid #CCC;
    text-align: center;
    cursor: pointer;
}
#hb-menu-r a.current,#hb-menu-r a:hover {
    background-color: #FFF;
}
.hb-list-center {
    padding: 5px 15px;
    overflow: hidden;
}
.hb-box {
    padding: 10px;
    overflow: hidden;
}
.hb-box + .hb-box {
    border-top: 1px solid #EEE;
}
.hb-bg {
	float: left;
	margin: 5px 0;
}
.hb-box-item {
	float: left;
	width: 732px;
	margin-left: 20px;
}
.box-head {
    padding-bottom: 5px;
    overflow: hidden;
}
.box-head-left {
    float: left;
    width: 600px;
    height: 30px;
    line-height: 30px;
}
.box-head-left h4 {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.box-head-left h4:hover {
    color: #ff0000;
}
.box-head-right {
    float: right;
    line-height: 24px;
    margin-top: 5px;
    font-size: 12px;
}
.col-v {
    display: inline-block;
    background-color: #F7F7F7;
    border: 1px solid #EEE;
    border-radius: 4px;
    padding: 0px 7px;
    margin-left: 10px;
    color: #666;
}
.col-v1 {
    display: inline-block;
    padding: 0px 5px;
    margin-left: 10px;
    color: #666;
    min-width: 60px;
}
.col-v a,.col-v1 a {
    display: inline-block;
    color: #666;
}
.col-v1 a:hover {
    color: #900b09;
}
.sc-icon {
    padding: 3px 0 2px 22px;
    background: url("../yimages/w3c-shoucang-icon.png") no-repeat scroll left center;
}
.ysc-icon {
    padding: 3px 0 2px 22px;
    background: url("../yimages/w3c-shoucang-icon-chose.png") no-repeat scroll left center;
}
.box-desc p {
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin: 0;
}
.ar-desc {
    margin-top: 10px;
}
.ar-desc a, .ar-desc span {
    display: inline-block;
    font-size: 13px;
    color: #666;
    margin-right: 5px;
}
.handbook-empty-info {
    text-align: center;
    margin-top: 50px;
}
/* ----------------------------------- 页面自适应 ----------------------------------- */
@media (min-width:1200px) {
    .hb-list-content {
    	width: 1127px;
    }
    .new-box {
	    width: 12.28%;
	    min-height: 195px;
    }
}
@media (min-width:1300px) {
    .hb-list-content {
    	width: 1227px;
    }
    .new-box {
	    width: 12.44%;
	    min-height: 209px;
    }
}