.title-img{
	margin-top:80px;
}
.title-img-notes {
	width: 400px;
	height: 32px;
	margin-top:20px;
}
.title-img-notes p{
	font-size:14px;
	color:#999999;
}
.title-content{
	margin-top:100px;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.content-title, .content-subtitle{
	margin-bottom:50px;
}

.content-title {
	height:100px;
}
.content-subtitle h3 {
    line-height:1.5;
}
.content-title-div, .content-title-div1, .content-title-div2{
	padding:0;
}
.content-title-div, .content-title-div1{
	width:25%;
}
.content-title h1{
	font-size:32px;
	line-height:55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.content-subtitle h3{
	font-size:20px;
	color:#666666;
}
.content-auther{
	margin-bottom:50px;
}
	
.content-auther h4{
	color:#333333;
	font-size:16px;
}
.content-auther h5, .content-auther p, .content-auther h6, .title-flag a, .title-label{
	font-size:14px;
}

.content-auther h5, .title-label{
	color:#999999;
}

.content-auther p, .content-auther h6{
	color:#666666;
}

.title-flag a{
	color:#3797DB;
}


.title-label span{
	padding: 3px 8px;
	background-color: rgba(221, 221, 221, 1);
	border-radius: 14px;
}
.content-text{
	padding:0;
	margin-bottom:60px;
}
.content-text p{
	font-size:20px;
	line-height:40px;
	margin-bottom:40px;
}
.content-text h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:40px;
	line-height: 30px;
}
.content-text b{
	font-size:20px;
	line-height:40px;
}
.content-text span{
	color: #999999;
}
.content-logo{
	padding:0;
	margin-bottom:100px;
}
.content-logo img{
	#width:30px;
	#height:30px;
}
.list-more{
	margin-bottom:40px;
}
.web-col-share{
	margin-bottom:50px;
}
.title-share {
    cursor: pointer;
    width: 30px;
    height: auto;
    position: fixed;
    top: 20%;
    right: 9%;
}
.title-share img{
	#width:30px;
	#height:30px;
	#margin-bottom:10px;
}
.title-share-img{
	width:30px;
	/* height:30px; */
}
/* 适配部分 */
@media screen and (min-width:1900px) {
	.title-share {
		top:40%;
		right: 16%;
	}
}
@media screen and (min-width:1200px) {
	.title-content{
		width:1200px;
		margin-left:auto;
		margin-right:auto;
	}
	.content-title, .content-subtitle{
		width:800px;
		margin-left:200px;
		margin-right:200px;		
	}
	.content-text {
		margin-left: 50px;
		margin-right: 50px;
		width: 700px;
	}
	.content-title-div, .content-title-div1{
		width:100%;
	}
	.content-title h1{
		font-size:36px;
	}
	.content-subtitle h3{
		font-size:24px;
	}
	.content-auther{
		width:200px;
		padding:0;
		/* margin-right:50px; */
	}

	/* .content-auther h4, .content-auther h5, .content-auther p, .content-auther h6, .title-flag a, .title-label{ */
		/* font-size:14px; */
	/* } */
	.content-auther, .title-flag , .title-label{
		padding:0;
		margin-top:15px;
	}
	
}
@media screen and (max-width:767px) {
	.title-img-notes {
		width: 100%;
	}
	.title-flag , .title-label{
		width: 100%;
		margin-bottom: 15px;
	}
	.content-title, .content-subtitle {
		margin-bottom: 30px;
	}
	.content-auther p{
		margin-top: 30px;
	}
	.content-title h1{
		font-size:24px;
		-webkit-line-clamp: 3;
	}
	.title-content {
		width: 100%;
		padding: 0 2.5%;
	}
	.content-title {
		height: auto;
	}
	.content-title-div, .content-title-div1 {
		width: 100%;
	}
}