*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}

.banner img{
    width: 100%;
}

.content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
}
.con_nav ul{
    width: 245px;
    margin-top: -74px;
}
.con_nav ul li{
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    border-bottom: 1px solid #0C5DC8;
    transition: all 0.5s;
}
.con_nav ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 70px;
    color: #142036;
    font-size: 20px;
    transition: all 0.5s;
}
.con_nav ul li:first-child{
    border: none;
}
.con_nav ul li:first-child a{
    font-size: 30px;
    color: #0C5DC8;
}
.con_nav ul li:hover{
    background-color: #0C5DC8;
}
.con_nav ul li:hover a{
    color: #fff;
}

.con_right{
    width: 900px;
    margin-top: 70px;
}
.con_right ul li{
    width: 50%;
    float: left;
}

.con_right ul li a{
    display: flex;
    align-items: flex-start;
    width: 87%;
    padding:30px 30px 0px 30px;
    background-color: #F3F7FD;
    transition: all 0.5s;
    position: relative;
    z-index: 10;
}
.con_right ul li a:hover{
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(12,93,200,0.2);
}
.con_right ul li a .time{
    display: inline-block;
    width: 60px;
    height: 68px;
    text-align: center;
    background-color: #0C5DC8;
    padding: 0 1px;
    padding-bottom: 2px;
    overflow: hidden;
    color: #fff;
    font-size: 26px;
    position: relative;
    line-height: 45px;
    margin-right: 26px;
}
.con_right ul li a .time p:last-child{
    background-color: #fff;
    height: 22px;
    line-height: 22px;
    color: #232934;
    font-size: 11px;
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 2px;
}
.con_right ul li a .right{
    width: 100%;
}
.con_right ul li a .right img{
    width: 100%;
    height: 290px;
}
.con_right ul li a .right .title{
    font-size: 20px;
    margin-top: 4px;
    color: #333;
    margin-bottom: 14px;
  width: 100%;
      text-align: center;
}
.con_right ul li a .right .ms{
    font-size: 16px;
    color: rgba(35, 41, 52, .6);
    line-height: 24px;
}

.fy{
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    width: 900px;
    display: inline-block;
}
.fy a{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 10px 20px;
    margin: 0 15px;
    border-radius: 4px;
    transition: all 0.5s;
}
.fy a:hover{
    background-color: #0C5DC8;
    color: #fff;
}
.fy span{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}