
.bd ul {
    list-style: none;
}
.lc a {
    text-decoration: none;
}
.lc img {
    border: none;
}
.lc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.lc .items .left {
    background-color:#F2F5FA;
    text-align: center;
    float: left;
    width: 290px;
    height: 500px;
    color: #fff;
    margin-right: 16px;
    border-radius:10px;
}
.lc .items h3 {
    line-height: 50px;
    margin-top: 28px;
    font-size: 26px;
    font-weight: 400;
    color: #D2D8E5;
}
.lc .items .p{
  color: #000;
  font-weight:600;
  font-size:32px;
}
.lc .items p {
  color: #50668F;
  font-size:18px;
  margin:14px auto;
}
.lc .items .btn {
    color: #08CADC;
    height: 44px;
    width: 192px;
    transition: color .4s, opacity .4s;
    font-size: 16px;
    line-height: 44px;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    font-weight: bolder;
    background-color:#E2E9F0;
}
.lc .items .btn:hover {
    opacity: 0.8;
}
.lc .items a {
    transition: color .4s, opacity .4s;
    color: #fff;
}
.lc .items .right {
    float: left;
    width: 894px;
    position: relative;
    overflow: hidden;
}
.lc .items .right ul li {
    background-color: #F2F2F2;
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 290px;
    height: 500px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    border-radius:10px;
}
.lc .items .right ul li h3{
  color: #D2D8E5;
  line-height: 50px;
  margin-top: 28px;
  font-size: 26px;
  font-weight: 400;
}
.lc .items .right ul li .p{
  color: #000;
  font-weight:600;
  font-size:32px;
}
.lc .items .right ul li p {
  color: #50668F;
  font-size:18px;
  margin:14px auto;
}

.lc .items .right ul li .btn.sq {
    background-color: #e6e6e6;
}
.lc .items .right .next, .lc .items .right .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}