<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
    width:100%;
    overflow: hidden;
    position: relative;
}
.banner ul{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    background: #ccc;
}
.banner li{
    float: left;
    overflow: hidden;
}
.banner li a{
    display: block;
    width:100%;
    height:100%;
}
.banner li img{
    width:100%;
    height:100%;
}
.banner .dot{
    position: absolute;
    z-index: 2;
    bottom:10px;
    left:10px;
    width:144px;
    height:16px;
    overflow: hidden;
}
.banner .dot span{
    float: left;
    width:16px;
    height:16px;
    margin-right:16px;
    background: url("../Images/dot.png") no-repeat 0 0;
    cursor: pointer;
}
.banner .dot span.last{
    margin-right:0;
}
.banner .dot span.cur{
    background: url("../Images/dot-w.png") no-repeat 0 0;
}



.info .wrap{
    height:140px;
    margin:24px auto 0;
}
.info .cell{
    float: left;
    padding-left:142px;
    margin-right:24px;
}
.info .r{
    float: right;
}
.info .cell1{
    background: url("../Images/info1.jpg") no-repeat 0 0;
	cursor:pointer;
}
.info .cell2{
    background: url("../Images/info2.jpg") no-repeat 0 0;
	cursor:pointer;
}
.info .cell .box{
    width:300px;
    border-top:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
    padding: 21px 0;
}
.info .cell .box li{
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
}
.info .cell .box li p{
    float: left;
    width:228px;
    overflow: hidden;
    white-space:  nowrap;
    text-overflow: ellipsis;
	/* color:#300 */
}
.info .cell .box li span{
    float: right;
}


.news{
    overflow: hidden;
    margin-bottom:50px;
        margin-top: 8px;
}
.news .cell{
    float: left;
    width:48.5%;
    margin-right:30px;
    margin-bottom:30px;
}
.news .cell2{
    margin-right:0;
}
.news .cell .top{
        border-bottom: 2px solid #6797a8;
    overflow: hidden;
    height:36px;
    font-size: 16px;
    line-height: 35px;
}
.news .cell .top span{
    float: left;
    /* padding-left:22px; */
    color:#e7352f;
    background: url('../Images/news_bg.png') no-repeat 0 0;
   /*  width:70px; */
    border-bottom:1px solid #e7352f;
    font-weight: bold;
        border-bottom: 5px solid #286c83;
    padding-bottom: 2px;
    background-color: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 29px;
    text-align: center;
    font-family: "微软雅黑";
}
.news .cell2 .top b{  padding: 7px 0px 7px 7px; padding-right: 7px; }

.news .cell .top a{
    width:288px;
    text-align: right;
}
.news .cell .middle{
    margin-top: 15px;
    overflow: hidden;
}
.news .cell .middle .l{
    float: left;
    width:160px;
    height:100px;
    margin-right:14px;
}
.news .cell .middle .r{
    float: left;
    width:70%;
    font-size: 12px;
}
.news .cell .middle .r .p1{
    font-size: 16px;
    color: #300;
    line-height:16px;
    height:16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}
.news .cell .middle .r .p2{
    line-height: 28px;
    height:84px;
    overflow: hidden;
}
.news .cell .middle .r .p2 span{
    color: #e7352f;margin-left: 5px;
}

.news .cell .bottom{
    font-size: 12px;
    line-height: 26px;
    margin-top: 13px;
    overflow: hidden;
}
.news .cell .bottom p{
    float: left;
    width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	/* color:#300; */

}
.news .cell .bottom span{
    float: right;
}
.news .cell1 .top span{
    background: url('../images/news_bg.png') no-repeat 0 0;
}
.news .cell2 .top span{
    background: url('../images/news_bg.png') no-repeat 0 -36px;
}
.news .cell3 .top span{
    background: url('../images/news_bg.png') no-repeat 0 -72px;
}






.notice1 { position: relative; width: 100%; height: 280px; margin-top: 16px;}
.notice1 .noticeList{
    width: 100%; 
}
.notice1 .noticeList ul li{
    width: 18.82%; 
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    margin-right: 1%;
    float: left;
    height: 4rem;
    margin-bottom: 15px;
    border: 1px solid #ccc;
   /*  border-left: 1px solid #616161; */
}
.notice1 .noticeList ul li:hover i{
    width: 100%;
}
.notice1 .noticeList ul li i{

    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    background: #f2f2f2;
    height: 100%;
    z-index: 1;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.notice1 .noticeList ul li .time{
    z-index: 2;
    width: 22%;
    float: left;
    margin-left: 12px;
    border-left: 0px solid #9f9f9f;
    position: relative;

}
.notice1 .noticeList ul li .time .blocks{
    width: 82%;
    height: 100%;
    /*background: #f3f3f3;*/
    margin: 0 auto;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.notice1 .noticeList ul li .time .blocks img{
    width: 100%;

}

.notice1 .noticeList ul li:hover .infos .mainTitle,
.notice1 .noticeList ul li:hover .infos .subTitle{
    color: #e47061;
}

.notice1 .noticeList ul li .infos{
    text-align: center;
    position: relative;
    width: 55%;
    z-index: 2;
    margin-left: 1%;
    float: left;
}
.notice1 .noticeList ul li .infos .mainTitle{
    color: #494949;
    line-height: 1.5em;
    font-size: 13px;
    margin-top: 12px;
    /*  white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    padding-left: 1px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.navlinks{ margin: 30px auto; min-height: 30px; width: 100%;  }

/**footer pop**/
.modal[data-drag=draged] .modal-dialog{margin:0;position:absolute}
.alert-container{position:fixed}
.alert-container .alert{box-shadow:0 5px 5px rgba(0,0,0,.1)}
#alert-container-center{top:50%;left:50%;transform:translate(-50%,-50%)}


/**news*/

.list-campus ul li{margin-bottom:13px;}
.list-campus ul li:last-child{margin-bottom:0px}
.list-campus ul li .date{float:left; width:45px; height:40px;margin-right:12px;color:#ad4b4d;}
.list-campus ul li .d{height:22px; font-size:24px;   text-align: center;  font-weight: bolder;color: #da2118;}
.list-campus ul li .m{height:16px;font-size:11px;        text-align: center;  margin-top: 9px;
    color: #9E9E9E; /*border-top:1px solid #bcbcbc*/}
.list-campus ul li .title{ float: left;width: 85%;margin:0px 0px;     white-space: nowrap;padding-left:20px; height:44px; color:#073f89;font-weight: bold;font-size:18px; line-height:39px;overflow:hidden; border-left:1px solid #bcbcbc}
.list-campus ul li .title a{color:#696868;}
.list-campus ul li .title a:hover{color:#ad4b4d;}
.float-right{ float: right; margin-right:6px; margin-top: 10px; }
#detail02{display: none}
#detail04{display: none}

.content {
    width: 1440px;
    margin: 0 auto;
    position: relative
}

.fixed::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.head,
.block {
    width: 100%;
    display: block;
}

.block {
    margin-top: 40px;
}

.main {
    width: 1188px;
    margin: 0 auto;
    overflow: visible;
}

.banner {
    width: 100%;
/*     height: 1074px;
padding-top: 634px; */
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 125px;
}

.banner .texts {
    width: 100%;
    height: 440px;
    padding: 30px 40px;
}

.texts .text  {
    width: 336px;
    height: 100%;
    float: left;
    text-align: justify;
    text-indent: 40px;
    font-size: 20px;
    line-height: 36px;
}

.texts .text.margin {
    margin-right: 50px;
}

.box {
    width: 100%;
    height: 928px;
    background-size: 1100px 928px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 40px;
    position: relative;
}

.box .text {
    width: 580px;
    height: 506px;
    position: absolute;
    top: 282px;
    right: 102px;
}

.text span {
    display: block;
    text-align: justify;
    text-indent: 40px;
    font-size: 20px;
    line-height: 48px;
}

.shape {
    position: relative;
    width: 100%;
    padding-top: 680px;
    margin-top: 40px;
}

.shape .active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.final {
    width: 100%;
    height: 874px;
    background-size: 1100px 874px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
}

.top {
    
    top: 280px;
    width: 100%;
    left: 0;
    padding: 0 0px;
    line-height: 36px;
    font-size: 20px;
    text-align: justify;
    text-indent: 40px;
}

.tiny-left,
.tiny-right {
    width: 445px;
    height: 200px;
    position: absolute;
    top: 612px;
    font-size: 20px;
    text-align: justify;
    text-indent: 40px;
    padding: 30px 12px 0;
    line-height: 40px;
}

.tiny-left {
    left: 112px;
    color: #fff;
}

.tiny-right {
    right: 100px;
}

.title {
    width: 1236px;
    margin-left: -24px;
}

.types {
    width: 100%;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 185px;
}

.block_1 {
    height: 1568px;
    margin-top: 30px;
}

.block_2 {
    height: 1304px;
    margin-top: 50px;
}

.item {
    width: 100%;
    padding: 40px 34px 0;
    height: 337px;
}

.item .des {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666;
}

.click {
    width: 100%;
}

.click .link {
    display: block;
    width: 354px;
    height: 208px;
    position: relative;
    float: left;
}

.link:hover .tit {
    color: #999;
}

.link img {
    width: 100%;
    height: 100%;
}

.link .tit {
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    position: absolute;
    bottom: 0;
}

.link .tit.no {
    background: none;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 16px;
    text-align: left;
}

.link.right {
    margin-right: 28px;
}

.block_2 .item {
    width: 100%;
    padding: 0 34px;
    z-index: 5;
    margin-top: 40px;
}

.block_2 .link {
    width: 267px;
    height: 156px;
}

.block_2 .link.right {
    margin-right: 17px;
}

.block_2 .item .tt {
    display: block;
    margin: 0 auto 20px;
}

.block_2 .item .tit {
    height: 40px;
    line-height: 40px;
}

.four {
    height: 265px;
}

.block_2 .tran {
    height: 410px;
}

.more {
    display: block;
    margin: 20px auto 0;
    width: 105px;
    height: 30px;
}

.block_2 .first {
    height: 328px;
}

.switch {
    width: 304px;
    margin: 0 auto;
    position: relative;
}

.switch .btn {
    width: 50%;
    height: 49px;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.switch #st1 {
    left: 0;
}

.switch #st2 {
    right: 0;
}

.first .des {
    color: #666;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.item .wrap {
    width: 100%;
    height: 270px;
    padding-bottom: 0;
}

.wrap .big {
    height: 100%;
    float: left;
}

.floatbox {
    width: 742px;
    height: 100%;
    float: left;
    margin-left: 20px;
}

.floatbox img {
    display: block;
    float: left;
}

img.l {
    margin-right: 20px;
}

img.b {
    margin-bottom: 22px;
}


.hide {
    display: none;
}

.swiper {
    width: 100%;
    height: 160px;
    overflow: hidden;
    position: relative;
}

.pan {
    position: absolute;
    top: 52px;
    cursor: pointer;
}

.pan:hover {
    opacity: .8;
}

.pan.left {
    left: 0;
}

.pan.right {
    right: 0;
}

.swiper img {
    display: block;
    float: left;
}

.swiper img.r {
    margin-right: 18px;
}

.red {
    box-sizing: content-box;
}


.rightsidebar {
background: #fff;
color:#ffffff;
overflow: hidden;
z-index: 9999;
position: fixed;
padding:0px;
text-align:center;
width: 160px;
height: 350px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
top:25%;
}



/*屏幕中间*/
.rightsidebar .center_{
right: 45%;
top: 50%;
}

/*屏幕中间*/
.rightsidebar .center_1{
left: 45%;
top: 50%;
}

@media (max-width:1200px){
    /*info*/
    .info .wrap{
        height:112px;
        margin:19px auto 0;
    }
    .info .cell{
        padding-left:112px;
        margin-right:20px;
    }
    .info .cell1,.info .cell2{
        background-size: 102px 112px;
    }
    .info .cell .box{
        width:270px;
        padding: 7px 0;
    }
    .info .cell .box li p{
        width:210px;
    }
    .info .r {
        width:96px;
    }

    .news{
        margin-bottom:40px;
        margin-top:32px;
    }
    .news .cell{
        width:350px;
        margin-right:10px;
    }
    .news .cell .top{
        height:29px;
        font-size: 16px;
        line-height: 28px;
    }
    .news .cell .top a{
        width:198px;
    }
    .news .cell .middle{
        margin-top: 10px;
        font-size: 12px;
    }
    .news .cell .middle .l{
        float: left;
        width:116px;
        height:72.5px;
        margin-right:10px;
    }
    .news .cell .middle .r{
        width:60%;
        font-size: 12px;
    }
    .news .cell .middle .r .p1{
        height:14px;
        font-size: 14px;
        line-height: 14px;
        overflow: hidden;
    }
    .news .cell .middle .r .p2{
        line-height: 22px;
        height:66px;
        overflow: hidden;
    }
    .news .cell .middle .r .p2 span{
        color: #e7352f;margin-left: 3px;
    }
    .news .cell3 {
        margin-right: 0;
    }

    .news .cell .bottom{
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        overflow: hidden;
    }
    .news .cell .bottom p{
        float: left;
        width:240px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }
    .news .cell .bottom span{
        float: right;
    }
    .news .cell1 .top span{
        background: url('../images/news_bg.png') no-repeat 0 -3px;
    }
    .news .cell2 .top span{
        background: url('../images/news_bg.png') no-repeat 0 -39px;
    }
    .news .cell3 .top span{
        background: url('../images/news_bg.png') no-repeat 0 -75px;
    }
}

@media (max-width:778px){
.rightsidebar{display: none}
}</pre></body></html>