.clearfix {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both;
}

.con-container {
    margin: 30px auto;
    width: 1200px;
    height: auto;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 32px 3px rgb(0 0 0 / 9%);
}

/* ÄÚÈÝ */
.con-container .con-right {
    padding: 30px 20px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}
.con-container .con-right .pos-box {
    padding-bottom: 30px;
    border-bottom: 1px solid #e8eaec;
    position: relative;
    box-sizing: border-box;
}
.con-container .con-right .pos-box .icon-pos{
    margin-top: 2px;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.con-container .con-right .content-detail {
    position: relative;
    box-sizing: border-box;
}
.con-container .con-right .content-detail .ks-box {
    padding: 20px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.ks-box .left-pic {
    width: 600px;
    height: 290px;
    position: relative;
    box-sizing: border-box;
}
.ks-box .left-pic img {
    width: 600px;
    height: 280px;
}
.ks-box .right-info {
    width: 500px;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.ks-box .right-info .ks-tit {
    height: 50px;
    line-height: 50px;
}
.ks-box .right-info .ks-tit p {
    color: #555;
    font-size: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ks-box .right-info .ks-tit p:hover {
    color: #0451A6;
}

.ks-box .right-info .ks-desc {
    margin-top: 15px;
}
.ks-box .right-info .ks-desc p {
    max-height: 192px;
    line-height: 32px;
    color: #666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
}
.ks-box .right-info .more {
    position: relative;
    z-index: 1;
    display: block;
    width: 140px;
    height: 40px;
    margin: 20px 0 0;
    line-height: 40px;
    text-align: center;
    color: #0451A6;
    font-size: 16px;
    border: 1px solid #0451A6;
    border-radius: 4px;
    transition: all .3s;
}
.ks-box .right-info .more:hover {
    background-color: #0451A6;
    color: #fff;
}
/* Ò½Éú½éÉÜ */
.con-container .con-right .ys-box {
    position: relative;
    box-sizing: border-box;
}
.ys-box .ys-title {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    box-sizing: border-box;
}
.ys-box .ys-title p {
    color: #666;
    font-size: 28px;
    letter-spacing: .2em;
}
.ys-box .ys-list {
    margin: 39px 0 0;
    padding: 0 30px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.ys-box .ys-list .zj-item {
    margin: 0 39px 39px 0;
    padding: 16px 16px;
    width: 188px;
    height: 296px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%)
}
.ys-box .ys-list .zj-item .zj-pic {
    margin: 0 auto;
    width: 156px;
    height: 198px;
    overflow: hidden;
}
.ys-box .ys-list .zj-item .zj-pic img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.ys-box .ys-list .zj-item .zj-desc {
    padding: 20px 0 0;
    position: relative;
    box-sizing: border-box;
}
.ys-box .ys-list .zj-item .zj-desc .zj-tit {
    padding: 0 13px;
    display: flex;
    justify-content: space-between;
}
.ys-box .ys-list .zj-item .zj-desc .zj-tit .zj-name {
    color: #333;
    font-weight: 500;
    font-size: 16px;
}
.ys-box .ys-list .zj-item .zj-desc .zj-tit .zj-zw {
    color: #666;
    font-size: 16px;
}
.ys-box .ys-list .zj-item .zj-desc .zj-ks {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.ys-box .ys-list .zj-item:nth-child(5n) {
    margin-right: 0;
}
.ys-box .ys-list .zj-item:hover .zj-pic img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
}
.ys-box .ys-list .zj-item:hover .zj-desc .zj-tit .zj-name {
    color: #0451A6;
}