.banner_nav {
    width: 100%;
    height: 58px;
}

.banner_nav ul {
    width: 1200px;
    margin: 0 auto;
}

.banner_nav ul li {
    width: 179px;
    height: 58px;
    background-color: #0051a2;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
    cursor: pointer;
}

.container {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding: 100px 0;
}

.container_con {
    width: 1314px;
    margin: 0 auto;
}

.con_top {
    display: flex;
    width: 1314px;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #dadada;
    padding: 0 30px;
    align-items: center;
}

.con_top input {
    width: 1030px;
    height: 68px;
    margin: 0 30px;
    border: none;
    outline: none;
    font-size: 18px;
    color: #858585;
    padding: 0 15px;
}

.con_top img {
    cursor: pointer;
}

.con_info {
    display: flex;
    margin-top: 80px;
}

.con_info1_img1 {
    position: relative;
    margin-top: 25px;
}

.con_info1_img1 img {
    transition: 0.6s linear 0s;
}

.con_info1_img1:hover img {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.con_info1_img1:hover .con_info1_text {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.6;
}

.con_info3_img1 img {
    transition: 0.6s linear 0s;
}

.con_info3_img1:hover img {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.con_info3_img1:hover .con_info3_text {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.6;
}

.con_info2_item img {
    transition: 0.6s linear 0s;
}

.con_info2_item:hover img {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.con_info_bottom_img1 img {
    transition: 0.6s linear 0s;
}

.con_info_bottom_img1:hover img {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.con_info_bottom_img1:hover .con_info_bottom_mark {
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.6;
}

.con_info1_text {
    width: 416px;
    height: 181px;
    background-color: rgba(0, 0, 0, 0.56);
    position: absolute;
    bottom: 40px;
    left: 0;
    padding-left: 20px;
}

.con_info1_text .n1 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 15px;
    display: flex;
    align-items: center;
    opacity: 0.56;
}

.con_info1_text .n1 span {
    margin-left: 15px;
}

.con_info1_text .n2 {
    width: 358px;
    height: 72px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
}

.con_info1_text .n3 {
    width: 310px;
    height: 20px;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    opacity: 0.56;
}

.con_info2_text {
    padding-left: 20px;
    padding-top: 18px;
}

.con_info2_item {
    width: 467px;
    background-color: #ffffff;
    display: flex;
    margin-top: 25px
}

.con_info2_item a {
    display: flex;
}

.container_con .marginTop {
    margin-top: 33px;
}

.con_info2 {
    margin-left: 35px;
}

.con_info3 {
    margin-left: 33px;
}

.con_info2_n1 {
    display: flex;
    align-items: center;
}

.con_info2_n1 span {
    font-size: 15px;
    color: #0051a2;
    margin-left: 10px;
}

.con_info2_n2 {
    width: 259px;
    height: 55px;
    font-size: 23px;
    line-height: 29px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.con_info2_n3 {
    width: 242px;
    height: 40px;
    font-size: 15px;
    line-height: 20px;
    text-indent: 2em;
    color: #727272;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.con_info3_img1 {
    position: relative;
    margin-top: 20px;
}

.con_info3_text {
    width: 100%;
    height: 107px;
    background-color: rgba(0, 0, 0, 0.56);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.con_info3_n1 {
    width: 275px;
    height: 58px;
    font-size: 23px;
    line-height: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.con_info3_n2 {
    width: 288px;
    height: 18px;
    font-size: 14px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.con_info_bottom_img1 {
    position: relative;
}

.con_info_bottom_mark {
    width: 538px;
    height: 181px;
    background-color: rgba(0, 0, 0, 0.56);
    position: absolute;
    left: 0;
    bottom: 45px;
    padding-top: 15px;
    padding-left: 20px;
}

.con_info_bottom_mark_n1 {
    opacity: 0.56;
    display: flex;
    align-items: center;
}

.con_info_bottom_mark_n1 span {
    font-size: 15px;
    color: #ffffff;
    margin-left: 10px;
}

.con_info_bottom_mark_n2 {
    width: 467px;
    height: 85px;
    font-size: 30px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
}

.con_info_bottom_mark_n3 {
    width: 310px;
    height: 25px;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    opacity: 0.56;
}

.con_info_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
/*#articeBottom{
    text-align: center;
    font-size: 0.2rem;
}*/