.body-con {
    width: 100%;
    padding-bottom: 70px;
    background: bottom/100% url(../public/bodybg.png) no-repeat;
}


.ul-news {
    zoom: 1;
}

    .ul-news li {
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        position: relative;
        border-bottom: 2px dotted #eee;
    }

        .ul-news li a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
            font-size: 16px;
        }

            .ul-news li a:hover {
                color: #2D518F
            }

        .ul-news li i.new {
            float: left;
            background: url(/tsg/new_tsg/public/new.png) no-repeat center;
            width: 32px;
            height: 100%;
            margin-left: 5px;
        }

        .ul-news li .date {
            float: right;
            color: #333;
        }

.slideBox {
    height: 506px;
    position: relative;
    overflow: hidden;
}

    .slideBox img {
        width: 100%;
        height: 506px;
    }

    .slideBox .hd {
        height: 60px;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 100;
    }

        .slideBox .hd ul {
            text-align: right;
            line-height: 60px;
        }

            .slideBox .hd ul li {
                width: 50px;
                height: 4px;
                display: inline-block;
                background: #fff;
                margin: 0 8px;
                position: relative;
                overflow: hidden;
                border-radius: 3px;
                cursor: pointer;
                transition: all .35s ease;
            }


                .slideBox .hd ul li.on {
                    background: #234785;
                    left: 0;
                }

.home_hd {
    width: 100%;
    height: 44px;
    position: relative;
    background: url(/tsg/new_tsg/public/hd_icon.png) left no-repeat;
    margin-bottom: 10px;
}

    .home_hd:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        top: 0;
        background: #234785;
        background-image: linear-gradient(to right, #4986E1, #73A2E6);
    }

    .home_hd h1 {
        font-weight: 400;
        color: #2D518F;
        text-indent: 25px;
        font-size: 24px;
        line-height: 44px;
    }

    .home_hd .more {
        position: absolute;
        right: 5px;
        top: 15px;
        color: #234785;
    }

.xwdt {
    margin-top: 35px;
}

    .xwdt .home_hd:before {
        display: none;
    }

    .xwdt .lt_imgs {
        width: 670px;
        float: left;
    }

        .xwdt .lt_imgs .item {
            padding: 10px;
            border: 1px solid #e1e1e1;
            float: left;
            box-sizing: border-box;
            width: 328px;
            overflow: hidden;
        }

            .xwdt .lt_imgs .item img {
                width: 308px;
                height: 226px;
            }

            .xwdt .lt_imgs .item .txt {
                position: relative;
                margin-top: 10px;
            }

                .xwdt .lt_imgs .item .txt a {
                    font-size: 16px;
                    display: block;
                    height: 54px;
                }

                .xwdt .lt_imgs .item .txt span {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }

            .xwdt .lt_imgs .item:last-child {
                float: right;
            }

    .xwdt .rt_text {
        float: right;
        width: 575px;
    }

        .xwdt .rt_text .ul-news li {
            line-height: 60px;
            height: 60px;
            padding-left: 5px;
            padding-right: 15px;
        }

            .xwdt .rt_text .ul-news li a {
                width: 430px;
            }



.fwbk {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-top: 47px;
}

    .fwbk .resource {
        background-color: #6398e4;
    }

    .fwbk .server {
        background-color: #7ea9d4;
    }

    .fwbk .zn {
        background-color: #54dbd7;
    }

    .fwbk .content {
        width: calc(34% - 30px);
        height: 240px;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 15px 0 rgba(102, 102, 102, 0.2);
    }

        .fwbk .content > div {
            width: 100%;
            height: 100%;
            padding-top: 60px;
            padding-bottom: 15px;
            position: absolute;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap;
            transition: all ease 0.3s;
        }

            .fwbk .content > div.zhengc {
                transform: translateY(0%);
            }

            .fwbk .content > div.no-pad-top {
                padding: 20px;
                padding-bottom: 40px;
                position: absolute;
                transform: translateY(-100%);
            }

            .fwbk .content > div ul {
                width: 100%;
                height: 100%;
                display: flex;
                flex-wrap: wrap;
            }

                .fwbk .content > div ul li {
                    width: 33%;
                    font-size: 12px;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .fwbk .content > div ul li::before {
                        content: "";
                        width: 2px;
                        height: 2px;
                        border-radius: 50%;
                        background-color: #fff;
                        margin-right: 3px;
                    }

        .fwbk .content.open .zhengc {
            transform: translateY(-100%);
        }

        .fwbk .content.open .no-pad-top {
            transform: translateY(0%);
        }

        .fwbk .content::before {
            content: "";
            width: 120px;
            height: 120px;
            background: var(--bg-icon) no-repeat bottom right;
            position: absolute;
            right: 30px;
            bottom: 12px;
        }

        .fwbk .content .more {
            position: absolute;
            right: 10px;
            bottom: 8px;
            font-size: 16px;
            color: #fff;
        }

        .fwbk .content .title {
            position: absolute;
            left: 0;
            text-align: center;
            width: 100%;
            font-weight: bold;
            color: #fff;
            top: 20px;
            font-size: 18px;
        }

        .fwbk .content a {
            color: #fff;
            font-size: 16px;
        }

            .fwbk .content a:hover {
                color: #234785;
                font-weight: bold;
            }

        .fwbk .content .item {
            width: 32%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .fwbk .content .item img {
                width: 40px;
            }


.news {
    margin-top: 47px;
}

    .news .item {
        margin-bottom: 44px;
        display: flex;
        align-items: flex-start;
    }

    .news .news-box {
        margin-left: 35px;
        flex: 1;
    }

        .news .news-box .home_hd {
            margin-bottom: 0px;
        }

    .news img {
        height: 227px;
    }