
*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“";
}
html,body{
    height: 100%;
}
a{
    text-decoration: none;
    color:#000;
}
html{
    font-size: 0.83vw;
}
/* header */
header{
    width: 100%;
    height:32.75rem;
    background:url(/images/wc_lwlbImg.png) no-repeat;
    background-size: 100%;
    margin-bottom: 3.75rem;
    position: relative;
}
header span{
    display: inline-block;
    width: 8rem;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    background-color: rgba(255, 255, 255, 0.17);
    position: absolute;
    top: 0;
    right: 22.5rem;
    font-size: 1rem;
    color: #fff;
    border-bottom-left-radius:0.3125rem;
    border-bottom-right-radius:0.3125rem ;
}
/* body */
#lwlb_box{
    width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.lwlb_box1{
    height: 23.25rem;
    display: flex;
}
.scroll_box{
    width: 36.5625rem;
    position: relative;
    overflow: hidden;
    margin-right: 1.75rem;
}
.scroll_box>ul{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.scroll_box>ul li{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.pre{
    width: 2.625rem;
    height: 4.3125rem;
    position: absolute;
    left: 0;
    top:9rem;
    background: url(/images/scroll_boxImg.png) no-repeat ;
    background-size: cover;
    display: none;
}
.nex{
    width: 2.625rem;
    height: 4.3125rem;
    position: absolute;
    right: 0;
    top:9rem;
    background: url(/images/scroll_boxImg.png) no-repeat  ;
    background-size:cover;
    background-position: -2.625rem;
    display: none;
}
.scroll_box>ul li img{
    width: 36.5625rem;
    height: 23.25rem;
}
.scroll_box>ul li:hover img{
    transform: scale(1.1,1.1);
}
.scroll_box>ul li p{
    position: absolute;
    height: 2.9375rem;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    line-height:2.9375rem ;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    padding-left: 12px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.scroll_box>div{
    position: absolute;
    display: flex;
    bottom: 1.1875rem;
    right: 1.1875rem;
    z-index: 99;
}
.scroll_box>div span{
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #fff;
    margin-right: .625rem;
}
.scroll_box>div .isselect{
    background-color: #215fea;
}
.box1_title{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.lwlb_title{
    margin-bottom: .5rem;
    height: 2.8125rem;
    background: url(/images/lwlb_titleImg.png) no-repeat bottom;
    background-size: cover;
    padding-left: 5.0625rem;
    display: flex;
    justify-content: space-between;
}
.lwlb_title>div{
    font-size: 1.5rem;
    color: #333;
}
.lwlb_title>div span:nth-child(1){
    margin-right: 3.5625rem;
}
.lwlb_titleclick{
    color: #0167cc;
}
.lwlb_title>a{
    margin-right: 1.25rem;
    display: flex;
    align-items: flex-end;
    margin-bottom: .5rem;
    font-size: 1rem;
    color: #999;
}
.box1_title>article{
    flex: 1;
}
.lwlb_ul{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lwlb_ul li{
    width: 100%;
    height: 3.75rem;
    align-items: center;
    border-bottom: .0625rem dashed #b8b8b8;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.lwlb_ul li>a{
    font-size: 1.25rem;
    color:#333333;
    width: 30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lwlb_ul li>a::before{
    content: "";
    display: inline-block;
    width: .3125rem;
    height: .3125rem;
    border-radius: 50%;
    border: .0625rem solid #2749ec;
    margin-right: .5625rem;
}
.lwlb_ul li>span{
    font-size: 1rem;
    color: #999999;
}
.lwlb_box2{
    margin: 3.5rem 0 3.375rem;
    height: 9.75rem;
}
.lwlb_box2 img{
    height: 9.75rem;
    width: 100%;
}
.lwlb_box3{
    height: 21.875rem;
    display: flex;
    justify-content: space-between;
}
.lwlb_box3>div{
    width: 38rem;
    display: flex;
    flex-direction: column;
}
.lwlb_box3>div>article{
    flex: 1;
}
@media screen and (max-width:1200px){
    header span{
        width: 60px;
        height: 20px;
        line-height:20px;
        font-size: 12px;
    }
    .lwlb_box1{
        min-height: 281.25px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
    .scroll_box{
        width: 80%;
        height: 93.75px;
        margin-right: 0px;
        margin-bottom: 6.4rem;
        font-size: 12px;
    }
    .scroll_box>ul li img {
        width: 100%;
        height: 93.75px;
        font-size: 12px;
    }
    .lwlb_ul li > span {
        font-size: 12px;
    }
    .lwlb_title > a {
        font-size: 12px;
    }
    .scroll_box>ul li p{
        bottom: 0;
        height: 15.625px;
        line-height: 15.625px;
        font-size: 12px;
    }
    .scroll_box>div span {
        width: 3.125px;
        height: 3.125px;
        font-size: 12px;
    }
    .box1_title {
        width: 100%;
        font-size: 12px;
    }
    .lwlb_title{
        height: 20px;
        padding-left: 31.25px;
        font-size: 12px;
    }
    .lwlb_title>div {
        font-size: 13px;
        color: #333;
    }
    .lwlb_box3 {
        flex-direction: column;
        font-size: 12px;
        height: 320px;
    }
    .lwlb_ul li {
        height: 25px;
        font-size: 12px;
    }
    .lwlb_ul li>a {
        width: 160px;
        font-size: 12px;
    }
    .lwlb_box3>div {
        width: 100%;
        margin-bottom: 20px;
        font-size: 12px;
    }
    .lwlb_box2 {
        margin:20px 0;
        height: 30.4688px;
        font-size: 12px;
    }
    .lwlb_ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 1.9531px;
        font-size: 12px;
    }
}