/*页码*/
.list-group .list-item .info .dec li .center {
  display:inline;
}
#wp_paging_w10{
    text-align: center!important;
}
.wp_paging li span, .wp_paging li a {
    font-size: 16px;

}
.wp_paging{
    display: inline-block;
    float:unset;
}
.wp_paging li{
    border-bottom:unset;
    padding: 0;
}
/*实验室详情*/
  .rcoverview-titlel {
    position: relative;
  }
  .rcoverview-titlel::after {
    content: "";
    position: relative;
    width: 6px;
    height: 10px;
    left: 0px;
    display: block;
    bottom: 42px;
    background: #003f88;
  }
  .rcoverview-titlel1::after {
    left: 0px;
}
  .rcoverview-titlel span,
  .rcoverview-titlel .title{
          padding: 10px;
    display: inline-block;
    z-index: 10;
    position: relative;
    font-size: 20px;
  }
  .rcoverview-titlel .title{
          padding: 16px;
}
.rcoverview-titlel  div,
.rcoverview-titlel  .en-title {
      position: absolute;
    top: -9px;
    left: 32px;
    font-size: 32px;
    color: #ececec;
  }
.rcoverview-titlel  .en-title {
    z-index: auto;
    padding: 14px;
    padding-left: 0;
}
/* 位置 */
.position .weizhi {
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #666666;
    background: no-repeat 5px center;
    background-size: 22px 20px;
    background-image: url(../images/position-icon.png);
    padding-left: 35px;
}

.list-container .layout,
.position .layout {
    max-width: 1400px;
}

.header {
    background-color: #003f88!important;
}

.banner1 {
    margin-top: 129px;
    height: 300px;
    background: no-repeat center center / cover;
}
.banner1 img {
 width:100%;
height:100%;
object-fit:cover;
}
@media screen and (max-width:1450px) {
    .banner1 {
        margin-top: 104px;
    }
}

@media screen and (max-width:1250px) {
    .banner1 {
        margin-top: 80px;
    }
}

@media screen and (max-width:500px) {
    .position .weizhi {
        height: 65px;
        line-height: 65px;
        font-size: 14px;
        background-size: 18px 16px;
        padding-left: 30px;
    }

    .banner1 {
        height: 230px;
    }
}

/* 列表页 */
.list {
    width: 100%;
    margin-top: 20px;
}

.list .list-item {
    position: relative;
    width: 100%;
    height: 215px;
    background-color: #fafafa;
    box-sizing: border-box;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    padding: 25px 38px;
    box-sizing: border-box;
}

.list .list-item a {
    display: block;
    height: 100%;
    width: 100%;
}

.list .list-item .content .info .title {
    font-size: 24px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.list .list-item .content .info .time {
    font-size: 18px;
    color: #999999;
    margin-top: 14px;
    margin-bottom: 20px;

}

.list .list-item .content .info .dec {
    color: #999999;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list .list-item .content .more {
    position: absolute;
    right: 38px;
    bottom: 38px;
}

.list .list-item .content .more .img2 {
    display: none;
}

.list .list-item:hover {
    background-color: #003f88;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .05);
    transition: all 0.5s ease;
}

.list .list-item:hover .content .more .img1 {
    display: none;
}

.list .list-item:hover .content .more .img2 {
    display: block;
}

.list .list-item:hover .content .info .title,
.list .list-item:hover .content .info .time,
.list .list-item:hover .content .info .dec {
    color: #fff;
}

/* 科学研究 */
.list-research {
    width: 100%;
    margin-top: 20px;
}

.list-research .list-item {
    height: 458px;
    padding: 30px 40px 35px 24px;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.list-research .list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

}

.list-research .list-item .content .pic {
    float: left;
    width: 421px;
    height: 387px;
    overflow: hidden;

}

.list-research .list-item .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.list-research .list-item .content .info {

    padding-left: 460px;
}

.list-research .list-item .content .info .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}

.list-research .list-item .content .info .keyword {
    font-size: 24px;
    line-height: 34px;
    margin: 25px 0;
}

.list-research .list-item .content .info .dec {
    font-size: 18px;
    color: #999999;
    text-align: justify;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.list-research .list-item .content .info .more {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.list-research .list-item .info .more .img2 {
    display: none;
}

.list-research .list-item:hover {
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.list-research .list-item:hover .pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.list-research .list-item:hover .info .title {
    color: #003f88;
}

/* 核心团队 */
.list-group {
    width: 100%;
    margin-top: 20px;
}

.list-group .list-item {
    float: left;
    width:100%;
    margin-right: 2%;
    min-height: 310px;
    padding: 17px 20px 22px 20px;
    background: url(../images/list-group-bg.png) no-repeat center center / cover;
    box-sizing: border-box;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-group .list-item:nth-child(2n){
    margin-right: 0;
}

.list-group .list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

}

.list-group .list-item .content .pic {
    float: left;
    width: 210px;
    height: 268px;
    overflow: hidden;

}

.list-group .list-item .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.list-group .list-item .content .info .title {
    font-size: 24px;
    font-weight: bold;
}

.list-group .list-item .info .title span {
    font-size: 20px;
    margin-left: 10px;
}

.list-group .list-item .info .keyword {
    font-size: 18px;
    color: #666;
    padding: 15px 0;
}

/* .list-group .list-item .info .keyword::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #003f88;
    margin-top: 25px;
    margin-bottom: 20px;
} */

.list-group .list-item .info .dec {

}

.list-group .list-item .info .dec li {
    padding-left: 22px;
    /* list-style-type: disc;*/
    font-size: 16px;
    line-height: 2;
    background: url(../images/group-cricle.png) no-repeat left 12px;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;

}

.list-group .list-item .info .dec li::marker {
    color: #afafaf;

}

.list-group .list-item .content .info {
    padding-left: 230px;
}

.list-group .list-item:hover .pic img {
    transform: scale(1.1);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.list-group .list-item:hover .info .title {
    color: #003f88;
}
/*队伍支撑*/
.list-group1 {
    width: 100%;
    margin-top: 20px;
}
.list-group1 .list-item {
    /*float: left;*/
    /*width: 23%;*/
    /*margin-right: 2%;*/
    /*min-height: 310px;*/
    /*padding: 17px 20px 22px 20px;*/
    /*background: url(../images/list-group-bg.png) no-repeat center center / cover;*/
    box-sizing: border-box;
    /*box-shadow: 0 0 6px rgb(0 0 0 / 20%);*/
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-group1 .list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}


.list-group1 .list-item .content .pic {
    width: 518px;
    height: 398px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
.list-group1 .list-item .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys {
    width: 100%;
    margin-top: 20px;
}
.list-sys .list-item {
width: 48%;
float: left;
margin-right: 4%;
    
    box-sizing: border-box;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item:nth-child(even) {
margin-right: 0%;
}
.list-sys .list-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.list-sys .list-item a:hover .content .info{
background: #003f88;
object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item a:hover .content .info .title span,
.list-sys .list-item a:hover .content .info .dec 
{
color: #fff;
object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content {

}
.list-sys .list-item .content .info {
 box-sizing: border-box;
padding: 12px 12px 19px 11px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .pic {
    width: 100%;
    height: 343px;
    overflow: hidden;
 box-sizing: border-box;
padding: 12px 12px 19px 11px;
}
.list-sys .list-item .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .info .title {

text-align: center;
height: 58px;
    position: relative;
object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .info .title span {
font-size: 24px;
    font-weight: bold;
line-height: 38px;
 /* 设置高度是行高的倍数，防止文本露出一半 */

  /* 旧版弹性盒 */
  display: -webkit-box;
  /* 弹性盒子元素垂直排列 */
  -webkit-box-orient: vertical;
  /* 控制要显示的行数 */
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: left;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .info .keyword {
    font-size: 24px;
    line-height: 34px;
    margin: 25px 0;
}
.list-sys .list-item .content .info .dec {
    font-size: 18px;
    color: #999999;
    text-align: justify;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
object-fit: cover;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.list-sys .list-item .content .info .more {
    margin-top: 22px;
    text-align: right;
}
@media screen and (max-width:1400px) {
.list-sys .list-item {
width: 49%
}

}
@media screen and (max-width:680px) {
.list-sys .list-item {
width: 100%
}

}
/* 详情页 */
.article .article-title {
    text-align: center;
}

.article .article-title h3 {
    border-top: 4px solid #003f88;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    padding-top: 30px;
    padding-bottom: 40px;
}

.article .article-title p {
    height: auto;
    line-height: 30px;
    padding: 10px 0;
    margin-bottom: 25px;
    font-size: 16px;
    color: #999999;
    background-color: #fafafa;
}


.article .article-content {
    margin-bottom: 60px;
}

.article .article-content p {
    line-height: 2;
    font-size: 16px;
    color: #666666;
}

.article .article-content p img {
    max-width: 800px;
}
.list .paging_content img {
    max-width: 800px;
}

@media screen and (max-width:1600px) {
    .list .list-item .content .info .title{
        font-size: 22px;
    }
    .list-research .list-item .content .info .title {
        font-size: 26px;
    }

    .list-research .list-item .content .info .keyword {
        font-size: 22px;
    }
    .article .article-title h3{
        font-size: 34px;
    }
}

@media screen and (max-width:1400px) {
    .list-research .list-item {
        height: 410px;
    }

    .list-research .list-item .content .pic {
        width: 380px;
        height: 351px;
    }

    .list-research .list-item .content .info {
        padding-left: 415px;
    }

    .list-research .list-item .content .info .keyword {
        margin: 20px 0;
    }

    .list-research .list-item .content .info .dec {
        -webkit-line-clamp: 5;
    }
    .list-group .list-item{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .list-group .list-item .content .info .title{
        font-size: 22px;
    }
    .list-group .list-item .info .title span{
        font-size: 18px;
    }
    .list-group .list-item .info .keyword{
        font-size: 16px;
    }
    .article .article-title h3{
        font-size: 30px;
    }
}

@media screen and (max-width:1200px) {
    .list .list-item {
        height: 185px;
        padding: 20px 30px;
    }
    .list .list-item .content .info .title{
        font-size: 20px;
    }
    .list .list-item .content .info .dec{
        font-size: 16px;
        line-height: 2;
        padding-right: 60px;
    }
    .list-research .list-item {
        height: 350px;
        padding: 25px 20px 30px 20px;
    }
    .list .list-item .content .info .time {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .list-research .list-item .content .pic {
        width: 320px;
        height: 295px;
    }

    .list-research .list-item .content .info {
        padding-left: 350px;
    }

    .list-research .list-item .content .info .title {
        font-size: 24px;
    }

    .list-research .list-item .content .info .keyword {
        margin: 18px 0;
        font-size: 20px;
    }

    .list-research .list-item .content .info .dec {
        font-size: 16px;
    }
    .article .article-title h3{
        font-size: 28px;
    }
}
@media screen and (max-width:1100px) {
    .article .article-content p img {
        max-width: 100%;
    }
    .list .paging_content img {
        max-width: 100%;
    }
}
@media screen and (max-width:800px) {
    .list .list-item .content .info .title {
        font-size: 18px;
    }
    .list-research .list-item .content .info .title {
        font-size: 22px;
    }

    .list-research .list-item .content .info .keyword {
        margin: 15px 0;
        font-size: 18px;
    }
    .article .article-title h3 {
        border-top: 4px solid #003f88;
        font-size: 26px;
        font-weight: bold;
        color: #333333;
        padding-top: 20px;
        padding-bottom: 28px;
    }
}

@media screen and (max-width:700px) {
    .list-research .list-item {
        height: auto;
        padding-bottom: 50px;
    }

    .list-research .list-item .content .pic {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .list-research .list-item .content .info {
        padding-left: 0;
    }

    .list-research .list-item .content .info .more {
        bottom: -20px;
    }
}
@media screen and (max-width:600px) {
    .list-group .list-item .content .pic{
        float: none;
        margin: 0 auto;
    }
    .list-group .list-item .content .info{
        padding-left: 0;
    }
    .list-group .list-item .content .info .title{
        font-size: 20px;
    }
}
@media screen and (max-width:500px) {
    .list .list-item {
        height: 160px;
        padding: 15px 20px;
    }
    .list .list-item .content .info .title{
        font-size: 16px;
    }
    .list .list-item .content .info .dec{
        font-size: 14px;
        line-height: 2;
        padding-right: 60px;
    }
    .list .list-item .content .info .time {
        font-size: 14px;
        margin-top: 6px;
        margin-bottom: 8px;
    }
    .list .list-item .content .more{
        right: 25px;
    }
    .list-research .list-item .content .info .title {
        font-size: 20px;
    }

    .list-research .list-item .content .info .keyword {
        margin: 8px 0;
        font-size: 16px;
        line-height: 30px;
    }

    .list-research .list-item .content .info .dec {
        font-size: 14px;
    }
    .list-group .list-item .content .info .title{
        font-size: 18px;
    }
    .list-group .list-item .info .title span{
        font-size: 16px;
    }
    .list-group .list-item .content .info{
        margin-top: 20px;
    }
    .list-group .list-item .info .keyword{
        padding: 10px 0;
    }
    .list-group .list-item .info .keyword,.list-group .list-item .info .dec li{
        font-size: 14px;
    }
    .article .article-title h3{
        font-size: 22px;
    }
}
.paging_content span {
font-weight: unset;
}

/* list-col列表页 */
.right .list-col .zszx-item {
  margin-top: 20px;
  background: #fafafa;
  padding: 13px 5px;
  transition: all 0.5s;
  box-sizing: border-box;
}
.right .list-col .zszx-item .zszx-item-title {
  box-sizing: border-box;
  padding-left: 46px;
  line-height: 40px;
  color: #003f88;
  font-weight: bolder;
  overflow: hidden;
  text-align: justify;
  display: block;
  font-size: 18px;
  background: url(../images/ling-icon.png) no-repeat left 15px center;
}
.right .list-col .zszx-item .zhusi {
  padding-left: 46px;
  font-size: 14px;
  color: #666;
}
.right .list-col .zszx-item:hover {
  background: #f6fbff;
  box-shadow: 0 0 10px #a1a1a1;
  -webkit-box-shadow: 0 0 10px #a1a1a1;
  -o-box-shadow: 0 0 10px #a1a1a1;
  -moz-box-shadow: 0 0 10px #a1a1a1;
}
.right .list-col .zszx-item:hover .zszx-item-title a {
  color: #154293;
}
@media screen and (max-width: 700) {
  .right .list-col .zszx-item .zszx-item-title {
    font-size: 16px;
  }
}


/*现任领导*/

.right  .ld-item .pic p {
    height: 290px;
}
        .right  .ld-box {
            margin: 0 auto;
    padding-bottom: 20px;
        }
        .right .ld-item {
            float: left;
        }
        .right  .con-item1 {
            width: 23%;
            margin-bottom: 40px;
    margin-right: 2%;
        }
        .right  .con-item1:first-child {
            /*margin-right: 17%;*/
        }
        .right  .con-item2 {
            width: 23%;
            margin-right: 2.6%;
        }
        .right  .con-item2:last-of-type {
            margin-right: 0;
        }
        .right  .ld-item .pic{
            position: relative;
            height: 370px;
            box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    overflow: hidden;
        }
        .right  .ld-box .da-ld{
                display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
        }
        .right  .ld-item .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .right  .ld-item .pic .info {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 90px;
            background: url(../images/group-content-bg.png) no-repeat center bottom;
            text-align: center;
            background: #fff;
        }
        .right  .ld-item .pic  .info .name {
            font-size: 22px;
            color: #333;
            line-height: 50px;
            font-weight:bolder;
        }
        .right .ld-item .pic  .info .zhic {
            font-size: 20px;
            
        }
        @media screen and (max-width:1200px) {
            .right  .con-item2 {
                width: 31%;
                margin-right: 3.5%;
                margin-bottom: 20px;
            }
            .right  .con-item2:nth-of-type(4n) {
                margin-right: 0;
            }
            .right  .con-item1 {
                width: 31%;
            }
            .right  .con-item1:first-child {
               // margin-right: 12.5%;
            }
        }


        @media screen and (max-width:630px) {
            .right  .ld-box .da-ld {
                display: block;
            }
            .right  .con-item1 {
                width: 45%;
margin-right: 5%;
            }
            .right  .con-item1:first-child {
               // margin-right: 10%;
            }
            .right  .con-item2:nth-of-type(4n) {
                margin-right: 10%;
            }
            .right  .con-item2 {
                width: 45%;
                margin-right: 10%;
            }
            .right  .con-item2:nth-of-type(3n) {
                margin-right: 0;
            }
        }
        @media screen and (max-width:500px) {
            .right  .ld-item .pic{
                height: auto;
                min-height: 480px;
            }
            .right  .con-item2,
            .right  .con-item1 {
                width: 100%;
                margin-right: 0!important;
            }
            .right  .ld-item .pic img {
                min-height: inherit;
            }
            .right  .ld-item .pic .info{
                background-size: cover;
            }
            .right  .ld-item .pic p {
                      height: auto;
            }
        }

/* 合作伙伴 */
.right .list-part {
  float: left;
  width: 20%;
  height: 100px;
  padding: 3px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 20px;
}
.right .list-part a {
  display: block;
  width: 100%;
  height: 100%;
cursor: unset;
}
.right .list-part a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .right .list-part {
    width: 25%;
  }
}
@media screen and (max-width: 1080px) {
  .right .list-part {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  .right .list-part {
    width: 50%;
  }
}
