﻿


.gloryremark {
    width: 810px;
    display: table;
}

    .gloryremark p {
        font-size: 14px;
        line-height: 28px;
        color: #676767;
        text-align: justify;
    }

.glorybanner {
    width: 400px;
    /*height: 270px;*/
    margin: 30px 200px 0 205px;
    /*background-color: #1a58a3;*/
    position: relative;
}

    .glorybanner .glorybannerswiper {
        width: 100%;
        /*height: 250px;*/
    }

    .glorybanner .glorybannerpagination {
        /*display: table;*/
        position: absolute;
        bottom: -20px;
        left: 0;
        right: 0;
        /*margin: auto;*/
        text-align:center;
    }

.glorybannerswiper .gloryBanner .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
}



.glorybanner .glorybannerpagination .swiper-pagination-bullet {
    width: 25px;
    height: 4px;
    background: #474747;
    opacity: 1;
    margin-left: 3px;
    border-radius: 0px;
    padding: 0;
}

.glorybanner .glorybannerpagination .swiper-pagination-bullet-active {
    background: #1963f0;
}


.glorylist {
    width: 810px;
    height: 90px;
    margin-top: 20px;
    /*background-color:#1a58a3;*/
    position: relative;
}



.btnglory {
    width: 20px;
    height: 30px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

    .btnglory img {
        display: block;
    }

.btnleft {
    left: 0;
}

.btnright {
    right: 0;
}


.listbox {
    width: 740px;
    height: 100%;
    margin: 0 35px;
    overflow: hidden;
    margin-top:100px
}


    .listbox ul.yearbox {
        float: left;
        width: 148px;
        height: 100%;
        position: relative;
        cursor: pointer;
    }


        .listbox ul.yearbox li.yearline {
            width: 100%;
            height: 5px;
            background-color: #1a58a3;
            position: absolute;
            bottom: 12px;
            left: 0;
        }

        .listbox ul.yearbox li.dot {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #1a58a3;
            position: absolute;
            bottom: 7px;
            left: 67px;
        }


        .listbox ul.yearbox.active li.dot span {
            display: block;
            width: 7px;
            height: 7px;
            position: absolute;
            border: solid 1px #fff;
            left: 4px;
            top: 4px;
            border-radius: 50%;
        }



        .listbox ul.yearbox li.yeartext {
            width: 80px;
            height: 100%;
            margin-left: 34px;
        }

            .listbox ul.yearbox li.yeartext p {
                font-size: 22px;
                color: #a4a5aa;
                text-align: center;
                margin-top: 25px;
                letter-spacing: 2px;
                transition: margin-top 0.5s;
            }

        .listbox ul.yearbox.active li.yeartext p {
            color: #1a58a3;
            margin-top: 15px;
            transition: margin-top 0.5s;
        }

    .listbox .yearswiper .swiper-wrapper .swiper-slide {
        width: 148px;
        height: 90px;
    }




.listcontent {
    width: 810px;
    display: table;
    margin-top: 80px;
    padding-bottom: 100px;
}

    .listcontent .listimg {
        float: left;
        width: 65px;
    }

        .listcontent .listimg img {
            width: 100%;
        }

    .listcontent .listremark {
        float: right;
        width: 720px;
        overflow: hidden;
        display: inline-flex;
    }

        .listcontent .listremark .textlist {
            float: left;
            display: table;
            width: 720px;
        }

            .listcontent .listremark .textlist .title {
                float: left;
                height: 50px;
                width: 100%;
            }

                .listcontent .listremark .textlist .title p {
                    font-size: 22px;
                    color: #2d2d2d;
                    line-height: 50px;
                }

            .listcontent .listremark .textlist .remark {
                float: left;
                width: 100%;
                color: #676767;
                line-height: 30px;
                font-size: 14px;
            }

                .listcontent .listremark .textlist .remark p {
                    /*color: #676767;
                    line-height: 30px;
                    font-size: 14px;*/
                }

                .listcontent .listremark .textlist .remark img {
                    display: block;
                    max-width: 100%;
                }
