@charset "utf-8";
.pb_sys_common{    font-size: 14px !important;font-family: "Microsoft YaHei"  !important}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

html {
    font-size: 5.2083333333333vw;
}

@media (max-width:1199px) {
    html {
        font-size: 6.6vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.3vw;
    }
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #373737;
    background: #ffffff;
    font: .18rem 'Microsoft YaHei', arial, sans-serif;
    min-width: 320px;
}

@media (max-width:1199px) {
    body {
        font-size: 14px;
    }
}

a {
    color: #373737;
    text-decoration: none;
}

a:hover {
    color: #003F98;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_no {
    display: none;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis-1 {
    overflow: hidden;
    /* 确保超出的文本被隐藏 */
    white-space: nowrap;
    /* 防止文本换行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
}

@media (max-width:1199px) {
    .container {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@font-face {
    font-family: 'SourceHanSans-Bold';
    src: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/SourceHanSans-Bold.otf");
}

@font-face {
    font-family: 'SourceHanSans-Medium';
    src: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/SourceHanSans-Medium.otf");
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/SourceHanSans-Regular.otf");
}

@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/SourceHanSerifCN-Heavy.otf");
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: .19rem .7rem;
}


/* 
.header .logo {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/logo.png")no-repeat left center;
    background-size: auto 1.11rem;
    width: 6.47rem;
    height: 1.11rem;
} */

.header .logo img {
    height: 1.11rem;
}

.header .logo .blue-logo {
    display: none;
}

.header .top {
    font-family: 'SourceHanSans-Medium';
    justify-content: flex-end;
    color: #FFF;
    margin-top: .15rem;
}

.header .top a {
    color: #FFF;
    padding-left: .3rem;
    background-position: left center;
    background-repeat: no-repeat;
}

.header .top .lang {
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/lang.svg");
    background-size: .18rem;
}

.header .top .home {
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/home.svg");
    background-size: .24rem;
}

/* .header .top .search-btn {
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/search.svg");
    background-size: .2rem;
} */

.header .top .search-btn .inp{
	border: 0;
	border-bottom: 1px solid #fff;
	background: transparent;
	color: #fff;
	width: 1.3rem;
}
.header .top .search-btn .search-img{
	width: 0.2rem;
	height: 0.2rem;
	cursor: pointer;
	transform: translateX(-0.2rem);
}
.header .top .search-btn .search-img:last-of-type{
	display: none;
}

.header .top .search-box{
	margin-right: 0.15rem;
}
.header .top .search-box .inp{
	padding-left: 0.1rem;
	color: #296AAE;
	background: #fff;
	border: 1px solid #296AAE;
}
.header .top .search-box .sub{
	color: #fff;
	background: #296AAE;
	padding: 0.1rem 0.15rem;
}
.header .top .search-magnifier{
	display: none;
	background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/search.svg") no-repeat center;
	background-size: 100%;
}
.fixed .top .search-magnifier{
	background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/search1.svg") no-repeat center;
}


.menu-btn {
    display: none;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/menu.svg")no-repeat center;
    width: .5rem;
    height: .5rem;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.fixed .menu-btn{ background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/menu_on.png")no-repeat center;background-size: cover;}
.menu-btn.close {
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/close.svg");
}
.nav {
    margin-top: 0.02rem;
}

.nav li>a {
    font-size: .22rem;
    color: #FFF;
    font-weight: bold;
    line-height: .6rem;
    padding: 0 .15rem;
}

.nav li:last-child>a {
    padding-right: 0;
}

.nav .drop {
    left: -.2rem;
    right: -.2rem;
    top: .6rem;
    position: absolute;
    transition: transform 0.2s linear, opacity 0.2s linear;
    -webkit-transition: transform 0.2s linear, opacity 0.2s linear;
    -moz-transition: transform 0.2s linear, opacity 0.2s linear;
    -ms-transition: transform 0.2s linear, opacity 0.2s linear;
    -o-transition: transform 0.2s linear, opacity 0.2s linear;
    transform-origin: top;
    z-index: 9;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-color: #FFF;
    line-height: .4rem;
    padding: .1rem 0;
    border-radius: 0 0 .1rem .1rem;
    -webkit-border-radius: 0 0 .1rem .1rem;
    -moz-border-radius: 0 0 .1rem .1rem;
    -ms-border-radius: 0 0 .1rem .1rem;
    -o-border-radius: 0 0 .1rem .1rem;
}

.nav .drop::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: .3rem;
    height: 3px;
    background-color: #F2BA49;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.header.fixed {
    background-color: #FFF;
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .15);
}

.header.fixed .white-logo {
    display: none;
}

.header.fixed .blue-logo {
    display: block;
}

.header.fixed .top .lang {
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/lang1.svg");
    color: #373737;
}

.header.fixed .top .home {
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/home1.svg");
    color: #373737;
}

/* .header.fixed .top .search-btn {
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/search1.svg");
    color: #373737;
} */

.header.fixed .top .search-btn .inp{
	border-bottom: 1px solid #055FDA;
	color: #055FDA;
}

.header.fixed .top .search-btn .search-img:first-of-type{
	display: none;
}
.header.fixed .top .search-btn .search-img:last-of-type{
	display: block;
}

.header.fixed .nav>li>a {
    color: #373737;
}

.search-content {
    background: #103259;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    display: none;
    width: 100%;
    height: 100%;
}

.search-content .close {
    position: absolute;
    right: .6rem;
    top: .6rem;
    width: .6rem;
    height: .6rem;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/close1.svg")no-repeat center;
    background-size: .4rem;
    cursor: pointer;
    z-index: 10;
}

.search-content .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 8rem;
    height: .8rem;
    border-bottom: 1px #FFF solid;
}

.search-content .content input[type='text'] {
    color: #FFF;
    font-size: .18rem;
    background: none;
}

.search-content .content input[type='text']::placeholder {
    color: #FFF;
}

.search-content .content input[type='submit'] {
    width: .6rem;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/search.svg")no-repeat center;
    background-size: .3rem;
}

@keyframes newssvg {
    0% {
        stroke-dashoffset: 100;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner li {
    position: relative;
    cursor: pointer;
    margin: 0 .1rem;
    width: .3rem;
    height: .3rem;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: .5;
    background-color: #ffffff;
}

.banner li:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    opacity: 0;
}

.banner li svg {
    fill: none;
    stroke: #F2BA49;
    stroke-width: 2px;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transform: rotate(-90deg);
    width: 100%;
    height: 100%;
    width: .31rem;
    height: .31rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.banner li.active svg {
    animation: newssvg 5s linear forwards;
    -webkit-animation: newssvg 5s linear forwards;
}

.banner li.active::after {
    background-color: #F2BA49;
    opacity: 1;
}

.banner li.active::before {
    opacity: .5;
}

.banner .pagination {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: .4rem;
}

.footer {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/f-bg.png")no-repeat center;
    background-size: cover;
    padding-left: .7rem;
    padding-right: .7rem;
    color: #FFF;
    padding-top: .2rem;
    font-size: .16rem;
}

.copyright {
    font-size: .14rem;
    padding: .2rem 0;
    border-top: 1px rgba(255, 255, 255, .3) solid;
}

.copyright::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.copyright::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.footer .link {
    line-height: 1.8;
    padding-bottom: .2rem;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
}

.footer .link::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.footer .link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.footer .link .tit {
    font-weight: bold;
}

.footer .link a {
    color: #FFF;
    margin-right: .5rem;
}

.footer .link a:last-child {
    margin-right: 0;
}

.footer .info {
    padding: .2rem 0;
}

.footer .logo {
    margin-right: .4rem;
}

.footer .logo img {
    height: 1.11rem;
}

.footer .info .tit {
    font-weight: bold;
}

.footer .info .text {
    font-size: .14rem;
    margin-top: .1rem;
}

.footer .erwma {
    margin-left: .2rem;
}

.footer .erwma .pic {
    margin-left: auto;
    margin-right: auto;
    width: 1.15rem;
    height: 1.15rem;
    overflow: hidden;
}

.footer .erwma .pic img {
    width: 100%;
}

.footer .erwma .txt {
    font-size: .14rem;
    margin-top: .1rem;
}

.home-bg1 {
    background: #FFF url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/bg1.jpg")no-repeat center bottom;
    padding-bottom: .5rem;
    padding-top: .4rem;
    background-size: 100%;
}

.home-title .en {
    font-family: 'SourceHanSerifCN-Heavy';
    font-size: .48rem;
    text-transform: uppercase;
    background: linear-gradient(180deg, rgba(0, 63, 152, 0.1) 0%, rgba(0, 63, 152, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1;
}

.home-title .cn {
    font-family: 'SourceHanSans-Bold';
    background: linear-gradient(180deg, #1871EA 0%, #0146A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: .36rem;
    margin-top: -.25rem;
}

.home-title .more {
    position: absolute;
    right: 0;
    color: #055FDA;
    padding-right: .35rem;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/more.svg")no-repeat right center;
    background-size: .24rem;
    bottom: 0;
    z-index: 1;
}

.home-news .content {
    margin-top: .3rem;
}

@font-face {
    font-family: 'Bebas';
    src: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/Bebas.eot");
    src: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/Bebas.eot?#iefix") format('embedded-opentype'), url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/Bebas.woff2") format('woff2'), url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/Bebas.woff") format('woff'), url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/fonts/Bebas.svg#Bebas") format('svg');
}

.date {
    font-family: 'Bebas';
}

.home-news .foucs {
    width: 8.6rem;
    height: 5.56rem;
    overflow: hidden;
    margin-right: .3rem;
}

.home-news .foucs .swiper-container {
    width: 100%;
    height: 100%;
}

.home-news .foucs .date {
    position: absolute;
    left: .3rem;
    top: .3rem;
    background: linear-gradient(180deg, #1871EA 0%, #0146A8 100%);
    width: .8rem;
    height: .8rem;
    z-index: 2;
    color: #FFF;
    padding: 0 .1rem;
    font-size: .12rem;
}

.home-news .foucs .date span {
    font-size: .36rem;
    border-bottom: 1px rgba(255, 255, 255, .3) dotted;
    padding-bottom: .05rem;
    margin-bottom: .05rem;
}

.home-news .foucs .date span::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.home-news .foucs .date span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.home-news .foucs .swiper-slide {
    overflow: hidden;
}

.home-news .foucs .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(0deg, #011E48 0%, rgba(0, 63, 152, 0) 97%);
}

.home-news .foucs .text {
    color: #FFF;
    font-size: .2rem;
    font-weight: bold;
    position: absolute;
    padding: 0 .4rem;
    bottom: .36rem;
    z-index: 4;
    max-width: 100%;
}

.home-news .foucs .button {
    position: absolute;
    left: 0;
    bottom: .8rem;
    width: 100%;
    height: .38rem;
}

.home-news .foucs .swiper-button-next,
.home-news .foucs .swiper-button-prev {
    width: .38rem;
    height: .38rem;
    border: 1px #FFF solid;
    background: rgba(255, 255, 255, .3) url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/next.svg") center no-repeat;
    background-size: .17rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: auto;
    margin-top: 0;
}

.home-news .foucs .swiper-button-next {
    right: .4rem;
}

.home-news .foucs .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: auto;
    right: 1.1rem;
}

.home-news .foucs .swiper-pagination {
    width: auto;
    margin-left: .3rem;
    position: inherit;
    bottom: auto;
    left: auto;
}

.home-news .foucs .button::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: .3rem;
    background-color: #FFF;
    z-index: 2;
}

.home-news .foucs .button::before {
    content: '';
    position: absolute;
    left: .3rem;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    margin-top: -2px;
    z-index: 2;
}

.home-news .foucs .swiper-pagination::after {
    content: '';
    position: absolute;
    right: -4.9rem;
    top: 50%;
    height: 1px;
    width: 4.8rem;
    background-color: #FFF;
    z-index: 2;
    opacity: .5;
}

.home-news .foucs .swiper-pagination::before {
    content: '';
    position: absolute;
    right: -.1rem;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    margin-top: -2px;
    z-index: 2;
    opacity: .5;
}

.home-news .foucs .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    font-family: 'Bebas';
    color: #FFF;
    font-size: .16rem;
    margin: 0 .1rem !important;
    background: none;
    line-height: 1;
}

.home-news .foucs .swiper-pagination-bullet-active {
    font-size: .36rem;
}

.home-news ul>li {
    background-color: #F8FBFF;
    border-left: 3px #CCD9EA solid;
    padding-left: .2rem;
    margin-bottom: .18rem;
    padding-right: .2rem;
}

.home-news ul>li a {
    height: .75rem;
}

.home-news ul>li:last-child {
    margin-bottom: 0;
}

.home-news ul>li .date {
    font-size: .2rem;
    margin-right: .2rem;
    background: linear-gradient(180deg, #1871EA 0%, #0146A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-news ul>li .tit {
    line-height: 1.2;
}

.home-notice {
    width: 7.2rem;
    margin-top: .3rem;
}

.home-notice .home-title,
.home-xueshu .home-title {
    align-items: flex-end;
}

.home-notice .home-title>div:first-child .more,
.home-xueshu .home-title>div:first-child .more {
    /* display: none; */
    bottom: .15rem;
}

.home-notice .home-title>div:first-child.on .more,
.home-xueshu .home-title>div:first-child.on .more {
    display: block;
}

.home-notice .tabs,
.home-xueshu .tabs {
    position: absolute;
    right: 0;
    bottom: .1rem;
    padding-right: 1rem;
    opacity: 0;
}

.home-notice .tabs.on,
.home-xueshu .tabs.on {
    opacity: 1;
}

.home-notice .tabs .more,
.home-xueshu .tabs .more {
    display: none;
}

.home-notice .tabs span,
.home-xueshu .tabs span {
    cursor: pointer;
    width: .73rem;
    line-height: .34rem;
    background-color: rgba(0, 63, 152, 0.1);
    font-size: .14rem;
    margin-right: .3rem;
}

.home-notice .tabs span:last-child,
.home-xueshu .tabs span:last-child {
    margin-right: 0;
}

.home-notice .tabs span.on,
.home-xueshu .tabs span.on {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/tbg3.png")no-repeat center;
    background-size: 100% 100%;
    color: #003F98;
    font-weight: bold;
    border-radius: .1rem 0 .1rem 0;
    -webkit-border-radius: .1rem 0 .1rem 0;
    -moz-border-radius: .1rem 0 .1rem 0;
    -ms-border-radius: .1rem 0 .1rem 0;
    -o-border-radius: .1rem 0 .1rem 0;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .15);
}

.home-notice .tabs span.on .more,
.home-xueshu .tabs span.on .more {
    /* display: block; */
    font-size: .18rem;
    font-weight: 400;
}

.home-notice ul {
    margin-top: .02rem;
    height: 100%;
}

.home-notice .notice-cont>div:first-of-type ul{
	justify-content: space-between;
}

.home-notice li {
    margin-top: .2rem;
    border: 1px #B7CAE0 solid;
    z-index: 4;
    /* flex: 1; */
}

.home-notice li a {
    height: 100%;
    padding: .1rem .2rem .1rem 0;
    /* height: .75rem; */
    z-index: 4;
}

.home-notice li .date {
    font-size: .12rem;
    width: .8rem;
    background: linear-gradient(180deg, #1871EA 0%, #0146A8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-notice li .date span {
    font-size: .2rem;
    line-height: 1;
}

.home-notice li .line {
    width: 1px;
    border-left: 1px dotted #055FDA;
    height: 100%;
    opacity: .3;
    margin-right: .2rem;
}

.home-notice li .line::after {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    width: 5px;
    height: 5px;
    background-color: #055FDA;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-notice li .line::before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background-color: #055FDA;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-notice li .tit {
    font-size: .2rem;
}

.home-notice #btn1{
	height: 100%;
}

.home-notice #btn1>div{
	height: 100%;
}

.home-xueshu {
    width: 7.1rem;
    margin-top: .3rem;
}

.home-xueshu ul {
    margin-top: .1rem;
}

.home-xueshu li {
    margin-top: .2rem;
    width: 100%;
    min-height: 1.72rem;
    border: 1px rgba(0, 63, 152, 0.1) dashed;
}

.home-xueshu li a {
    padding: .2rem .4rem;
}

.home-xueshu li .tit{
	font-size: 0.2rem;
}
.home-xueshu li .text {
    font-size: .18rem;
}

.home-xueshu li .text .title{
	width: 0.64rem;
	display: inline-block;
	text-align: justify;
	text-align-last: justify;
}

.home-xueshu #btn2 ul:last-of-type li .text>div{
	margin-top: 0.08rem;
}

.home-xueshu li .text>div {
    margin-top: .05rem;
}

.home-xueshu li .name {
    padding-left: 25px;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/name.png")no-repeat left center;
}

.home-xueshu li .address {
    padding-left: 25px;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/address.png")no-repeat left center;
}

.home-xueshu li .time {
    padding-left: 25px;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/time.png")no-repeat left center;
}

.home-xueshu li .dw {
    padding-left: 25px;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/dw.png")no-repeat left center;
}

.home-xueshu li.on {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/tbg2.png")no-repeat center;
    border: 0 !important;
    background-size: 100% 100%;
}

.home-xueshu li.on .tit {
    font-size: .2rem;
    font-weight: bold;
    color: #FFF;
}

.home-xueshu li.on .text {
    color: #FFF;
}

.home-xueshu li.on .text>div {
    margin-top: .1rem;
}

.home-xueshu li.on .address {
    padding-left: 25px;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/address1.png")no-repeat left center;
}

.home-xueshu li.on .time {
    padding-left: 25px;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/time1.png")no-repeat left center;
}

.home-xueshu li.on .dw {
    padding-left: 25px;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/dw1.png")no-repeat left center;
}

.home-sudi {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/bg2.png")no-repeat center;
    background-size: cover;
    padding-top: .4rem;
    padding-bottom: .6rem;
}

.home-sudi .home-title .en {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-sudi .home-title .cn {
    color: #FFF;
    background: linear-gradient(180deg, #FFF 100%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.home-sudi .home-title .more {
    color: #FFF;
    background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/more1.svg");
}

.home-sudi .content {
    margin-top: .2rem;
}

.home-sudi .swiper-slide {
    padding-bottom: .3rem;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
}

.home-sudi .swiper-slide .tit {
    font-size: .2rem;
    color: #FFF;
    margin-top: .3rem;
    line-height: 1.6;
    height: .64rem;
}

.home-sudi .swiper-slide .pic-con {
    z-index: 10;
    padding: .15rem;
}

.home-sudi .swiper-slide .pic {
    overflow: hidden;
    width: 100%;
    height: 2.9rem;
    z-index: 10;
}

.home-sudi .swiper-button-next,
.home-sudi .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/next1.svg")no-repeat center;
    background-size: 100%;
    margin-top: 0;
    top: 1.3rem;
}

.home-sudi .swiper-button-next {
    right: -.6rem;
}

.home-sudi .swiper-button-prev {
    left: -.6rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.home-yiqi {
    margin-top: .3rem;
}

.home-yiqi .item {
    width: 2.2rem;
    height: 4.3rem;
    overflow: hidden;
    margin-top: .3rem;
}

.home-yiqi .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    background: linear-gradient(0deg, #004099 0%, rgba(1, 70, 168, 0) 97%);
}

.home-yiqi .item .text {
    position: absolute;
    left: .3rem;
    bottom: .2rem;
    right: .2rem;
    color: #FFF;
    z-index: 4;
}

.home-yiqi .item .text::after {
    content: '';
    position: absolute;
    left: -.3rem;
    top: .1rem;
    height: 1px;
    width: .15rem;
    border-top: 1px dotted #FFF;
}

.home-yiqi .item .text::before {
    content: '';
    position: absolute;
    left: -.15rem;
    top: .08rem;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
}

.home-yiqi .item.on {
    width: 7.3rem;
}

.home-qikai {
    margin-top: 1.1rem;
    margin-bottom: .7rem;
}

.home-qikai .content {
    z-index: 10;
    width: 7.7rem;
    z-index: 10;
}

.home-qikai .text-content {
    width: 100%;
    z-index: 9;
    margin-top: .6rem;
    height: 4.3rem;
    padding-top: .6rem;
    padding-left: .7rem;
}

.home-qikai .text-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 11.4rem;
    height: 100%;
    z-index: 0;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/tbg4.png")no-repeat center bottom;
    background-size: cover;
}

.home-qikai .text-content::before {
    content: '';
    position: absolute;
    left: -.15rem;
    top: -.15rem;
    width: 3.7rem;
    height: 1.9rem;
    background: linear-gradient(180deg, #1871EA 0%, #0146A8 100%);
    z-index: -1;
}

.home-qikai .tit {
    font-size: .24rem;
    padding-bottom: .25rem;
}

.home-qikai .tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: .3rem;
    background-color: #055FDA;
}

.home-qikai .des {
    line-height: 1.8;
    opacity: .8;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-qikai .gd {
    margin-top: .6rem;
    border-top: 1px dashed rgba(0, 63, 152, 0.3);
    padding-top: .3rem;
}

.home-qikai .gd a {
    color: #055FDA;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/arrow2.png")no-repeat right center;
    padding-right: .3rem;
    background-size: .13rem;
}

.home-qikai .gallery-thumbs {
    width: 7rem;
    height: 5.25rem;
    z-index: 20;
    overflow: hidden;
}

.home-qikai .gallery-thumbs .swiper-slide {
    height: 5.25rem;
    overflow: hidden;
    opacity: .1;
}

.home-qikai .gallery-thumbs .swiper-slide-prev,
.home-qikai .gallery-thumbs .swiper-slide-next {
    opacity: .5;
}

.home-qikai .gallery-thumbs .swiper-slide-prev img,
.home-qikai .gallery-thumbs .swiper-slide-next img {
    transform: scale(.95);
}

.home-qikai .gallery-thumbs .swiper-slide-active {
    width: 4.1rem;
    opacity: 1;
}

.home-qikai .gallery-thumbs .swiper-button-next,
.home-qikai .gallery-thumbs .swiper-button-prev {
    width: .48rem;
    height: .48rem;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/next5.png")no-repeat center;
    background-size: cover;
}

.home-qikai .gallery-thumbs .swiper-button-prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    left: 1.5rem;
}

.home-qikai .gallery-thumbs .swiper-button-next {
    right: 1.5rem;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .home-title .en {
        color: rgba(0, 63, 152, 0.1);
        background: none;
    }
    .home-title .cn {
        color: #1871EA;
        background: none;
    }
    .home-news ul>li .date,
    .home-notice li .date {
        color: #1871EA;
        background: none;
    }
    .home-sudi .home-title .en {
        color: #FFF;
        opacity: .1;
        background: none;
    }
    .home-sudi .home-title .cn {
        color: #FFF;
        background: none;
    }
    .home-yiqi .item .text {
        height: .5rem;
        overflow: hidden;
    }
}

@media (min-width:1025px) {
    .nav li:hover .drop {
        opacity: 1;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
    }
    .nav .drop a:hover {
        background-color: #EDEDED;
    }
    .home-news .foucs .swiper-slide:hover img,
    .home-sudi .swiper-slide:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .home-news ul>li:hover {
        background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/tbg.png")no-repeat center;
        background-size: cover;
        border-radius: 0 0 .2rem 0;
        -webkit-border-radius: 0 0 .2rem 0;
        -moz-border-radius: 0 0 .2rem 0;
        -ms-border-radius: 0 0 .2rem 0;
        -o-border-radius: 0 0 .2rem 0;
        border-left-color: #F2BA49;
    }
    .home-news ul>li:hover .date,
    .home-notice li:hover .date {
        background: linear-gradient(180deg, #FFF 100%, #FFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
    .home-news ul>li:hover .tit,
    .home-notice li:hover .tit {
        color: #FFF;
    }
    .home-notice li:hover {
        border-color: rgba(0, 63, 152, 0);
    }
    .home-notice li:hover a {
        background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/tbg2.png")no-repeat center;
        background-size: cover;
        border: 0;
        border-radius: .1rem 0 .1rem 0;
        -webkit-border-radius: .1rem 0 .1rem 0;
        -moz-border-radius: .1rem 0 .1rem 0;
        -ms-border-radius: .1rem 0 .1rem 0;
        -o-border-radius: .1rem 0 .1rem 0;
        z-index: 9;
    }
    .home-notice li:hover::after {
        content: '';
        position: absolute;
        top: .15rem;
        left: .15rem;
        right: -.05rem;
        bottom: -.05rem;
        background-color: #F2BA49;
        z-index: -1;
    }
    .home-notice li:hover .line {
        border-left-color: #FFF;
    }
    .home-notice li:hover .line::after,
    .home-notice li:hover .line::before {
        background-color: #FFF;
    }
    .home-xueshu li:hover {
        border-color: rgba(0, 63, 152, 1);
        border-style: solid;
    }
    .home-xueshu li:hover .tit {
        font-weight: bold;
        font-size: .2rem;
    }
    .home-sudi .swiper-slide:hover {
        border-bottom-color: #FFF;
    }
    .home-sudi .swiper-slide:hover .pic-con::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 2.4rem;
        height: 1.6rem;
        z-index: -1;
        background-color: #F2BA49;
    }
    .home-sudi .swiper-slide:hover .pic-con::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.4rem;
        height: 1.6rem;
        z-index: -1;
        background-color: #F2BA49;
    }
    .home-sudi .swiper-slide:hover .tit {
        font-weight: bold;
    }
    .home-sudi .swiper-button-next:hover,
    .home-sudi .swiper-button-prev:hover {
        background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/next2.svg");
    }
    .home-qikai .gd a:hover {
        text-decoration: underline;
    }
    .home-qikai .gallery-thumbs .swiper-button-next:hover,
    .home-qikai .gallery-thumbs .swiper-button-prev:hover {
        background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/next6.png");
    }
}

@media (max-width:1199px) {
    .header,
    .footer {
        padding-left: .2rem;
        padding-right: .2rem;
    }
    .header {
        align-items: center;
    }
    .header .top .search-btn,
    .header .top .home,
    .header .top .lang {
        background-size: .3rem;
        padding-left: .4rem;
    }
    .header .top {
				margin-top: 0;
        margin-right: 0.5rem;
    }
		.header .top .search-box{
			display: none;
		}
		.header .top .search-magnifier{
			display: block;
			width: 0.4rem;
			height: 0.4rem;
			margin-right: 0.2rem;
		}
    .header.on {
        background-color: #FFF;
    }
    .header.on .white-logo,
    .nav .drop::after {
        display: none;
    }
    .header.on .nav>li>a {
        color: #333;
        font-size: 16px;
    }
    .header.on .top,
    .header.on .top a {
        color: #333;
    }
    .header.on .top .search-btn {
        background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/search1.svg");
    }
		
    .header.on .top .home {
        background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/home1.svg");
    }
    .header.on .top .lang {
        background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/lang1.svg");
    }
    .menu-btn,
    .header.on .blue-logo {
        display: block;
    }
    .nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        overflow-y: scroll!important;
        display: none;
        background-color: #FFF;
        z-index: 999;
        height: calc(100vh - 1.2rem);
        padding: .2rem .3rem;
        margin-top: 0;
    }
    .nav>li>a {
        line-height: .9rem;
        padding: 0;
    }
    .nav .arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: .9rem;
        width: .6rem;
    }
    .nav .arrow::after {
        content: '';
        background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/arrow.svg")no-repeat center;
        background-size: 100%;
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: .1rem;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .nav .cur .arrow::after {
        transform: translateY(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) rotate(90deg);
        -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        -o-transform: translateY(-50%) rotate(90deg);
    }
    .nav .drop {
        position: static;
        left: auto;
        transform: translate(0, 0);
        opacity: 1;
        width: 100%;
        display: none;
        text-align: left;
        padding-top: 0;
        background: none;
        padding-bottom: 0;
        padding-left: .2rem;
        line-height: 2;
    }
    .footer .link a {
        margin-right: .3rem;
    }
    .footer .logo {
        width: 100%;
        margin-right: 0;
    }
    .home-news .foucs .date {
        width: 60px;
        height: 60px;
    }
    .header .top,
    .nav .drop a,
    .footer,
    .search-content .content input[type='text'],
    .home-news .foucs .swiper-pagination-bullet,
    .home-news .foucs .text,
    .home-news ul>li .date,
    .home-notice li .tit,
    .home-xueshu li.on .tit,
    .home-sudi .swiper-slide .tit {
        font-size: 14px;
    }
    .footer .info .text,
    .footer .erwma .txt,
    .copyright,
    .home-title .more,
    .home-news .foucs .date,
    .home-notice .tabs span,
    .home-xueshu .tabs span,
    .home-notice li .date,
    .home-xueshu li .text>div,
    .home-xueshu li .text,
    .home-notice .tabs span.on .more,
    .home-xueshu .tabs span.on .more {
        font-size: 12px;
    }
    .home-title .en {
        font-size: 34px;
    }
    .home-title .cn,
    .home-news .foucs .date span,
    .home-notice li .date span {
        font-size: 20px;
    }
    .home-news .foucs .swiper-pagination-bullet-active {
        font-size: 20px;
    }
    .home-notice .tabs span,
    .home-xueshu .tabs span {
        width: auto;
        line-height: 2.4;
        padding: 0 .3rem;
    }
    .home-sudi .swiper-slide .tit {
        height: 44px;
    }
    .home-sudi .swiper-button-prev {
        left: .2rem;
        top: 1.4rem;
    }
    .home-sudi .swiper-button-next {
        right: .2rem;
        top: 1.4rem;
    }
    .home-yiqi .item,
    .home-yiqi .item.on {
        width: 49%;
    }
    .home-qikai .tit {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .footer .erwma-con {
        width: 100%;
        justify-content: center;
        margin-top: .3rem;
    }
    .home-notice,
    .home-xueshu {
        width: 100%;
    }
    .home-notice li a,
    .home-xueshu li {
        height: auto;
    }
    .home-notice li .date {
        width: 60px;
    }
    .home-notice li .line {
        height: 50px;
    }
    .home-xueshu li .text>div {
        margin-top: .1rem;
    }
}

@media (max-width:767px) {
    .header {
        padding-top: 0;
        padding-bottom: 0;
        height: 1.1rem;
    }
    .header .logo img {
        height: .9rem;
    }
    .header .top {
        margin-right: .7rem;
    }
    .header .top .lang,
    .header .top .home {
        display: none;
    }
    .nav {
        top: 1.1rem;
        height: calc(100% - 1.1rem);
    }
    .footer .link {
        font-size: 12px;
    }
    .footer .logo img {
        height: .9rem;
    }
    .footer .info .text-con {
        margin-top: .3rem;
    }
    .footer .info .text {
        line-height: 1.8;
        align-items: center;
    }
    .footer .info .text .tel {
        margin-left: .3rem;
    }
    .copyright {
        line-height: 1.8;
    }
    .search-content .content {
        width: 90%;
    }
    .home-news .foucs {
        width: 100%;
        margin-right: 0;
        height: 4.5rem;
    }
    .home-news ul {
        margin-top: .4rem;
    }
    .home-sudi .swiper-slide .pic-con {
        padding: 0;
    }
    .home-sudi .home-title .en {
        font-size: 30px;
    }
    .home-qikai .content,
    .home-qikai .text-content::after {
        width: 100%;
    }
    .home-qikai .text-content {
        height: auto;
        padding-bottom: .4rem;
        padding-left: .3rem;
        padding-top: .3rem;
    }
    .home-qikai {
        display: block;
    }
    .home-qikai .gallery-thumbs {
        width: 100%;
    }
}

.n-banner {
    overflow: hidden;
}

.n-banner img {
    width: 100%;
}

.wrap {
    padding-bottom: 1.1rem;
}

.sidebar {
    width: 3.1rem;
    margin-top: .6rem;
    margin-right: .8rem;
}

.sidebar .title {
    font-size: .36rem;
    font-weight: bold;
    border-bottom: 3px #DADADA solid;
    padding-bottom: .4rem;
}

.sidebar li {
    border-bottom: 1px #CBCBCB solid;
}

.sidebar li>a {
    padding-left: .5rem;
    font-size: .2rem;
    line-height: .88rem;
    line-height: 1.6;
    min-height: .88rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.sidebar li>a::before {
    content: '';
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #cedef3;
    margin-right: .2rem;
}

.sidebar li.on {
    border-bottom-color: #0248ab;
}

.sidebar li.on>a {
    color: #0248AB;
    font-weight: bold;
}

.sidebar li.on>a::before {
    background-image: linear-gradient( #176fe6, #044baf);
}

.sidebar li.on::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    border-top: 5px transparent solid;
    border-bottom: 5px transparent solid;
    border-left: 5px #0248ab solid;
    width: 0;
    height: 0;
}

.sidebar .child {
    border-top: 1px #CBCBCB solid;
    padding: .1rem 0;
}

.sidebar .child li {
    border-bottom: 0;
}

.sidebar .child a {
    display: block;
    padding-top: .1rem;
    padding-bottom: .1rem;
    min-height: auto;
    margin-left: .3rem;
    margin-left: 0;
}

.sidebar .subnav {
    display: none;
    padding-bottom: .2rem;
}

.sidebar .subnav a {
    line-height: 2;
    font-size: .18rem;
    padding-left: .75rem;
}

.pub-content {
    margin-top: .6rem;
}

.pub-title .title {
    font-size: .28rem;
    font-weight: bold;
    padding-left: .2rem;
}

.pub-title .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 70%;
    width: 6px;
    background-color: #0248AB;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.crumbs {
    font-size: .16rem;
    color: #626262;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/home2.svg")no-repeat left center;
    background-size: .17rem;
    padding-left: .3rem;
}

.crumbs a {
    color: #626262;
}

.about {
    margin-top: .45rem;
    line-height: 2;
}

.about img {
    max-width: 100%;
}

.about p {
    text-indent: .36rem;
    margin-top: .3rem;
    margin-top: .1rem;
}

.xueshu .item {
    margin-top: .45rem;
    margin-right: 7.25%;
    width: 28.5%;
    padding-bottom: .35rem;
}

.xueshu .item:nth-of-type(2) {
    margin-right: 10%;
}

.xueshu .item:nth-of-type(5) {
    margin-right: 0;
}

.xueshu .item:last-of-type{
	margin-right: 0;
}

.xueshu .item .pic {
    width: 100%;
    overflow: hidden;
    height: 4rem;
}

.xueshu .item .text-con {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E8F2FF;
    right: .5rem;
    border-radius: 0 .2rem 0 0;
    -webkit-border-radius: 0 .2rem 0 0;
    -moz-border-radius: 0 .2rem 0 0;
    -ms-border-radius: 0 .2rem 0 0;
    -o-border-radius: 0 .2rem 0 0;
    padding: .2rem 0 .2rem .3rem;
}

.xueshu .item .text-con::before {
    content: '';
    position: absolute;
    left: .2rem;
    width: 2px;
    height: .35rem;
    background-color: #0248AB;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.xueshu .item .text,
.xueshu .item .tit span {
    font-size: .14rem;
}

.xueshu .item .tit {
    font-size: .2rem;
    font-family: 'SourceHanSans-Medium';
}

.xueshu .item .tit span {
    margin-left: .2rem;
    font-family: 'SourceHanSans-Regular';
}

.xueshu .title {
    margin-top: 1.1rem;
    font-size: .24rem;
    font-weight: bold;
    overflow: hidden;
}

.xueshu .title span::after {
    content: '';
    position: absolute;
    width: 20rem;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -20.2rem;
    background-color: #0248AB;
}

.xueshu .title span::before {
    content: '';
    position: absolute;
    right: -.2rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #0248AB;
}

.xueshu li {
    margin-top: .3rem;
    margin-right: .9rem;
    padding-left: .2rem;
}

.xueshu li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #cfdff6;
}

.xueshu li:last-child {
    margin-right: 0;
}

.qikai .item {
   margin-top: .7rem;
   z-index: 10;
   border: 1px solid #D2D4D6;
}

.qikai .item::after {
    content: '';
    position: absolute;
    width: .45rem;
    height: .45rem;
    background-color: #F2BA49;
    z-index: -1;
    left: -.2rem;
    top: -.2rem;
}

.qikai .item>div{
	margin-top: 0.3rem;
	padding-right: 0.5rem;
	padding-bottom: 0.3rem;
}

.qikai .item .pic {
    width: 3.7rem;
    height: 5rem;
    z-index: 10;
    overflow: hidden;
    margin-right: .6rem;
}

.qikai .item .tit {
    font-size: .3rem;
    font-weight: bold;
    color: #0248AB;
    padding-left: .3rem;
}
.qikai .item .tit a{
    color: #0248AB;
}
.qikai .item .tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: .3rem;
    background-color: #0248AB;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.qikai .item .text {
    line-height: 0.3rem;
    font-size: .16rem;
    color: #343434;
    margin-top: .1rem;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #D2D4D6;
}

.qikai .item .more-box{
	margin-top: 0.1rem;
	justify-content: end;
}

.qikai .item .more{
	right: 0;
	color: #055FDA;
	padding-right: 0.35rem;
	background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/more.svg")no-repeat right center;
	background-size: 0.24rem;
	bottom: 0;
	z-index: 1;
}

.qikai .item li {
	margin-top: 0.16rem;
}
.qikai .item .date{
	font-size: 0.14rem;
	color: #0248AB;
	padding-right: 0.25rem;
	margin-right: 0.25rem;
	border-right: 1px solid #CCDDED;
}

.qikai .item .day{
	font-size: 0.25rem;
	margin-bottom: 0.05rem;
}

.qikai .item .title{
	font-size: 0.16rem;
	line-height: 1.8;
}

.news-list .item {
    padding-top: .3rem;
    padding-bottom: .3rem;
}

.news-list .item::after {
    content: '';
    position: absolute;
    left: 3.35rem;
    bottom: 0;
    right: 0;
    border-bottom: 1px #0248AB dashed;
    opacity: .5;
}

.news-list .item .pic-con {
    padding: .1rem;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0;
    overflow: hidden;
    margin-right: .3rem;
}

.news-list .item .pic {
    width: 2.85rem;
    height: 2rem;
    overflow: hidden;
}

.news-list .item .tit {
    font-size: .2rem;
}

.news-list .item .time {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/date.svg")no-repeat left center;
    padding-left: .3rem;
    font-size: .14rem;
    color: #0248AB;
    background-size: .15rem;
    margin-top: .2rem;
}

.news-list .item .des {
    color: #888;
    font-size: .16rem;
    margin-top: .15rem;
    line-height: 1.7;
}

.news-list .item .arrow {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/arrow1.svg")no-repeat center;
    width: .2rem;
    height: .3rem;
    background-size: .17rem;
    margin-top: .15rem;
}

.page {
    margin-top: .4rem;
}

.page a {
    line-height: .3rem;
    border: 1px #c5b7b7 solid;
    font-size: .16rem;
    padding: 0 .1rem;
    margin-right: .1rem;
}

.page a:last-child {
    margin-right: 0;
}

.page a.on {
    background-color: #0248AB;
    color: #FFF;
    border-color: #0248AB;
}

.details {
    padding-top: .5rem;
    padding-bottom: 1rem;
}

.details h1 {
    font-size: .24rem;font-family: 微软雅黑 !important;
}

.details .info {
    color: #5A5A5A;
    font-size: .16rem;
    line-height: 2;
    margin-top: .2rem;
    padding-bottom: .2rem;
    padding-top: .2rem;
    background-color: #F5F5F5;
}

.details .info > span {
    margin: 0 .1rem;
}

.details .body {
    line-height: 2;
    color: #2C2C2C;
}

.details .body p {
    margin-top: .1rem;
    text-indent: .36rem;
}

.details .body img {
    max-width: 100%;
    margin-top: .3rem;
    height: auto !important;
}

.details .prev-next {
    line-height: 2.4;
    margin-top: .6rem;
    border-top: 1px #c0d1ea dotted;
    padding-top: .4rem;
}

.shebei .item {
    margin-top: .65rem;
}

.shebei .item .pic-con {
    padding: .1rem;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0;
    overflow: hidden;
    margin-right: .6rem;
}

.shebei .item .pic {
    /* width: 5.3rem; */
    /* height: 3.5rem; */
    overflow: hidden;
    width: 2.85rem;
    height: 2rem;
}

.shebei .item .tit {
    font-size: .24rem;
    font-weight: bold;
    margin-top: .15rem;
}

.shebei .item .tit::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 3px;
    height: .3rem;
    background-color: #0248AB;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.shebei .item .des {
    margin-top: .2rem;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.shebei .item .view {
    border-top: 1px #c0d1ea dotted;
    margin-top: .2rem;
    padding-top: .3rem;
    font-size: .14rem;
    color: #0248AB;
}

.shebei .item .view span {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/arrow1.svg")no-repeat right center;
    background-size: .17rem;
    padding-right: .25rem;
}

.shebei-details {
    margin-top: .4rem;
}

.shebei-details .title-con>div {
    width: 2.1rem;
    height: .7rem;
    background-color: #FFF;
    border: 1px #CBD9ED solid;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    font-size: .24rem;
    margin: 0 .24rem;
    cursor: pointer;
}

.shebei-details .title-con>div::before {
    content: '';
    width: 8px;
    height: 8px;
    background-image: linear-gradient( #176fe6, #044baf);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-right: .2rem;
}

.shebei-details .title-con>div.on {
    background-image: linear-gradient(#1871ea, #0146a8);
    color: #FFF;
}

.shebei-details .title-con>div.on::before {
    background: #FFF;
}

.shebei-details .body {
    line-height: 2;
}

.shebei-details .body p {
    text-indent: .36rem;
    margin-top: .3rem;
}

.shebei-details .body img {
    max-width: 100%;
    height: auto !important;
    margin-top: .4rem;
}

.pub-search {
    width: 8.2rem;
    height: .7rem;
    overflow: hidden;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0;
    box-shadow: 0 0 .1rem rgba(0, 63, 152, 0.3);
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
}

.pub-search input[type='text'] {
    width: 100%;
    padding-left: .2rem;
    font-size: .2rem;
}

.pub-search input[type='submit'] {
    background: #0248AB url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/search.svg")no-repeat center;
    width: 1.2rem;
    background-size: .3rem;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0;
}

.rencai .item {
    border: 1px #CBCED8 solid;
    border-radius: .15rem 0 .15rem 0;
    -webkit-border-radius: .15rem 0 .15rem 0;
    -moz-border-radius: .15rem 0 .15rem 0;
    -ms-border-radius: .15rem 0 .15rem 0;
    -o-border-radius: .15rem 0 .15rem 0;
    overflow: hidden;
    background-color: #FFF;
    padding-right: .3rem;
}

.rencai .item-con {
    padding: .1rem;
    border-radius: .2rem 0 .2rem 0;
    -webkit-border-radius: .2rem 0 .2rem 0;
    -moz-border-radius: .2rem 0 .2rem 0;
    -ms-border-radius: .2rem 0 .2rem 0;
    -o-border-radius: .2rem 0 .2rem 0;
    overflow: hidden;
    margin-right: .6rem;
    width: 48%;
    margin-right: 4%;
    margin-top: .45rem;
}

.rencai .item-con:nth-child(even) {
    margin-right: 0;
}

.rencai .item .pic {
    width: 2.4rem;
    height: 3.3rem;
    overflow: hidden;
    margin-right: .3rem;
}

.rencai .item .name {
    font-weight: bold;
    font-size: .24rem;
    margin-top: .35rem;
    border-bottom: 1px #CBCED8 solid;
    padding-bottom: .25rem;
}

.rencai .item .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: .5rem;
    height: 3px;
    background-color: #0248AB;
}

.rencai .item .text {
    line-height: 2;
    margin-top: .2rem;
    border-bottom: 1px #CBCED8 dashed;
    padding-bottom: .3rem;
}

.rencai .item .gd {
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/arrow1.svg")no-repeat right center;
    padding-right: .3rem;
    background-size: .17rem;
    font-size: .14rem;
    margin-top: .3rem;
}

.rencai-details {
    margin-top: .6rem;
}

.rencai-details .pic-con {
    padding-left: .2rem;
    z-index: 10;
    padding-top: .2rem;
    margin-right: .4rem;
}

.rencai-details .pic-con::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2.1rem;
    height: 2.1rem;
    background-color: #0248AB;
    opacity: .1;
    z-index: -1;
}

.rencai-details .pic {
    width: 2.6rem;
    overflow: hidden;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
}

.rencai-details .pic img {
    width: 100%;
}

.rencai-details .name {
    padding-bottom: .2rem;
    margin-top: .2rem;
}

.rencai-details .name span {
    font-size: .24rem;
    font-weight: bold;
    margin-right: .2rem;
}

.rencai-details .name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .3rem;
    height: 4px;
    background-color: #0248AB;
}

.rencai-details .des {
    margin-top: .2rem;
    line-height: 2;
}

.rencai-details .des span {
    font-weight: bold;
}

.rencai-details .prev-next {
    margin-top: .3rem;
}

.rencai-details .prev-next a {
    border: 1px #D8D8D8 solid;
    line-height: .48rem;
    padding: 0 .3rem;
    margin-right: .2rem;
    font-size: .16rem;
}

.rencai-details .prev-next a::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    width: 3px;
}

.rencai-details .prev-next span {
    width: .07rem;
    height: .07rem;
    background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/arrow4.svg")no-repeat center;
    background-size: 100%;
    margin-right: .2rem;
}

.rencai-details .prev-next a:last-child {
    margin-right: 0;
}

.rencai-details .prev-next a:last-child span {
    margin-left: .2rem;
    margin-right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.team {
    margin-top: .3rem;
}

.team li {
    margin-top: .3rem;
    margin-right: .6rem;
    padding-left: .2rem;
    min-width: 1rem;
}

.team li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #cfdff6;
}

.team li:nth-of-type(7n) {
    margin-right: 0;
}

.team li:last-child {
    margin-right: 0;
}

@media (min-width:1025px) {
    .crumbs a:hover,
    .news-list .item:hover .des {
        color: #0248AB;
    }
    .xueshu .item:hover .pic img,
    .news-list .item:hover .pic img,
    .shebei .item:hover .pic img,
    .rencai .item:hover .pic img,
    .qikai .item:hover .pic img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    .xueshu .item:hover .text-con {
        background-image: linear-gradient(#176fe8, #0247aa);
        color: #FFF;
    }
    .xueshu .item:hover .text-con::before {
        background-color: #FFF;
    }
    .xueshu li:hover,
    .news-list .item:hover .tit,
    .details .prev-next a:hover,
    .team li:hover {
        font-weight: bold;
    }
    .xueshu li:hover::before,
    .team li:hover::before {
        background-image: linear-gradient(#176fe8, #0247aa);
    }
    .news-list .item:hover .pic-con,
    .shebei .item:hover .pic-con,
    .rencai .item-con:hover {
        background-image: linear-gradient(#1871ea, #0146a8);
    }
    .news-list .item:hover .pic,
    .shebei .item:hover .pic {
        border-radius: .2rem 0 .2rem 0;
        -webkit-border-radius: .2rem 0 .2rem 0;
        -moz-border-radius: .2rem 0 .2rem 0;
        -ms-border-radius: .2rem 0 .2rem 0;
        -o-border-radius: .2rem 0 .2rem 0;
    }
    .page a:hover {
        background-color: #0248AB;
        color: #FFF;
        border-color: #0248AB;
    }
    .details .prev-next a:hover,
    .qikai .item:hover .tit {
        text-decoration: underline;
    }
    .rencai .item-con:hover .item {
        border-color: #FFF;
    }
    .rencai-details .prev-next a:hover {
        background-color: #0248AB;
        color: #FFF;
    }
    .rencai-details .prev-next a:hover::after {
        background-color: #0248AB;
    }
    .rencai-details .prev-next a:hover span {
        background-image: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/arrow5.svg");
    }
}

@media (max-width:1399px){
	.header .top{
		margin-top: 0.06rem;
	}
	.nav{
		margin-top: 0;
	}
}

@media (max-width:1199px) {
    .sidebar {
        margin-right: .4rem;
    }
    .sidebar li>a,
    .qikai .item .text,
    .news-list .item .tit,
    .pub-search input[type='text'] {
        font-size: 14px;
    }
    .pub-title .title,
    .xueshu .title,
    .qikai .item .tit {
        font-size: 20px;
    }
    .crumbs,
    .xueshu .item .text,
    .xueshu .item .tit span,
    .sidebar .subnav a,
    .page a,
    .news-list .item .time,
    .news-list .item .des,
    .details .info,
    .shebei .item .view,
    .rencai .item .text,
    .rencai .item .gd,
    .rencai-details .prev-next a {
        font-size: 12px;
    }
    .xueshu .item .tit,
    .shebei .item .tit,
    .shebei-details .title-con>div,
    .rencai .item .name,
    .rencai-details .name span {
        font-size: 16px;
    }
    .xueshu .item .pic {
        height: 4.8rem;
    }
    .page a {
        line-height: .6rem;
        padding: 0 .2rem;
    }
    .details h1 {
        font-size: 18px;
    }
}

@media (max-width:950px) {
    .sidebar {
        width: 100%;
        margin-right: 0;
    }
    .sidebar .title {
        background-color: #0248AB;
        color: #FFF;
        padding: .2rem;
        font-size: 20px;
        text-align: left;
    }
    .sidebar>.title>span {
        width: 0.7rem;
        height: 0.7rem;
        background: url("https://www.metalnegro.com/__xh__/bridge.swjtu.edu.cn/images/sub_left_down2.png") no-repeat center center;
        background-size: .2rem;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .sidebar .sub {
        display: none;
    }
    .rencai .item .pic {
        width: 3.2rem;
        height: 4rem;
    }
    .rencai .item .text-con {
        padding-bottom: .3rem;
    }
}

@media (max-width:767px) {
    .crumbs {
        display: none;
    }
    .sidebar .title {
        font-size: 18px;
    }
    .xueshu .item {
        width: 48%;
        margin-right: 4%;
    }
    .xueshu .item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .xueshu .item:nth-child(even) {
        margin-right: 0;
    }
    .xueshu .item .text-con {
        right: .1rem;
    }
    .xueshu li:nth-of-type(4n) {
        margin-right: 0;
    }
    .xueshu .item .tit span {
        margin-left: .1rem;
    }
    .qikai .item {
        display: block;
    }
    .qikai .item::after {
        display: none;
    }
    .qikai .item .pic {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: .3rem;
    }
    .news-list .item .pic-con,
    .shebei .item .pic-con {
        margin-right: 0;
        width: 100%;
        padding: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        margin-bottom: .3rem;
    }
    .news-list .item .pic,
    .shebei .item .pic {
        width: 100%;
        height: 3.8rem;
    }
    .news-list .item::after,
    .rencai-details .name::after {
        display: none;
    }
    .pub-search {
        width: 100%;
    }
    .rencai .item-con {
        width: 100%;
        margin-right: 0;
    }
    .rencai-details {
        display: block;
    }
    .rencai-details .pic-con {
        margin-left: auto;
        margin-right: auto;
        width: 4rem;
    }
    .rencai-details .pic {
        width: 3.6rem;
    }
    .rencai-details .text-con {
        margin-top: .4rem;
    }
    .rencai-details .name {
        text-align: center;
    }
    .rencai-details .prev-next a {
        line-height: .6rem;
    }
    .rencai-details .prev-next span {
        width: .1rem;
        height: .1rem;
    }
    .team li:nth-of-type(7n) {
        margin-right: .6rem;
    }
    .team li:nth-of-type(4n) {
        margin-right: 0;
    }
}


/* 9-13 */

.text-list .item {
    padding: .15rem 0;
    width: 100%;
    border-bottom: 1px dashed #ccc;
}

.text-list .item:first-child {
    margin-top: 0;
}

.text-list .item .date {
    width: 1.2rem;
    height: .6rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    margin-right: .3rem;
}

.text-list .item .date span {
    font-weight: bold;
    color: #0248AB;
    font-size: .36rem;
}

.text-list .item .date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: #0248AB;
}

.text-list .item .tit {
    font-size: .22rem;
    padding-left: 0;
}

.text-list .item .des {
    color: #666;
    margin-top: .15rem;
    font-size: .16rem;
}

@media (max-width:1199px) {
    .text-list .item .tit {
        font-size: 14px;
    }
    .text-list .item .date span {
        font-size: 20px;
    }
    .text-list .item .des {
        font-size: 12px;
    }
}