#fenye{
    text-align: center;
}

.list-title{
    font-size: 40px;
    font-weight: bold;
    margin:70px 0 65px 0;
    word-spacing:8px;
    letter-spacing: 3px;
}

.list-title:after{
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    margin-left: -25px;
    position: absolute;
    background: #bf5757;
}

.list-event:after{
    height: 1px;
    width: 86%;
    content: " ";
    position: absolute;
    background: #cfcfcf;
    margin-top: 25px;
}
 
.list-event{
width: 90%;
margin:0 auto;
margin-bottom: 50px;
}

.list-event h4{
font-size: 25px;
font-weight: 500;
padding:5px 0 15px 0;
line-height: 35px;
}

.list-event h4>a{
text-decoration:none; 
color: black;
}

.list-event h4>a:hover{
color: #830006;
}

.list-event h5{
font-size: 16px;

color: #5c95a4;
padding:0px 0 10px 0;
}

.list-event-img {

}

.list-event-img img{
 width: 100%;
}

.list-event-body {
display: inline;
text-align: left;
}
.list-event-body p{
font-size: 18px;
color: #999;
}
.event-link{
margin-top: 15px;
}

.event-link a{
    font-size: 14px;
    color: #830006;
    padding:2px 6px 2px 6px;
    border: solid 1px;
}

.event-link a:hover{
    color: #06396a;
}


.paper-number{
height: 60px;
width: 60px;
background:#830006;
display: flex;
    justify-content:center;
    align-items:Center;
}

.paper-number >p{
font-size: 18px;
color: white;

}

.paperlist-event{
width: 100%;
margin:0 auto;
margin-bottom: 40px;
}

.paperlist-event h4{
font-size: 24px;
font-weight: 500;
padding:4px 0 10px 0;
}

.paperlist-event h4>a{
text-decoration:none; 
color: black;
}

.paperlist-event h4>a:hover{
color: #830006;
}

.paperlist-event h5{
font-size: 16px;
font-weight: 300;
color: #555;
padding:0px 0 10px 0;
}
  

@media (max-width: 991px) {
.list-event{
width: 100%;
}
.list-event h4{
padding:20px 0 10px 0;
}
.list-title{
    font-size: 30px;
    margin:60px 0 40px 0;
}
.paperlist-event{
margin-bottom: 30px;
}
.paperlist-event h4{
font-size: 20px;
padding:5px 0 10px 10px;
}
.paperlist-event h5{
font-size: 14px;
padding:0px 0 10px 10px;
}
}


@media (max-width: 767px) {

.paperlist-event h4{
font-size: 18px;
padding:8px 0 10px 5px;
}
.paperlist-event h5{
font-size: 14px;
padding:0px 0 10px 5px;
}
}
@media (max-width: 350px) {

.paperlist-event h4{
font-size: 18px;
padding:2px 0 5px 15px;
}
.paperlist-event h5{
font-size: 14px;
padding:0px 0 10px 15px;
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

.list-event h4{
padding:0px 0 10px 0;
}

}
