* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.w {
    width: 90%;
    margin: 0 auto;
}



section {
    margin-top: 7.5rem;
    padding-bottom: 4.375rem;
}

.banner img {
    width: 100%;
    height: 17.5rem;
    display: block;
}

.lm {
    margin-bottom: 1.875rem;
}

.dqlm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.625rem;
    padding-bottom: 1.125rem;
    border-bottom: .0625rem solid #E2E2E2;
}

.dqlm p {
    font-size: 2rem;
    color: #0C5DC8;
}

.lm_list {
    padding: 1.25rem 2.5rem;
    box-sizing: border-box;
    display: none;
    background-color: #FCF8F5;
}

.lm_list ul li a {
    font-size: 1.625rem;
    color: #6C6D70;
    line-height: 5rem;
    border-bottom: .0625rem solid #E2E2E2;
    display: block;
}
.lm_list ul li:last-child a{
    border: none;
}

.list ul li{
    background-color: #F3F7FD;
    padding: 1.375rem;
    margin-bottom: 2rem;
}
.list ul li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.list ul li a .time{
    background-color: #0C5DC8;
    width: 4.375rem;
    height: 5rem;
    text-align: center;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    font-size: 2rem;
    line-height: 3.25rem;
}
.list ul li a .time .ym{
    background-color: #fff;
    width: 4.25rem;
    height: 1.625rem;
    line-height: 1.625rem;
    font-size: .875rem;
    color: #232934;
    margin-bottom: .125rem;
}
.list ul li a .nr{
    width: 33rem;
}
.list ul li a .nr .tit{
    color: #333333;
    font-size: 1.625rem;
    margin-bottom: 1rem;
    line-height: 2.375rem;
}
.list ul li a .nr .xq{
    font-size: 1.5rem;
    font-family: NSimSun;
    font-weight: 400;
    color: #232934;
    line-height: 2.125rem;
    opacity: 0.6;
  	height: 4rem;
  	overflow: hidden;
}

.fy{
    display: flex;
    justify-content: center;
}
.fy a{
    padding: 1rem 1.625rem;
    border: .0625rem solid #DDDDDD;
    margin: 1.25rem .375rem;
    color: #808080;
    font-size: 1.625rem;
}