/* 初始化 */
*{margin:0; padding:0; box-sizing: border-box;}
html{width: 100vw; overflow-x: hidden;}
body{
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    background-color: #ffffff;
    font-size: 62.5%;
    font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
    letter-spacing: 0;
    word-wrap:break-word;
    -webkit-touch-callout: none;
}
.main_cont table{margin: auto;text-align: center;}

.local span:last-of-type {
    display: none;
}

header,footer{width: 100%;}
a{text-decoration: none; color: #222; font-size: 14px; display: inline-block;}
a:hover{transition: 0.5s;}
ul,ol{list-style: none;}
fieldset, img,input,button { border:none; padding:0; margin:0; outline-style:none; }
img{max-width: 100%;}
textarea{resize:none; overflow:hidden;}
h1,h2,h3,h4,h5,h6,em,i {font-weight:100;font-style:normal;}
input::-webkit-input-placeholder {color: #888888;}
input:-moz-placeholder {color: #888888;}
input::-moz-placeholder {color: #888888;}
input:-ms-input-placeholder {color: #888888;}
textarea{resize:none; overflow:hidden; border: none;}
textarea::-webkit-input-placeholder {color: #888888;}
textarea:-moz-placeholder {color: #888888;}
textarea::-moz-placeholder {color: #888888;}
textarea:-ms-input-placeholder {color: #888888;}
select::-ms-expand { display: none; }
select:focus{outline: none;}
pre{
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
	font-family: unset;
}
/*浏览器滚动条*/
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#E3E3E3}
::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

.scroll-view{height: 90%; overflow: auto;}
.scroll-view::-webkit-scrollbar{width: 0;}
.pageto{margin-top: 2vw;width: 100px;}

.carousel{font-size: 0; line-height: 1;}
.carousel .swiper-slide > a{font-size: 0; line-height: 1;}

/* header */
header{width: 100vw; background: url(../images/header.png) no-repeat; background-size: cover;}
.header{width: 1200px; height: 95px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.header .btn i{color: white;font-size: 30px; display: none; padding-right: 15px;}
.header .btn{display: none;}
.header .btn .on{display: block; transition: 0.5s;}
.header img{max-width: 226px; max-height: 68px;}
.header a{color: white; transition: 0.5s;}
nav{height: 100%; line-height: 1.5; display: flex; flex-direction: column;}
nav i{color: white;}
nav a{font-size: 16px;}
nav .top, nav ul{height: 50%; align-items: center;}
nav .top{display: flex; width: 100%; justify-content: flex-end;}
nav .top a{padding: 0 20px;}
nav .top a i{padding: 0 5px;}
nav .top a:last-child{padding-right: 0;}
nav .top .center{border: 1px solid #709eda; border-top: none; border-bottom: none;}
nav ul{display: flex; flex: 1;}
nav li{flex: 1; text-align: center;}
nav a:hover{color: red;}
nav{position: relative; z-index: 5; flex: 1;}
nav li{position: relative;}
nav dd{position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: #175dc0; width: 100%; text-align: center; display: none;}
nav dd dl{padding: 0.5vw 0;}
nav dl a{font-size: 12px;}
nav li:hover dd{display: block;}
/* search pop */
#search_pop{width: 100vw;height: 100vh;background-color: rgba(0,0,0,0.7);position: fixed;z-index: 99;top: 0;left: 0;display: none;}
#search_pop div{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#search_pop input{background: unset; height: 35px;width: 23.4375vw;border: 1px solid #FFF;padding-left: 15px;color: #FFF;font-size: 14px;display: inline-block;}
#search_pop input::placeholder{font-size: 14px;}
#search_pop i{cursor: pointer;color: #FFF;display: inline-block;vertical-align: middle;margin-left: 15px;}
#search_pop span{position: absolute;top: 50px;right: 50px;color: #FFF;font-weight: bold;font-size: 18px;cursor: pointer;transition: 0.8s;}
#search_pop span:hover{transform: rotate(180deg);}
/* footer */
footer{width: 100vw; background: #00418e; color: #fefefe;}
.footer{width: 1200px; margin: 0 auto;}
.footer .email .info{opacity: 0; transition: 1s;}
.footer .email > a:hover .info{opacity: 1;}
.f_top{display: flex; justify-content: space-between; padding-top: 75px;}
.f_top .email{display: flex;}
.f_top .email a{text-align: center; color: #b1c7db;}
.f_top .email .m_left{margin-left: 25px;}
.f_top .email_bg{background: #668cb6; width: 40px; height: 40px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px;}
.f_top i{color: #004089; font-size: 20px;}
.f_center{display: flex; justify-content: space-between; margin-top: 45px;}
.f_center div:first-child{display: flex;}
.f_center .qr{background: url(../images/qr.jpg) no-repeat; width: 106px; height: 106px; margin-right: 25px;}
.f_center li{font-size: 16px; line-height: 1.5;}
.f_center div:last-child img:last-child{margin-left: 30px;}
.f_btm{display: flex; justify-content: space-between; font-size: 16px; margin-top: 40px; padding: 45px 0; border-top: 1px solid #4d7aad;}
/* banner */
.banner{width: 100%; background: url(../images/lunbo-bg.png) no-repeat; background-size: cover;}
.banner img{width: 1200px; display: block; margin: 0 auto;}
/* 通用左侧菜单栏 */
.container{width: 1200px; margin: 0 auto; margin-top: 3vw; display: flex;}
.container{margin-bottom: 2vw;}
.menu{margin-right: 55px;}
.menu ul{width: 240px;}
.menu a{display: block;}
.menu .title{font-size: 18px; background: #0065b3; color: white; padding: 1vw 0; justify-content: normal;}
.menu .item a{padding: 20px 0; width: 100%; border-bottom: 1px solid #e6e6e6;}
.menu .on > dl > dd > a{padding: 10px 0;}
.menu i{margin-left: 1vw;}
.menu .title i{color: #76b6e6; font-size: 21px; margin-right: 0.5vw;}

.menu .title span{width:100%}

.menu .item{background: #f4f4f4;}
.menu .item a{font-size: 16px;transition: 0.5s;}
.menu .item i{color: #76b6e6;transition: 0.5s;}
.menu .item:hover > a i, .menu .item:hover > a{color: white; transition: 0.5s;}
.menu .item:hover > a{background: #76b6e6;}
.menu .on > dl dd:hover a{background: #cce5f8;}
.menu ul > .active > a{background: #76b6e6;}
.menu ul > .active > a > i,.menu ul > .active > a > span{color: white;}
.menu ul > .on > a > i{transform: rotate(45deg); display: inline-block; transition: 1s; }
.menu ul > .on > dl .active a{background: #cce5f8;}
.menu .on .icon-arrr::before{font-size: 12px;}
/* 二级菜单 */
.menu dl{height: 0; display: none; transition: 0.5s;}
.menu .on > dl{height: auto; display: block; transition: 0.5s;}
/* 内容样式一 */
.cont .title{display: flex; justify-content: space-between; align-items: flex-end; color: #adadad; padding-bottom: 20px; margin-bottom: 1vw; border-bottom: 1px solid #e7e6e6;}
.cont .title h1{font-size: 24px;}
.cont .title p{font-size: 14px;}
.cont{margin-bottom: 3vw; width: 910px;}
.cont ul{width: 100%;}
.cont .item a{padding: 20px 0; border-bottom: 1px solid #e6e6e6; display: flex; justify-content: space-between; align-items: center; font-size: 16px; transition: 0.5s;}
.cont .item a p:first-child::before{content: ""; --size: 5px; width: var(--size); height: var(--size); display: block; border-radius: 50%; background: #000; margin-right: 10px;}
.cont_font{font-size: 16px; line-height: 1.5;}
.cont_img{margin-bottom: 2vw;}
/* 交流合作 */
#jiaoliu .bg_item:hover{border-bottom: 1px solid #0065b3; transition: 0.5s;}
#jiaoliu .bg_item:hover h2{color: #0065b3; transition: 0.5s;}
/* 党的建设 */
#dangjian a:hover{color: #0065b3; border-color: #0065b3;}
#dangjian a:hover p:first-child::before{color: #0065b3;}
/* 联系方式 */
#contact .cont_title{font-size: 18px; font-weight: bold; color: black; border: none; margin-bottom: 1vw; margin-top: 3vw;}
#contact .item{font-size: 16px; line-height: 1.5;}
#contact .qr{max-width: 82px; text-align: center; margin-top: 1vw;}
/* 人才培养2 */
#rencai2 a{border: none;}
#rencai2 a:hover,#rencai2 a:hover p:first-child::before{color: #0065b3;}
#rencai2 .item a{font-weight: normal;}
#rencai2 .item a p:first-child{margin-right: 1vw;}
#rencai2 .item a p:first-child::before{color: #76b6e6;}
#rencai2 .item a p:last-child{overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; flex: 1; }
/* 内容样式二 */
.cont .bg_item a{background: #f7f7f7; display: block; padding: 1vw 2vw;}
.cont .bg_item{margin-bottom: 1vw; transition: 0.5s;}
.cont .bg_item h2{font-size: 16px; font-weight: 600; margin-bottom: 1vw; transition: 0.5s;}
.cont .bg_item p{font-size: 14px; color: #888888;}
.cont .bg_item{box-sizing: border-box; border-bottom: 1px solid #f7f7f7;}
/* 西财-南特项目 */
.cont .content{margin-bottom: 3vw;}
.cont .content h2{font-size: 20px; line-height: 20px; margin-left: 5px;}
.cont .content .cont_title{display: flex;}
.cont .content .cont_title::before{content: ""; width: 4px; height: 20px; display: inline-block; background: #0065b3;}
.cont .content .main ul{background: #f4f4f4; margin-top: 1vw; padding: 1.5vw 1vw;}
.cont .content .main .item{display: flex; margin-bottom: 2vw;}
.cont .content .main .item .icon{background: #76b6e6; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.cont .content .main .item div:last-child{width: 91%; margin-left: 10px;}
.cont .content .main .item .icon .iconfont{color: white; font-size: 20px;}
.cont .content .main .item h3{font-size: 18px; line-height: 40px; font-weight: 600;}
.cont .content .main .item p{font-size: 14px; line-height: 1.5; margin-top: 10px; color: #666666;}
.bg_blue{background: #cce5f8;}
.bg_grey{background: #f6f6f6;}
.mt{margin-top: 1.5vw;}
.list{font-size: 16px; margin-top: 1vw;}
.list_item{line-height: 1.5;}
.row{display: flex;}
.row .row_item{flex: 0 0 33.33%; text-align: center; padding: 1vw 0; border-right: 1px solid #b6ccdd;}
.row .half{flex: 0 0 50%;}
.row .row_item .zh_txt, .row .row_item .en_txt{font-size: 16px; line-height: 1.5;}
.row .row_item:last-child{border: none;}
.cont .content .main .row:first-child{margin-top: 1.5vw;}
.cont .content .main .cont_font{margin-top: 0.5vw;}
/* 科学研究 */
.cont .item .border_date{text-align: center; border: 1px solid #dddddd; padding: 10px; margin-right: 1vw; transition: 0.5s;}
.cont .item .border_date h3{font-size: 24px; font-weight: 600;}
.cont .item .border_date h4{font-size: 12px; font-weight: 600;}
.cont a:hover .border_date{border-color: #0065b3; transition: 0.5s;}
.cont .item a > p{flex: 1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: flex; align-items: center;}
.cont .item a > p.date{flex: unset;}
#yanjiu a:hover{color: #0065b3; border-color: #0065b3;}
/* 科学研究2 */
.cont .main .head{font-size: 24px;}
.cont .main .pubdate{font-size: 14px; background: #f3f3f3; color: #b2b2b2; padding: 10px;}
.cont .main .main_msg .list .list_item{font-size: 14px; font-weight: 600; margin-top: 0.5vw;}
.cont .main .main_msg{padding: 2vw 0; border-bottom: 1px dashed #d9d9d9;}
.cont .main .main_cont{padding: 2vw 0; border-bottom: 1px dashed #d9d9d9;}
.cont .main .main_cont h2{font-weight: 600; font-size: 14px;}
.cont .main .main_cont p{color: #000; font-size: 14px;}
.cont .main .main_btn button{padding: 10px 20px; background: white; border: 1px solid #dddddd; margin-right: 0.5vw;}
.cont .main .main_btn span{font-size: 14px;}
.cont .main .main_btn{margin-top: 2vw;}
.cont .main .main_btn .next{margin-top: 1vw;}
/* 下载专区 */
.download_icon{margin-right: 1vw; color: #959595;background: #f4f4f4; width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: 0.5s;}
#download .item:hover a{background: #76b6e6; color: white; transition: 0.5s;}
#download .item:hover .download_icon{color: #76b6e6; background: white; transition: 0.5s;}
#download .item:hover a p:first-child::before{color: white; transition: 0.5s;}
/* 校友中心 */
/* squared paper for practicing calligraphy */
.spfpc_container{display: flex; flex-wrap: wrap; --num: 3; --space: 1vw;}
.spfpc_item{width: calc((100% - 60px) / 3); margin-right: 28px; margin-bottom: var(--space);}

.spfpc_item.li3,
.spfpc_item.li6,
.spfpc_item.li9{
  margin-right:0;
}

.spfpc_item h2, .spfpc_item h3{font-size: 16px; padding: 1vw;}
.spfpc_item h2{color: black;}
.spfpc_item h3{color: #cdcdcd;}
.spfpc_item:hover{transform: scale(1.05); transition: 0.5s; box-shadow: 5px 5px 10px black; cursor: pointer;}
/* 校友捐赠 */
#donation .list_item{display: flex; padding: 1.5vw; border-bottom: 1px solid #e7e6e6; align-items: center;}
#donation .list_item h2{font-size: 16px;}
#donation .list_item .id{width: 5vw;}
#donation .list_item .type{width: 35%;}
#donation .list_item .money{width: 30%;}
#donation .list_item .use{width: 35%;}
/* 新闻 */
#news .list_item{display: flex; justify-content: space-between; align-items: flex-start;padding-bottom: 1.5vw; border-bottom: 1px solid #e7e7e7; margin-top: 1.5vw; transition: 0.5s;}
#news .list_item img{max-width: 10vw;}
#news .list > .date{font-size: 12px; color: #b1b1b1;}
#news .list > h1{font-size: 16px; font-weight: 600; margin-top: 0.5vw;}
#news .list > p{font-size: 14px; color: #666666; margin-top: 1vw; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
#news .list_item > .list{padding: 0 1vw; margin-top: 0; flex: 1;}
#news .list_item:hover{color: red; transition: 0.5s; cursor: pointer;}
/* 新闻2 */
#news2 .main_cont{padding: 0; padding-bottom: 3vw; border-bottom: 1px solid #e7e6e6;}
/* 学生发展 */
#student .list h1{font-size: 16px; margin-bottom: 1vw; font-weight: 600; line-height: 1.5; transition: 0.5s;}
#student .list p{font-size: 14px; font-weight: normal; color: #888888; line-height: 1.5; transition: 0.5s;}
#student .item a{align-items: flex-start;}
#student .list{margin-top: 0;}
#student .item:hover a{border-color: #0065b3;}
#student .item:hover .list h1, #student .item:hover p{border-color: #0065b3; color: #0065b3; transition: 0.5s;}
/* 师资力量 */
.filter .filter_row{display: flex; flex-wrap: wrap; align-items: flex-start; padding: 1vw; font-size: 14px; border-bottom: 1px dashed #d6d6d6;}
.filter .filter_item{width: 5vw;}
.filter .filter_option{display: inline-block; margin-right: 5px; padding: 2px 10px; transition: 0.5s;}
.filter .on{background: #0065b3; color: white; transition: 0.5s;}

.people-list{display: flex; flex-wrap: wrap;}
.imgbox{display: flex; align-items: center; justify-content: flex-start;}
.people-item .imgbox{max-width: 80%; min-height: 270px; align-items: flex-end;}

.people-list .people-item{border-bottom: 1px solid #d5d5d5; padding-bottom: 1vw; width: 25%; margin-top: 2vw;}
.people-list .people-item h2{font-size: 18px; font-weight: 600; margin-top: 10px;}
.people-list .people-item p{font-size: 14px;}


.filter_option:hover{cursor: pointer;background: #0065b3; color: white; transition: 0.5s;}
#shizi .list{margin-top: 0; font-size: 14px; width: 80%;}
/* 师资力量-招聘 */
#shizi-zhaopin a:hover{color: #0065b3; border-color: #0065b3;}
#shizi-zhaopin a{justify-content: unset;}
#shizi-zhaopin .border_date{margin-right: 3vw;}
#shizi-zhaopin .item a > p{flex: 1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
/* 师资力量-行政 */
#shizi-xingzheng .list{margin-top: 0; font-size: 14px; width: 80%;}
/* 系所设置 */
#xisuo{display: flex; flex-wrap: wrap;}
#xisuo .row{width: 33.33%; border-bottom: 1px solid #e7e6e6;}
#xisuo .row .item{width: 12vw; height: 3.5vw; font-size: 16px; display: flex; align-items: center; transition: 0.5s;}
#xisuo .row .item i{margin-right: 1vw;}
#xisuo .row .item:hover{color: #175dc0;}

/* 导航 */
.PrevDisabled,.Next{height: auto !important;}
.defaultButtonStyle{height: auto !important; padding: 4px 8px !important;}
input.defaultInputStyle{border: 1px solid #AFD5F5 !important; width: 35px !important;}

@media screen and (max-width:1290px){
  .header,.footer{width: 95%;}
  nav li{padding-left: 24px;}
  .cont{width: 65vw;}
  .menu .item a{padding: 1.5vw 0;}
  .menu .on > dl > dd > a{padding: 0.5vw 0;}
}
@media screen and (max-width:980px){
  .noscroll{height: 100vh; overflow: hidden;}
  #search_pop{background: rgba(0,0,0,0.9);}
  #search_pop div{display: flex; align-items: center;}
  #search_pop input{width: 70vw;}
  .header,.footer{width: 100%; overflow: hidden;}
  .header img{max-width: 35vw;}
  .header{position: relative; height: 60px;}
  .header .btn{display: block;}
  .header .btn i{font-size: 24px;}
  nav{background: #1568bf; width: 100vw; height: 0; position: fixed; top: 60px; left: 0; opacity: 0; transition: 0.5s; z-index: -1;}
  .nav_on{height: 100vh; opacity: 1; z-index: 10; box-shadow: 0 -1px 5px #1568bf;}
  nav .top{margin-top: 15px; height: auto; display: flex; justify-content: center;}
  nav .top a{padding: 0 20px; font-size: 18px;}
  nav .top a:last-child{padding-right: 20px;}
  nav .top a .iconfont{font-size: 18px;}
  nav ul{display: block; height: auto;}
  nav ul{margin: 5vw auto;}
  nav ul li{padding: 4vw 0; text-align: center;}
  nav a{font-size: 20px;}
  .iconfont{font-size: 20px;}
  .f_top{padding-top: 45px;}
  .f_top img{max-width: 45vw;}
  .f_top .email{margin-right: 2vw;}
  .f_top .email_bg{width: 30px; height: 30px; margin-bottom: 5px;}
  .f_top i{font-size: 15px;}
  .f_center{display: block; margin-top: 30px; margin-left: 4vw;}
  .f_center .qr{margin: 5vw 0;}
  .f_center li{font-size: 14px;}
  .f_center div:first-child{display: block;}
  .f_center div:last-child{margin-top: 5vw;}
  .f_center div:last-child img:last-child{margin-left: 0;}
  .f_btm{flex-direction: column; font-size: 14px; text-align: center; padding: 20px 0; margin-top: 30px;}
  .banner img, .container{width: 90vw;}
  .container{display: block;}
  .menu{margin-right: 0;}
  .menu ul, .cont ul{width: 90vw; margin: 0 auto;}
  .menu .item a, .iconfont{font-size: 15px;}
  .menu .item a{padding: 2vw 0; padding-left: 1vw;}
  .menu .item dl span{font-size: 14px;}
  .menu .item dl i{margin-left: 7vw;}
  .cont{margin-top: 5vw;}
  .cont{width: 90vw; padding: 5vw 0 10vw;}
  .cont .title h1{font-size: 20px;}
  .cont .title p{font-size: 12px;}
  .cont .item a{font-size: 14px;}
  .cont .bg_item h2{margin-bottom: 3vw; margin-top: 1vw; font-size: 14px;}
  .cont .bg_item p{font-size: 12px;}
  .cont .bg_item a{padding: 1vw 5vw;}
  .cont .content .main ul{width: 90vw;}
  .cont .content .main .cont_font{margin-top: 3vw;}
  .list{margin-top: 3vw;}
  .cont .item .border_date {padding: 5px; margin-right: 4vw;}
  .cont .main .head{font-size: 18px;}
  .cont .main .pubdate{font-size: 12px;}
  .mt{margin-top: 3vw;}
  .cont .main .main_msg .list .list_item{margin-top: 3vw;}
  .cont .main .main_cont{margin: 4vw 0;}
  .cont .main .main_cont p{margin: 3vw 0;}
  .cont .main .main_btn button{padding: 5px 10px;}
  .cont .main .main_btn .prev, .cont .main .main_btn .next{display: flex; flex-direction: column;}
  .spfpc_row{display: block;}
  .spfpc_row{margin-bottom: 3vw;}
  .spfpc_item{width: 100%; margin-bottom: 3vw;}
  #rencai2 .item a p:last-child{margin-right: 0;}
  #donation .list_item h2{font-size: 14px; padding-right: 5px;}
  #donation .list_item .id{width: 12vw;}
  #news .list_item{display: block; padding: 3vw 0;}
  #news .list_item img{margin: 0 auto; display: block;}
  #news .list > .date{text-align: center;}
  .filter .filter_item {width: 16vw;}
  #shizi .list{width: 100%;}
  #shizi-xingzheng .list{width: 100%;}

  .people-list .people-item h2{font-size: 16px;}
  .people-list .people-item p{font-size: 12px;}
  .people-list .people-item{width: 50%;}
  .people-item .imgbox{min-height: 200px;}

  #xisuo .row .item{flex: 1; width: auto; height: 20vw;}
  #news .list_item img{max-width: 100%;}
  #news .list_item > .list{margin-top: 3vw;}
  .pageto{margin-top: 5vw;}
  .footer .email .info{display: none;}
  .filter .filter_row{padding: 4vw 2vw;}
  .banner img{height: auto !important; width: 90vw !important;}
  .cont .title{flex-direction: column; align-items: flex-start;}
}