.expert-box {
display: flex !important;
width: 980px;
height: 338px;
padding: 54px;
transition: background 2.5s;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(242, 243, 247, 1) 40%);
}
.slick-current {
transition: background 2.5s;
background: #fff;
}
.expert-avatar {
flex: 0 0 310px;
height: 230px;
margin-right: 55px;
}
.expert-name {
font-size: 24px;
font-weight: 700;
color: rgba(36, 38, 43, 1);
}
.expert-honor {
margin-top: 10px;
font-size: 16px;
font-weight: 400;
color: rgba(36, 38, 43, 1);
}
.expert-description {
margin-top: 23px;
font-size: 16px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
.check-detail {
margin-top: 24px;
border-top: 2px solid var(--main-color-light);
padding-top: 10px;
}
.check-detail a {
color: var(--main-color);
}
.advantage img {
width: 100vw;
}
.news-box {
flex: 0 0 949px;
margin-right: 96px;
}
.law-box {
flex: 1;
}
.box-bar {
padding-bottom: 10px;
border-bottom: 2px solid var(--main-color-light);
}
.bar-name {
font-size: 20px;
font-weight: 500;
color: rgba(36, 38, 43, 1);
}
.bar-more a {
font-size: 16px;
font-weight: 400;
color: var(--main-color);
}
.left-news-box {
margin-right: 31px;
width: 442px;
height: 470px;
border: 0.5px solid rgba(212, 213, 214, 1);
padding: 15px;
}
.left-news-box img {
width: 412px;
height: 275px;
object-fit: cover;
}
.left-news-box .news-title {
margin-top: 20px;
font-size: 18px;
font-weight: 400;
color: rgba(36, 38, 43, 1);
}
.left-news-box .news-desc {
margin-top: 12px;
font-size: 14px;
font-weight: 400;
line-height: 21px;
height: 63px;
color: rgba(102, 107, 122, 1);
}
.left-news-box .news-time {
margin-top: 7px;
font-size: 22px;
font-weight: 700;
color: var(--main-color-light);
}
.right-news-box {
width: 474px;
}
.right-news-box img {
margin-right: 10px;
flex: 0 0 90px;
height: 60px;
object-fit: cover;
overflow: hidden;
}
.right-news-box .news-desc {
margin-right: 10px;
font-size: 16px;
font-weight: 400;
color: rgba(36, 38, 43, 1);
}
.right-news-box .news-time {
font-size: 14px;
font-weight: 400;
color: rgba(102, 107, 122, 1);
}
.law-list {
height: 449px;
margin-top: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.law-item {
display: flex;
align-items: center;
padding: 17px;
width: 355px;
flex: 0 0 76px;
border: 0.5px solid rgba(212, 213, 214, 1);
}
.law-item i {
font-size: 20px;
color: rgba(212, 48, 48, 1);
}
.law-item .icon-fangxiang {
font-size: 20px;
color: rgba(196, 196, 196, 1);
}
.law-title{
font-size: 16px;
font-weight: 400;
color: rgba(36, 38, 43, 1);
margin: 0 10px;
}
.more-case{
position: absolute;
top: 0;
right: 0;
font-size: 16px;
font-weight: 400;
color: var(--main-color);
}
.form-label {
margin-top: 20px;
margin-left: 10px;
font-size: 16px;
font-weight: 500;
color: rgba(102, 107, 122, 1);
}
.form-input {
width: 100%;
height: 50px;
margin-top: 10px;
padding: 15px 10px;
background: rgba(233, 236, 242, 1);
border-radius: 5px;
font-size: 14px;
font-weight: 400;
}
.form-input::placeholder {
color: rgba(176, 187, 207, 1);
}
.form-submit{
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 50px;
margin: 20px auto;
background: var(--main-color);
border-radius: 5px;
font-size: 16px;
font-weight: 500;
color: rgba(255, 255, 255, 1);
}
