#banners-wrap {
    position: relative;
    margin: auto;
}

#banners-wrap .slick-list {
    margin: 0 -2px;
}

#banners-wrap .slick-slide{
    margin: 0 2px;
}

#banners-wrap .slick-slide img {
    width: 100%;
}

#banners-wrap .slick-dots {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    text-align: right;
    padding: 0px 10px;
    bottom: 20px;
}

#banners-wrap .slick-dots li button:before {
    background: #e7678e;
    border: 2px solid transparent;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    width: 12px;
    height: 12px;
    top: 2px;
}

#banners-wrap .slick-dots li.slick-active button:before {
    border: 2px solid #fff;
    width: 16px;
    height: 16px;
    top: 0px;
}

#banners-wrap .desktop {
    display: block;
}

#banners-wrap .tablet {
    display: none;
}

#banners-wrap .mobile {
    display: none;
}

#news-event-wrap {
    position: relative;
    padding: 50px 20px;
}

#news-event-wrap > div {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

#news-event-wrap .top-title {
    text-align: center;
}

#news-event-wrap .top-title > span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    color: #434343;
    line-height: 44px;
    padding: 0px 18px;
}

#news-event-wrap .top-title > span:before {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    left: -40px;
    margin-top: -2px;
}

#news-event-wrap .top-title > span:after {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    right: -40px;
    margin-top: -2px;
}

#news-event-wrap .list {
    position: relative;
    margin-left: -30px;
    margin-right: -30px;
}

#news-event-wrap .list .item {
    float: left;
    padding: 0px 20px;
    width: 33.333%;
    margin-top: 28px;
}

#news-event-wrap .list .item > a {
    display: block;
    padding: 0px 5px;
    border-radius: 10px;
}

#news-event-wrap .list .item > a:hover {
    background: #e7e7e7;
}

#news-event-wrap .list .item > a:hover .line {
    background: #fff;
}

#news-event-wrap .list .item .date {
    float: left;
    width: 124px;
    padding-right: 30px;
}

#news-event-wrap .list .item .date .day {
    font-size: 40px;
    color: #d0b6d8;
    text-align: center;
    line-height: 40px;
}

#news-event-wrap .list .item-event .date .day {
    color: #e45c8b;
}

#news-event-wrap .list .item .date .month-year {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
}

#news-event-wrap .list .item .date .label {
    display: block;
    background: #a461b7;
    width: 100%;
    height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    margin-top: 5px;
}

#news-event-wrap .list .item-event .date .label {
    background: #e45c8b;
}

#news-event-wrap .list .item .content {
    float: left;
    width: calc(100% - 124px);
    padding-top: 8px;
    padding-bottom: 8px;
}

#news-event-wrap .list .item .content .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

#news-event-wrap .list .item .content .line {
    display: block;
    background: #ececec;
    width: 50px;
    height: 2px;
    margin-top: 8px;
}

#news-event-wrap .list .item .content .description {
    font-size: 16px;
    line-height: 1.5;
    min-height: 48px;
    margin-top: 8px;
}


#news-event-wrap .more .link {
    position: absolute;
    display: inline-block;
    background: #a461b7;
    min-width: 123px;
    height: 38px;
    top: 3px;
    right: 0px;
    border-radius: 19px;
    overflow: hidden;
}

#news-event-wrap .more .link-event {
    background: #e45c8b;
    right: 132px;
}

#news-event-wrap .more .link-event-4 {
    right: 182px;
}

#news-event-wrap .more .link > span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    line-height: 38px;
}

#news-event-wrap .more .link > span:after {
    position: absolute;
    background-image: url(../img/btn-more-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #7d3d8f;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    top: 7px;
    right: 7px;
    border-radius: 12px;
}

#news-event-wrap .more .link-event > span:after {
    background-color: #c33e6c;
}

#news-event-wrap .more .link:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#item-wrap-12 {
    position: relative;
    padding: 0px 20px;
}

#item-wrap-12 .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

#item-wrap-12 .bg-left {
    position: absolute;
    background: #e3d7f8;
    top: 0px;
    left: 0px;
    right: 50%;
    bottom: 0px;
}

#item-wrap-12 .bg-left-full {
    width: 100%; 
}

#item-wrap-12 .bg-right {
    position: absolute;
    background: #a8a5e3;
    top: 0px;
    left: 50%;
    right: 0px;
    bottom: 0px;
}

#item-wrap-12 .bg-left-full {
    width: 100%; 
}

#item-wrap-12 .left {
    float: left;
    width: 50%;
    padding-top: 32px;
    padding-right: 30px;
    padding-bottom: 48px;
}

#item-wrap-12 .left-full {
    float: none;
    width: 100%;
    padding-right: 0px;
}

#item-wrap-12 .right {
    float: left;
    width: 50%;
    padding-top: 32px;
    padding-left: 30px;
    padding-bottom: 48px;
}

#item-wrap-12 .right-full {
    float: none;
    width: 100%;
    padding-left: 0px;
}

#item-wrap-12 .top-title {
    text-align: center;
}

#item-wrap-12 .top-title > span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    color: #434343;
    line-height: 44px;
    padding: 0px 18px;
}

#item-wrap-12 .top-title > span:before {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    left: -40px;
    margin-top: -2px;
}

#item-wrap-12 .top-title > span:after {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    right: -40px;
    margin-top: -2px;
}

#item-wrap-12 .left .top-title > span {
    color: #4f0a65;
}

#item-wrap-12 .left .top-title > span:before,
#item-wrap-12 .left .top-title > span:after {
    background: #a8a5e3;
}

#item-wrap-12 .right .top-title > span {
    color: #fff;
}

#item-wrap-12 .right .top-title > span:before,
#item-wrap-12 .right .top-title > span:after {
    background: #fff;
}

#item-wrap-12 .left .list {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

#item-wrap-12 .left .list .item {
    display: inline-block;
    width: 33.33%;
    padding: 0px 10px;
    margin-top: 20px;
    vertical-align: top;
}

#item-wrap-12 .left .list .item > a {
    position: relative;
    background: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

#item-wrap-12 .left .list .item > a:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#item-wrap-12 .left .list .item .title {
    padding: 10px;
    height: 60px;
    margin-bottom: 8px;
    overflow: hidden;
}

#item-wrap-12 .left .list .item .title-overlay {
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    height: auto;
    margin: auto;
}

#item-wrap-12 .left .list .item .title > span {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 30px;
}

#item-wrap-12 .left .list .item .title-overlay > span {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#item-wrap-12 .left .list .item .title-overlay:before {
    display: inline-block;
    content: '';
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

#item-wrap-12 .left .list .item .title > span:before {
    position: absolute;
    background-image: url(../img/svg/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #a8a5e3;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
    border-radius: 12px;
}

#item-wrap-12 .left .extra-more {
    position: relative;
    display: block;
    background: rgba(168,165,227,0.5);
    padding: 14px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
}

#item-wrap-12 .left .extra-more:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

#item-wrap-12 .left .extra-more > span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
}

#item-wrap-12 .left .extra-more > span > img {
    margin-bottom: 5px;
}


#item-wrap-12 .right .list {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}

#item-wrap-12 .right .list .item {
    margin-top: 11px;
}

#item-wrap-12 .right .list .item > a {
    background: #e3d7f8;
    display: block;
    border-radius: 10px;
}

#item-wrap-12 .right .list .item > a:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#item-wrap-12 .right .list .item .photo {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
     box-shadow: 0px 0px 10px rgba(14,74,142,0.4);
    border-radius: 10px;
    overflow: hidden;
}

#item-wrap-12 .right .list .item .title {
    display: inline-block;
    width: calc(100% - 140px);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px 10px 40px;
    vertical-align: middle;
}

#item-wrap-3 {
    position: relative;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
}

#item-wrap-3 .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

#item-wrap-3 .top-title {
    text-align: center;
}

#item-wrap-3 .top-title > span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    color: #434343;
    line-height: 44px;
    padding: 0px 18px;
}

#item-wrap-3 .top-title > span:before {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    left: -40px;
    margin-top: -2px;
}

#item-wrap-3 .top-title > span:after {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    right: -40px;
    margin-top: -2px;
}

#item-wrap-3 .list {
    margin-top: 14px;
    margin-left: -12px;
    margin-right: -12px;
}

#item-wrap-3 .list .item {
    display: inline-block;
    width: 33.33%;
    padding: 0px 12px;
    margin-top: 20px;
    vertical-align: top;
}

#item-wrap-3 .list .item > a {
    position: relative;
    display: block;
    border-radius: 10px;
}

#item-wrap-3 .list .item > a:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#item-wrap-3 .list .item .photo {
    border-radius: 10px;
    overflow: hidden;
}

#item-wrap-3 .list .item .photo > div > img {
    width: 100%;
}

#item-wrap-3 .list .item .photo .desktop {
    display: block;
}

#item-wrap-3 .list .item .photo .mobile {
    display: none;
}

#item-wrap-3 .list .item .title {
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

#item-wrap-3 .list .item .title:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

#item-wrap-3 .list .item .title > span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    padding-left: 30px;
    vertical-align: middle;
}

#item-wrap-3 .list .item .title > span:before {
    position: absolute;
    background-image: url(../img/svg/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #e45c8b;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
    border-radius: 12px;
}

#item-wrap-4 {
    position: relative;
    background-image: url(../img/bg-home-item.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 46px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 64px;
}

#item-wrap-4 .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

#item-wrap-4 .top-title {
    text-align: center;
}

#item-wrap-4 .top-title > span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    color: #434343;
    line-height: 44px;
    padding: 0px 18px;
}

#item-wrap-4 .top-title > span:before {
    position: absolute;
    background: #fff;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    left: -40px;
    margin-top: -2px;
}

#item-wrap-4 .top-title > span:after {
    position: absolute;
    background: #fff;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    right: -40px;
    margin-top: -2px;
}

#item-wrap-4 .list {
    margin-top: 16px;
    margin-left: -12px;
    margin-right: -12px;
}

#item-wrap-4 .list .item {
    display: inline-block;
    width: 33.33%;
    padding: 0px 12px;
    margin-top: 20px;
    vertical-align: top;
}

#item-wrap-4 .list .item > a {
    position: relative;
    display: block;
    border-radius: 10px;
}

#item-wrap-4 .list .item > a:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#item-wrap-4 .list .item .photo {
    border-radius: 10px;
    overflow: hidden;
}

#item-wrap-4 .list .item .photo > div > img {
    width: 100%;
}

#item-wrap-4 .list .item .photo .desktop {
    display: block;
}

#item-wrap-4 .list .item .photo .mobile {
    display: none;
}

#item-wrap-4 .list .item .title {
    position: absolute;
    background: rgba(0,0,0,0.4);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

#item-wrap-4 .list .item .title:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

#item-wrap-4 .list .item .title > span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    padding-left: 30px;
    vertical-align: middle;
}

#item-wrap-4 .list .item .title > span:before {
    position: absolute;
    background-image: url(../img/svg/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    background-color: #a8a5e3;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    top: 0px;
    left: 0px;
    border-radius: 12px;
}

#item-wrap-4 .list .item .more {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 10px;
    text-align: center;
}

#item-wrap-4 .list .item .more:before {
    position: relative;
    display: inline-block;
    content: '';
    width: 0px;
    height: 100%;
    vertical-align: middle;
}

#item-wrap-4 .list .item .more > span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
}

#item-wrap-4 .list .item .more > span > img {
    margin-bottom: 5px;
}

#home-wrap {
    position: relative;
    padding: 60px 20px;
}

#home-wrap .inner {
    position: relative;
    max-width: 1200px;
    margin: auto;
}

#home-wrap .top-title {
    text-align: center;
}

#home-wrap .top-title > span {
    position: relative;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    color: #434343;
    line-height: 44px;
    padding: 0px 18px;
}

#home-wrap .top-title > span:before {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    left: -40px;
    margin-top: -2px;
}

#home-wrap .top-title > span:after {
    position: absolute;
    background: #e7e7e7;
    display: inline-block;
    content: '';
    width: 40px;
    height: 4px;
    top: 50%;
    right: -40px;
    margin-top: -2px;
}

#home-wrap .content {
    float: right;
    width: 46.67%;
    padding: 25px 40px 0px 40px;
}

#home-wrap .content-full {
    float: none;
    width: 100%;
    padding: 0px;
}

#home-wrap .content .description {
    margin-top: 12px;
}

#home-wrap .content .description .iwassist-editor {
    font-size: 16px;
    line-height: 1.8;
}

#home-wrap .more {
    text-align: center;
    margin-top: 30px;
}

#home-wrap .more .link {
    display: inline-block;
    background: #a461b7;
    min-width: 158px;
    height: 38px;
    top: 3px;
    right: 0px;
    border-radius: 19px;
    overflow: hidden;
}

#home-wrap .more .link > span {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    padding-right: 35px;
    line-height: 38px;
}

#home-wrap .more .link > span:after {
    position: absolute;
    background-image: url(../img/btn-more-white.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #7d3d8f;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    top: 7px;
    right: 7px;
    border-radius: 12px;
}

#home-wrap .more .link:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#home-wrap .player {
    position: relative;
    float: left;
    width: 53.33%;
    border-radius: 10px;
    overflow: hidden;
}

#home-wrap .player > img {
    width: 100%;
}

#home-wrap .player > video {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

@media only screen and (max-width: 1900px) {
    #banners-wrap {
        width: 1900px;
        height: 520px;
    }
}

@media only screen and (max-width: 1256px) {
    #banners-wrap {
        width: 100%;
        height: auto;
    }
    
    #banners-wrap .slick-dots {
        width: auto;
        left: auto;
        right: 0px;
        margin-left: 0px;
    }
    
    #banners-wrap .desktop {
        display: none;
    }

    #banners-wrap .tablet {
        display: block;
    }

    #banners-wrap .mobile {
        display: none;
    }
    
    #news-event-wrap .list .item {
        width: 50%;
    }
	
	#news-event-wrap .list .item:nth-child(2) ~ .item {
		display: none;
	}
}

@media only screen and (max-width: 1016px) {
    #news-event-wrap .more {
        position: relative;
        text-align: center;
        margin-top: 30px;
    }
    
    #news-event-wrap .more .link {
        position: relative;
        top: auto;
        right: auto;
        margin: 0px 10px;
    }
    
    #item-wrap-12 {
        padding: 0px;
    }
    
    #item-wrap-12 .bg-left {
        display: none!important;
    }
    
    #item-wrap-12 .bg-right {
        display: none!important;
    }
    
    #item-wrap-12 .left {
        background: #e3d7f8;
        float: none;
        width: 100%;
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 45px;
    }
    
    #item-wrap-12 .left .top-title > span {
        color: #fff;
    }
    
    #item-wrap-12 .left .top-title > span:before, 
    #item-wrap-12 .left .top-title > span:after {
        background: #fff;
    }
    
    #item-wrap-12 .left .list {
        margin-top: 10px;
    }
    
    #item-wrap-12 .right {
        background: #a8a5e3;
        float: none;
        width: 100%;
        padding-top: 35px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 45px;
    }
    
    #item-wrap-12 .right .top-title > span {
        color: #fff;
    }
    
    #item-wrap-12 .right .top-title > span:before, 
    #item-wrap-12 .right .top-title > span:after {
        background: #fff;
    }

    #item-wrap-3 .list .item .photo .desktop {
        display: none;
    }
    
    #item-wrap-3 .list .item .photo .mobile {
        display: block;
    }

    #item-wrap-4 .list .item .photo .desktop {
        display: none;
    }
    
    #item-wrap-4 .list .item .photo .mobile {
        display: block;
    }
    
    #home-wrap .content {
        float: none;
        width: 100%;
        padding: 0px;
    }
    
    #home-wrap .player {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 756px) {
    #banners-wrap .slick-dots {
        bottom: 10px;
    }
    
    #banners-wrap .desktop {
        display: none;
    }

    #banners-wrap .tablet {
        display: none;
    }

    #banners-wrap .mobile {
        display: block;
    }
    
    #news-event-wrap {
        padding: 40px 15px;
    }
    
    #news-event-wrap .list {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #news-event-wrap .list .item {
        float: none;
        width: 100%;
        padding: 0px;
    }
}

@media only screen and (max-width: 516px) {
    #news-event-wrap .top-title > span {
        font-size: 24px;
        line-height: 33px;
    }
    
    #news-event-wrap .list .item .content .title {
        font-size: 16px;
    }
    
    #news-event-wrap .list .item .content .description {
        font-size: 15px;
    }
    
    #news-event-wrap .more .link > span {
        font-size: 15px;
    }

    #item-wrap-12 .top-title > span {
        font-size: 24px;
        line-height: 33px;
    }
    
    #item-wrap-12 .left {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #item-wrap-12 .left .list .item {
        width: 50%;
    }
    
    #item-wrap-12 .left .list .item .title {
        padding-left: 20px;
    }
    
    #item-wrap-12 .left .list .item .title-overlay {
        padding: 10px;
    }
    
    #item-wrap-12 .left .list .item .title > span {
        font-size: 15px;
    }
    
    #item-wrap-12 .right {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #item-wrap-12 .right .list .item .title {
        font-size: 15px;
        padding: 10px 20px 10px 20px;
    }
    
    #item-wrap-3 .top-title > span {
        font-size: 24px;
        line-height: 33px;
    }
    
    #item-wrap-3 {
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 45px;
    }
    
    #item-wrap-3 .list {
        margin: auto;
        margin-top: 30px;
    }
    
    #item-wrap-3 .list .item {
        display: block;
        width: 100%;
        padding: 0px;
    }
    
    #item-wrap-3 .list .item .photo .desktop {
        display: block;
    }
    
    #item-wrap-3 .list .item .photo .mobile {
        display: none;
    }
    
    #item-wrap-3 .list .item .title > span {
        font-size: 16px;
    }
    
    #item-wrap-4 .top-title > span {
        font-size: 24px;
        line-height: 33px;
    }
    
    #item-wrap-4 {
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 45px;
    }
    
    #item-wrap-4 .list {
        margin: auto;
        margin-top: 30px;
    }
    
    #item-wrap-4 .list .item {
        display: block;
        width: 100%;
        padding: 0px;
    }
    
    #item-wrap-4 .list .item .photo .desktop {
        display: block;
    }
    
    #item-wrap-4 .list .item .photo .mobile {
        display: none;
    }
    
    #item-wrap-4 .list .item .title > span {
        font-size: 16px;
    }

    #home-wrap {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px;
    }
    
    #home-wrap .top-title > span {
        font-size: 24px;
        line-height: 33px;
    }
    
    #home-wrap .content .description .iwassist-editor {
        font-size: 15px;
    }
    
    #home-wrap .more .link > span {
        font-size: 15px;
    }
}