*{ padding:0;margin: 0px;font-family: "å¾®è½¯é›…é»‘";}
ul,li{list-style: none;}
a{text-decoration: none; color: inherit;}
a:link{text-decoration:none;   /* æŒ‡æ­£å¸¸çš„æœªè¢«è®¿é—®è¿‡çš„é“¾æŽ¥*/}
a:visited{text-decoration:none; /*æŒ‡å·²ç»è®¿é—®è¿‡çš„é“¾æŽ¥*/}
a:hover{text-decoration:none;/*æŒ‡é¼ æ ‡åœ¨é“¾æŽ¥*/}
a:active{text-decoration:none;/* æŒ‡æ­£åœ¨ç‚¹çš„é“¾æŽ¥*/ }
li:hover{cursor:pointer;/* è§¦ç¢°æ—¶å˜æˆå°æ‰‹*/}
.clr::after{content: "";display: block;clear: both;}
.my-width{width: 1200px; margin: 0 auto;}

.mt50{ margin-top: 50px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}

.pd10{padding-bottom: 10px;}

.fl{float: left;}
.fr{float: right;}

.bge2e2e2{background-color: #e2e2e2;}

.w50{width: calc(50% - 25px);}
.w850{width: 850px;}
.w260{width: 260px;}

.line-bottom{border-bottom: 1px solid #ddd;}
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */
/* ********************************************** */





 


/* ********************************************** */
/* å¤´éƒ¨ */
.header{
    background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/headerBg.png") no-repeat;
    background-size: cover;
    min-width: 1200px;
}
.header>div.my-width{
    height: 140px;
    position: relative;
}
.header>div.my-width a{display:inline-block;}
.header>div img {
    position: absolute;
    top: calc(50% - 42px);
    border: none;
    outline: none;
}



.search{
    width: 225px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    border: none;
}
.search input[type="text"]{
    width: calc(100% - 55px);
    border: none;
    box-sizing: border-box;
    float: left;
    height: 35px;
    background: none;
    padding-left: 25px;
    color: #999;
    outline:none;
    background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/search.png") no-repeat;
    background-position: 5px center;
}
.search input[type="submit"]{
    width: 55px;
    border: none;
    float: left;
    background-color: #00357e;
    height: 35px;
    box-sizing: border-box;
    color: #fff;
}

.search input::-webkit-input-placeholder{ color: #999;}
.search input::-moz-placeholder{ color: #999;/* Mozilla Firefox 19+ */}
.search input:-moz-placeholder{ color: #999999;/* Mozilla Firefox 4 to 18 */}
.search input:-ms-input-placeholder{ color: #999;/* Internet Explorer 10-11 */ }
/* ********************************************** */



/* ********************************************** */
/* å¯¼èˆª */
.nav{
    background-color: #0c3a8c;
    min-width: 1200px;
}
.nav>ul>li{
    float: left;
    width: calc(99.9% / 10);
    position: relative;
}
.nav>ul>li>a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}
.nav>ul>li>ul {
    display: block;
    position:absolute;
    top: 45px;
    background: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    min-width:100%;
    width:auto;
}
.nav>ul>li>ul li{
    min-width:100%;
    width:auto;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.nav>ul>li ul li a{
    display: block;
    font-size: 16px;
    line-height: 45px;
    text-align: left;
    color: #333;
    padding: 0 15px;
    min-width:100%;
    word-break:keep-all;/* ä¸æ¢è¡Œ */
    white-space:nowrap;/* ä¸æ¢è¡Œ */
    box-sizing: border-box;
}
.nav>ul>li:hover{
    background-color: #274c9c;
}
.nav>ul>li:hover>a{
    font-weight: bold;
}
.nav>ul>li:hover>ul li{
    height: 45px;
    opacity: 1;
}
.nav>ul>li>ul>li:hover>a{
    background-color: #274c9c;
    color: #ffffff;
}
/* ********************************************** */





/* ********************************************** */
/* åº•éƒ¨ */
.footer{
    background-color: #214083;
    min-width: 1200px;
}
.footer>div.my-width{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer .ftitle{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
}
.footer p{
    font-size: 14px;
	line-height: 24px;
    color: #ffffff;
}

.link{
    width: 240px;
    position: relative;
}
.link .links-name{
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px; 
    box-sizing:border-box ;
    border: solid 1px #fff;
}
.link .links-name::after{
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/linksBtn.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.link .links-wrap{
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    bottom: 40px;
    left: 0;
    border-radius: 2px 2px 0 0;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
}
.link .links-wrap li{
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.link .links-name:hover .links-wrap li{
    height: 35px;
    opacity: 1;
}
.link .links-wrap li a{
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
}
.link .links-wrap li:hover a{
    background: rgba(0,61,141,0.6);
    color: #fff;
}

.bottom{
    height: 30px;
    background-color:rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
/* ********************************************** */



/* ********************************************** */
.title{
    width: 100%;
	background-color:#033c89;
    background-image: linear-gradient(90deg, #002a63 1%, #0860d8 100%);
    padding: 0 15px;
    box-sizing: border-box;
}
.title .title-text{
    float: left;
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
	color: #fff;
}
.title .title-text span{
    font-size: 12px;
    font-weight: normal;
}
.title .title-more{
    float: right;
	font-size: 14px;
	line-height: 55px;
    color: #fff;
}
/* ********************************************** */



/* ********************************************** */
/* banner */
.banner{
    height: 400px;
    background-color: #001f60;
 }
.banner img{object-fit:cover;}
.banner table td>div {
    position: relative;
}

.banner table td>div>div:nth-child(2){
    width: 100% !important;
    height: 16px !important;
    top: -30px !important;
    display: flex;
    justify-content: center;
}

.banner a.imagechangenews_fnode:link, a.imagechangenews_fnode:visited {
    display: inline-block !important;
    width: 15px !important;
    padding: 0 !important;
    color: rgba(0,0,0,0) !important;
    background-color: #0C3A8C !important;
    border-radius: 50%;
    margin-left: 15px;
}
.banner a.imagechangenews_fnode:active, a.imagechangenews_fnode:hover {
    background-color: #0C3A8C!important;
}

.banner a.imagechangenews_pnode:link, a.imagechangenews_pnode:visited {
    padding: 0 !important;
    display: inline-block !important;
    width: 15px !important;
    padding: 0 !important;
    color: rgba(0,0,0,0) !important;
    background-color: rgba(105,105,105,.8);
    border-radius: 50%;
    margin-left: 15px;
}

/* ********************************************** */



/* ********************************************** */
/*æ–°é—»ä¸­å¿ƒ*/
.my-list li{
    height: 30px;
    position: relative;
}
.my-list li::before{
    content: ">";
    display: block;
    width: 15px;
    line-height: 30px;
    background-position: center;
    position: absolute;
}
.my-list li a{
    float: left;
    width: calc(100% - 80px);
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
}
.my-list li span{
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #999;
}
.my-list li:hover a,.my-list li:hover span{
    color: #001f60;
}
/* ********************************************** */



/* ********************************************** */
.itme-first{
    display: block;
}
.itme-first img{
    width: 210px;
    height: 140px;
    float: left;
    border: none;
    outline: none;
}
.itme-first .itme-centen{
    float: right;
    width: 325px;
}
.itme-first .itme-centen .itme-title{
    display: block;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.itme-first .itme-centen .line-bottom{
    border-bottom: 1px dashed #dddd;
    margin: 10px 0;
}
.itme-first .itme-centen p{
    font-size: 14px;
	line-height: 20px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
}
.itme-first .itme-centen .date{
    float: left;
    font-size: 12px;
	color: #999999;
}
.itme-first .itme-centen .detailed{
    float: right;
    font-size: 12px;
	color: #999999;
}
/* ********************************************** */



/* ********************************************** */
.date-list li{
    margin-top: 16px;
}
.date-list li .date{
    width: 60px;
    background-color: #001f60;
}
.date-list li .date .day,.date-list li .date .year{
    display: block;
    text-align: center;
	line-height: 20px;
	color: #ffffff;
}
.date-list li .date .day{
    font-size: 24px;
    margin-top: 10px;
}
.date-list li .date .year{
    font-size: 12px;
    margin-bottom: 5px;
}
.date-list li div.fr{
    width: calc(100% - 80px);
}
.date-list li div.fr span{
    display: none;
}
.date-list li div.fr div{
    font-size: 16px;
	color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}
.date-list li div.fr p{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* ********************************************** */



/* ********************************************** */
.btn-list li{
    float: left;
    width: 175px;
    height: 80px;
    border-radius: 8px;
    border: solid 1px #bbbbbb;
    margin-left: 30px;
    box-sizing: border-box;
}
.btn-list li:first-child{
    margin-left: 0;
}
.btn-list>li>a{
    display: block;
    position: relative;
    height: 78px;
}
.btn-list>li>a>div{
    position: absolute;
    width: 114px;
    zoom: 1;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;

}
.btn-list li .pic{
    float: left;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.btn-list li span{
    float: left;
    margin-left: 10px;
    font-size: 16px;
	line-height: 40px;
	color: #333;
}

.btn-list li:nth-child(1) .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn01.png");}
.btn-list li:nth-child(2) .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn02.png");}
.btn-list li:nth-child(3) .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn03.png");}
.btn-list li:nth-child(4) .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn04.png");}
.btn-list li:nth-child(5) .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn05.png");}
.btn-list li:nth-child(6) .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn06.png");}
.btn-list li:hover{ 
    background-color: #001f60;
}
.btn-list :hover span{
	color: #fff;
}
.btn-list li:nth-child(1):hover .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn01-h.png");}
.btn-list li:nth-child(2):hover .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn02-h.png");}
.btn-list li:nth-child(3):hover .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn03-h.png");}
.btn-list li:nth-child(4):hover .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn04-h.png");}
.btn-list li:nth-child(5):hover .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn05-h.png");}
.btn-list li:nth-child(6):hover .pic{ background-image: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/btn06-h.png");}
/* ********************************************** */



/* ********************************************** */
.gallery{
    height: 350px;
    background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/gallery.png") no-repeat center;
    background-size: cover;
}
.section{
    font-size: 20px;
    line-height: 24px;
    color: #001f60;
    font-weight: bold;
}
.address{
    float: right;
    line-height: 20px;
    font-size: 14px;
    color: #999999;
    padding-left: 25px;
    background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/address.png") no-repeat ;
    background-position: left center;
}

.w260{
	box-shadow: 2px 3px 3px 0px 
        rgba(0, 0, 0, 0.2);
    background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/laBg.png") no-repeat;
    background-position: bottom;
    background-size: cover;
}
.section2{
    line-height: 50px;
    background-image: 
        linear-gradient(90deg, rgba(19, 87, 174, 0.56) 0%, rgba(14, 47, 111, 0.56) 100%), 
	    linear-gradient( #001f60, #001f60);
    color: #fff;
    padding-left: 27px;
    font-size: 16px;
}

.section-list{
    box-sizing: border-box;
}
.section-list li{
    position: relative;
    border-bottom: 1px solid #ddd;
}
.section-list li:last-child{
    border-bottom: none;
}
.section-list li::before{
    content: ">";
    display: none;
    width: 16px;
    height: 16px;
    font-size: 14px;
    color: #0c4da2;
    line-height: 16px;
    position: absolute;
    left: 22px;
    top: 11px;
}
.section-list li a{
    font-size: 14px;
    line-height: 40px;
    padding-left: 40px;
    box-sizing: border-box;
}
.section-list li:hover a{
    color: #0c4da2;
}
.section-list li:hover::before{
    display: block;
}

/* ********************************************** */



/* ********************************************** */
.pic .my-list{
    float: right;
    width: calc(100% - 230px);

}
.pic .pic-box{
    float: left;
    width: 210px;
    height: 150px;
    margin-top: 15px;
    background: #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.pic .pic-box table td>div {
    position: relative;
}

.pic .pic-box table td>div>div:nth-child(2){
    width: 100% !important;
    height: 16px !important;
    top: -20px !important;
    right: 10px;
}

.pic .pic-box a.imagechangenews_fnode:link, a.imagechangenews_fnode:visited {
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    color: rgba(0,0,0,0) !important;
    background-color: #fff !important;
    border-radius: 50%;
    margin-left: 5px;  
}
.pic .pic-box a.imagechangenews_fnode:active, a.imagechangenews_fnode:hover {
    background-color: #fff !important;
}

.pic .pic-box a.imagechangenews_pnode:link, a.imagechangenews_pnode:visited {
    padding: 0 !important;
    display: inline-block !important;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    color: rgba(0,0,0,0) !important;
    background-color: rgba(255,255,255,.6);
    border-radius: 50%;
    margin-left: 5px;
}
/* ********************************************** */


/* ********************************************** */
.list li{
    height: 40px;
    position: relative;
    border-bottom: 1px dotted #ddd;
}
.list li::before{
    content: "";
    display: block;
    width: 6px;
	height: 12px;
    background:url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/img/itmePic.png") no-repeat;
    background-position: center;
    position: absolute;
    top: calc(50% - 6px);
}
.list li a{
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    line-height: 40px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 20px;
}
.list li em{
    width: 90px;
    float: right;
    font-size: 14px;
	line-height: 40px;
    color: #999;
    text-align: right;
    font-style: normal;
}
.list li:hover a,.list li:hover span{
    color: #001f60;
    font-weight: bold;
}
.btn_list {
    text-align: center;
    margin-top: 30px;
}


.pic-list{
    margin-top: 20px;
}
.pic-list li{
    float: left;
    width: 270px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.pic-list li:nth-child(3n){
    margin-right: 0;
}
.pic-list li .avatar{
    width: 100%;
    height: 185px;
    float: none;
    background-color: #ddd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
.pic-list li span{
    display: block;
    margin-top: 12px;
    text-align: center;
    font-size: 16px;
}
/* ********************************************** */



/* ********************************************** */
.article{
    margin-top:45px;
}
.a-header {
    margin-bottom: 10px;
}
.article .a-header .a-title{
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}

.article p{text-indent:2em;line-height:36px;}
.article .a-header .a-about{
    line-height: 50px;
    border-bottom: 1px solid #dddddd;
}
.article .a-header .a-about div{
    color:  #666;
}
.a-bout-box {
	width: 333px;
	margin: 0 auto;
	color: #999999;
}
.article .a-content{
    min-height: 400px;
    color: #666666;
}
.a-content img {
    max-width: 100% !important;
}



#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("https://www.josephineteh.com/__xh__/jsim.xzhmu.edu.cn/images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}