/* banner s */

.banner {
    width: 100%;
    height: 460px;
}

.banner img {
    width: 100%;
    height: 460px;
}


/* banner e */


/* 主要内容 s  */

.main {
    width: 100%;
    margin-top: 50px;
}

.row {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.flex2 {
    flex: 3;
}

.flex1 {
    flex: 2;
}

.item-top {
    width: 100%;
    height: 66px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.item-top::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    background: url("https://www.peaktip.com/__xh__/szri.whu.edu.cn/skin2022/images/titlebg.png") no-repeat;
    bottom: 0;
    left: 0;
}

.item-top .more{
	position:absolute;
	right:0;
	top:0;
}

.item-top h3 a {
    display: inline-block;
    margin-left: 5px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.item-top>a {
    color: #afacac;
    font-family: "微软雅黑";
    font-size: 14px;
}

.item-fl {
    width: 420px;
    height: 360px;
    margin-top: 10px;
    text-align: center;
}

.item-fl img {
    width: 100%;
    height: 278px;
	object-fit:cover;
}

.item-fl strong {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 0 15px;
    z-index: 1000;
    text-align: center;
}

.item-fr {
    width: 500px;
    height: 360px;
}

.list-content2 {
    margin-left: 20px;
}

.list-content2 .article-list-content li {
    padding-left: 20px;
    border-bottom: dashed 1px #dddddd;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    background: url("https://www.peaktip.com/__xh__/szri.whu.edu.cn/skin2022/images/t_dot.png") no-repeat left center;
}

.article-list-content li .list_time {
    padding-left: 15px;
    color: #000;
    float: right;
    line-height: 50px;
}

.article-list-content li a {
    font-size: 16px;
    color: #000;
}

.article-list-content li a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

.mr {
    margin-left: 60px;
}

.article-list-content2 li {
    padding: 10px 0px 10px 0px;
    border-bottom: dashed 1px #dddddd;
    overflow: hidden;
    line-height: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.t1 .tm {
    background-color: #00688a;
    text-align: center;
    padding: 0;
    line-height: 30px;
    color: #efecdb;
}

.t1 .td {
    background-color: #efecdb;
    text-align: center;
    padding: 0;
    line-height: 20px;
    color: #00688a;
    font-size: 12px;
}

.article-list-content2 a {
    color: #000;
    padding-left: 10px;
    display: block;
    font-size: 16px;
}

.article-list-content2 li a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

/* 活动展示s */

.center {
    display: flex;
    flex-direction: column!important;
    justify-content: center!important;
}

.text-xll {
    font-size: 24px;
    display: block;
    text-align: center;
}

.text-xlll {
    font-size: 30px;
    display: block;
    text-align: center;
}

.content {
    max-width: 1600px;
    margin: 20px auto 0;
    align-items: center!important;
    display: flex;
    justify-content: space-around;
}

.content.act{
	justify-content: space-between;
}

.content.act .item{
	max-width:310px;
	overflow:hidden;
}

.content .item img {
    width: 285px;
    height: 200px;
}

.mt {
    margin-top: 10px;
}

.text-xl {
	display:block;
    font-size: 18px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
}


/* 活动展示e */


/* 主要内容 e  */