.magazine .list {
	flex-wrap: wrap;
}
.magazine .list li {
	width: calc(33.333% - 20px);
	margin: 15px 30px 15px 0;
	border-radius: 5px;
	overflow: hidden;
}
.magazine .list li:nth-child(3n) {
	margin-right: 0;
}
.magazine .list li a {
	position: relative;
	display: block;
}
.magazine .list li .thumb {
    position: relative;
    overflow: hidden;
    padding-bottom: 133%;
    width: 100%;
}
.magazine .list li .thumb:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 54.63%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.magazine .list li .thumb img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.magazine .list li .info {
	position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
	width:90%; /* 221227 */
	line-height: 1.3; /* 221227 */
}
.magazine .list li .info strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	word-break: keep-all;
	word-wrap:break-word;
	line-height: 1.5;
}
.magazine .list li .info p {
	font-size: 14px;
	font-weight: 500;
}






.magazine.read {
	margin-top: -50px;
}
.magazine.read .tit_img {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 640px;
	color: #fff;
}
.magazine.read .tit_img:before {
	content: '';
	display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.23);
}
.magazine.read .tit_img .inner {
	position: absolute;
    top: 0;
    left: 50%;
    width: 95%;
    height: 100%;
    z-index: 100;
    transform: translateX(-50%);
    margin-top: 0!important;
}
.magazine.read .tit_img h3 {
	display: inline-block;
    margin-top: 100px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 3px solid #fff;
}
.magazine.read .tit_img h2 {
	position: relative;
	margin-top: 139px;
    font-size: 52px;
    line-height: 1.3;
	word-break: keep-all;
	word-wrap:break-word;
}
.magazine.read .tit_img .date {
	font-size: 0;
    line-height: 1.4;
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: right;
    width: 100%;
    color: #D3D3D3;
}
.magazine.read .tit_img .date span {
	display: inline-block;
	font-size: 18px;
	margin-left: 5px;
}
.magazine.read .tit_img .date span.white {
	color: #F5F5F5;
}
.magazine.read .tit_img .date span:last-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin: 0 10px 0 5px;
	background: #EC463D;
}
.magazine.read .inner {
	max-width: 700px;
	margin-top: 80px;
}
.magazine.read .editor {
	font-size: 17px;
	line-height: 30px;
}
.magazine.read .editor .inner img{

}
.magazine.read .related {
    background: #FAFAFA;
    padding: 45px 0 215px;
    margin-top: 100px;
    margin-bottom: -120px;
}
.magazine.read .related .inner {
	margin-top: 0!important;
}
.magazine.read .related h3 {
	color: #222;
	font-size: 16px;
	margin-bottom: 15px;
}
.magazine.read .related .list {
	flex-wrap: wrap;
}
.magazine.read .related .list li {
	width: calc(33.333% - 20px);
	margin: 15px 30px 15px 0;
	border-radius: 5px;
	overflow: hidden;
}
.magazine.read .related .list li:nth-child(3n) {
	margin-right: 0;
}
.magazine.read .related .list li .thumb {
	padding-bottom: 133%;
}


.magazine .more_btn {
	margin-top: 50px;
}
.magazine .more_btn button {
	display: block;
	border: 1px solid #D3D3D3;
	border-radius: 4px;
	max-width: 360px;
	width: 90%;
	height: 46px;
	font-size: 16px;
	font-weight: 500;
	color: #8e8e8e;
	margin: 0 auto;
}



@media screen and (max-width: 1360px){
	.magazine.read .inner {
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px){
	.magazine .list li {
    	width: calc(50% - 10px);
    	margin: 10px 20px 10px 0;
    }
    .magazine .list li:nth-child(3n) {
    	margin-right: 20px;
    }
    .magazine .list li:nth-child(2n) {
    	margin-right: 0;
    }
	.magazine.read .tit_img h2{
		font-size:48px;
	}

	.magazine.read .related {
	    padding: 45px 0 70px;
	    margin-bottom: -60px;
	}
	.magazine.read .related .list li {
		width: calc(33.333% - 14px);
    	margin: 10px 20px 10px 0;
	}
	
}

@media screen and (max-width: 620px){
	.magazine.read .tit_img h2{
		font-size:48px;
	}
	.magazine.read .related .list li{
		width:calc(49% - 5px);
	}
	.magazine.read .related .list li:nth-child(2n){
		margin-right:0;
	}
	.magazine.read .related .list li:nth-child(3n){
		margin-right:20px;
	}
	.magazine.read .editor .inner img{
		width:100%;
		max-width:550px;
	}
	.magazine .list li .info p{
		display:none;
	}

}

@media screen and (max-width: 540px){
	.magazine.read .related .list li{
		width:calc(48% - 1px);
	}
	.magazine.read .tit_img h2{
		font-size:42px;
	}
	.magazine .more_btn button{
		font-size:14px;
	}
	
}


@media screen and (max-width: 490px){
	.magazine.read .tit_img h2{
		font-size:35px;
	}
	.magazine .list li {
		width: 49%;
		margin: 10px 2% 10px 0;
	}
	.magazine .list li:nth-child(2n){
		margin-right:0;
	}

	.magazine .list li a {
		position: relative;
		display: block;
		border: 0;
	}
	.magazine .list li .thumb {
		width: 100%;
		padding-bottom: 130%;
	}
	.magazine .list li .info {
	    position: absolute;
	    top: 0;
	    left: 0;
	    color: #fff;
	    padding: 10px 8px;;
	    box-sizing: border-box;
	}
	.magazine .list li .info p{
		font-size:13px;
	}
	.magazine .list li .info strong{
		font-size:16px;
		line-height: 1.2;
	}


	.magazine.read .related .list li {
	    width: 49%;
	    margin: 10px 2% 10px 0;
	}
	.magazine.read .related .list li:nth-child(2n){
		margin-right:0;
	}
	.magazine.read .related .list li:nth-child(3n){
		margin-right:8px;
	}

	
	.magazine .more_btn button{
		font-size:14px;
	}

}
