.banner>img {
    width: 100%;
    height: 100%;
}

.nav {
    width: 100%;
    background: #f6f6f6;
}

.nav_con {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
}

.nav_con_left {
    /* width: 300px; */
    height: 60px;
    font-size: 16px;
    line-height: 60px;
}

.active {
    color: #2369b3;
}

.nav_con_left img {
    margin-top: -5px;
}

.nav_list {
    /* width: 580px; */
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_list li {
    margin-left: 20px;
}

.nav_list li a {
    font-size: 16px;
    color: #666666;
}

.nav_list .active {
    color: #2369b3;
}

.container {
    width: 100%;
}

.container_title {
    margin: 50px auto;
    width: 445px;
    height: 104px;
}

.container_title img {
    width: 100%;
    height: 100%;
}

.con {
    width: 1200px;
    padding: 30px;
    background-color: #f6f9ff;
    margin: 0 auto;
    padding-bottom: 100px;
}

.con_list {
    width: 1136px;
    height: 211px;
    background-color: #ffffff;
    margin: 0px auto;
    display: flex;
    margin-bottom: 20px;
}

.con_list_info {
    padding: 10px 25px;
}

.p1 {
    font-family: "DINCond-Medium";
    font-size: 36px;
    color: #2369b3;
}

.p2 {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}

.p3 {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con_list:hover {
    background-color: #2369b3;
    color: #fff;
}

.con_list:hover .p1 {
    color: #fff;
}

.con_list:hover .p2 {
    color: #fff;
}

.con_list:hover .p3 {
    color: #fff;
}