body {
    background-color: #ffffff;
}

.banner-er {
    width: 100%;
    height: 300px;
}

.banner-er img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

/* 分页 */
.paging {
    text-align: center;
    margin-bottom: 56px;
}

.paging a {
    display: inline-block;
    margin: 0 5px;
    margin-top: 70px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #666666;
    text-align: center;
}

.paging a:hover {
    color: #224f86;
}

.paging a.on {
    color: #224f86;
}

/* 中间内容 */
.middle-content {
    margin-top: 35px;
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.ce{
    width: 260px;
    margin: 0;
}
.middle-side {
    
    
    border-left: solid 2px #1e4f89;
    box-sizing: border-box;
    padding-bottom: 20px;
    position: relative;
}
.middle-side::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1e4f89;
    position: absolute;
    left: -3px;
    bottom: 0px;

}
.middle-er {
    width: 860px;
    margin: 0;
}

.middle-nr {
    width: 860px;
    position: relative;
}

.middle-nr::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #e4e4e4;
    position: absolute;
    top: 0;
    left: -32px;
}

.dangqian {
    width: 860px;
    height: 27px;
    margin-bottom: 35px;
    border-bottom: solid 2px #1e4f89;
    box-sizing: border-box;
}

.dangqian>p {
    float: right;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #1e4f89;
}

.dangqian>p>a>span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #1e4f89;
}

.dangqian>p::after {
    content: "";
    width: 23px;
    height: 4px;
    background: url(../img/dangqian.png) center no-repeat;
    position: absolute;
    bottom: -1px;
    left: -23px;
}

/* 侧边导航栏 */
.middle-biaoti {
    width: 260px;
    height: 67px;
    margin: 0;
    background: url(../img/cebian.png) center no-repeat;
    margin-bottom: 2px;
}

.middle-biaoti h2 {
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 67px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}

.middle-side>ul {
    width: 260px;
}

.middle-side>ul>li {
    height: 58px;
    width: 260px;
    background-color: #f1f1f1;
    margin-bottom: 2px;
}

.middle-side>ul>li>a {
    display: block;
    height: 58px;
    width: 260px;
    font-style: normal;
}
.middle-side>ul>.on{
    background-color: #e39e00;
}
.middle-side>ul>.on>a>p{
    color: #ffffff;
}
.middle-side>ul>li>a>p{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #666666;
    text-align: center;
}

/* 院系概括 师资团队 */
.sztd-er {
    width: 860px;
}

.sztd-er ul li {
    width: 860px;
    height: 192px;
    margin-bottom: 43px;
}

.sztd-er ul li:last-child {
    margin-bottom: 0px;
}

.sztd-er ul li a {
    width: 860px;
    height: 192px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.sztd-er ul li:hover .sz-text h3 {
    color: #1e4f89;
}

.sz-img {
    width: 136px;
    height: 192px;
    margin: 0;
}

.sz-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sz-text {
    width: 724px;
    height: 192px;
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 1px rgba(51, 51, 51, 0.17);
    padding: 18px 18px 40px 18px;
    box-sizing: border-box;
}

.sz-text h3 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
}

.sz-text h3::after {
    content: "";
    width: 37px;
    height: 2px;
    background-color: #1e4f89;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.sz-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 25px;
}

.sz-text span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    text-indent: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 系部设置 文化管理系 */
.whglx-er {
    width: 860px;
}

.whglx-er ul li {
    width: 100%;
    height: 164px;
    margin-bottom: 77px;
    position: relative;
}

.whglx-er ul li:last-child {
    margin-bottom: 0px;
}

.whglx-er ul li::after {
    content: "";
    width: 860px;
    height: 1px;
    border-bottom: dashed 1px #c6c6c6;
    position: absolute;
    left: 0;
    bottom: -38px;
}

.whglx-er ul li:last-child::after {
    content: none;
}

.whglx-er ul li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wh-img {
    width: 250px;
    height: 164px;
    margin: 0;
}

.wh-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

.wh-text {
    width: 590px;
    height: 100%;
    margin: 0;
}

.wh-text>div {
    width: 590px;
    height: 40px;
    padding-left: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.wh-text>div>span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333;
    position: relative;
}

.wh-text>div>span::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #666;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: -21px;
}

.wh-text>div>span::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #666;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 7px;
    right: -21px;
}

.whglx-er ul li:hover .wh-text>div>span {
    color: #1e4f89;
}

.whglx-er ul li:hover .wh-text>div>span::after {
    background-color: #224f86;
}

.whglx-er ul li:hover .wh-text>div>span::before {
    background-color: #224f86;
}

.wh-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    text-indent: 2em;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* 新闻动态 通知公告 */
.tzgg-er ul {
    width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgg-er ul li {
    width: 100%;
    height: 68px;
    margin: 0;
    margin-bottom: 30px;
}

.tzgg-er ul li:last-child {
    margin-bottom: 0;
}

.tzgg-er ul li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.tzgg-er ul li:hover .tzgg-er-text {
    box-shadow: 0px 0px 7px 0px rgba(51, 51, 51, 0.2);
}

.tzgg-er-time {
    width: 84px;
    height: 68px;
    background: url(../img/tongzi.png) center no-repeat;
    margin: 0;
    box-sizing: border-box;
}

.tzgg-er-time p {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fffefe;
    text-align: center;
}

.tzgg-er-time span {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #fffefe;
    display: block;
    text-align: center;
}

.tzgg-er-text {
    width: 775px;
    height: 68px;
    margin: 0;
    padding: 24px 40px 24px 20px;
    box-sizing: border-box;
}

.tzgg-er-text p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 新闻动态 学院新闻 */
.xyxw-er {
    width: 860px;
}

.xyxw-er ul li {
    width: 860px;
    height: 170px;
    margin-bottom: 65px;
}

.xyxw-er ul li:last-child {
    margin-bottom: 0px;
}

.xyxw-er ul li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.xyxw-img {
    width: 250px;
    height: 170px;
    margin: 0;
}

.xyxw-img img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.xyxw-text {
    width: 590px;
    height: 170px;
    margin: 0;
}

.xyxw-text h3 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}

.xyxw-er ul li:hover .xyxw-text h3 {
    color: #224f86;
}

.xyxw-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.xyxw-text span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #666666;
    padding-left: 28px;
    position: relative;
}

.xyxw-text span::after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(../img/time.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
}

/* 院系概括 学院荣誉 */
.xyry-er {
    width: 860px;
}

.xyry-er ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyry-er ul::after {
    content: "";
    width: 268px;
    display: block;
    clear: both;
}

.xyry-er ul li {
    width: 268px;
    height: 220px;
    margin: 0;
    margin-bottom: 20px;
}

.xyry-er ul li:last-child,
.xyry-er ul li:nth-last-child(2),
.xyry-er ul li:nth-last-child(3) {
    margin-bottom: 0;
}

.xyry-er ul li img {
    width: 268px;
    height: 180px;
    display: block;
    object-fit: cover;
    margin: 0;
}

.xyry-er ul li p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.xyry-er ul li:hover p {
    color: #1e4f89;
}

/* 新闻动态 学院新闻 详情页 */
.xqy {
    width: 860px;
}

.xqy h2 {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 2px;
    color: #224f86;
    text-align: center;
    margin-bottom: 20px;
}

.xqy-time {
    text-align: center;
    display: flex;
    margin-bottom: 30px;
}

.xqy-time p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.xqy-time p:first-child {
    margin-right: 20px;
}

.xqy-time p:last-child {
    margin-left: 20px;
}
.details-main p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
    text-align: justify;
    text-indent: 2em;
}
.details-main img{
    text-align: center;
    display: block;
    object-fit: cover;
    margin-top: 5px;
    margin-bottom: 5px;
}
.details-main{
    padding-bottom: 65px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
/* 院系概括 学院介绍 单页 */
/* 搜索结果 */
#infoBox {
    width: 100%;
}

#infoBox p {
    padding: 30px 0px;
    margin-bottom: 50px;
    background-color: #fff;
}

.FontListType ul {
    width: 100%;
    margin-top: 30px;
}

.FontListType ul li {
    height: 50px;
    background-color: #ffffff;
    position: relative;
    transition: all 0.4s;
    list-style-type: none;
    margin-bottom: 20px;
}

.FontListType ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #1e4f89;
    position: absolute;
    left: 21px;
    top: 22px;
}

.FontListType ul li span {
    display: block;
    max-width: 600px;
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 46px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.FontListType ul li i {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 50px;
    color: #999999;
    margin-right: 20px;
}

.FontListType ul li:last-child {
    margin-bottom: 0px;
}

.FontListType ul li:hover {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
    z-index: 2;
}