
#news .news_left {
    float: left;
    width: 700px;
    background-color: #fff;
    padding: 40px 52px 78px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#news .news_left h2 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 15px;
}

#news .news_left img {
    margin-bottom: 35px;
    max-width: 100%;
}

#news .news_left p {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 20px;
}

#news .news_left .share span {
    display: block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 10px;
}

#news .news_left .share ul li {
    float: left;
    margin-right: 25px;
}

#news .news_left .share ul li a img {
    width: 18px;
    margin-bottom: 0;
}

#news .news_right {
    float: right;
    width: 425px;
}

#news .news_right .news_right_block {
    background-color: #fff;
    padding: 40px 40px 60px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1160px) {
    #news .news_right {
        width: 100%;
    }
    #news .news_right .news_right_block {
        display: none;
    }
    #news {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #news .news_left {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #news .news_left p {
        width: 100%;
    }
    #news .news_left .share {
        align-self: flex-start;
    }
}

@media screen and (max-width: 570px) {
    #news .news_left,
    #news .news_right .subscribe_newsletter {
        padding: 40px 15px;
    }
}

#news .news_right .news_right_block h3 {
    opacity: 0.75;
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 10px;
}

#news .news_right .news_right_block ul li {
    margin-bottom: 20px;
}

#news .news_right .news_right_block ul li span {
    display: block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 5px;
}

#news .news_right .news_right_block ul li .left {
    width: 135px;
    float: left;
    margin-right: 10px;
}

#news .news_right .news_right_block ul li .left img {
    width: 100%;
}

#news .news_right .news_right_block ul li .right {
    float: left;
    width: calc(100% - 145px);
}

#news .news_right .news_right_block ul li .right h5 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

#news .news_right .news_right_block ul li .right p {
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#news .news_right .news_right_block .all_news_btn {
    color: #4a90e2;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#news .news_right .subscribe_newsletter {
    background-color: #fff;
    padding: 30px 40px 20px;
}

#news .news_right .subscribe_newsletter h3 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    padding-bottom: 30px;
}

#news .news_right .subscribe_newsletter label {
    position: relative;
    transition: all 0.5s ease;
    display: block;
    width: 235px;
    margin-bottom: 45px;
}

#news .news_right .subscribe_newsletter label:before {
    display: inline-block;
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #000;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}

#news .news_right .subscribe_newsletter input[type="text"] {
    display: block;
    width: 235px;
    border: none;
    border-bottom: 1px solid #9b9b9b;
    opacity: 0.75;
    height: 30px;
    color: #000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#news .news_right .subscribe_newsletter input[type="text"]:focus+label:before {
    width: 100%;
}

#news .news_right .subscribe_newsletter input[type="submit"] {
    height: 40px;
    width: 175px;
    border: 1px solid #c3c3c3;
    color: #9b9b9b;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#news .news_right .subscribe_newsletter input[type="submit"]:hover {
    color: #fff;
    background-color: rgba(96, 98, 98, 0.9);
}

@media screen and (max-width: 1160px) {
    #news .news_right .subscribe_newsletter {
        margin-top: 15px;
        /* width: 100%; */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #news .news_right .subscribe_newsletter form,
    #news .news_right .subscribe_newsletter input[type="submit"],
    #news .news_right .subscribe_newsletter label,
    #news .news_right .subscribe_newsletter input[type="text"] {
        width: 100%;
        max-width: 268px;
    }
}

#news_list {
    background-color: #fff;
    padding: 60px 100px;
}

#news_list h2 {
    /* color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 12px;
    padding-bottom: 30px; */
    /* padding-left: 30px; */
    /* padding-bottom: 30px;
    text-align: left;
    color: #1D2D53;
    line-height: 40px;
    font-family: "GTEestiProDisplay";
    font-weight: 600;
    font-size: 35px; */

    text-align: left;
    color: #1D2D53;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 30px;
    font-family: "Proxima Nova";
    font-weight: 600;
}

#news_list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#news_list ul li {
    float: left;
    width: 80%;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    #news_list h2 {
        padding-left: 0;
    }
    #news_list ul li {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    #news_list {
        padding: 30px 50px;
    }
}

@media screen and (max-width: 425px) {
    #news_list {
        padding: 30px 15px;
    }
}

#news_list ul li span {
    display: block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 5px;
}

#news_list ul li .left {
    width: 135px;
    float: left;
    margin-right: 10px;
}

#news_list ul li .left img {
    width: 100%;
}

#news_list ul li .right {
    float: left;
    width: calc(100% - 145px);
}

#news_list ul li .right h5 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
}

#news_list ul li .right p {
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#news_list .show_more {
    text-align: center;
}

#news_list .show_more a {
    display: inline-block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#news_list .news_show_more a {
    display: inline-block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
