<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    font-family: Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}

body {
min-width:1400px;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
}

ul {
    list-style-type: none;
    margin: 0;
    line-height: 1.3;
}

    ul li ul {
        margin-left: 0;
    }

p {
    margin: 0;
}

input {
    padding: 0;
    height: auto;
    margin: 0;
}

button {
    padding: 0;
}
.btn {
    width: 85px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #1e69c6;
    cursor: pointer;
    float: right;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
}
.q {
    display: inline-block;
    background: #FFF;
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin: 0px 10px;
    padding: 0 10px 0 10px;
    border: none;
    float: left;
    border: 1px solid #CFC7C8;
    border-right: 0;
}

.centerArea {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

pagination .simpleLine {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header {
    background-color: #f2f2f2;
    position: relative;
    z-index: 999999999;
}

    .header .logo_link .logo {
        display: block;
        width: 591px;
        height: 112px;
        background: url("../images/lsdLogo.png") no-repeat left;
        float: left;
        margin: 10px 0;
    }

    .header .logo_link .link {
        float: right;
        margin-top: 18px;
        height: 20px;
        color:#1e69c6;
    }

        .header .logo_link .link a {
            display: inline-block;
            height: 100%;
            font-size: 14px;
            color: #1e69c6;
            font-weight:bold;
        }

    .header .linkUl {
        display: none;
    }

    .header .menuBtn {
        display: none;
    }

    .header .nav {
        background:#1e69c6;
    }

        .header .nav .navContain {
            position: relative;
        }

            .header .nav .navContain .navUl &gt; li {
                float: left;
                margin-left: 50px;
                height: 42px;
                position: relative;
            }

 .header .nav .navContain .navUl &gt; li:first-child {
    padding-left:15px;
}

                .header .nav .navContain .navUl &gt; li:hover &gt; a {
                    border-bottom: 2px solid #c6787b;
                }

                .header .nav .navContain .navUl &gt; li &gt; a {
                    color: white;
                    font-size: 18px;
                    display: block;
                    line-height: 38px;
                    margin-top:2px;
                }

                .header .nav .navContain .navUl &gt; li ul {
                    background: #ffffff;
                    position: absolute;
                    width: 120px;
                    z-index: 999999;
                    display: none;
                    opacity:0.9;
                }

               .header .nav .navContain .navUl &gt; li ul.ul200 {
                    background: #ffffff;
                    position: absolute;
                    width: 180px;
                    z-index: 999999;
                    display: none;
                    opacity:0.9;
                }

              .header .nav .navContain .navUl &gt; li ul.ul320 {
                    background: #ffffff;
                    position: absolute;
                    width: 300px;
                    z-index: 999999;
                    display: none;
                    opacity:0.7;
                }

                .header .nav .navContain .navUl &gt; li &gt; ul li {
                    color: #c2c2c2;
                    width: 100%;
                    height: 42px;
                    line-height: 42px;
                    padding-left: 12px;
                    position: relative;
                    box-sizing: border-box;
                }

                .header .nav .navContain .navUl &gt; li ul &gt; li &gt; a {
                    display: block;
                    width: 100%;
                    color: #333333;
                    font-size: 16px;
                }

                .header .nav .navContain .navUl &gt; li ul &gt; li:hover {
                    background-color: #ffffff;
                }

                .header .nav .navContain .navUl &gt; li ul &gt; li &gt; a:hover {
                     color:#B92034;
                }

                .header .nav .navContain .navUl &gt; li:first-child {
                    margin-left: 0;
                }

                .header .nav .navContain .navUl &gt; li.navLi &gt; ul &gt; li &gt; ul &gt; li {
                    position: relative;
                }

                    .header .nav .navContain .navUl &gt; li.navLi &gt; ul &gt; li &gt; ul &gt; li:hover, .header .nav .navContain .navUl &gt; li.navLi &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover {
                        background-color: #500;
                    }

                    .header .nav .navContain .navUl &gt; li.navLi &gt; ul &gt; li &gt; ul, .header .nav .navContain .navUl &gt; li.navLi &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
                        background-color: #660C0F;
                        position: absolute;
                        top: 0;
                        left: 200px;
                    }

            .header .nav .navContain .search {
                float: right;
                padding-top: 4px;
                position: absolute;
                top: -70px;
                right: 0px;
            }

                .header .nav .navContain .search form {
                    height: 24px;
                    border-bottom: 1px solid #ffffff;
                    opacity: 0.6;
                    vertical-align: middle;
                }

                    .header .nav .navContain .search form input {
                        border: none;
                        background: #B92034;
                        color: #ffffff;
                        outline: none;
                        width: 182px;
                        margin: 0;
                        padding: 0;
                        height: auto;
                    }

                        .header .nav .navContain .search form input.formSubmit {
                            padding-top: 2px;
                            width: 20px;
                            height: 20px;
                            background: url("../images/search.png") no-repeat 2px 5px;
                            background-position: 0px 3px;
                            position: relative;
                            top: -18px;
                            left: 162px;
                            cursor: pointer;
                        }

.swiper-container {
    position: relative;
    width:1200px;
    margin:0px auto;
}

    .swiper-container .swiper-slide {
        height: 430px;
        overflow: hidden;
        cursor: pointer;
    }

        .swiper-container .swiper-slide .swiper-con {
            width: 100%;
            background-color: rgba(0,0,0,0.3);
            position: absolute;
            bottom: 0;
            left: 0;
        }

            .swiper-container .swiper-slide .swiper-con div {
                width: 100%;
                max-width: 1200px;
                margin: 0 auto;
            }

            .swiper-container .swiper-slide .swiper-con a.title {
                display: inline-block;
                font-size: 17px;
                color: #ffffff;
                margin: 0 auto;
                line-height: 42px;
                width: 80%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-left:10px;
            }

                .swiper-container .swiper-slide .swiper-con a.title + p {
                    display: none;
                    font-size: 14px;
                    color: #ffffff;
                    height: 60px;
                    overflow: hidden;
                }

                    .swiper-container .swiper-slide .swiper-con a.title + p + a {
                        float: right;
                        line-height: 60px;
                        color: #ffffff;
                        font-size: 14px;
                    }

        .swiper-container .swiper-slide .more {
            position: absolute;
            right: 14%;
            /*left: 50%;
      margin-left: 34%;*/
            bottom: 0px;
            color: #ffffff;
            line-height: 42px;
        }

        .swiper-container .swiper-slide .pageregion-bg {
            display: none;
            width: 460px;
            height: 40px;
            background: #B92034;
            position: absolute;
            bottom: 11%;
            left: 14%;
            text-align: center;
            z-index: 999;
        }

    .swiper-container .pagination {
        width: 176px;
        position: absolute;
        bottom: 16px;
        left: 74%;
        text-align: right;
        z-index: 999;
    }

        .swiper-container .pagination .swiper-pagination-bullet {
            display: inline-block;
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background: #ffffff;
            margin-top: 16px;
        }

    .swiper-container .swiper-button-prev {
        background: url(../images/icon_prev.png) 0 0 no-repeat;
        height: 64px;
        width: 38px;
        left: 0;
        display:none;
    }
 .swiper-container:hover .swiper-button-prev {
        display:block;
}

    .swiper-container .swiper-button-next {
        background: url(../images/icon_next.png) 0 0 no-repeat;
        height: 64px;
        width: 38px;
        right: 0;
        display:none;
    }
 .swiper-container:hover .swiper-button-next {
        display:block;
}

.main {
    width:1200px;
    min-width:1200px;
    margin:0px auto;
}

.main .guide {
    background: #f8f8f8;
}

    .main .guide .guideContain .guideUl li {
        margin-top: 0px;
        margin-bottom: 20px;
        float: left;
        vertical-align: text-bottom;
        width: 14.2857143%;
        margin-top: 28px;
    }

        .main .guide .guideContain .guideUl li a {
            margin: 0 auto;
            display: block;
            width: 112px;
            color: #333333;
            font-size: 14px;
            text-align: center;
            padding-top: 70px;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
        }

            .main .guide .guideContain .guideUl li a span {
                display: inline-block;
                margin-top: 80px;
            }

            .main .guide .guideContain .guideUl li a .guide-span {
                display: block;
                width: 100%;
                color: #333333;
                margin-top: 0px;
            }

    .main .guide .guideContain .guideUl li {
    }

        .main .guide .guideContain .guideUl li:first-child {
            background: url("../images/icon_apparatus.png") no-repeat top center;
        }

            .main .guide .guideContain .guideUl li:first-child + li {
                background: url("../images/icon_meetingroom.png") no-repeat top center;
            }

                .main .guide .guideContain .guideUl li:first-child + li + li {
                    background: url("../images/images/icon_zsjz_56.png") no-repeat top center;
                }

                    .main .guide .guideContain .guideUl li:first-child + li + li + li {
                        background: url("../images/icon_safe.png") no-repeat top center;
                    }

                        .main .guide .guideContain .guideUl li:first-child + li + li + li + li {
                            background: url("../images/icon_process.png") no-repeat top center;
                        }

                            .main .guide .guideContain .guideUl li:first-child + li + li + li + li + li {
                                background: url("../images/icon_donate.png") no-repeat top center;
                            }

                                .main .guide .guideContain .guideUl li:first-child + li + li + li + li + li + li {
                                    background: url("../images/images/icon_vote_56.png") no-repeat top center;
                                }

.main .dept {
    padding-top:24px;
    clear: both;
}

    .main .dept .deptNews {
        float: left;
        width: 58%;
    }



    .main .dept .deptNotice dl {
margin-bottom: 20px;
height:75px;
clear:both;
}
    .main .dept .deptNotice dl dt {
           float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    background: url(../images/date.png) no-repeat;
    }

.main .dept .deptNotice dl dt .m{
line-height: 33px;
    color: #fff;
}

.main .dept .deptNotice dl dt .d{
font-size: 28px;
    line-height: 33px;
    color: #888;
}

.main .dept .deptNotice dl dt .w{
color: #951272;
}

    .main .dept .deptNotice dl dd {
          margin-left: 100px;
    }

    .main .dept .deptNotice dl dd .desc {
         line-height: 22px;
    font-size:13px;
    margin-top: 5px;
    color: #7c7c7c;
    }


   .main .dept .deptNotice{
        float: left;
        width: 36%;
        margin-left: 6%;
    }

     .main .dept .kslj {
        float: left;
        width: 36%;
        margin-left: 6%;
    }

     .main .dept .kslj ul
     {
         margin-top:10px;
     }
     .main .dept .kslj ul li
     {
         margin:10px 0px;
         padding: 15px 0px;
         background:#f2f2f2;
     }

      .main .dept .kslj ul li img
      {
          margin:0px 20px;
      }

      .main .dept .kslj ul li a
      {
          font-size:18px;
          line-height:30px;
      }

.main .footerImages {
      magin:20px auto;
      height:220px;
}

.main .footerImages ul li {
     display:inline;
     float:left;
     margin-left:15px;
}
.main .footerImages ul li:first-child {
    margin-left:0px;
}

.R-main input[type=submit] {
    width: 85px;
    height: 36px;
    line-height: 36px;
    border: none;
    background-color: #1e69c6;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    -webkit-appearance: none;
    border-radius: 0;
    margin-top: -10px;
}


.tab_top {
    padding-bottom: 4px;
    border-bottom: 2px solid #c2c2c2;
    position: relative;
    height: 30px;
}

    .tab_top div.title {
        font-size: 22px;
        float: left;
    }

    .tab_top .tabHeader {
        float: left;
        position: absolute;
        top: 0;
        left: 0px;
        width: 200px;
    }

    .tab_top .tabMore {
        float: right;
        padding-right: 5px;
        margin-top: 10px;
    }

        .tab_top .tabMore a {
            font-size: 14px;
            color: #666666;
        }


    .tab_top .tabHeader .tabName {
        float: left;
        margin: 6px 0 0 16px;
        font-size: 16px;
        cursor: pointer;
        color: rgb(102,102,102);
        line-height:35px;
    }

        .tab_top .tabHeader .tabName:first-child {
            margin-left: 0;
        }

    .tab_top .tabHeader .active {
        font-size: 22px;
        margin-top: 0;
        color: #1e69c6;
        border-bottom: 2px solid #1e69c6;
        font-weight:bold;
    }

    .tab_top .tabHeader .tabLink {
        padding-right: 4px;
        position: absolute;
        left: 504px;
        bottom: 6px;
    }

        .tab_top .tabHeader .tabLink a {
            display: none;
        }

            .tab_top .tabHeader .tabLink a.active_a {
                display: block;
                color: #666666;
            }


.tab_top2 {
    position: relative;
    height: 50px;
    background:#1e69c6;
}

    .tab_top2 div.title {
        font-size: 22px;
        float: left;
    }

    .tab_top2 .tabHeader {
        float: left;
        position: absolute;
        top: 0;
        left: 0px;
        width: 200px;
    }



    .tab_top2 .tabHeader .tabName {
        float: left;
        padding: 6px 0 0 16px;
        font-size: 16px;
        cursor: pointer;
        color: white;
	line-height:35px;
    }
        
    .tab_top2 .tabHeader .active {
        font-size: 22px;
        margin-top: 0;
        color: white;
    }

.tab .news_list {
    padding-top: 6px !important;
}

    .tab .news_list ul li {
        padding: 10px 80px 10px 0;
        border-bottom: 1px dashed #c2c2c2;
        position: relative;
    }

        .tab .news_list ul li:last-child {
            border-bottom: none;
        }

       .tab .news_list ul li a {
            display:inline-block;
            width: 99%;
            color: rgb(51,51,51);
            font-size: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .tab .news_list ul li a + p {
                color: #B92034;
                font-size: 12px;
                position: absolute;
                right: 0;
                top: 14px;
            }



.footer .foot-main {
    padding: 32px 0;
    background: #f2f2f2;
}

    .footer .foot-main div p.contact {
        display: block;
        font-size: 20px;
        font-weight: bold;
        color: #1e69c6;
    }

    .footer .foot-main div ul.adress {
       
        margin-top: 8px;
        list-style:none;
        height:70px;
    }

     .footer .foot-main div ul.adress li
     {
         margin-right:53px;
         color:#333333;
         float:left;
         line-height:35px;
     }

      .footer .foot-main div ul.adress li a
      {
           font-size: 16px;
        color: rgb(102,102,102);
      }

.footer {
    margin-top:20px;
}

.footer .copyright {
    background: #1e69c6;
height:240px;
}

    .footer .copyright div.centerArea div {
        padding: 16px 0;
        font-size: 16px;
        line-height: 2;
        color: #e2e2e2;
        text-align:center;
    }

.footer .copyright div.centerArea .l1 {
margin-top:10px;
  width:250px;
float:left;
background: url(../images/line.png) right center no-repeat;
}

.footer .copyright div.centerArea .l1  ul li {
   float:left;
   width:120px;
line-height:35px;
text-align:left;
}

.footer .copyright div.centerArea .l1  ul li a {
font-size:16px;
color:#fff;
}

.footer .copyright div.centerArea .l2 {
margin-left:60px;
margin-top:20px;
  width:670px;
float:left;
background: url(../images/line.png) right center no-repeat;
}

.footer .copyright div.centerArea .l2 p { 
padding-left:36px;
padding-right:40px;
color:#fff;
line-height:44px;
text-align:left;
font-size:16px;
}

.footer .copyright div.centerArea .l2 p.p1 {
background: url(../images/address.png) left 12px no-repeat;
}

.footer .copyright div.centerArea .l2 p.p2 {
background: url(../images/phone.png) left 12px no-repeat;
}

.footer .copyright div.centerArea .l2 p.p3 {
background: url(../images/copyright.png) left 12px no-repeat;
}

.footer .copyright div.centerArea .l3 {
  width:220px;
float:left;
margin-top:20px;
}

.footer .copyright div.centerArea .l3 p{
clear:both;
line-height:30px;
text-align:center;
font-size:16px;
}

.clear_both {
    clear: both !important;
    float: none !important;
}

.change:hover {
    color: #B92034 !important;
}

.past {
    color: #666666 !important;
}

.main .activity .activityContain .inform .inform_top .tabHeader .tabA {
    display: block;
}

.main .activity .activityContain .inform .inform_top .tabHeader .tabBtn {
    display: none;
}

.footer .copyright div.centerArea div a {
    color: #ffffff;
}

.swiper-slide .swiper-con span.bg {
    display: block;
    width: 400px;
    height: 40px;
    background-color: #B92034;
    position: relative;
}

.off-canvas-wrap .inner-wrap .navigation {
    display: none;
}

.main .collegeFocus .collegeFocus-ul div.pictureSetting ul li div:first-child a div {
}

.footer .copyright div.centerArea &gt; div span a {
    white-space: nowrap;
}


/*# sourceMappingURL=main.css.map */






</pre></body></html>