$(function () { var winW = $(window).width(); if ($(".e-module-202408080914").length > 0 && winW > 992) { $(".e-module-202408080914 .box .right ul li").height(($(".e-module-202408080914 .box .left").height() - 20) / 2); $(window).on('resize.202408080914', function () { $(".e-module-202408080914 .box .right ul li").height("auto"); setTimeout(function () { $(".e-module-202408080914 .box .right ul li").height(($(".e-module-202408080914 .box .left").height() - 20) / 2); }, 1000) }) } })