html , body{
	padding:0;
	margin:0;
	color:#000;
	height:100%;
}
body{
	display: flex;
	flex-direction:column;
}
.animated{
	-webkit-transition:margin-left 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out,-moz-transform 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out,-o-transform 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out,-ms-transform 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out,transform 0.2s ease-in-out;
}
#main{
	position:relative;
	padding:10px;
	max-width:860px;
	margin:0 auto;
	padding-top:55px;
	padding-bottom:60px;
	height:100%;
	width:100%;
	box-sizing:border-box;
}
.top_bar{
	padding:0;
	font-weight: bold;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:45px;
	box-sizing:border-box;
	background:#fff;
	font-size:18px;
	z-index:1;
}
@media all and (min-width: 1000px){
	.top_bar{
		position:inherit;
	}
	#main{
		padding-top:10px !important;
	}
}

#close-btn{
	font-size:45px;
	color:#333;
	float: right;
    margin-top: -20px;
    font-weight: 100;
    margin-right:7px;
 }

.linkTitle{
	color:rgb(170,170,170);
	padding:5px 0;
}
.linkTitle:empty{
	padding:0;
}
.leadTitle{
	padding:5px 0;
	color:#666;
	font-size: 18px;
	font-weight: bold;
}
.leadTitle:empty{
	padding:0;
}
.topic{
	font-size:14px;
	font-weight:bold;
	padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.topic:empty{
	padding:0;
}
.subTitle{
	padding:5px 0;
}
.subTitle:empty{
	padding:0;
}
.author{
	font-size:14px;
}
.pubdate{
	font-size:14px;
	color:#666;
}
#playSound{
	width:24px;height:24px;
	float:right;
/* 	background-image:url('../img/ico/play.svg'); */
	background-repeat:no-repeat;
	background-position:center;
	font-size: 18px;
	display:none;
}
.pubdate .sound-play{
	background-image:url('../img/ico/pause.svg') !important;
}
.loading{
	background-image: url(../img/loader.gif);
}
.articleLink {
    color: #57ab;
    cursor: pointer;
    font-size: 12px;
    padding:5px 0;
}
#imgCon{
	position:fixed;
	left:0;top:0;
	display: none;
	width:100%;
	height:100%;
	background-color:#000;	
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#imgCon .img{
	position:absolute;
}
#imgConClose{
	position:absolute;
	top: -4px;
    right: 22px;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
}

.imgInfos{
	width:80%;
	margin:10px auto;
}
.imgInfos img{
	height: auto;
    max-width: 100%;
    margin: auto;
    display: block;
    padding: 6px 0;
}
.imgInfos p{
	font-size:14px;
}
.preContent {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 6px;
    width: 100%;
    margin: 10px auto;
    line-height: 150%;
    color: #666;
}
.content{
	font-size:18px;
	line-height: 180%;
	white-space: pre-wrap;
    color: #666;
    text-align: justify;
}
@media all and (min-width: 1000px){
	#back{
		display:none;
 	}
 	#close-btn{
		display:none;
 	}
}

#back{
	position:fixed;
	left:40px;
	bottom:20px;
	width:40px;
	height:40px;
	background-image: url('../img/ico/back.svg');
	background-size:70%;
	border-radius:50%;
	background-color:#CD011E;
	background-repeat: no-repeat;
	background-position:4px center;
}
.change-font-size{
	text-align: right;
	position:fixed;
	right:40px;
	bottom:20px;
}

.change-font-size .btn{
	float:left;
	margin-left:40px;
	width:25px;
	height:25px;
	border-radius:50%;
	background-color:#CD011E;
	background-repeat: no-repeat;
	background-position:center;
}
#increaseFontSize{
	background-image: url('../img/ico/font_size_up.svg');
}
#decreaseFontSize{
	background-image: url('../img/ico/font_size_down.svg');
}
.highlight{
	color:red;
	font-weight: bold;
}
.boardInfo {
    display: inline-block;
    width: calc(100% - 75px);
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    margin-left: 35px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.boardInfo:before{
    content: "\e91b";
    font-family: 'icomoon' !important;
    position: absolute;
    transform: rotate(180deg);
    left: 10px;
    font-size: 22px;
    top: 0;
}
#article-control{
	position: absolute;
    right: 0;
    top: 7px;
}
#article-control .play-tts{
	width:auto;
	height:auto;
	float:right;
	margin: 8px 14px 0 0;
	padding: 6px;
	cursor: pointer;
	background:none;
	display: none;
}
#article-control .icon-fontSize{
	float:left;
	margin: 8px 14px 0 0;
	padding: 6px;
	font-size:16px;
	font-weight:bold;
	cursor: pointer;
	position: relative;
	
}
.article-body{
	padding:10px;
	height:100%;
	display:flex;
	flex-direction:column;
	box-sizing: border-box;
}
.font-style-control {
    display: none;
    position: absolute;
    height: 100px;
    background: #111;
    border-radius: 10px;
    color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    right: 30px;
    top: 0;
}
.font-style-control p{
	margin: 5px 0;
	font-size: 14px;
}
.font-style-control .icon-fontSize{
	margin:0 20px;
}
.font-size-control {
    border-top: 1px solid #999;
    margin-top: 10px;
    display: flex;
    align-items: flex-end;
}
.font-size-control .selected{
	color: #F60;	
}
.icon-edge {
    margin: 8px 14px 0 0;
    font-size: 14px;
    padding: 6px;
    float: right;
    color:#333;
}
.icon-edge:before{
	content:'\e951';
}

*::-webkit-scrollbar{
	width:6px;
	height:6px;
}
*::-webkit-scrollbar-thumb{
	border-radius:2px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	background-color:rgba(224, 224, 224, 0.7);
	height:50px;
}

.pdf-viewer #main{
	padding:50px 0 0 0;
}
.pdf-viewer .article-body{
	padding:0;
}
.pdf-viewer #article-control{
	display:none;
}
.pdf-viewer .topic,.pdf-viewer .topic .author,.pdf-viewer .topic .author,.pdf-viewer .pubdate{
	padding:0 10px;
}
.article-body .pdfViewer{
	width:100%;
	height:100%;
	border:none;
	margin-top:10px;
}
