.an-main {
    margin: 0 auto;
    width: 1440px;
    margin-top: 25px;
    padding-bottom: 15px;
    display: flex;
}
.an-news {
        width: 1070px;
        margin-right: 30px;
}
.an-sidebar {
    width: 340px;
}

.work_nav-header {
	box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 5px 30px 20px 30px;
	margin-bottom: 20px;
	background-color: #FFF;
	border-top: 3px solid #78a6ff;
}
.navhead-bar {
border-bottom: 1px solid #f1f4f9;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navhead-bar .lf {
	position: relative;
	width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
	color: #6b7386;
	font-size: 18px;
	font-weight: normal;
}
.navhead-bar .rt {
	color: #6b7386;
}
.navhead-bar .rt .data{
	font-weight: 300;
	font-size: 14px;
}


.interest-intro {
    display: flex;
	    margin-top: 15px;
}
.interest-intro .navpic {
	width: 350px;
	max-height: 220px;
	background: #f1f5f8;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.interest-intro .navpic .screenshot {
width: 350px;
    height: 220px;
}
.interest-intro .navpic .screenshot img {
max-width: 350px;
    max-height: 220px;
	width: 350px;
}
.interest-intro .navpic .img-cover {
	height: 52px;
	width: 52px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 2px solid rgba(255,255,255,.9);
	border-radius: 50%;
	background: #fff;
	object-fit: cover;
	animation: rotate 6s linear infinite;
}
@keyframes rotate{
	0%{
		transform: rotateZ(0deg);/*从0度开始*/
	}
	100%{
		transform: rotateZ(360deg);/*360度结束*/
	}
}
.interest-intro .list {
    margin-left: 20px;
    font-size: 14px;
    color: #6b7386;
	    width: 630px;
}
.interest-intro .list dl {
    margin: 10px 0;
    display: flex;
}
.interest-intro .list dl dt {
        width: 70px;
    color: #b9b9b9;
    flex-shrink: 0;
    text-align: right;
    flex-grow: 0;
}
.interest-intro .list dl:first-child {
	margin-top:0;
}
span.copyurl {
    color: #78a6ff;
    font-style: italic;
    cursor: pointer;
}
span.copytips {
    color: #4CAF50;
    font-style: italic;
}
.interest-intro .list .btn {
	border: 1px solid #dadfec;
	color: #6b7386;
	background: #f1f5f8;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	width: 120px;
	display: block;
	margin-top: 5px;
	margin-bottom: 15px;
	display:none;
}
.work_nav-content{
	box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 5px 30px 20px 30px;
	margin-bottom: 20px;
	background-color: #FFF;
}
.work_nav-content .navcontent-head{
	padding: 20px 0;
		line-height: 16px;
		border-bottom: 1px solid #f1f4f9;
		background: #fff;
		z-index: 1;
		color: #6b7386;
		font-size: 18px;
}
.work_nav-content .navcontent-text {
    margin-top: 10px;
}
.work_nav-content .navcontent-text p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 2;
}
.work_nav-content .navcontent-text p img {
	max-width: 100%;
	height: auto !important;
}
.work_nav-content .navcontent-text h2 {
    font-size: 16px;
    display: inline-flex;
    border-bottom: 2px solid #607ef3;
    color: #607ef3;
    margin-bottom: 10px;
    line-height: 2;
}

.work_nav-related{
	box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.06);
	border-radius: 6px;
	padding: 5px 30px 20px 30px;
	margin-bottom: 20px;
	background-color: #FFF;
}
.work_nav-related .navrelated-head{
	padding: 20px 0;
	line-height: 16px;
	border-bottom: 1px solid #f1f4f9;
	background: #fff;
	z-index: 1;
	color: #6b7386;
	font-size: 18px;
}
.navrelated-items {
	display: flow-root;margin-top: 5px;
}
.work_nav-related .navrelated-items li{
	float: left;
	width: 244.19px;
}
.work_nav-related .navrelated-items li a {
	transition: all .32s ease-in-out;
	display: block;
	width: 100%;
	padding: 26px 8%;
	box-sizing: border-box;
}
.work_nav-related .navrelated-items li a:hover {
	/* background: #f8fbfc; */
	box-shadow: 0px 5px 28px 0px rgba(65, 106, 123, 0.2);
	border-radius: 5px;
}
.work_nav-related .navrelated-items li a img {
	box-shadow: 0 0px 1px 0 rgba(0,0,0,.2);
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 100%;
}
.work_nav-related .navrelated-items li a h3 {
	font-weight: normal;
	margin-left: 40px;
	color: #6b7386;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	margin-bottom: 8px;
	margin-top: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.work_nav-related .navrelated-items li a p {
	margin-left: 41px;
	color: #abb0bd;
	font-size: 12px;
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}