/* 内容区样式 */
.home-container {
  width: 100%;
  min-width: 1224px;
}
.section  .box {
    height: 500px;    
}
.box .box-wrapper {
    width: 80%;
    height: 100%;
    margin: 0px auto;
    min-width: 80%;
}
.box .news-wrapper .new {
    flex: 1;
}
.section .mall {
    height: 300px;
}
.section .news,.other {
    background-color: #eee;
}
p{
  position: relative;
  padding-left: 14px;
}
p::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  /* background: #8f0009; */
  background-color: #064089;
}


/* 按钮更多样式 */
.more{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    /* background-color: #01748e; */
    background-color: #064089;
    color: #fff;
    position: absolute;
    right: 5%;
    bottom: -32px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s;
}
.more .more-wrapper{
    position: relative;
    width: 51px;
    text-align: left;
    margin: 0 25px;
}
.more .more-text{
    width: 140px; 
}
.more .more-text::after{
    text-align: left;
    opacity: 0;
    content: '点击查看更多';
    margin-left: 10px;
    font-size: 13px;
    font-family: KaiTi;
    transition: all .3s;
}
.more:hover{
    width: 200px;
}
.more:hover .more-text::after{
    opacity: 1;
}
.more:hover .more-wrapper{
    width: 69%;
}


/* 通知公告样式 */
.divbox-container {
  padding: 30px 0px;
  height: 100%;
}

.notice-container {
  width: 100%;
  height: 100%;
}

.notice-container h2{
    margin-bottom: 0px;
    height: 32px;
}

.notice-container h2 a{
    position: absolute;
    transform: translate(-50%, 0%);
    background: #fff;
    width: 130px;
}
.notice-container .divbox-wrapper{
    justify-content: space-between;
	height: 70%;
}
.notice-container .divbox-container .notice-img{
    flex: 0 0 42%;
	height: 100%;
	/* width: 42%; */
	/* flex: 1; */
	margin-left: 4%;
	margin-right: 8%;
}
.notice-container .divbox-container .notice-img img{
	width: 100%;
	height: 100%;
}
.notice-container .divbox-wrapper .content{
    flex: 0 0 42%;
	margin-right: 4%;
	/* flex: 1; */
	/* width: 42%; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.notice-container .divbox-wrapper .content .item{
    justify-content: flex-start;
	box-sizing: border-box;
}
.notice-container .divbox-wrapper .content .item .time{
    font-size: 17px; 
    color: #064089; 
    font-weight: 700;
    border: 1px solid; 
    padding: 2px 5px;
	flex-basis: 80px;
}
.notice-container .divbox-wrapper .content .item .block{
    height: 18px;
    width: 2px;
    display: inline-block;
    background: #064089; 
    margin: 0px 32px;
}
.notice-container .divbox-wrapper .content .item p{
    padding-left: 0;
    width: 370px;
}
.notice-container .divbox-wrapper .content .item p::before{
    width: 0;
}
.notice-container h2::before{
    width: 92%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 4%;
}

.divbox-wrapper {
  display: flex;
}
.divbox-wrapper .content {
    flex: 1;
    position: relative;
}

.content .item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
}

.content .item p {
    width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    position: relative;
    padding-left: 13px;  
    font-size: 18px;
    transition: all .2s;
}

.content .item p a:hover{
    cursor: pointer;
    color:#064089;
}

.content span:not(.more) {
    font-size: 16px;
    color: #333;
}
/* .content .item p::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #8f0009;
} */

/* 人物风采 */
.character-container{
    height: 380px;
}
.character-container .box-wrapper{
    width: 80%;
    height: 100%;
    margin: 0px auto;
}
.character-container .wrapper{
    width: 100%;
    height: 220px;
    position: relative;
}
.character-container .wrapper .btn{
    width: 3%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    text-align: center;
    line-height: 100%;
    top: 0;
    margin-top: -15px;
    cursor: pointer;
    transition: all .4s;
}
.character-container .wrapper:hover .btn{
    opacity: 1;
}
.character-container .wrapper .btn img{
    width: 100%;
    height: 100%;
    transform: scaleY(1.1)
}
.character-container .wrapper .leftBtn{
    left: 0;
}
.character-container .wrapper .rightBtn{
    right: 0;
}
.character-container .wrapper .wrapper-content{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.character-container .wrapper ul {
    width: 3000px;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    transition: all .4s;
}
.character-container .wrapper ul li {
    /* width: 33%; */
    height: 100%;
    float: left;
    margin-right: 40px;
    cursor: pointer;
    overflow: hidden;
}
.character-container .wrapper ul li div{
    width: 100%;
    height: 143px;
    overflow: hidden;
    margin-bottom: 8px;
}
.character-container .wrapper ul li span{
    display: -webkit-box;
    letter-spacing: 1px;
    height: 61px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
}
.character-container .wrapper ul li div img {
    /* width: 100%; */
    height: 100%;
    transition: all .3s;
}

/* 专题专栏样式 */
.imgLink {
  height: 300px;
}
.link-container .wrapper {
    width: 100%;
    height: 125px;
    overflow: hidden;
    position: relative;
}
.link-container .wrapper ul {
    width: 3000px;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    transition: all .4s;
}
.link-container .wrapper ul li {
    /* width: 33%; */
    height: 100%;
    float: left;
    margin-right: 30px;
    cursor: pointer;
    overflow: hidden;
}
.link-container .wrapper ul li img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.wrapper ul li img:hover {
    transform: scale(1.1);
    transform-origin: 50%;
}

/* 学院新闻样式 */
.news-container{
    width: 100%;
    height: 100%;
}
.news-content{
    display: flex;
    justify-content: space-around;
}
.news-container h2{
    text-align: left;
    margin-bottom: 60px;
}
.news-container h2::before{
    left: 0;
    width: 100%;
    bottom: -24px;
}
.news-container h2::after{
    content: 'COLLEGE NEWS';
    font-size: 13px;
    letter-spacing: 3px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.news-container div:nth-child(2) h2::after{
    content: 'PARTY AND GROUP WORD'
}
.news-content > div{
    width: 42%;
    /* flex: 1; */
}
.news-container .item{
    justify-content: space-between;
}
.news-content .content p::before{
    width: 0;
    height: 0;
    border-radius: 0;
    top: calc(50% - 5px);
    background: #eee;
    border: 5px solid transparent;
    border-left-color: #064089;
}

/* list */

.list-container{
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}

.list-container h2{
    margin-bottom: 0px;
    height: 32px;
}

.list-container h2 a{
    position: absolute;
    transform: translate(-50%, 0%);
    background: #fff;
    width: 130px;
}

.list-container h2::before{
    width: 92%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 4%;
}

.list-container .item{
    justify-content: space-around;
}

.list-container .recruit-container{
    display: flex;
    padding-top: 10px;
}
.recruit-container .recruit-content,.recruit-link{
    flex: 1;
}
.recruit-content{
    position: relative;
}
.link-header{
    height: 30px;
    line-height: 30px;
    text-align: left;
    /* border-bottom: 1px solid #999; */
    color:#01748e;
    font-weight: 700;
}
.recruit-link .recruit-linkItems{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}
.recruit-linkItems .linkItem{
    width: 86px;
    height: 86px;
    margin-right: 40px;
    cursor: pointer;
}
.linkItem img{
    width: 100%;
    height: 100%;
}

/* edu */
.edu{
    width: 100%;
    height: 400px;
    position: relative;
}
.edu-wrapper{
    padding: 30px 0px;
}
.edu-content{
    display: flex;
}

/* other */
.other-container{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 45px 0px;
    justify-content: space-around;
}
.other-box{
    width: 370px;
    height: 100%;
    background-color: #fff;
    box-shadow: 3px 5px 10px #ccc;
    border-radius: 10px;
}
.other-box .box-container{
    padding-top: 20px;
}
.box-container ul{
    list-style: none;
    width: 100%;
    padding: 8px 20px;
}
.box-container h2{
    margin-bottom: 20px;
}
.box-container span{
    /* float: right; */
    font-size: 13px;
}
.box-container ul li{
    width: 100%;
    height: 70px;
    font-size: 16px;
    padding: 6px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.box-container ul li:not(:last-child){
    border-bottom: 1px dashed #bbb;
}
.box-container ul li p{
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
    font-size: 18px;
}
.box-container ul li p a:hover{
    cursor: pointer;
    color:#064089
}

.box-container ul li span{
    display: block;
    padding-left: 14px;
    font-size: 16px;
    text-align: left;
    color: #bbb;  
}


/* 友情链接样式 */
.links-container{
    /* height: 200px; */
}
.links-container .links-wrapper{
    width: 80%;
    height: 100%;
    margin: 0px auto;
    min-width: 80%;
}
.links-container .links-content a{
	width: 150px;
    height: 20px;
    line-height: 20px;
    padding: 10px 20px;
    /* background-color: #064089;
    color: #fff; */
	color: #064089;
	border: 1px solid #064089;
    /* border-radius: 20px; */
	font-size: 17px;
    margin-right: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	transition: all .2s;
}
.links-container .links-content a:hover{
	background-color: #064089;
	color: #fff;
	font-weight: 600;
}
.links-container h2{
    margin-bottom: 0px;
    height: 32px;
}

.links-container h2 a{
    position: absolute;
    transform: translate(-50%, 0%);
    background: #fff;
    width: 130px;
}

.links-container h2::before{
    width: 92%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 4%;
}
.links-container .links-content{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
	/* align-content: flex-start; */
}
/* .links-container .links-content div{
    display: flex;
    flex-direction: column;
    margin-right: 60px;

}
.links-container .links-content div a{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 4px solid #064089;
    border-radius: 50%;
}
.links-container .links-content div a img{
    width: 60px;
    height: 60px;   
    margin: 20px 0px;
}
.links-container .links-content div span{
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
} */