/*
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*/
.jgsz{
    width: 100%;
    margin: 0.7rem auto;}
.jgsz h2{
    text-align:center;}
.jgsz h2 a{
    width: auto;
    font-size: 0.2rem;
    line-height: 0.6rem;
    background: #186bb5;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: normal;
    position: relative;
    padding: 0 0.1rem;}
.jgsz h2 a::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.85rem;
    background: #186bb5;
    position: absolute;
    top: 100%;
    left: 50%;}
.jgsz ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.7rem;}
.jgsz ul li a{
    padding: 0 0.15rem;
    width: auto;
    height: 2.8rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    line-height: 0.2rem;
    background: #186bb5;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.1rem;
    color: #fff;
    position: relative;
    writing-mode: vertical-rl;
    letter-spacing: 4px;}
.jgsz ul li a::before{
    display: block;
    content: "";
    width: 1px;
    height: 0.86rem;
    background: #186bb5;
    position: absolute;
    bottom: 100%;
    left: 50%;}
.jgsz ul li a::after{
    display: block;
    content: "";
    width: 0.9rem;
    height: 1px;
    background: #186bb5;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.85rem);}
.jgsz ul li:last-of-type a::after{
    left: auto;
    right: 50%;}
.jgsz h2 a:hover,.jgsz ul li a:hover{
    font-weight:bold;}
