.issueno{
	
}
.box_model{
    width: 100%;
    margin: auto;
	padding:0px;
}

.box_model li{
	display:none;
    width: calc( 16% - 20px );
    margin:0px 10px 20px 10px !important;
	list-style-type:none;
}
/*
.box_model li:nth-of-type(5n){
	margin-right: 0;
}
*/
.box_model .product_phone{
	height: auto;
}

.box_model .product_phone img {
    width:100%;
    top: 0;
    transform: none;
}

.row_1 .button{
	margin-top:20px;
    margin-bottom: 20px;
}

/*.row_2*/
.row_2{
	text-align: center; 
}
.row_2 .title{
	margin-bottom:15px;
}
.subtitle{
	font: var(--standardFont_bold);
	    font-size: 0.6em;
		    margin-top: 8px;
}
.PUBLICATION-DETAILS{
	position:relative;
}
.PUBLICATION-DETAILS .title{
	text-align: left;
	margin-bottom: 0px;
	color: #104b70;
    font: var(--standardFontStyle);
    font-size: 24px;
}
.PUBLICATION-DETAILS .desc p{
	font-size: 14px;
}
.PUBLICATION-DETAILS .desc{
	
	margin: 50px 0px 10px 0px;
	font: var(--standardFontStyle);
}
.PUBLICATION-DETAILS .sourceintro{
	font-size: 12px;
	color:#104b70;
}
.PUBLICATION-DETAILS .sourceintro .heading{
	border-bottom:2px solid #104b70;
	font: var(--standardFont_lightItalic);
	font-weight:bold;
	font-size:120%;
	margin-bottom:10px;
}
.PUBLICATION-DETAILS{
	width:75%;
	float:left;
}
.PUBLICATION-DETAILS .btn{
	margin:20px 0px 30px 0px;
}
.PUBLICATION-DETAILS .btn a {
	/*
    margin: 10px 15px 8px 0px;
    padding: 10px 30px;
    letter-spacing: 1px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
	*/
	    margin: 2px 15px 8px 0px;
    padding: 2px 30px;
    letter-spacing: 1px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
}
.PUBLICATION-DETAILS .btn .btn-read{
	background-color: #e8d8d5;
	color:#666666;
}

.PUBLICATION-DETAILS .btn .btn-subscribe{
	background-color: #9daecc;
	color:#ffffff;
}
.pub_listing .btn-read{
	color:#9daecc;
	border:1px solid #9daecc;
	text-align:center;
	padding: 10px 30px;
	letter-spacing:1px;
	cursor: pointer;
	border-radius: 10px;
	font-size: 14px;
	background-color: #ffffff;
	position: absolute;
	bottom: 10%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	width: calc( 80% - 60px );
	z-index:2;
}


.pub_listing .btn-read:hover{
	background-color: #9daecc;
	color:#ffffff;
}
.pub_listing{
	text-align:center;
	margin-top:100px;
}
.pub_listing li{
	width:18%;
	margin-right:2%;
	display:none;
	list-style-type:none;
	min-height: auto;
}
.pub_listing li:nth-of-type(4n),.pub_listing li:nth-of-type(3n){ 
	margin-right:2%;
}
.latest_issues_view_more,.preview_issues_view_more{
	margin-bottom:20px;
	cursor:pointer;background-color:#9daecc;text-align:center;padding:10px 80px;color:#ffffff;display:inline-block;
}
aside{
	width:25%;
	float:right;
}

.PUBLICATION-DETAILS .col_1{
	width:30%;
	float: left;
}

.PUBLICATION-DETAILS .col_2{
	width: 70%;
	float: right;
	box-sizing: border-box;
	padding-left: 50px;
	padding-right: 50px;
}

.PUBLICATION-DETAILS::after{
	content:"";
	display: block;
	clear:both;
}

.PUBLICATION-DETAILS article{
	margin-top: 20px;
}

.PUBLICATION-DETAILS h3{
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 1px solid;
}
.PUBLICATION-DETAILS .publicationinfo-maincover img{
	border:1px solid #e8e8e8;
}


/*gated */
.PUBLICATION-DETAILS .btn .btn-read.gated{
	background-color: #e0e0e0;
	color: #f7f7f7;
    text-shadow: 2px 1px #cccccc;
}
.PUBLICATION-DETAILS .gated-box{
	top: 40px;
    bottom: unset;
    width: 90%;
    left: 5%;
}
.PUBLICATION-DETAILS .gated-box > div:before {
	
}

@media only screen and (max-width:1024px) {
    main, aside{
        width:100%;
    }
	.box_model{
		width:80%;
	}
	.box_model li{
		width: calc( 33% - 20px );
	}
}

@media only screen and (max-width:768px){
    main .col_1,
    main .col_2{
        width:100%;
    }

    aside{
        margin-top: 30px;
    }

    main .col_2{
        padding: 0;
        margin-top: 30px;
    }
	.box_model li {
        width: calc( 50% - 20px );
        
    }
    .PUBLICATION-DETAILS{
	width:100%;
    }
	.pub_listing li{
		margin:0px 10px 40px 0px !important; 
		width:calc( 25% - 10px );
	}
}
@media only screen and (max-width:500px){
	.box_model{
		width:100%;
	}
	.box_model li{
		width: calc( 50% - 20px );
	}
	.pub_listing figcaption{
		font-size:16px;
		margin-bottom:20px;
		min-height:40px;
		line-height:20px;
	}
	.pub_listing{
		margin-top: 30px;
	}
	.pub_listing li{
		margin:0px 10px 10px 0px !important;
		width:calc( 50% - 10px );
	}
	.pub_listing h1{
		margin-bottom:0px;
	}
	.PUBLICATION-DETAILS{
		float: none;
	}
	.PUBLICATION-DETAILS .col_1{
		width: 100%;
		text-align: center;
		background-color: #f4f4f4;
		padding: 10px 0px;
	}
	.PUBLICATION-DETAILS .publicationinfo-maincover{
		    max-width: 200px;
	}
	.PUBLICATION-DETAILS .col_2{
		width: 100%;
		padding: 20px 0px;	
	}	
	.PUBLICATION-DETAILS .btn a{
		width: fit-content;
    padding: 5px 0px;
    margin: 2px;
    display: inline-block;
    padding: 0px 10px;
	}
	body.lang_chi .PUBLICATION-DETAILS .btn a{
		width: calc( 50% - 20px - 6px);
	}
	.latest_issues_view_more, .preview_issues_view_more {
		padding: 2px 80px;
	}
}