@charset "utf-8";

/************************************************************************ banner01 ************************************************************************/
.banner01{padding:10px;}
.banner01 .image{display:block;max-width:100%;max-height:60px;margin:0 auto;border:1px solid #ccc;}

/************************************************************************ skin01 ************************************************************************/
.skin01 li{padding:15px;border-top:1px solid #ccc;}
.skin01 li:first-child{border-top:none;}
.skin01 li a:after{content:"";display:block;clear:both;}
.skin01 .image{float:left;width:100px;height:66px;margin-right:10px;border:1px solid #ccc;}
.skin01 .title{display:block;line-height:1.3em;overflow:hidden;font-weight:400;margin-bottom:5px;max-height:2.6em;}
.skin01 .content {
    font-size: 13px;
    color: #7d7d7d;
    line-height: 21px;
    letter-spacing:-0.1rem;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/************************************************************************ skin02 ************************************************************************/
.skin02{height:534px;}
.skin02 li{border-top:1px solid #ccc;}
.skin02 li:first-child{border-top:none;}
.skin02 .title{display:block;height:1.2em;line-height:1.2em;overflow:hidden;}
.skin02 .p15{padding:15px;}

/************************************************************************ skin03 ************************************************************************/
.skin03 li{padding:15px;border-top:1px solid #ccc;}
.skin03 li:first-child{border-top:none;}
.skin03 .title{display:block;height:1.2em;line-height:1.2em;overflow:hidden;}
.skin03 .title .rank{display:inline-block;width:1.2em;height:1.2em;margin-right:10px;line-height:1.2em;font-size:0.8em;color:#fff;text-align:center;background:#567ab4;}
.skin03 .content{display:block;max-height:2.4em;line-height:1.2em;padding-top:10px;overflow:hidden;}

/************************************************************************ skin04 ************************************************************************/
.skin04{padding:10px 0;}
.skin04 .image{display:block;margin:0 5px;min-height:50px;line-height:50px;vertical-align:middle;border:1px solid #ccc;font-weight:bold;text-align:center;}
.skin04 .image img{width:100%;}
.skin04 .title{display:block;height:2.4em;margin:10px 10px 0 10px;line-height:1.2em;overflow:hidden;text-align:center;}

/************************************************************************ skin11 ************************************************************************/

.skin11{padding:10px 0;}
.skin11>li{position:relative;}
.skin11 .image{display:block;min-height:50px;line-height:50px;vertical-align:middle;font-weight:bold;text-align:center;}
.skin11 .image img{width:100%;}
.skin11 .title{font-size:1em !important;width:100%;padding:20px 0;text-align:center;position:absolute;bottom:0;left:0;background:rgba(0,0,0,0.7);color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;display:block;padding:20px 10px;box-sizing:border-box;}
.skin11:after{content:'';display:block;clear:both;}

/************************************************************************ skin12 ************************************************************************/

section article h4 {
    background-color: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    line-height: 18px;
    font-weight: bold;
    color: #333;
    letter-spacing: -2px;
    font-size: 17px;
}
.skin12 a.item {
    display: block;
    padding-top:66%;
    width:100%;
    background-size:100% 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin12 a.item .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 40px 15px 15px;
    background-image: linear-gradient(0deg, #000, transparent);
}
.skin12 a.item .title-wrap p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
    letter-spacing: -2px;
}
.owl-theme .owl-controls {
    line-height: 0;
    margin-top: 0;
    padding: 12px 0;
}
.owl-theme .owl-controls .owl-page {
    vertical-align: top;
}
.owl-theme .owl-controls .owl-page span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ddd;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span, .owl-theme .owl-controls .owl-page.active span {
    background-color: #0560be;
}

.skin13 h4 {
    padding-bottom: 0;
}
.skin13 ul {
    box-sizing: border-box;
    padding: 0;
}
.skin13 .item {
    box-sizing: border-box;
    padding: 14px 10px;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}
.skin13 .item:last-child {
    margin-bottom: 0;
}
.skin13 .image-wrap {
    width: 145px;
    height: 100px;
    overflow: hidden;
    margin-right: 10px;
}
.skin13 .image-wrap img {
    width: 100%;
    height: 100%;
}
.skin13 .image-wrap + .text-wrap {
    width: calc(100% - 155px);
}
.skin13 .text-wrap p:first-child {
    margin-bottom: 10px;
}
.skin13 .text-wrap p {
    color: #797979;
    max-height: 42px;
    overflow: hidden;
    line-height: 21px;
    letter-spacing: -1px;
    font-size:14px;
}
.skin13 .text-wrap p strong {
    font-weight: bold;
    color: #383838;
    max-height: 42px;
    overflow: hidden;
    font-size:16px;
    letter-spacing: -2px;
}

.skin14 {
    display: flex;
}
.skin14 .box-name {
    width: 100px;
    white-space: nowrap;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #333;
}
.skin14 ul {
    width: calc(100% - 100px);
}
.skin14 ul li {
    padding: 0 10px;
    box-sizing: border-box;
}
.skin14 ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 5px 0;
    font-size: 14px;
    letter-spacing: -1px;
}

.skin15 {
    background-color: #2f3f55;
    color: #fff;
}
.skin15 h4 {
    background-color: transparent;
    padding-bottom: 0;
    color: inherit;
}
.skin15 .owl-theme .owl-controls .owl-page.active span {
    background-color: ##f0f0f0;
}
.skin15 ul {
    box-sizing: border-box;
    padding: 15px 5px;
    padding-bottom: 0;
    margin: 0 - 10px;
}
.skin15 li {
    padding: 0 10px;
    box-sizing: border-box;
}
.skin15 .image-wrap {
    position: relative;
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin15 .image-wrap:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 44px;
    left: 0;
    right: 0;
    top: calc(50% - 21px);
    background: url(../video_deco.png) no-repeat center center;
    margin: auto;
}
.skin15 .text-wrap p {
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
}
.skin15 .text-wrap strong {
    font-weight: 400;
    letter-spacing: -1px;
}
.skin15 .owl-controls{
    padding: 20px 0;
}
.skin15.owl-theme .owl-controls .owl-page.active span{
    background-color: #22a8f5;
}
.skin16 h4 {
    padding-bottom: 0;
}
.skin16 ul {
    box-sizing: border-box;
    padding: 15px;
}
.skin16 .parent:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px;
}
.skin16 .parent:first-child a {
    width: calc(50% - 10px);
    border-bottom: 0;
}
.skin16 .parent:first-child a .image-wrap {
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin16 .parent:first-child strong {
    white-space: initial;
    text-align: center;
    line-height: 21px;
    max-height: 42px;
}
.skin16 .parent:nth-child(2) {
    border-top: 1px solid #ebebeb;
}
.skin16 li a, .skin16 li strong {
    display: block;
}
.skin16 li a {
    border-bottom: 1px solid #ebebeb;
}
.skin16 li strong {
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.skin17 h4 {
    padding-bottom: 0;
}
.skin17 ul {
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 0;
}
.skin17 li .item:first-child {
    border-top: 1px solid #ebebeb;
}

.skin17 .item {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #ebebeb;
    
}
.skin17 .item:last-child {
    margin-bottom: 0;
}
.skin17 .image-wrap {
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 10px;
    border:1px solid #ebebeb;
    background-size: cover;
    background-position: center center;
}
.skin17 .text-wrap {
    align-self: center;
    width: calc(100% - 135px);
}
.skin17 .text-wrap p:first-child {
    margin-bottom: 10px;
}
.skin17 .text-wrap p {
    color: #797979;
    max-height: 42px;
    overflow: hidden;
    font-size:14px;
    letter-spacing: -1px;
}
.skin17 .text-wrap p strong {
    font-weight: bold;
    color: #383838;
    max-height: 42px;
    overflow: hidden;
    font-size:16px;
    letter-spacing: -2px;
}
.skin17 .text-wrap p:last-child {
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}

.skin18 a.item {
    display: block;
    padding-top:66%;
    width:100%;
    background-size:cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin18 a.item .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgba(0,0,0,.7);
}
.skin18 a.item .title-wrap p {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    max-height: 50px;
    overflow: hidden;
    letter-spacing: -2px;
}
.skin19 {
    background-color: #2f3f55;
}
.skin19 h4 {
    color: #fff;
    background-color: inherit;
}
.skin19 li:first-child {
    border-top: 1px solid rgba(255,255,255,.2);
}
.skin19 li {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.skin19 a {
    color: #fff;
    display: flex;
    box-sizing: border-box;
    padding: 10px;
    line-height: 27px;
}
.skin19 li:nth-child(-n + 3) span {
    color: #fddc00;
}
.skin19 a > span {
    width: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}
.skin19 a > b {
    display: block;
    width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: -2px;
    font-size: 16px;
}
.skin20 {
    background-color: #f6f6f6;
}
.skin20 h4 {
    background-color: transparent;
}
.skin20 li {
    padding: 20px 10px;
    border-bottom: 1px solid #bebebe;
}
.skin20 li:last-child {
    border-bottom: 0;
}
.skin20 h6 {
    font-size: 19px;
    line-height: 1;
    letter-spacing: -0.05rem;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.skin20 .flex-wrap {
    display: flex;
}
.skin20 img {
    width: 135px;
    height: 90px;
}
.skin20 .image-wrap {
    margin-right: 10px;
}
.skin20 .text-wrap {
    align-self: center;
    max-height:84px;
    overflow: hidden;
}
.skin20 .text-wrap p {
    letter-spacing: -0.075rem;
    color: #515151;
}

.skin21 {
    background-color: #f6f6f6;
    display: flex;
    padding: 5px 10px;
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}
.skin21 .box-name {
    width: 80px;
    white-space: nowrap;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: url(../22_pattern.png) center center;
    font-size: 13px;
}
.skin21 ul {
    width: calc(100% - 80px);
}
.skin21 ul li {
    padding: 0 10px;
    box-sizing: border-box;
}
.skin21 ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 5px 0;
    font-size: 15px;
    letter-spacing: -1px;
}

.skin22 h4 {
    padding-bottom: 0;
}
.skin22 ul {
    box-sizing: border-box;
    padding: 0;
}
.skin22 .item {
    box-sizing: border-box;
    padding: 14px 10px;
    display: flex;
    border-bottom: 1px solid #ebebeb;
}
.skin22 .item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.skin22 .image-wrap {
    width: 115px;
    height: 73px;
    overflow: hidden;
    margin-right: 10px;
}
.skin22 .image-wrap img {
    width: 100%;
    height: 100%;
}
.skin22 .image-wrap + .text-wrap {
    width: calc(100% - 155px);
}
.skin22 .text-wrap p:first-child {
    margin-bottom: 10px;
}
.skin22 .text-wrap p {
    color: #797979;
    max-height: 42px;
    overflow: hidden;
    line-height: 21px;
    letter-spacing: -1px;
    font-size:14px;
}
.skin22 .text-wrap p strong {
    font-weight: bold;
    color: #383838;
    white-space: nowrap;
    overflow: hidden;
    font-size:15px;
    text-overflow: ellipsis;
    display: block;
    letter-spacing: -2px;
}
.skin23 ul {
    box-sizing: border-box;
}
.skin23 li a, .skin23 li strong {
    display: block;
    color: #383838;
}
.skin23 li a {
    border-bottom: 1px solid #ebebeb;
    padding: 0 15px;
}
.skin23 li strong {
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.skin24 h4 {
    background-color: #fff;
}
.skin24 li {
    border-bottom: 1px solid #ebebeb;
}
.skin24 li:last-child {
    border-bottom: 0;
}
.skin24 li a {
    display: flex;
    padding: 10px;

}
.skin24 li:nth-child(n + 4) span{
    color: #5c5c5c;
}
.skin24 a span {
    width: 20px;
    font-size: 20px;
    color: #0c4ea9;
    font-weight: bold;
}
.skin24 a b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -1px;
    width: calc(100% - 20px);
}
.skin25 {
    border-top: 1px solid #bebebe;
}
.skin25 h4 {
    background-color: #f6f6f6;
}
.skin25 .owl-theme .owl-controls .owl-page.active span {
    background-color: ##f0f0f0;
}
.skin25 ul {
    box-sizing: border-box;
    padding: 15px 5px;
    padding-bottom: 0;
    margin: 0 - 10px;
}
.skin25 li {
    padding: 0 10px;
    box-sizing: border-box;
}
.skin25 .image-wrap {
    position: relative;
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin25 .text-wrap p {
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
}
.skin25 .text-wrap strong {
    font-weight: 400;
    letter-spacing: -1px;
}
.skin25 .owl-controls{
    padding: 20px 0;
}
.skin25.owl-theme .owl-controls .owl-page.active span{
    background-color: #22a8f5;
}
.skin26 .heading-wrap {
    display: flex;
    border-top:1px solid #bebebe;
}
.skin26 .heading-wrap h4 {
    text-align: center;
    flex: 1;
    font-size: 17px;
    color: #262626;
    background-color: #eee;
    font-weight: bold;
    border-bottom:1px solid #bebebe;
    box-sizing: border-box;
}
.skin26 .heading-wrap h4.current {
    background-color: #fff;
    color: #0c4ea9;
    border-left:1px solid #bebebe;
    border-right:1px solid #bebebe;
    border-bottom:1px solid transparent;
}
.skin26 .heading-wrap h4:first-child {
    border-left:1px solid transparent !important;
}
.skin26 .heading-wrap h4:last-child {
    border-right:1px solid transparent !important;
}
.skin26 li a {
    display: flex;
    letter-spacing: -1px;
    padding: 13px;
    line-height: 16px;
    border-bottom: 1px solid #bebebe;
}
.skin26 li span {
    font-size: 15px;
    color: #0c4ea9;
    font-weight: bold;
    margin-right: 15px;
    white-space: nowrap;
}
.skin26 li p {
    font-size: 16px;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.skin26 .article-wrap > div {
    display: none;
}
.skin26 .article-wrap > div.current {
    display: block;
}

.skin27 a.item {
    display: block;
    padding-top:66%;
    width:100%;
    background-size:100% 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin27 a.item .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 15px 15px 35px;
    background-color: rgba(0,0,0,.8);
}
.skin27 a.item .title-wrap p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
    letter-spacing: -2px;
}
.skin27 .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 10px;
}
.skin28 ul {
    box-sizing: border-box;
    padding: 15px;
}
.skin28 li {
    margin:0 -7px;
}
.skin28 li:after {
    content: '';
    display: block;
    clear: both;
}
.skin28 .item {
    width: 50%;
    float: left;
    padding: 0 7px;
    box-sizing: border-box;
}
.skin28 .image-wrap {
    padding-top: 66.666%;
    background-color: #ebebeb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.skin28 .text-wrap p:first-child {
    margin: 10px 0;
}
.skin28 .text-wrap p {
    color: #797979;
    max-height: 42px;
    overflow: hidden;
    line-height: 21px;
    letter-spacing: -1px;
    font-size:14px;
}
.skin28 .text-wrap p strong {
    display: block;
    font-weight: 400;
    color: #383838;
    height: 42px;
    overflow: hidden;
    font-size:16px;
    letter-spacing: -2px;

}
.skin28 .owl-theme .owl-controls {
    padding: 0;
}
.skin29 h4 {
    background-color: #f6f6f6;
    font-size: 17px;
}
.skin29 ul {
    padding: 15px;
    box-sizing: border-box;
}
.skin29 ul:after {
    content: '';
    display: block;
    clear: both;
}
.skin29 li {
    width: 50%;
    padding: 0 7px;
    box-sizing: border-box;
    float: left;

}
.skin29 ul li:nth-child(2n) {
    margin-bottom: 15px;
}
.skin29 ul li:last-child {
    margin-bottom: 0px;
}
.skin29 li .image-wrap {
    padding-top: 66.666%;
    background-position: center center;
    background-size: cover;
}
.skin29 li a {
    display: block;
    position: relative;
}
.skin29 li .rank {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #0090ab;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.skin29 .text-wrap {
    border: 1px solid #cdcdcd;
    padding:10px;
    box-sizing: border-box;
}
.skin29 .text-wrap p {
    height: 42px;
    letter-spacing: -1px;
    overflow: hidden;
}
.skin30 a.item {
    display: block;
    padding-top:66%;
    width:100%;
    background-size:100% 100%;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
}
.skin30 a.item .title-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 30px 15px 10px;
    background-image: linear-gradient(0deg, #000, #000, transparent);
}
.skin30 a.item .title-wrap p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
    max-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -2px;
}
.skin30 a.item .title-wrap p.subj2 {
    font-size: 14px;
    font-weight: lighter;
    margin-top: 10px;
    text-align: center;
}
.skin30 .owl-theme .owl-controls{
    padding: 0;
}
.skin30 .owl-buttons {
    position: absolute;
    top: calc(50% - 27px);
    left: 0;
    right: 0;
}
.skin30 .owl-theme .owl-buttons > div {
    position: absolute;
    margin: 0;
    padding: 0;
    opacity: 1;
    width: 60px;
    height: 55px;
    background: transparent no-repeat center center;
}
.skin30 .owl-buttons > div.owl-prev {
    left: 0;
    background-image:url(../30_nav_right.png);
}
.skin30 .owl-buttons > div.owl-next {
    right: 0;
    background-image:url(../30_nav_left.png);
}
.skin31 {
    background-color: #f6f6f6;
    padding-bottom: 20px;
}
.skin31 ul {
    box-sizing: border-box;
    padding: 15px;
}
.skin31 h4 {
    background-color: transparent;
    padding-bottom:0;
}
.skin31 li {
    margin:0 -7px;
}
.skin31 li:after {
    content: '';
    display: block;
    clear: both;
}
.skin31 .item {
    width: 50%;
    float: left;
    padding: 0 7px;
    box-sizing: border-box;
    margin-bottom: 21px;
}
.skin31 li:last-child .item {
    margin-bottom: 0;
}
.skin31 .item > div {
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.skin31 .image-wrap {
    padding-top: 66.666%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.skin31 .text-wrap {
    padding: 10px;
    background-color: #fff;
}
.skin31 .text-wrap p {
    color: #222;
    max-height: 42px;
    overflow: hidden;
    line-height: 21px;
    letter-spacing: -1px;
    font-size:13px;
}
.skin31 .owl-theme .owl-controls {
    padding: 0;
}
.skin31 > p {
    padding: 0 15px ;
}
.skin31 button {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background-color: #fff;
    line-height: 30px;
    font-weight: 600;
    padding:5px;
}
.skin32 h4 {
    padding-bottom: 0;
}
.skin32 ul {
    box-sizing: border-box;
    padding: 0 15px;
}
.skin32 .parent:last-child {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.skin32 .parent:last-child a {
    width: calc(50% - 10px);
    border-bottom: 0;
}
.skin32 .parent:last-child a .image-wrap {
    padding-top: 66%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin32 .parent:last-child strong {
    white-space: initial;
    text-align: center;
    line-height: 21px;
    max-height: 42px;
}
.skin32 .parent:nth-last-child(2) a:last-child {
    border-bottom: 0;
}
.skin32 li a, .skin32 li strong {
    display: block;
}
.skin32 li a {
    border-bottom: 1px solid #ebebeb;
}
.skin32 li strong {
    line-height: 40px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.skin33 h4 {
    padding: 15px;
}
.skin33 ul {
    box-sizing: border-box;
    padding-bottom: 0;
}
.skin33 li .item:first-child {
    border-top: 1px solid #ebebeb;
}

.skin33 .item {
    display: flex;
    padding: 14px 10px;
    border-bottom: 1px solid #ebebeb;
    
}
.skin33 .item:last-child {
    margin-bottom: 0;
}
.skin33 .image-wrap {
    order: 1;
    width: 95px;
    height: 95px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    border:1px solid #ebebeb;
    background-size: cover;
    background-position: center center;
}
.skin33 .text-wrap {
    position: relative;
    order: 2;
    align-self: center;
    width: calc(100% - 135px);
}
.skin33 .text-wrap p {
    font-weight: 400;
    color: #383838;
    max-height: 50px;
    overflow: hidden;
    font-size:18px;
    letter-spacing: -2px;
    line-height: 25px;
}
.skin33 .text-wrap span {
    position: absolute;
    top:-20px;
    left: 0;
    color: #999;
    line-height: 20px;
    font-size: 14px;
}
.skin34 h4 {
    padding: 15px;
    background-color: #eee;
}
.skin34 ul {
    box-sizing: border-box;
}
.skin34 .parent:first-child {
    border-bottom: 1px solid #ebebeb;
    padding: 18px;
    display: flex;
    justify-content: space-between;
}
.skin34 .parent:first-child .item {
    width: calc(50% - 10px);
}
.skin34 .parent:first-child .item .image-wrap {
    padding-top: 66.666%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.skin34 .parent:nth-child(n + 2) .item {
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.skin34 .parent:nth-child(n + 2) .item .image-wrap {
    width: 120px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.skin34 .parent .item .text-wrap {
    font-size: 15px;
    letter-spacing: -0.05rem;
    color: #383838;
}
.skin34 .parent:nth-child(n + 2) .item .text-wrap {
    width: calc(100% - 130px);
    align-self: start;
}