.w33{ width: calc(33.33% - 20px);}
.w50{width: calc(50% - 15px);}
.mt10{ margin-top: 10px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 50px;}
.ml{ margin-left: 30px;}
.fl{float: left;}
.fr{float: right;}
.posr{position: relative;}
.pb25{padding-bottom: 25px;}
.ptb30{padding: 45px 0;}
.sectionbg1{background: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/section1.png") no-repeat center; background-size: cover;}


.title .title-txt{
	font-size: 20px;
    color: #003d8d;
    font-weight: bold;
}
.title .title-txt .en{
    font-size: 12px;
    color: #999999;
    padding-left: 10px;
}

.more{
    display: inline-block;
    padding-right: 20px;
    background: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/more.png") no-repeat;
    background-position: right;
    font-size: 14px;
	line-height: 24px;
    color: #666;
    text-decoration: underline !important;
    position: absolute;
    right: 0;
}



div#layeru0 {
position: fixed !important;
 TOP: 50% !IMPORTANT;
 transform: translateY(-50%) !important;
}
/* ********************************************** */



/* ********************************************** */
.banner{
min-width: 1200px;
}


.banner>div{
    width:98% !important;
}
.banner table, .banner tbody, .banner tr, .banner td {
    height: 25vw !important;
    width: 100% !important;
    min-width: 1200px !important;
    min-height: 300px !important;
    display: block !important;
}
.banner table td>div {
    height: 25vw !important;
    width: 100% !important;
    min-width: 1200px !important;
    min-height: 300px !important;
    position: relative;
}

#u_u2_div {
    height: 25vw !important;
    width: 100% !important;
    min-width: 1200px !important;
    min-height: 300px !important;
}

img#u_u2_pic {
    display: block;
    height: 25vw !important;
    min-height: 300px !important;
    width: 100% !important;
    min-width: 1200px !important;
}

.banner table td>div>div:nth-child(2){
    width: 100% !important;
    min-width: 1200px !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: #fff !important;
    border-radius: 50%;
    margin-left: 15px;
}
.banner a.imagechangenews_fnode:active, a.imagechangenews_fnode:hover {
    background-color: #fff !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(255,255,255,.3);
    border-radius: 50%;
    margin-left: 15px;
}
/* ********************************************** */



/* ********************************************** */
/* 新闻中心 图片新闻*/
.picNews{
    width: 380px;
	height: 255px;
	background-color: #a6a6a6;
    position: relative;
}
div#u_u2_div+div {
    z-index: 200;
}
.titlestyle248521 {
    BOX-SIZING: border-box;
    FONT-SIZE: 14px;
    OVERFLOW: hidden;
    WIDTH: 380px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    TEXT-OVERFLOW: ellipsis;
    POSITION: absolute;
    COLOR: #fff;
    TEXT-ALIGN: left;
    PADDING-LEFT: 10px;
    Z-INDEX: 10;
    DISPLAY: block;
    LINE-HEIGHT: 30px;
    BOTTOM: 0px;
    background: rgba(0,0,0,0.5);
}

.news-list{
    margin-top: 25px;
    min-height: 260px;
}
.news-list li{
    margin-top: 10px;
    position: relative;
    padding-left: 13px;
}


.news-list li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #999;
    padding-left: 5px;
}


.news-list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #c2c2c2;
    top: 8px;
    left: 0;
}
.news-list li:hover a{
    text-decoration: underline;
	color: #003d8d;
}

/* ********************************************** */



/* ********************************************** */
.title ul{
    width: auto;
    font-size: 20px;
	line-height: 25px;
    color: #000;
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.title ul li{
    float: left;
    width: auto;
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.title ul li::before{
    content: "";
    display: block;
    width: 1px;
	height: 20px;
    background-color: #666666;
    transform: rotate(7deg);
    position: absolute;
    top: 3px;
    left: 0;
}
.title ul li:first-child::before{
    display: none;
}
.title ul .active::after{
    margin-left: 6px;
}
.title .active{
    color: #0c4ca3;
    font-weight: bold;
}
.title .active::after {
    content: "";
    display: block;
    width: 74px;
	height: 2px;
    background-color: #0c4ca3;
    margin-top: 5px;
}



.my-list li{
    float: left;
    width: calc(50% - 40px);
    height: 45px;
    box-sizing: border-box;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.my-list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
	height: 4px;
	background-color: #666;
    top: 21px;
}
.my-list li:nth-child(2n){
    margin-left: 80px;
}
.my-list li a{
    float: left;
    width: calc(100% - 130px);
    font-size: 16px;
    padding-left: 18px;
    box-sizing: border-box;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-list li span{
    float: right;
    width: 130px;
    text-align: center;
    font-size: 16px;
	color: #999;
}
.my-list li:hover a,.my-list li:hover span{
    color:#0c4ca3;
}
/* ********************************************** */


/* ********************************************** */
/*.video-list {
    position: relative;
}
.video-list video{
    float: left;
    width: calc(25% - 15px);
    margin-left: 20px;
    height: auto;
}
.video-list video:first-child{
    margin-left: 0;
} */
.video-list {
    position: relative;
}
.video-list li{
    float: left;
    width: calc(25% - 15px);
    margin-left: 20px;
}
.video-list li:first-child{
    margin-left: 0;
}
.video-list li a img{
    display: block;
    width: 100%;
    height: 200px;
}
.video-list li a span{
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 10px;
}
.video-list li:hover{
    box-shadow: 3px 0px 8px #666;
}
.video-list li:hover a span{
    color: #0c4ca3;
}


.college-list li{
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    line-height: 45px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.college-list li::before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
	height: 4px;
	background-color: #666;
    top: 21px;
}
.college-list li a{
    float: left;
    width: calc(100% - 130px);
    font-size: 18px;
    padding-left: 18px;
    box-sizing: border-box;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.college-list li span{
    float: right;
    width: 130px;
    text-align: center;
    font-size: 18px;
	color: #999;
}
.college-list li:hover a,.college-list li:hover span{
    color:#0c4ca3;
}
/* ********************************************** */

/* ********************************************** */
.operation .w50{
    width: calc(50% - 5px);
}
.inquire a{
    display: block;
    height: 140px;
    background: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/operation.png") no-repeat center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

.search{
    width: 100%;
	height: 40px;
    background: #fff;
    border: solid 1px #dddddd;
    border-radius: 5px;
    overflow: hidden;
}
.search input[type="text"]{
    width: calc(100% - 50px);
    border: none;
    box-sizing: border-box;
    float: left;
    height: 40px;
    background: none;
    padding-left: 17px;
    color: #999;
    outline:none;
}
.search input[type="submit"]{
    width: 50px;
    border: none;
    float: left;
    background: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/search.png") no-repeat;
    background-position: center;
    height: 40px;
    box-sizing: border-box;
}
input::-webkit-input-placeholder{
    color: #999999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #999999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #999999;
}



.link{
    position: relative;
}
.link .links-name{
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
    color: #999;
    font-size: 14px; 
    box-sizing:border-box ;
    background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #dddddd;
}
.link .links-name::after{
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/linksBtn.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.link .links-name:hover .links-wrap{
    display: block;
}
.link .links-wrap{
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 40px;
    left: 0;
    border-radius: 2px 2px 0 0;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,.2);
}
.link .links-wrap li a{
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    text-align: center;
}
.link .links-wrap li:hover a{
    background: #003d8d;
    color: #fff;
}

.tow-btn a{
    height: 40px;
	background-color: #2874d2;
    border-radius: 5px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.tow-btn a:last-child{
    background-color: #0ab182;
}
.btn-list{

}
.btn-list li{
    float: left;
    width: calc(50% - 5px);
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.btn-list li:nth-child(2n){
    margin-left: 10px;
}
.btn-list li a{
    display: block;
    height: 60px;
    background: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/btn01.png") no-repeat ;
    background-size: cover;
} 
.btn-list li:nth-child(1) a{
    background-image: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/btn01.png");
} 
.btn-list li:nth-child(2) a{
    background-image: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/btn02.png");
} 
.btn-list li:nth-child(3) a{
    background-image: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/btn03.png");
} 
.btn-list li:nth-child(4) a{
    background-image: url("https://www.josephineteh.com/__xh__/zsb.xzhmu.edu.cn/img/btn04.png");
} 
.showbox{
    margin-top: 30px;
    overflow: hidden;
}
.pic-list{
    width: 10000%;
}
.pic-list li{
    float: left;
    box-sizing: border-box;
}
.pic-list li:first-child{
    margin-left: 0;
}
.pic-list li a{
    display: block;
    width: 100%;
    height: 10.469vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.flexslider {
    margin: 30px 0 0 0 !important;
}