body{
    /* -webkit-font-smoothing: subpixel-antialiased !important; */
    letter-spacing: 1px !important;
    background: #F8F8F8;
}
/* .headerAll .headerpage .headNavList li:nth-of-type(2) a {
    color: #3355FF;
} */

.active {
    color: #3355FF;
}

/*内容*/
.container > .content{
    width:100%;
    margin-top:70px;
    /* min-height:650px ; */
    padding-bottom:255px;
    box-sizing: border-box;
}
.navList{
    width:100%;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 25px;
}
/*学院动态顶部*/
.navTitle{
    width:1100px;
    height:100%;
    margin:0 auto;
    padding-left: 55px;
    box-sizing: border-box;
}
.navTitle img{
    width:35px;
    height:auto;
    margin-right: 20px;
}
.navTitle h3.navTitleText {
    font-size: 22px;
    font-family: YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    margin-top: 0;
}
.newsContent{
    width:1100px;
    margin:0 auto;
    background: #FFFFFF;
    box-shadow: 0px 9px 9px 0px rgba(0, 0, 0, 0.11);
    border-radius: 15px;
    padding:60px 80px;
    box-sizing: border-box;
}
.newsContentTitle{
    width:100%;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px dashed #989898;
}
.newsContentTitle h1{
    font-size: 22px;
    font-family: YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 29px;
    text-align: center;
}
.newsContentTitle h4{
    font-size: 14px;
    font-family: YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 29px;
    text-align: center;
    margin-top:30px;
}
.newsContentText{
    padding:38px 0 0 0;
    box-sizing: border-box;
}

.newsContentText h1{
    font-size: 26px;
}
.newsContentText h2{
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 26px;
}
.newsContentText h3{
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 16px;
}
.newsContentText h4{
    font-size: 16px;
}
.newsContentText h5{
    font-size: 14px;
}
.newsContentText h6{
    font-size: 12px;
}
.newsContentText h1,h2,h3,h4,h5,h6{
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    color: #292525;
    line-height:140%;
    font-style: normal;
    font-weight: 600;
}
.newsContentText p{
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: 400;
    color: #4c4e4d;
    text-align: left;
    word-break: normal;
    word-wrap: break-word;
    margin: 0 0 20px 0;
    line-height: 30px;
}
.newsContentText p img{
    width:75%;
    height:auto;
    display: block;
    margin:0 auto;
}
.newsContentText img{
    width:75%;
    height:auto;
    display: block;
    margin:0 auto;
}
 .newsContentText table{
     width:75%;
    font-size: 18px;
    border-collapse: collapse;
    border:1px solid #CCCCCC;
    margin:0 auto;
}
 .newsContentText table tr th{
    border:1px solid #CCCCCC;
    font-size: 18px;
    padding:2px 10px;
    box-sizing: border-box;
}
 .newsContentText table tr td{
    height: 30px;
    border:1px solid #CCCCCC;
    font-size: 16px;
    padding:2px 10px;
    box-sizing: border-box;
}
.newsContentText hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
  }
.newsContentText p strong,
.newsContentText p dfn {
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  line-height: 180%;
  text-align: justify;
}
.newsContentText p > code {
    color: #c7264e;
    background-color: #f9f2f4;
    font-size: 0.95em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }
  .newsContentText blockquote {
    /* font-size: 18px;
    font-style: normal;
    padding: 0px 12px;
    /* margin:15px 0; */
    /* position: relative;
    line-height:100%;
    text-indent: 0;
    border: none;
    color: #888;
    text-align: justify;
    border-left: 2px solid #e0e0e0; */ 
    position: relative;
    display: block;
    margin: 37px auto;
    border-left: 2px solid #e0e0e0;
    font-style: normal;
    text-align: left;
    color: #8e8787;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    padding: 0 12px;

  }
  .newsContentText blockquote:before {
    content: "“";
    left: 12px;
    top: 0;
    color: #e0e0e0;
    font-size: 26px;
    font-family: Arial, serif;
    line-height: 60%;
    font-weight: 700;
    position: absolute;
  }
  /* .newsContentText blockquote:after {
    content: "”";
    right: 12px;
    bottom: -26px;
    color: #e0e0e0;
    font-size: 26px;
    font-family: Arial, serif;
    line-height: 100%;
    font-weight: 700;
    position: absolute;
    bottom: -31px;
  } */
  .newsContentText blockquote p{
    font-weight: 500;
    font-size: 18px;
    line-height: 210%;
    font-style: normal;
    text-align: left;
    color: #8e8787;
    margin-bottom: 0;
  }
  .newsContentText pre {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: 4px;
    white-space: pre-wrap;
    display: block;
    background: #f8f8f8;
    padding: 10px 20px;
    border: none;
    margin-bottom: 25px;
    color:rgba(76,78,77,.8);
    font-family: Courier, sans-serif;
  }
  .newsContentText a{
      display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid#8e8787;
    color: #292525;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: left;
    padding: 0;
    margin-top: 5px;
    font-family: -apple-system,BlinkMacSystemFont,PingFang-SC-Regular,Hiragino Sans GB,Microsoft Yahei,Arial,sans-serif;
    font-size: 16px;
    color: #4c4e4d;
    line-height: 30px;
    font-weight: 400;
    word-break: normal;
    word-wrap: break-word;
  }
  .newsContentText a:hover{
    color: #f55852;
    border-bottom: 2px solid #d71a1b;
  }
  .newsContentText dl,
.newsContentText ol,
.newsContentText ul {
  padding-left: 50px;
  box-sizing: border-box;
  line-height: 1.8;
  list-style-type: disc;
  padding-left: 36px;
  padding-right: 36px;
  margin: 40px auto;
  -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.newsContentText dl li,
.newsContentText ol li,
.newsContentText ul li {
    margin: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #4c4e4d;
    display:list-item;
}
/*底部开始*/
#footer{
    width:100%;
    min-width: 1200px;
    height:150px;
    background: #1C2446;
}
.footer{
    width:1100px;
    height:100%;
    margin:0 auto;
}
.footerTitle{
    flex-direction: column;
    margin-right: 70px;
}
.footerTitle h3{
    font-size: 22px;
    font-family: PingFangSC-Medium;
    font-weight: 600;
    color: #CCCCCC;
    line-height: 42px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footerTitle p{
    font-size: 12px;
    font-family: PingFangSC;
    color: #CCCCCC;
    line-height: 16px;
}
.footerContent p{
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
}
.footerContent p a.footerLink{
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
}
/*悬浮*/
.suspension{
    position: fixed;
    right:0;
    bottom:15%;
    z-index:10000;
    flex-direction: column;
}
.suspension a{
    width: 123px;
    height: 40px;
    background: #627BFC;
    border-radius: 43px 0px 0px 43px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 27px;
    margin-bottom: 10px;
}
.suspension a .suspensionIcon{
    width:32px;
    height: 40px;
    margin-left: -11px;
    border-right:1px solid #5a71e8;
}
.suspension a .suspensionIcon img{
    width:20px;
    height: auto;
}
.suspension a span{
    padding-left: 10px;
    box-sizing: border-box;
}
#udesk_btn a{
    width: 123px;
    height: 50px;
    background: #627BFC;
    border-radius: 43px 0px 0px 43px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 27px;
    margin:0 0 10px 0 !important;
    position: fixed !important;
    right:0 !important;
    bottom:22% !important;
}
#udesk_btn a span:nth-of-type(1){
    width:20px !important;
    height:20px !important;
    margin: 10px 9px 0 !important;
}
/*底部结束*/
/*平板*/
@media screen and (min-width:751px) and (max-width:1200px){
    /*内容*/
    .content{
        width:100%;
        min-width: 100%;
    }
    .navTitle{
        width:100%;
    }
    .newsContent{
        width:100%;
    }
    .footer{
        width:100%;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .footerTitle{
        margin-right: 10px;
    }
    .footerTitle h3{
        font-size: 20px;
        font-weight: normal;
        color: #FFFFFF;
        line-height: 33px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .footerTitle p{
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 16px;
    }
    .footerContent p{
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 36px;
    }
}
/*!*移动端*!*/
@media screen and (min-width:320px) and (max-width:750px){
    /*内容开始*/
    .content{
        width:100%;
        min-width: 375px;
        margin-top:60px;
        flex-direction: column;
        padding:0 15px 300px 15px;
        box-sizing: border-box;
    }
    .navTitle{
        width:100%;
    }
    .newsContent{
        width:100%;
        padding:30px 20px;
        box-sizing: border-box;
    }
    #footer{
        height:auto;
    }
    .footer{
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding:16px;
        box-sizing: border-box;
    }
    .footerTitle{
        margin-right: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
    .footerTitle h3{
        font-size: 20px;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .footerTitle p{
        font-size: 12px;
        line-height: 14px;
    }
    .footerContent p{
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #FFFFFF;
        line-height: 24px;
    }

}