.college {
	border: 1px solid #ececec
}

.college .title {
	color: #333;
	font-size: 24px;
	font-weight: 700
}

.college .banner {
	background: url(../images/banner.png) center center/cover no-repeat;
	height: 294px
}

.college .college__list {
	padding-top: 36px
}

.college .college__list:last-child ul {
	border: none
}

.college .college__list .college__list__title {
	color: #333;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-left: 32px
}

.college .college__list .college__list__title::before {
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	height: 24px;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	top: 0
}

.college .college__list .college__list__title a {
	color: #337ab7;
	font-size: 14px;
	font-weight: 400
}

.college .college__list .college__list__description {
	position: relative;
	padding-left: 32px
}

.college .college__list .college__list__description::before {
	content: "";
	background: url(../images/description.png) no-repeat center center/cover;
	width: 18px;
	height: 16px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle
}

.college .college__list .college__list__description p {
	margin-bottom: 0
}

.college .college__list__oil .college__list__title::before {
	background-image: url(../images/icon_yuanyou.png)
}

.college .college__list__forex .college__list__title::before {
	background-image: url(../images/icon_waihui.png)
}

.college .college__list__indexs .college__list__title::before {
	background-image: url(../images/icon_xianhuo.png)
}

.college .college__list__gold .college__list__title::before {
	background-image: url(../images/icon_huangjin.png)
}

.college .college__list__preciousmetals .college__list__title::before {
	background-image: url(../images/icom_guijinshu.png)
}

.college__article {
	padding-left: 32px;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	margin-top: 22px
}

.college__article li {
	width: 50%
}

.college__article a {
	color: #222;
	font-size: 14px;
	text-decoration: none
}

.college__article a span {
	margin-left: 5px
}

.college__article a span:hover {
	text-decoration: underline
}

.college__lists {
	margin-top: 26px
}

.college__lists .college__nav {
	display: flex;
	border-bottom: 1px solid #f0f2f5
}

.college__lists .college__nav li.active {
	position: relative
}

.college__lists .college__nav li.active::after {
	content: "";
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background: #2e74e9
}

.college__lists .college__nav li.active a {
	color: #2e74e9
}

.college__lists .college__nav li a {
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	line-height: 30px;
	flex: 1
}

.college__lists .college__list1 {
	padding: 0;
	margin: 0
}

.college__lists .college__list1 .college__list1__bottom,.college__lists .college__list1 .college__list1__top {
	display: flex;
	flex-wrap: wrap
}

.college__lists .college__list1 .college__item1 {
	width: 136px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 4px;
	list-style: none;
	margin-top: 30px
}

.college__lists .college__list1 .college__item1:not(:nth-child(5n)) {
	margin-right: 28px
}

.college__lists .college__list1 .college__item1 a {
	color: #666;
	display: block;
	text-decoration: none
}

.college__lists .college__list1 .college__item1.active {
	background: url(../images/select.png) center center/100% no-repeat
}

.college__lists .college__list1 .college__item1.active a {
	color: #fff
}

.college__lists .list-state {
	color: #2e74e9;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ececec;
	margin-top: 38px
}

.college__lists .list-state i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/icon_more.png) center center/100% no-repeat;
	margin-left: 6px;
	cursor: pointer
}

.college__lists .list-state.all i {
	background-image: url(../images/icon_less.png)
}

.college__lists .college__list3 {
	margin: 0
}

.college__lists .college__list3 .college__item3 {
	list-style: none;
	padding: 30px 0;
	border-bottom: 1px solid #e5e6e6
}

.college__lists .college__list3 .college__item3.college__item3__first .title {
	display: inline-block;
	padding-right: 40px;
	position: relative;
	max-width: 700px
}

@media (max-width:768px) {
	.college__lists .college__list3 .college__item3.college__item3__first .title {
		display: block;
		padding-right: 2.5rem
	}
}

/*.college__lists .college__list3 .college__item3.college__item3__first .title::after {*/
/*	content: "";*/
/*	display: inline-block;*/
/*	width: 20px;*/
/*	height: 23px;*/
/*	background: url(../images/icon_hot.png) center center/100% no-repeat;*/
/*	position: absolute;*/
/*	right: 0;*/
/*	bottom: 0*/
/*}*/

/* 仅为前3个子元素添加图标 */
.college__lists .college__list3 .college__item3.college__item3__first:nth-child(-n+3) .title::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../images/icon_hot.png) center center/100% no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* 移除第4个及以后子元素的图标（可选，用于覆盖可能存在的其他样式） */
.college__lists .college__list3 .college__item3.college__item3__first:nth-child(n+4) .title::after {
    content: none;
}


.college__lists .college__list3 a {
	text-decoration: none
}

.college__lists .college__list3 .title {
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.college__lists .college__list3 .summary {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin: 16px 0
}

@media (max-width:768px) {
	.college__lists .college__list3 .summary {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		word-break: break-all;
		overflow: hidden
	}
}

.college__lists .college__list3 .date-more {
	color: #999;
	font-size: 12px
}

.college__lists .college__list3 .date-more a {
	color: #2e74e9;
	float: right;
	display: flex;
	align-items: center
}

.single-page__title {
	font-size: 32px;
	color: #000;
	line-height: 50px;
	margin-bottom: 9px
}

.single-page__date {
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin-bottom: 34px
}

.single-page .navigation__prev {
	border-bottom: 1px dotted #ccc
}

.single-page .navigation__lable {
	color: #999;
	font-size: 14px
}

.single-page .navigation a {
	display: inline-block;
	margin: 17px 0;
	line-height: 24px;
	color: #000;
	text-decoration: none
}

.single-page .navigation a:hover {
	color: #2e74e9
}

.single-page .navigation span {
	display: inline-block;
	margin: 17px 0
}

.single-page .totop {
	cursor: pointer
}

.single-page .totop i {
	display: block;
	width: 19px;
	height: 13px;
	margin: 0 auto;
	background: url(../images/arrow-up.png) no-repeat
}

.single-page .single-page-sidebar .sidebar {
	margin-top: 0
}

.single-page .declare {
	color: #999;
	font-size: 14px
}

.single-page .declare__lable {
	display: flex;
	align-items: center
}

.single-page .declare__lable i {
	display: inline-block;
	background: url(../images/declare-icon.png) no-repeat;
	height: 22px;
	background-size: 100%;
	width: 17px;
	margin-right: 5px
}

.single-page .regular-pages__lable {
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
	color: #999
}

.single-page .regular-pages__lable span {
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
	cursor: pointer;
	margin-right: 54px
}

.single-page .regular-pages__lable span.active {
	border-bottom: 2px solid #2e74e9;
	color: #333;
	font-weight: 700
}

.single-page .regular-pages__lable span.active::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: -1px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	border-color: transparent transparent #2e74e9 transparent;
	border-style: solid;
	border-width: 6px;
	transform: translateX(-50%)
}

.single-page .regular-pages__list li {
	padding-left: 16px;
	position: relative
}

.single-page .regular-pages__list li::before {
	content: "";
	position: absolute;
	width: 6px;
	border-radius: 50%;
	height: 6px;
	background-color: #2e74e9;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}

.single-page .regular-pages__list a {
	color: #666;
	font-size: 16px;
	line-height: 26px
}