#journal-list {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
    max-width: calc(100% - 20px);
}

#journal-list u {
    text-decoration: none;
    font-size: 16px;
    color: grey;
}

.toptitle {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
}

.toptitle a {
    font-size: 18px;
}

#journal-list .row {
    display: inline;
    max-width: 900px;
    margin: 50px auto 0;
}

#journal-list h5 {
    padding-bottom: 30px;
}

#journal-list h5 i {
    color: lightcoral;
    padding-right: 4px;
    font-size: 16px;
}

.fcard {
    float: left;
    padding: 0 1.7rem;
    width: 50%;
}

.fcard .fmenu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fcard .fmenu-content::before,
.fcard .fmenu-content::after {
    content: "";
    display: table;
}

.fcard .fmenu-content::after {
    clear: both;
}

.fcard .fmenu-content li {
    display: inline-block;
}

.fcard .fmenu-content a {
    color: #fff;
}

#journal-list .row {
    max-width: 900px;
    margin: 50px auto 0;
}

.fcard .fmenu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    font-family: "Open Sans";
    transform: translate(-50%, 0);
}

.fcard .fwrapper {
    background-color: #fff;
    min-height: 540px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.fcard .fwrapper:hover .fdata {
    transform: translateY(0);
}

.fcard .fdata {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
}

.fcard .fdata .fcontent {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.fcard .fauthor {
    font-size: 12px;
}

.fcard .ftitle {
    margin-top: 10px;
}

.fcard .ftext {
    height: 70px;
    margin: 0;
}

.fcard input[type=checkbox] {
    display: none;
}

.fcard input[type=checkbox]:checked+.fmenu-content {
    transform: translateY(-60px);
}

.blog-1 {
    width: 500px;
}

.blog-1 .fwrapper {
    background: url(../imgs/blog-2-second.png) center/cover no-repeat;
}

.blog-1 .fwrapper:hover .fmenu-content span {
    transform: translate(-50%, -10px);
    opacity: 1;
}

.blog-1 .fheader {
    color: #fff;
    padding: 1em;
}

.blog-1 .fheader::before,
.blog-1 .fheader::after {
    content: "";
    display: table;
}

.blog-1 .fheader::after {
    clear: both;
}

.blog-1 .fheader .fdate {
    float: left;
    font-size: 12px;
}

.blog-1 .fmenu-content {
    float: right;
}

.blog-1 .fmenu-content li {
    margin: 0 5px;
    position: relative;
}

.blog-1 .fmenu-content li a,
.blog-2 .fmenu-content li a {
    color: gold;
}


.blog-1 .fmenu-content span {
    transition: all 0.3s;
    opacity: 0;
}



.blog-1 .fdata {
    color: #fff;
    transform: translateY(calc(70px + 3.7em));
}

.blog-1 .ftitle a {
    color: #fff;
}

.blog-1 .fbutton {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.blog-1 .fbutton::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.blog-1 .fbutton:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}

.blog-2 {
    width: 500px;
}

.blog-2 .fwrapper {
    background: url(../imgs/blog-1.jpg) center/cover no-repeat;
}

.blog-2 .fwrapper:hover .fmenu-content span {
    transform: translate(-50%, -10px);
    opacity: 1;
}

.blog-2 .fheader {
    color: #fff;
    padding: 1em;
}

.blog-2 .fheader::before,
.blog-2 .fheader::after {
    content: "";
    display: table;
}

.blog-2 .fheader::after {
    clear: both;
}

.blog-2 .fheader .fdate {
    float: left;
    font-size: 12px;
}

.blog-2 .fmenu-content {
    float: right;
}

.blog-2 .fmenu-content li {
    margin: 0 5px;
    position: relative;
}

.blog-2 .fmenu-content span {
    transition: all 0.3s;
    opacity: 0;
}



.blog-2 .fdata {
    color: #fff;
    transform: translateY(calc(70px + 3.7em));
}

.blog-2 .ftitle a {
    color: #fff;
}

.blog-2 .fbutton {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.blog-2 .fbutton::after {
    content: "→";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s;
}

.blog-2 .fbutton:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}

.jfooter {
    position: relative;
    width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    margin-top: 640px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.jfooter .infos {
    text-align: right;
    color: #fff;
    opacity: 1;
    width: 50%;
    margin-bottom: -1px;
    padding: 0 4px;
    font-size: 14px;
}

.jfooter .infos a {
    color: inherit;
    display: inline-block;
}

.jfooter span {
    color: white;
    width: 40px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 991.98px) {
    .jfooter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .jfooter .infos {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .jfooter span {
        display: none;
    }
}