﻿body {
}

.content {
    min-height: 600px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #D0E7F7;
    border: 5px solid;
    border-color: #31597A;
}

#tsqtzs-main {
    margin: 20px;
    min-height: 560px;
    border: 2px dashed;
    border-color: #31597A;
}

    #tsqtzs-main h1 {
        font-size: 48px;
        padding-top: 20px;
        text-align: center;
        color: white;
        font-family: "华文行楷";
        -webkit-text-stroke: 2px #0A5A7E;
    }

    #tsqtzs-main #link1, #link2 {
        height: 50px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 100px;
    }

        #tsqtzs-main #link1 div {
            width: 50%;
            text-align: center;
        }

            #tsqtzs-main #link1 div .top-title {
                width: 285px;
                line-height: 50px;
                background-image: url(/Content/images/tszs/1.png);
                display: inline-block;
                color: white;
                font-size: 24px;
            }

    #tsqtzs-main #link2 div {
        width: 33.33%;
        text-align: center;
    }

        #tsqtzs-main #link2 div .top-title {
            width: 195px;
            line-height: 50px;
            background-image: url(/Content/images/tszs/2.png);
            display: inline-block;
            color: white;
            font-size: 24px;
        }

    #tsqtzs-main h2 {
        text-align: center;
        padding-bottom: 20px;
    }

        #tsqtzs-main h2::before, h2::after {
            /*color: #c80;*/
            content: "———————————————— ●";
            font-size: 24px;
            margin: 10px;
        }

        #tsqtzs-main h2::after {
            content: "● ————————————————";
            font-size: 24px;
            margin: 10px;
        }


    #tsqtzs-main h4::before {
        /*color: #c80;*/
        content: "● ";
        font-size: 24px;
        margin: 10px;
    }

    #tsqtzs-main .item {
        margin-top: 80px;
        padding-bottom: 20px;
    }

    #tsqtzs-main h4 {
        margin-left: 100px;
    }

.tszszc {
    width: 900px;
    margin: 0 auto;
    border: 1px solid;
}

    .tszszc div:nth-child(3n+2) {
        border-left: 1px dashed;
        border-right: 1px dashed;
    }

    .tszszc div:last-child {
        border-bottom: none;
    }
    .tszszc div:nth-last-child(2) {
        border-bottom: none;
    }
    .tszszc div:nth-child(2) {
        border-top: none;
    }

    .tszszc .tszsyx {
        width: 296px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        border-bottom: 1px solid;
    }

        .tszszc .tszsyx p {
            font-family:'黑体';
            font-size:18px;
        }
