/*
*组件样式
*/
.tplj{ width:1200px;margin: 30px auto 0;}
.tplj ul{display: flex;justify-content: space-between;align-items: center;}
.tplj ul li{width:31%;    border-radius: 10px;}
.tplj ul li a{color: #fff;
    display: block;
    padding: 30px 0;
    font-size: 20px;
    text-align: center;}
.link1{background:#7fb8f7;}
.link2{background:#528adc;}
.link3{background:#f4a261;}
