.list_left{
	float: left;
	width: 72%;
}
.list_left h3{
	font-size: 24px;
	line-height: 24px;
	color: #377ac1;
	text-align: center;
	letter-spacing: 4px;
}
.list_left img{
 display:inline!important;
}
.list_left h4{
	font-size: 14px;
	color: #807f85;
	text-align: center;
	margin-top: 24px;
	line-height: 14px;
	margin-bottom: 39px;
	font-weight: normal;
}
.list_left h4 .author{
	margin-right: 18px;
}
.list_left p{
	font-size: 14px;
	color: #807f85;
	text-align: justify;
	text-indent: 2em;
	line-height: 18px;


	line-height: 22px;
	font-family: "SourceHanSansSC-Light", sans-serif;
	margin-bottom: 11px;
}
.list_left div{
	
	margin-bottom: 76px;
	margin-top: 11px;
}


.pn_btn{
	width: 78%;
	display: flex;
	justify-content: flex-end;
}
.pn_btn button{
	width: 74px;
	height: 34px;
	background-color: #007bc6;
	border: none;
	padding: 0;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	margin-top: 37px;
	margin-bottom: 37px;
}
.pn_btn button:nth-of-type(1){
	margin-right: 18px;

}
.list_right{
 width:210px !important;
}

.list_right ul li {
    height: 50px;
    padding-left: 44px;
    padding-right: 20px;
    display: flex;
}

.list_right ul li a {
    font-size: 14px;
    color: #377ac1;
    display: block;
    line-height: 50px;
    display: flex;
    align-items: center;
}

.list_right ul li a span{
    font-size: 14px;
    line-height: 16px !important;
  
}


@media screen and (max-width:768px ){

.list_main{
	padding: 20px;
}
.list_left, .list_right{
	width: 100%;
	float: none;
}
.list_left img{
	max-width: 100%;
}

}