@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family:"SourceSansPro-Regular", "微软雅黑";
}


@font-face {
  font-family: "icon";
  src: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/icon.woff2") format("woff2"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/icon.woff") format("woff"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/icon.ttf") format("truetype"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/icon.eot") format("embedded-opentype"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Bold";
  src: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Bold.woff2") format("woff2"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Bold.woff") format("woff"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Bold.ttf") format("truetype"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Bold.eot") format("embedded-opentype"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SourceSansPro-Regular";
  src: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Regular.woff2") format("woff2"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Regular.woff") format("woff"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Regular.ttf") format("truetype"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Regular.eot") format("embedded-opentype"), url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/fonts/SourceSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }




input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.header {
    background: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/images/head-r.png") no-repeat right top;
      background-size: 100%;

    padding-bottom: 380px;
}

.head-l {
    float: left;
    background: #fff;
    line-height: 120px;
}

.head-l a {
    display: block;
}

.head-l a img {
    /* display: block; */
    vertical-align: middle;
}

.head-r {
    position: relative;
    float: right;
    text-align: right;
    padding-top: 20px;
    font-size: 0;
}

.head-r:after {
    content: '';
    position: absolute;
    left: 0;
    /* right: -310px; */
    top: 0;
    bottom: 0;
    /* background: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/images/head-bg.png") no-repeat right top; */
    /* background-size: 1040px auto; */
    z-index: -1;
}

.head-r>a {
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
    height: 21px;
    overflow: hidden;
    /* float: right; */
}

.head-r>a:hover {
    color: #d9a5a5;
}

.head-r a img {
    vertical-align: middle;
    padding-right: 10px;
}

.nav {
    margin-top: 25px;
    margin-right: -35px;
}

.nav>ul>li {
    position: relative;
    float: left;
    padding-bottom: 30px;
}

.nav>ul>li:first-child>a {
    border-left: none;
}

.nav>ul>li>a {
    padding-left:18px;
    padding-right:18px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
   /** text-transform: uppercase; **/
    border-left: 1px solid rgba(255, 255, 255, .5);
}

.nav>ul>li.on>a {
    color: #edc3c3;
}

.nav>ul>li>ul {
    position: absolute;
    top: 56px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background-color: #36147c;
    box-shadow: 0 0 5px #464d68;
    z-index: 999;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav>ul>li>ul>li {
    text-align: center;
    line-height: 30px;
}

.nav>ul>li>ul>li>a {
    color: #fff;
    font-size: 16px;
}

.nav>ul>li>ul>li:hover {
    background-color: #5250a4;
}

.banner {
    margin-top: -380px;
}

.banner a {
    display: block;
    position: relative;
    padding-top: 54%;
}

.banner a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #3a158c;
    padding: 30px 0;
}

.foot-l {
    float: left;
}

.foot-l>a {
    display: block;
}

.foot-l a img {
    display: block;
    margin-top: 7px; 
}

.foot-m {
    float: left;
    width: 45%;
    text-align: center;
}

.foot-m>p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-top: 15px;
}

.foot-m>p:first-child {
    margin-top: 0;
}

.foot-r {
    float: right;
}

.foot-r>ul>li {
    position: relative;
    float: left;
    margin-left: 15px;
}

.foot-r>ul>li .ewm {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -100px;
    display: none;
}

.foot-r>ul>li:hover .ewm {
    display: block;
}


/* 移动端开始 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

.m-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
}

.section1 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.sect1 {
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 60%;
}

.sect1-l .pic {
    position: relative;
    padding-top: 51%;
}

.sect1-l .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.sect1-r {
    padding: 30px 103px;
    overflow: hidden;
    background: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/images/sect2-r.png") no-repeat left bottom;
    background-size: 100% 100%;
}

.title {
    overflow: hidden;
    line-height: 52px;
}

.title h2 {
    float: left;
    font-size: 34px;
    color: #3a158c;
    font-weight: bold;
    
}

.title a {
    float: right;
    font-size: 18px;
    color: #3a158c;
}


.title1 {
    overflow: hidden;
    line-height: 52px;
}

.title1 h2 {
    float: none;
    font-size: 34px;
    color: #3a158c;
    font-weight: normal;
    text-align: center;
    font-weight: bold;
}

.title1 a {
    float: right;
    font-size: 18px;
    color: #3a158c;
}

.sect1-r>h2 {
    line-height: 29px;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sect1-r>h2 a {
   color: #333333;
}

.sect1-r>p {
    line-height:1.5;
    font-size:20px;
    color: #333333;
    margin-top: 22px;
    overflow: hidden;
    text-align: justify;
    font-family: "SourceSansPro-Regular", "微软雅黑";
}

.sect1-r>ul {
    margin-top: 50px;
    padding-top: 20px;
}

.sect1-r>ul>li {
    margin-bottom: 20px;
    padding-left: 20px;
    background: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/images/list.png") no-repeat left center;
}

.sect1-r>ul>li>a {
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sect1-r>ul>li:hover {
    background: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/images/list-other.png") no-repeat left center;
}

.sect2>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.sect2>ul li a {
    display: block;
    margin: 0 15px;
}

.sect2>ul li a .pic {
    position: relative;
    padding-top: 56%;
}

.sect2>ul li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.sect2>ul li a .text h2 {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}


.sect2>ul li a .text p {
    line-height: 29px;
    font-size: 16px;
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section3 {
   
    padding-bottom: 40px;
}

.sect3>ul>li {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 30px;
    border-top: 2px solid #3a158c;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 30px 40px 30px 30px;
}

.sect3>ul>li>a {
    display: block;
}

.sect3>ul>li:nth-child(3n-2) {
    margin-left: 0;
    margin-top: 30px;
}

.sect3>ul>li>a>h3 {
    font-size: 24px;
    color: #3a158c;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect3>ul>li>a>p {
    line-height: 29px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section4 {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/images/section4.png") no-repeat center center;
    background-size: cover;
}

.sect4 .title {
    margin-bottom: 25px;
}

.sect4>ul {
    margin-left: -25px;
    margin-right: -25px;
    padding-bottom: 90px;
    overflow: hidden;
}

.sect4>ul li {
    margin: 0 25px;
}

.sect4>ul li>a {
    display: block;
}

.sect4>ul li>a .pic {
    position: relative;
    padding-top: 64%;
}

.sect4>ul li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.sect4>ul li>a .art {
    position: absolute;
    left: -20px;
    right: 40px;
    bottom: -90px;
    border-top: 4px solid #3a158c;
    background-color: #fff;
    padding: 25px 40px 30px 30px;
}

.sect4>ul li>a .art h3 {
    line-height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect4 .slick-list {
    overflow: visible;
}

.sect4>ul li>a .art .date {
    font-size: 16px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sect5>ul {
    margin-left: -19px;
    margin-right: -19px;
}

.sect5>ul li {
    margin: 0 19px;
}

.sect5>ul li>a .text {
    margin-top: 40px;
}

.sect5>ul li>a .text .date1 {
    display: inline-block;
    font-size: 16px;
    color: #3a158c;
    padding-top: 15px;
    border-top: 2px solid #3a158c;
}

.sect5 a .text p {
    line-height: 29px;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.join_index{
    margin: 30px 0 0;
    text-align: center; 
    position: relative;
}
.join_index .join_text{
    position: absolute;
    top: 25%;
    left: 0;
    z-index: 10;
    width: 100%;
}
.join_index .join_text .tt{
    margin: 0 auto;
    width: 80%;
    font-size: 38px;
    line-height: 36px;
    color: #3a158c;
    font-weight: bold;
}
.join_index .join_text .ddd{
    margin-top: 120px;
    display: inline-block;
    padding: 8px 40px;
    background: #643cbd;
    font-size: 26px;
    color: #fff;
    letter-spacing: 1px;
}
.join_index img{width:100%;}
.lofo{margin:20px auto 0;}
/* 移动端结束 */

@media screen and (max-width:1370px) {
    .nav {
        margin-right: 0;
    }
    .nav>ul>li>a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer {
        padding-left: 25px;
        padding-right: 25px;
    }
    .foot-m {
        width: 33%;
    }
    .sect2>ul {
        margin-left: 0;
        margin-right: 0;
    }
    .sect4>ul {
        margin-left: 0;
        margin-right: 0;
    }
   .sect5>ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width:1300px) {
    .section1,
    .section3,
    .section4 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .title h2,.title1 h2 {
        font-size: 24px;
    }
    .title,title1 {
        line-height: 32px;
    }
    .sect1-r>ul {
        margin-top: 0;
    }
    .sect1-r>p {
        margin-top: 5px;
    }
    .sect4>ul li>a .art .date {
        margin-bottom: 0;
    }
    .banner {
        margin-top: 0;
    }
    .header {
        padding-bottom: 0;
    }
}
@media screen and (max-width:1100px) {
   .join_index .join_text{
       top: 15%;
   }
}
@media screen and (max-width:990px) {
    .lsxx{width:340px;margin:0 auto;}
    .join_index .join_text .ddd{
        margin-top: 50px;
    }
    .title h2,.title1 h2 {
        font-size: 20px;
    }
    .sect1-r>h2 {
        line-height: 20px;
        font-size: 18px;
    }
    .sect1-r>ul {
        padding-top: 5px;
    }
    .sect1-r>ul>li {
        margin-bottom: 5px;
    }
    .sect1-r>ul>li>a {
        font-size: 14px;
    }
    .sect4>ul li>a .art {
        position: relative;
        padding: 10px;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .sect4>ul li>a .art h3 {
        font-size: 14px;
    }
    .sect4>ul li>a .text {
        margin-top: 10px;
    }
   .sect4>ul  {
        padding-bottom: 0;
    }
  .sect1-r>p {
   
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px;
    }
    .header {
        display: none;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #fff;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #004980;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #1c379a;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url("https://www.cavenetomi.com/__xh__/bright.vsph.tsinghua.edu.cn/images/m-nav_down.png") no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
}

@media screen and (max-width:1020px) {
    .foot-l,
    .foot-m,
    .foot-r {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    .foot-r>ul {
        text-align: center;
    }
    .foot-r>ul>li {
        display: inline-block;
        float: none;
    }
    .foot-l a img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:768px) {
    .sect3>ul>li {
        float: left;
        width: 46%;
        margin-right: 2%;
    }
  .sect3>ul>li:nth-child(3n-2) {
    margin-left: 2%;
   
    }
   .join_index .join_text .tt{
       font-size: 18px;
       line-height: 30px;  
    } 
    .join_index .join_text .ddd{
       font-size: 20px;
    }


}

@media screen and (max-width:750px) {
    .sect1-l {
        float: none;
        width: auto;
    }
    .sect1-r {
        margin-top: 10px;
  
        padding: 30px 40px;
    }
    .join_index .join_text .ddd{
        margin-top: 18px;
    }
    .join_index .join_text .tt{
        width: 92%;
    }
    .join_index img {
        width: 100%;
        height: 300px;
        display: block;
        object-fit: cover;
    }
}

@media screen and (max-width:450px) {
    .foot-l a img {
        width: 80%;
    }
   .sect3>ul>li {
        float: none;
        width: auto;
        margin-left: 0;
    }


}