@import url('../css/public.css');
@import url('../css/header.css');
@import url('../css/footer.css');

.slogan h3 {
    color: #1F7DBF;
}

.slogan h3::after {
    background: #1F7DBF;
}

.half-circle {
    background: #fff;
}

.list-con {
    padding: 25px 0 60px;
}

.list_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding:  38px 42px;
    border-radius: 4px;
    background: #FFFFFF url('../images/list_top.png') no-repeat left center;
    box-sizing: border-box;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #1F7DBF;
    box-shadow: 0px 4px 52px 0px rgba(20, 59, 118, 0.08);
}

.list_top h3 {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #333333
}

.list_top h3 span {
    color: #1F7DBF;
}

.list-top-a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.list-top-a a{
    margin: 0 18px;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
}

.list-top-a a.on{
    padding: 10px 40px;
    color: #FFFFFF;
    border-radius: 223px;
    background: #1F7DBF;
}
.list-area {
    margin-top: 50px;
    width: 100%;
}

.list-area ul li{
    margin-bottom: 35px;
    padding: 0 50px;
height: 192px;
    border-radius: 4px;
box-sizing: border-box;
border: 1px solid #E9EFF3;
box-shadow: 0px 4px 52px 0px rgba(20, 59, 118, 0.08);
}

.list-area ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.list-area ul li .date{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.list-area ul li .date span{
font-size: 58px;
font-weight: bold;
}

.list-area ul li .date p{
    font-size: 24px;
}

.list-area ul li h3{
    width: calc(100% - 300px);
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
}

.list-area ul li:hover {
box-sizing: border-box;
    border-bottom: 5px solid #1F7DBF;
}

.list-area ul li:hover h3,.list-area ul li:hover .date{
    color: #1F7DBF;
    transition: all .3s ease;
}

.list-area ul li i{
    display: block;
    width: 37px;
height: 37px;
    background: url('../images/list-icon1.png') no-repeat center;
}
/* 
.list-area ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list-area li {
    margin-top: 32px;
    width: calc((100% - 60px) / 3);
    height: 444px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(10, 72, 165, 0.1686);
    background: #FFFFFF;
    overflow: hidden;
	margin-right: 30px;
}
.list-area li:nth-child(3n){
	margin-right: 0px;
}
.list-area li .pic {
    width: 100%;
    height: 263px;
}

.list-area li .text {
    box-sizing: border-box;
    padding: 30px 28px ;
}

.list-area li .text h3 {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.list-area li p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #F3F3F3;
}

.list-area li p .time1 {
    font-size: 14px;
    color: #666666;
}

.list-area li p a{
    font-size: 14px;
    color: #1F7DBF;
} */

@media only screen and (max-width: 996px) {
    .list-area ul li{
        padding: 0 20px;
        height: 120px;
    }
    .list-area ul li .date span{
        font-size: 32px;
    }
    .list-area ul li .date p {
        font-size: 16px;
    }
    .list-area ul li h3 {
        width: calc(100% - 200px);
    }
    .list-top-a a.on{
        padding: 0;
        color: #1F7DBF;
        background: none;
    }
}