img {
    max-width: 100%;
}

body {
    background: #00a97a;
}

.container {
    padding: 0 5%;
}

.content {
    /*position: relative;*/
    top: -2.1rem;
}

.news {
    text-align: center;
    margin-bottom: 1.2rem;
}

.news ul {

    background: #0f503a;

    padding: 0.5rem;

    border-radius: 5px;
}

.news ul li {
    border-bottom: 1px dashed #fff;
    line-height: 1.7rem;
}

.news ul li a {
    color: #fff;
}

.title {
    font-size: 1rem;
    position: relative;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.2rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.8rem;
    border-bottom: 5px solid #0b503d;
}

.title::before {
    content: '';
    width: 100%;
    height: 2px;
    /*background: #77bbff;*/
    position: absolute;
    bottom: 0;
    left: 0;
}

.show {

    text-align: center;
}

.search {
    width: 80%;
    margin: 0 auto;
    position: relative;
    height: 1.5rem;
    border-radius: 5px;
    margin-bottom: 1.2rem;
}

.search input {

    background: #8ca98b;

    border-radius: 5px;

    height: 100%;

    width: 100%;

    border: 0;

    outline: none;

    padding: 0 0 0 0.5rem;

    box-sizing: border-box;

    color: #fff;
}

.search img {

    position: absolute;

    width: 1.1rem;

    right: 0.5rem;

    top: 50%;

    transform: translateY(-50%);
}

.show input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.show input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.show input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.show input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.show ul {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
}

.show ul li {

    width: 46%;

    background: #0f503a;

    color: #fff;

    padding: 0.5rem;

    border-radius: 5px;

    margin-bottom: 1.2rem;

    display: flex;

    flex-direction: column;
}

.imgContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msgContent {
    margin-top: 0.5rem;
}

.show ul li img {

    /*height: 10rem;*/

    object-fit: cover;
}

.show ul li h1 {

    font-size: 0.75rem;

    margin-bottom: 0.3rem;
}

h1 {}

.show ul li h2 {

    font-size: 0.7rem;

    margin-bottom: 0.2rem;
}

.show ul li span {

    display: block;

    font-size: 0.7rem;

    margin-bottom: 0.5rem;
}

.show ul li button {

    border: 0;

    background: #d79a09;

    color: #fff;

    padding: 0.3rem;

    width: 62%;

    border-radius: 5px;
}

.back {
    margin: 1.5rem 0 0.5rem 0;
}

.back a {
    color: #fff;
}

.wordSpace {
    background: #0f503a;
    color: #fff;
    padding: 1rem;
}