﻿s{
    display:inline-block;
    text-decoration:none;

}
.pindex{
    width:960px;
    margin:0px;
    display:flex;
    justify-content:space-between;
    padding-top:20px;
    padding-bottom:10px;
}
    .pindex .pifl {
        flex: 1;
    }
    .pindex .fstmain {
        display: flex;
        justify-content: space-between;
    }
    .pindex .fstitem {
        flex: 1;
        margin-right: 20px;
    }
    .pindex .fstname {
        color: #1b598e;
        line-height: 40px;
        font-weight: bold;
        font-size: 16px;
    }
        .pindex .fstname s {
            color: #60bbe3;
            margin-left: 5px;
        }
    .pindex .fstnr {
        line-height: 30px;
        text-indent: 24px;
    }
    .pindex .fstlist {
    }
        .pindex .fstlist li {
            line-height: 30px;
            list-style: disc;
            color: #999;
            margin-left: 20px;
        }
        .pindex .fstlist a {
        }

    .pindex .sndmain {
        margin-right: 20px;
        margin-top: 20px;
    }
    .pindex .imglist {
        display: flex;
        justify-content: space-between
    }
        .pindex .imglist a {
            display: block;
            margin: 0 5px;
        }
        .pindex .imglist img {
            display: block;
            width: 100%;
            height: 132px;
        }
/**Tab滑门**/
    .pindex .smoothTabs {
    }

        .pindex .smoothTabs .tabtb {
            border-left: 0px;
            border-right: 0px;
            box-sizing: border-box;
        }

            .pindex .smoothTabs .tabtb td {
                /*border-bottom: 1px solid #E1E1E1;*/
            }

        .pindex .smoothTabs .tab {
            cursor: pointer;
            height: 36px;
            line-height: 36px;
            text-align: center;
            padding: 0px 10px;
            border-top: 1px solid #E1E1E1;
            border-right: 1px solid #E1E1E1;
            background-color: #F9F9F9;
            user-select: none
        }

            .pindex .smoothTabs .tab:first-child {
                border-left: 1px solid #E1E1E1;
            }

            .pindex .smoothTabs .tab a {
                color: #333;
                display: block;
                width: 100%;
            }

            .pindex .smoothTabs .tab:hover {
                color: #06C;
            }

        .pindex .smoothTabs .ontab {
            background-color: #FFFFFF;
        }

            .pindex .smoothTabs .ontab a {
                color: #F50;
            }

        .pindex .smoothTabs .tabdiv {
            padding: 10px 5px;
            border: 1px solid #E1E1E1;
        }

        .pindex .smoothTabs .TabDivHide {
            display: none;
        }

        .pindex .smoothTabs .TabDivShow {
            display: block;
        }

/****/
    .pindex .pifr {
        width: 234px;
    }
    .pindex .pirname {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #eaf5f9;
        color: #1b598e;
        padding-left: 16px;
        font-weight: bold;
        box-sizing: border-box;
        font-size: 16px
    }
        .pindex .pirname s {
            color: #60bbe3;
            margin-left: 10px;
        }
    .pindex .pirnr img {
        display: block;
        width: 100%;
    }
    .pindex .lxwm {
        margin-top: 20px;
    }