html body{
    line-height: 1.8;
}
body{
    font-size: 1em;
    background-color: #f3f3f3;
}
main .sec-1{
    width: 100%;
    height: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/bg_news.png) no-repeat;
    background-size: 100% 100%;
}
main .sec-1 h2{
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
main .sec-2 ul{
    display: flex;
    border-bottom: 1px solid #2737AB;
    justify-content: center;
    font-size: 1.2rem;
}
main .sec-2 ul li{
    line-height: 3.2rem;
    width: 11rem;
    text-align: center;
    cursor: pointer;
}
main .sec-2 ul li.active a{
    background: #2737AB;
    width: 100%;
    display: inline-block;
    color: #ffffff;
}
main .news{
    padding-top: 3rem;
}
main .news ul li{
    height: 17.3rem;
    margin-top: 3rem;
    transition: all .5s ease;
    border-radius: 8px 0 8px 0;
    overflow: hidden;
}

main .news ul li>a{
    display: block;
    height: 100%;
}
main .news ul li>a dl{
    display: flex;
    height: 100%;
    position: relative;
    padding-left: 30.5rem;
    box-sizing: border-box;
}
main .news ul li>a dt{
    width: 30.5rem;
    overflow: hidden;
    -webkit-box-flex: 0;
    flex: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
main .news ul li>a dt img{
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    max-width: 100%;
}
main .news ul li a:hover dt img{
    transform: scale(1.03,1.03);
}
main .news ul li>a dd{
    flex: none;
    width: 100%;
    background-color: #fff;
}
main .news ul li>a dd div{
    padding: 2rem;
}
main .news ul li>a dd div span{
    color: #808080;
    font-size: 1rem;
}
main .news ul li>a dd div h4{
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    padding: 1rem 0 0.2rem;
}
main .news ul li>a dd div p{
    color: #808080;
    font-size: 1rem;
}
main .news ul li>a dd div b{
    display: inline-block;
    font-size: 1rem;
    transition: all .3s ease;
    padding-left: 0;
    height: 2.2rem;
    width: 6.8rem;
    text-align: center;
    line-height: 2.2rem;
    background: #2737AB;
    margin-top: 1.5rem;
}
main .news ul li>a dd div b i{
    display: block;
    width: 100%;
    height: 100%;
    font-style: normal;
    position: relative;
}
main .news ul li>a dd div b i span{
    color: #ffffff;
    font-weight: normal;
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
}
main .news ul li>a dd div b i::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.5);
    width: 0;
    height: 100%;
    transition: all 0.5s ease 0.2s;
}
main .news ul li>a dd div b i:hover::before{
    width: 100%;
}
.pageDiv{
    text-align: center;
    margin: 1rem auto 5rem;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2737AB;
}
.layui-laypage a:not(.layui-disabled):hover{
    color: #2737AB!important;
}
