.sub {
	width: 100%;
	background-color: #F0F8FF;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.main {
	background-color: #E4E6ED;
	margin-bottom: 10px;
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.mainitem {
	background-color: #E4E6ED;
	margin-left: 5px;
	margin-right: 5px;
}

.hline {
	background-color: #E4E6ED;
	width: 100%;
	height: 1px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.mylist {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.rowlist {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
}

.showimage {
	width: 50px;
	height: 50px;
}

.articleimage {
	width: 200px;
}

.title {
	font-size: large;
	font-weight: bold;
}

.articletitle {
	font-size: small;
	font-weight: bold;
}

.articleauthor {
	font-size: x-small;
	color: #E4E6ED;
	margin-top: 10px;
}


.articlecontent {
	width: 100%;
	font-size: large;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 150%;
}

.agenda {
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: large;
}

.fullscreen-preview {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}