.contact-sect .index-contact-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left;
    display: inline-block;
}
.contact-sect .index-contact-list li {
    position: relative;
    font-size: 15px;
    color: #585F72;
    padding-left: 22px;
}
.contact-sect .index-contact-list li:before {
    content: "";
    background: #04A3B5;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 7px;
    top: 9px;
    border-radius: 50%;
}
.wrapper:before {
    height: 670px;
}
.banner {
    padding: 0;
}
.banner:after {
    display: none;
}
.banner .slider-box {
    float: left;
    width: 61.11%;
}
.banner .slider {
    background: #fff;
}
.banner .ad-slider-box {
    float: right;
    width: 36.81%;
}
.banner .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0 15px 15px;
    pointer-events: none;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: visible;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/ad_arrow.png') no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    opacity: 1;
    cursor: pointer;
}
.banner .slick-prev {
    right: 50px;
    background-position: 0 0;
}
.banner .slick-prev:hover{
    background-position: 0% 100%;
}
.banner .slick-next {
    right: 20px;
    background-position: 100% 0%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.sect1 {
    padding: 54px 0 45px;
    position: relative;
    background: #fff;
    z-index: 0;
}
.sect1:before {
    content: "";
    display: block;
    width: 1920px;
    height: 1295px;
    position: absolute;
    top: -82px;
    left: calc(50% - 960px);
    background: url(../../images/common/index/index-mid-bg.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
}
.news-sect-title {
    padding-left: calc(50% + 61px);
}
.news-sect-title .icon .index-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.news-sect-title .icon .index-title .t-icon{
    background: url('../../images/common/index/index-news-title.svg');
    width: 79px;
    height: 79px;
}
.news-sect-title .icon .index-title .t-text{
    display: flex;
    flex-direction: column;
    text-indent: 0;
    font-style: normal;
    padding-left: 43px;
    position: relative;
}
.news-sect-title .icon .index-title .t-text:before{
    content: "";
    background: #c0dbe1;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 23px;
    bottom: 12px;
    transform: rotate(20deg);
}
.news-sect-title .icon .index-title .t-text span{
    color: #64C2DC;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
    line-height: 27px;
}
.news-sect-title .icon .index-title .t-text div{
    color: #4E5865;
    font-size: 32px;
    font-weight: normal;
    line-height: 43px;
}
.news-sect {
    float: right;
    width: calc(100% - 410px);
    padding-right: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news-control-box {
    display: table;
    width: 30px;
    height: 100%;
}
.news-sect .slick-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    background: #D6D6D6;
    width: 10px;
    height: 10px;
    cursor: pointer;
    pointer-events: visible;
    border-radius: 50%;
}
.news-sect .slick-dots li.slick-active button {
    background: #42B4D5;
}
.news-list .item {
    width: 33.33%;
}
.news-list .item{
    border-left: 1px solid #DDDDDD;
}
.news-list .item.slick-current{
    border-left: 1px solid transparent;
}
.news-list .box {
    margin: 0 auto;
    padding: 15px 10% 25px;
    position: relative;
    max-width: 220px;
}
.news-list .box:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B6DBE2;
    left: calc(50% - 4px);
    bottom: 95px;
    transition: all .3s ease;
    position: absolute;
}
.news-list .box:hover:before {
    background: #56BDE0;
}
.news-list .item .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.news-list .pic img {
    transform: scale(1);
    transition: all 0.3s ease;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    border-radius: 10%;
    margin: 0 auto 10px;
    background: #fff;
    transition: all 0.4s ease;
}
.news-list .pic img {
    width: 220px;
    border-radius: 10%;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}
.news-list .box:hover .pic {
    transition: all 0.3s ease-in-out;
}
.news-list .date {
    display: block;
    color: #1F6269;
    font-size: 16px;
    letter-spacing: 3px;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.news-list .date:before {
    content: '[';
    margin-right: 10px;
}
.news-list .date:after {
    content: ']';
    margin-left: 10px;
}
.news-list .name {
    color: #11373B;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 3px;
    height: 26px;
    padding-bottom: 8px;
    position: relative;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #28A2CA;
}
.news-list .description {
    color: #586174;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}
.contact-sect {
    background: #fff;
    border-radius: 0 0 10px 10px;
    float: left;
    margin-top: -47px;
    box-sizing: border-box;
    z-index: unset;
    position: relative;
    width: 400px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 6px 2px #ddd;
}
.contact-sect .title {
    background: url(../../images/common/index/contact_title_s.png) 50% 50%;
    width: 400px;
    height: 218px;
    position: relative;
    overflow: visible;
}
.contact-sect .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 33px;
    bottom: -58px;
    z-index: 2;
    width: 5px;
    height: 88px;
    background: url(../../images/common/index/contact_title_s_icon.svg);
}
.contact-sect .editor{
    padding: 10px 30px 34px 30px;
}
/* ------------- sect2 -------------  */
.sect2 {
    position: relative;
    padding: 9px 0 83px;
    z-index: 1;
    height: 634px;
    box-sizing: border-box;
}
.sect2 .about-left {
    background: url(../../images/common/index/about_bg_1.png) bottom center;
    width: 557px;
    height: 541px;
    position: absolute;
    left: calc(50% - 796px);
    top: 0;
}
.sect2 .about-left .about-tweenLite-1{
    background: url(../../images/common/index/about-tweenLite-1.svg) bottom center;
    width: 90px;
    height: 90px;
    position: absolute;
    left: calc(50% - 201px);
    top: 87px;
}
.sect2 .about-left .about-tweenLite-2{
    background: url(../../images/common/index/about-tweenLite-2.svg) bottom center;
    width: 138px;
    height: 138px;
    position: absolute;
    left: calc(50% + 106px);
    top: 330px;
}
.sect2 .about-sect:before {
    content: "";
    background: url(../../images/common/index/about_bg_2.png) no-repeat;
    width: 439px;
    height: 511px;
    position: absolute;
    top: 0;
    left: calc(50% + 286px);
} 
/* ------------- sect2 -------------  */
/* ------- about-sect -------  */
.about-sect {
    padding-bottom: 124px;
}
.about-sect .txt-box {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.about-sect .title img{
    display: none;
}
.about-sect .index-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    flex-direction: column;
    text-align: center;
    padding-top: 77px;
}
.about-sect .index-title .t-icon{
    background: url(../../images/common/index/index-about-title.svg);
    width: 132px;
    height: 79px;
    margin-bottom: 15px;
}
.about-sect .index-title .t-text{
    display: flex;
    flex-direction: column;
    text-indent: 0;
    font-style: normal;
    position: relative;
}
.about-sect .index-title .t-text span{
    color: #64C2DC;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
    line-height: 27px;
    margin-bottom: 4px;
}
.about-sect .index-title .t-text div{
    color: #4E5865;
    font-size: 32px;
    font-weight: normal;
    line-height: 43px;
}
.about-sect .txt-box .editor {
    height: 91px;
    overflow: hidden;
}
section .ibtn.more {
    border: solid 1px #ABC5D8;
    border-radius: 100px;
    width: 180px;
    line-height: 55px;
    font-family: 'Noto Serif TC', serif;
    color: #105992;
    font-size: 15px;
    text-align: left;
    padding-left: 45px !important;
    box-sizing: border-box;
    transition: all .3s ease;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    left: calc(50% - 90px);
    bottom: 0;
    text-indent: unset;
}
section .ibtn.more::after {
    background: url(../../images/common/index/arrow.png) no-repeat center;
    content: "";
    height: 11px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 22px;
    transition: all .3s ease;
    width: 25px;
}
section .ibtn.more:hover{
    color:#fff;
    background: #044481;
    background: linear-gradient(to right, #82D7C8 50%, #42B4D5 100%);
    border: solid 1px #82D7C8;
    padding-left: 20px !important;
}
.ibtn.more:hover::after{
    opacity: 1;
    right: 15px;
}
.ibtn.more::after {
    background: url(../../images/common/index/arrow.png) no-repeat center;
    content: "";
    height: 11px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 22px;
    transition: all .3s ease;
    width: 25px;
}
/* ------- about-sect -------  */
.sect3 {
    padding: 0;
    position: relative;
    background: #F2F8FA;
}
.sect3 .products-sect{
    padding-top: 47px;
    padding-bottom: 127px;
}
.products-sect .index-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 41px;
}
.products-sect .index-title .t-icon{
    background: url('../../images/common/index/index-products-title.svg');
    width: 79px;
    height: 79px;
}
.products-sect .index-title .t-text{
    display: flex;
    flex-direction: column;
    text-indent: 0;
    font-style: normal;
    padding-left: 43px;
    position: relative;
}
.products-sect .index-title .t-text:before{
    content: "";
    background: #c0dbe1;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 23px;
    bottom: 12px;
    transform: rotate(20deg);
}
.products-sect .index-title .t-text span{
    color: #64C2DC;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 1px;
    line-height: 27px;
}
.products-sect .index-title .t-text div{
    color: #4E5865;
    font-size: 32px;
    font-weight: normal;
    line-height: 43px;
}
.products-sect .ibtn.more {
    bottom: 58px;
}
.products-sect .ibtn.more {
    border: solid 1px #61C1DC;
}
.products-sect .ibtn.more:hover{
    background: #61C1DC;
    border: solid 1px #61C1DC;
}
.products-list {
    margin: 0px -10px 0;
}
.products-list .item {
    width: 20%;
    padding: 0 10px;
}
.products-list .item .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .box {
    text-align: left;
    max-width: 248px;
    margin: 0 auto 40px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    border-radius: 14px;
    padding: 10px;
    transition: all .3s ease-in-out;
}
.products-list .box:hover {
    box-shadow: 0px 4px 8px 2px #00000012;
}
.products-list .box.new:before {
    content: '';
    background: url(../../images/common/products/new_tag.svg);
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 10;
    top: 23px;
    left: 23px;
}
.products-list .pic-box .btn {
    content: '';
    background: url(../../images/common/products/wish_tag.svg);
    width: 24px;
    height: 21px;
    position: absolute;
    z-index: 10;
    top: 18px;
    transition: all 0s ease;
    right: 18px;
}
.products-list .pic-box .btn:hover {
    background-position: 0 100%;
    background-position: 0 21px;
}
.products-list .pic-box {
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 3px;
}
.products-list .pic img {
    border-radius: 10px;
}
.products-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
    position: relative;
    text-align: left;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.2;
}
.products-list .name {
    color: #4E5865;
    font-weight: normal;
    font-size: 20px;
    width: 100%;
    letter-spacing: 0.06em;
    margin: auto;
    text-overflow: ellipsis;
    height: 33px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 33px;
}
.products-list .offers {
    color: #B11B20;
    font-family: 'Noto Serif TC', serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    width: 100%;
    margin: auto;
    text-align: center;
    line-height: 26px;
}
.sect4,
.sect5 {
    background: #fcf5e3;
    padding: 31px 0;
}
.sect4{
    display: none;
}
.contact-sect .hours-tel {
    color: #1F6067;
    font-size: 25px;
    font-family: 'Noto Serif TC', serif;
    font-weight: bold;
    padding-left: 22px;
}
.contact-sect .hours-tel b {
    font-size: 38px;
    font-family: 'Noto Serif TC', serif;
    font-weight: normal;
}
.contact-sect .time {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 10px;
    background: linear-gradient(to right,#82D7C8,#42B4D5);
    border-radius: 20px;
    padding: 6px 20px;
}

.sect_add{
    padding-top: 47px;
    padding-bottom: 27px;
}
.links-list {
    margin: 0px -8px 0;
}
.links-list .item {
    width: 25%;
    padding: 0 7px;
}
.links-list .item:nth-child(4n+1) {
    clear: left;
}
.links-list .item .box {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}
.links-list .item .box img{
    transition: all .3s ease;
}
.links-list .item .box:hover img {
    opacity: 0.7;
}
.links-list .item .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}


@media screen and (max-width: 1600px) {
    .contact-sect:before {
        display: none;
    }
}
@media screen and (max-width: 1480px) {
    .wrapper:before {
        display: block ;
     }
    .sect1 {
        padding-bottom: 20px;
    }

    .sect2 {
        height: 483px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .about-sect .index-title {
        padding-top: 15px;
    }
    .sect2 .about-sect:before {
        width: 291px;
        height: 339px;
        top: 51px;
        left: calc(50% + 198px);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sect2 .about-left {
        width: 310px;
        height: 302px;
        left: calc(50% - 536px);
        top: 69px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sect2 .about-left .about-tweenLite-1 {
        width: 80px;
        height: 80px;
        left: calc(50% - 110px);
        top: 28px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sect2 .about-left .about-tweenLite-2 {
        width: 60px;
        height: 60px;
        left: calc(50% + 73px);
        top: 194px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 1280px) {
    .news-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 1200px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 25%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+11) {
        display: block;
    }
}
@media screen and (max-width: 1000px) {

    .banner .slick-prev,
    .banner .slick-next {
        bottom: 0px;
    }
    .banner .slick-prev {
        right: 30px;
    }
    .banner .slick-next {
        right: 0px;
    }
    .sect1 {
        padding: 50px 0 30px;
    }
    .sect1:before {
        content: "";
        display: block;
        width: 1920px;
        height: 1295px;
        position: absolute;
        top: -82px;
        left: calc(50% - 960px);
        background: url(../../images/common/index/index-mid-bg.jpg) no-repeat;
        background-size: cover;
        z-index: -1;

        display: none;
    }

    .news-sect-title {
        margin-bottom: 0px;
    }
    .news-sect .slick-dots {
        right: 0;
    }
    .news-list .item {
        width: 100%;
    }

    .sect2 {
        height: unset;
        padding-bottom: 432px;
        padding-top: 20px;
        background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0.5),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0)), url(../../images/common/index/index-mid-bg.jpg) no-repeat;
        background-position: center;
    }
    .about-sect {
        padding-bottom: 82px;
        padding-top: 316px;
    }
    .sect2 .about-left {
        left: calc(50% - 155px);
        top: 0;
    }
    .sect2 .about-sect:before {
        top: unset;
        left: calc(50% - 145px);
        bottom: -425px;
    }
    .about-sect .txt-box .editor {
        height: unset;
    }
    .products-list .box {
        margin: 0 auto 20px;
    }
    .sect5 {
        padding: 0;
    }
    .sect_add {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .links-list {
        margin: 0px -5px 0;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .links-list .item {
        padding: 0 5px;
    }
}
@media screen and (max-width: 900px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider-box,
    .banner .ad-slider-box {
        float: none;
        width: auto;
    }
    .banner .ad-slider-box {
        padding: 15px;
    }
    .banner .ad-list {
        max-width: 530px;
        margin: 0 auto;
    }
    .sect1 {
        padding: 20px 0 30px;
    }
    .contact-sect {
        float: none;
        margin: auto;
        text-align: center;
        width: fit-content;
        margin-top: 15px;
    }
    .contact-sect .title {
        width: 100%;
    }
    .contact-sect .title:before {     
        left: 19px;
        bottom: -35px;
    }
    .contact-sect .editor {
        padding: 3px 20px 15px 20px;
        text-align: left;
    }
    .contact-sect .time {   
        font-size: 14px;
        margin-bottom: 8px;
        background: linear-gradient(to right,#82D7C8,#42B4D5);
        padding: 3px 13px;
    }
    .contact-sect .index-contact-list li {
        font-size: 14px;
    }
    .contact-sect .hours-tel {
        font-size: 18px;
        padding-left: 15px;
    }
    .contact-sect .hours-tel b {
        font-size: 26px;
    }
    .news-sect {
        float: none;
        width: auto;
        margin: auto;
        padding: 0;
    }
    .news-sect-title {
        text-align: center;
        padding-left: 0;
    }
    .news-sect-title .icon .index-title .t-text span {
        font-size: 14px;
        line-height: 25px;
    }
    .news-sect-title .icon .index-title .t-text div {
        font-size: 28px;
        line-height: 39px;
    }
    .news-sect .slick-dots {
        position: static;
        text-align: center;
        margin-top: 20px;
        transform: translateY(0);
    }
    .news-sect .slick-dots li {
        display: inline-block;
        margin-left: 3px;
        margin-right: 3px;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .box {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .news-list .box:before {
        bottom: 77px;
    }
    .news-list .date {
        font-size: 15px;
        letter-spacing: 1px;
    }
   
    .about-sect .index-title .t-text span {
        font-size: 14px;
        line-height: 25px;
    }
    .about-sect .index-title .t-text div {
        font-size: 28px;
        line-height: 39px;
    }
    .sect3 .products-sect {
        padding-top: 23px;
        padding-bottom: 80px;
    }
    .products-sect .index-title {
        margin-bottom: 25px;
    }
    .products-sect .index-title .t-text span {
        font-size: 14px;
        line-height: 25px;
    }
    .products-sect .index-title .t-text div {
        font-size: 28px;
        line-height: 39px;
    }
    .products-list .name{
        font-size: 16px;
        height: 25px;
    }
    .products-list .offers{
        font-size: 16px;
        height: 27px;
    }
    .products-sect .ibtn.more {
        bottom: 21px;
    }
    .sect4{
        display: block;
        padding: 10px 0;
        background: #fff;
    }
}
@media screen and (max-width: 680px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
}
@media screen and (max-width: 530px) {
    .news-list .item {
        width: 100%;
    }
}