/*
Theme Name:     yxs
Theme URI:      http: //yixieshi.com/
Author:         yixieshi
Author URI:     http: //yixieshi.com/
Version:        2.0
*/
.content .row {
	position: relative;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
	*zoom: 1;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col-md-1 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}



.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-4 {
	float: left;
	width: 33.333333333333%;
}

.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-2 {
	float: left;
	width: 16.666666666667%;
}

.fixed {
	position: fixed;
	top: 0;
	margin-top: 0px;
}
@media (max-width: 1080px) {
	.content-sidebar {
		display:none;
	}
}
.content-sidebar {
	top: 90px;
	width:90px;
	background:#fff;
	border-radius: 10px;
}
.content-sidebar dd{
	height: 44px;
    line-height: 44px;
	padding-left:15px;
}
.content-sidebar dd:hover,.content-sidebar dd:hover a,.content-sidebar dd a:hover  {
	background: #d9534f;
	color:#fff;
}
.content-sidebar a{
	color: rgba(0, 0, 0, 0.45);
}

.content .row {
	position: relative;
}

.part {
	background: #fff;
	margin-bottom: 24px;
	border-radius: 10px;
}

.part h2 {
	padding: 16px 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 16px;
}

.part h2 strong {
	color: #3c3c3c;
	font-size: 16px;
	position: relative;
}

.part h2 a {
	display: inline-block;
	margin-top: 4px;
	float: right;
	color: #1d96db;
	font-size: 12px;
}

.part h2 a:hover {
	color: #000;
}

.part .items {
	padding: 22px 15px;
}

.part .item a {
	display: block;
	width: 100%;
	padding: 14px 8%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: none;
	border-radius: 6px;
}

.part .item a:hover {
	background-color: #f2f8fd;
}

.part .item a img {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 100%;
}

.part .item a h3 {
	font-size: 14px;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	margin-left: 32px;
	white-space: nowrap;
	height: 21px;
	line-height: 21px;
	margin-bottom: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part .item a h3 i {
	color: #f84b44;
}

.part .item a p {
	margin-left: 32px;
	color: #8f8f8f;
	font-size: 12px;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part .item a:hover h3 {
	color: #ee521c;
	text-decoration: underline;
}

.part .item a:hover p {
	color: #525252;
}


