.banner_nav {
    width: 75%;
    height: 58px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_nav ul {
    display: flex;
}

.banner_nav ul li {
    /* width: 179px; */
    height: 58px;
    font-size: 18px;
    font-weight: bold;
    line-height: 58px;
    color: #6a6a6a;
    text-align: center;
    cursor: pointer;
    /* margin-right: 10px; */
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_nav .active {
    background-color: #0051a2;
    color: #FFFFFF;
}

.banner_nav_right span {
    font-size: 18px;
    color: #6a6a6a;
}

.banner_nav_right>img {
    margin-right: 10px;
}

.banner_nav_right {
    display: flex;
    align-items: center;
}

.banner_nav_right i {
    width: 1.5px;
    height: 19px;
    background-color: #6a6a6a;
    transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    margin: 0 10px;
}

.container {
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    padding: 100px 0;
}

.container_con {
    width: 1200px;
    margin: 0 auto;
}

.con_top {
    display: flex;
}

.con_top span {
    font-size: 16px;
    color: #0051A2;
    line-height: 70px;
}

.con_top1 {
    width: 443px;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    /* display: flex;

    justify-content: space-between;

    align-items: center; */
    cursor: pointer;
    z-index: 9;
}

.con_top1>span {
    margin-left: 20px;
}

.con_top1 .xia_la1 {
    margin-left: 290px;
}

.xiaBox_la1 {
    /* min-width: 443px; */
    max-height: 225px;
    background-color: #fff;
    border-top: 1px solid #e4e5e5;
    border-left: 1px solid #e4e5e5;
    border-right: 1px solid #e4e5e5;
    overflow-x: hidden;
    display: none;
    margin-top: -1px;
    z-index: 9;
    overflow-y: scroll;
}

.xiaBox_la1 ul li {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.xiaBox_la1 ul li:hover {
    background-color: #efefef;
}

.xiaBox_la1 ul li a {
    font-size: 16px;
    color: #666;
}

.con_top1 img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.con_top2 {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    border: 1px solid #DADADA;
    margin-left: 16px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.con_top2 img {
    width: 21px;
    height: 21px;
}

.con_top2 .down_search {
    width: 127px;
    height: 49px;
    cursor: pointer;
}

.con_top2 input {
    border: 1px solid;
    height: 54px;
    /* width: 530px; */
	width: 100%;
    outline: none;
    border: none;
    font-size: 16px;
    color: #0051a2;
    margin-left: 15px;
}
#ssdnForm{
	width:100%;
}

.con_item_list {
    width: 100%;
    /*height: 100%;*/
    margin-top: 95px;
}

.con_item_list ul li {
    width: 100%;
    height: 143px;
    border-bottom: 1px solid #d9d9d9;
}

.con_item_list ul li:hover {
    background-color: #ebebeb;
}

.con_item_list ul li:hover .p3 {
    background-color: #0051a2;
    color: #fff;
}

.con_item_list ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 35px 11px 35px 20px;
    align-items: center;
}

.li_left {
    width: 946px;
}

.li_left .p1 {
    font-size: 18px;
    color: #3d4198;
}

.li_left .p2 {
    font-size: 16px;
    color: #000000;
    height: 50px;
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.li_right .p3 {
    width: 132px;
    height: 45px;
    background-color: #cbcbcb;
    border-radius: 2px;
    text-align: center;
    line-height: 45px;
    font-size: 13px;
    color: #454545;
}

.li_right .p4 {
    font-size: 13px;
    color: #898989;
    text-align: center;
    margin-top: 15px;
}

.pages {
    width: 720px;
    margin: 0px auto;
    margin-top: 100px;
    display: flex;
    font-size: 16px;
    color: #6e6e6e;
    align-items: center;
}

.pages p {
    margin-left: 20px;
}

.pages .home {
    width: 78px;
    height: 42px;
    border: solid 1px #c2c2c2;
    font-size: 16px;
    color: #000000;
    margin-left: 20px;
    text-align: center;
    line-height: 42px;
}

.pages select {
    width: 93px;
    height: 38px;
    border: solid 1px #c2c2c2;
    outline: none;
    padding-left: 12px;
    margin-left: 20px;
    background: none;
}







.li_left .p2 {
    height:  auto;
}

.li_left .p1 {
    margin-bottom: 30px;
}

.banner_nav {
    width: 80%;
}

















