
.project_main {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 55px;
}

.project_country {
    width: 94%;
    height: auto;
    float: left;
    background: #ffffff;
    padding: 8px 3% !important;
}

.project_country .country_p {
    width: 15%;
    height: 48px;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    float: left;
    line-height: 48px;
    background-color: #001966;
    border-radius: 2px;
}

.swiper-focus10 {
    color: #CF0A33 !important;
    font-weight: bold;
}

.swiper_10 {
    width: 83%;
    height: 48px;
    float: left;
    margin-left: 2% !important;
}

.swiper_10 .swiper-slide {
    text-align: center;
    background: #fff;
    height: 14px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left !important;
    margin: 5px auto !important;
}

.swiper_10 .swiper-slide a {
    min-width: 60px !important;
    position: relative;
    float: left;
    color: #333333;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    text-align: center;
}

.swiper_10 .swiper-slide a:active {
    color: #001451 !important;
}

/*----------------------------------------------*/

.project_category {
    width: 94%;
    height: auto;
    float: left;
    background: #ffffff;
    padding: 8px 3% !important;
    border-top: 5px #F5F6FA solid;
}

.project_category .category_p {
    width: 15%;
    height: 30px;
    font-family: "Microsoft Yahei";
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    float: left;
    line-height: 30px;
    background-color: #001966;
    border-radius: 2px;
}

.swiper_20 {
    width: 83%;
    height: 30px;
    float: left;
    margin-left: 2% !important;
}

.swiper_20 .swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left !important;
}

.swiper_20 .swiper-slide a {
    min-width: 60px !important;
    position: relative;
    float: left;
    color: #333333;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    text-align: center;
}

.swiper_20 .swiper-slide a:active {
    color: #001451 !important;
}

.project_list_box {
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    margin-top: 5px;
}

.porject_list_title {
    width: 94%;
    height: 30px;
    float: left;
    padding: 0 3%;
    margin-top: 10px;
}

.porject_list_title img {
    width: auto;
    height: 20px;
    float: left;
    margin-top: 5px;
}

.porject_list_title p {
    width: auto;
    line-height: 22px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 1.15rem;
    font-weight: bold;
    color: #001451;
    margin: 5px;
}

.project_sort {
    width: auto;
    height: 20px;
    float: right;
}

.project_sort a {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    float: left;
    margin: 5px;
    color: #001451;
}

.project_sort i {
    width: 1px;
    height: 14px;
    float: left;
    background: #001451;
    margin: 8px 5px;
}

.sort_focus {
    color: #CF0A33 !important;
    font-weight: bold;
}

.project_list {
    width: 94%;
    height: auto;
    float: left;
    margin: 10px 3%;
    margin-bottom: 20px;
}

.project_box {
    width: 100%;
    height: auto;
    float: left;
    border-top: 1px #F5F6FA solid;
    padding: 10px 0;
    display: block;
}

.project_name {
    width: 55%;
    height: 30px;
    float: left;
}

.project_name img {
    width: auto;
    height: 12px;
    float: left;
    margin: 9px 5px 9px 0;
}

.project_name p {
    width: calc(100% - 25px);
    height: 30px;
    line-height: 30px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project_small {
    width: auto;
    height: 30px;
    float: right;
}

.prosmall_country {
    width: auto;
    height: 16px;
    float: left;
    padding: 0 5px;
    background-color: #F1A76A;
    margin-right: 5px;
    margin-top: 7px;
    border-radius: 1px;
}

.prosmall_country p {
    width: auto;
    height: 16px;
    float: left;
    line-height: 16px;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #ffffff;
}

.prosmall_category {
    width: auto;
    height: 16px;
    float: left;
    padding: 0 5px;
    background-color: #6BA4F6;
    margin-top: 7px;
    border-radius: 1px;
}

.prosmall_category p {
    width: auto;
    height: 16px;
    float: left;
    line-height: 16px;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #ffffff;
}

.project_comname {
    width: 75%;
    height: 24px;
    float: left;
}

.project_comname img {
    width: 14px;
    height: 14px;
    float: left;
    margin: 5px 5px 5px 0;
}

.project_comname p {
    width: calc(100% - 22px);
    height: 24px;
    line-height: 22px;
    float: left;
    font-family: "Microsoft Yahei";
    font-size: 0.8125rem;
    color: #999999;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.prosmall_time {
    width: auto;
    height: 24px;
    float: right;
}

.prosmall_time p {
    width: auto;
    height: 24px;
    float: left;
    line-height: 24px;
    font-family: "Microsoft Yahei";
    font-size: 0.75rem;
    color: #999999;
}

.paging {
    width: auto;
    height: 30px;
    display: table;
    margin: 0 auto;
    background-color: #F5F6FA;
    padding: 0 10px;
    margin-bottom: 50px;
}

.paging_a {
    width: auto;
    height: 20px;
    float: left;
    line-height: 20px;
    font-family: "Microsoft Yahei";
    font-size: 0.85rem;
    color: #001966;
    padding: 0 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 2px;
}

.paging_left img {
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.paging_right img {
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 4px;
    margin-left: 10px;
}

.paging_focus {
    background-color: #001966 !important;
    color: #ffffff !important;
}

