@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSerif-Bold';
    src: url('../../fonts/SourceHanSerif-Bold.ttf');
}
@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url('../../fonts/SourceHanSerifCN-Medium.otf');
}
@font-face {
    font-family: 'Arial MT';
    src: url('../../fonts/Arial-MT.ttf');
}
.container-fluid #banner_swiper {
    margin-top: -53px;
    z-index: 0;
    height: 600px;
}
.container-fluid #banner_swiper .swiper-slide img {
    width: 100%;
    height: 600px;
}
.container-fluid #banner_swiper .swiper-pagination .my-bullet {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
}
.container-fluid #banner_swiper .swiper-pagination .my-bullet-active {
    border-radius: 3px;
    width: 16px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
}
.container-fluid .partyDevDisplay {
    margin-top: 80px;
    height: 807px;
    background: url(../../images/professional/partyDevelopmentProject/bg1.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}
.container-fluid .partyDevDisplay .contentBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.container-fluid .partyDevDisplay .contentBox .item .title {
    margin-top: 0;
}
.container-fluid .partyDevDisplay .contentBox .item .title h1 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 32px;
    color: #333;
}
.container-fluid .partyDevDisplay .contentBox .item .content {
    margin-top: 40px;
}
.container-fluid .partyDevDisplay .contentBox .item .content img {
    width: 520px;
    height: 320px;
}
.container-fluid .partyDevDisplay .contentBox .item .content ul {
    list-style: none;
    padding-top: 10px;
    padding-left: 0;
}
.container-fluid .partyDevDisplay .contentBox .item .content ul li {
    display: flex;
    align-items: center;
    margin-top: 20px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}
.container-fluid .partyDevDisplay .contentBox .item .content ul li img {
    width: 22px;
    height: 18px;
}
.container-fluid .partyDevDisplay .contentBox .item .content ul li div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.container-fluid .partyDevDisplay .contentBox .item .content ul li div a {
    text-decoration: none;
    margin-left: 6px;
    display: block;
    white-space: nowrap;
    max-width: 370px;
    overflow: hidden;
    font-size: 20px;
    color: #333333;
    font-family: 'SourceHanSerifCN-Medium';
    text-overflow: ellipsis;
}
.container-fluid .partyDevDisplay .contentBox .item .content ul li div span {
    font-family: 'Arial MT';
    font-size: 20px;
    color: #999999;
}
.container-fluid .partyDevDisplay .contentBox .item .content .more a {
    display: flex;
    justify-content: center;
    width: 130px;
    line-height: 31px;
    background: url(../../images/professional/tendField/moreBtnBac.png) no-repeat;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #C2B185;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: none;
}
.container-fluid .partyDevDisplay .contentBox .item + .item {
    margin-left: 150px;
}
.container-fluid .honestSpace {
    background: url(../../images/professional/bg.png);
    padding-bottom: 60px;
}
.container-fluid .honestSpace .title {
    margin-top: 60px;
}
.container-fluid .honestSpace .title h1 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 32px;
}
.container-fluid .honestSpace .list {
    padding: 0;
}
.container-fluid .honestSpace .list .item {
    margin-top: 40px;
    width: calc(50% - 15px);
    border: 9px solid #ccc;
    border-image: url(../../images/specialMedical/border_bac.png) 9 9 9 9 stretch;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    padding: 22px 23px;
}
.container-fluid .honestSpace .list .item .date {
    font-family: 'Arial MT';
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-fluid .honestSpace .list .item .date h1 {
    margin: 0;
    line-height: 32px;
    font-size: 36px;
    color: #BBA978;
    border-bottom: 1px solid #BBA978;
    padding-bottom: 8px;
}
.container-fluid .honestSpace .list .item .date span {
    line-height: 14px;
    font-size: 16px;
    color: #BBA978;
    margin-top: 8px;
    white-space: nowrap;
}
.container-fluid .honestSpace .list .item a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.container-fluid .honestSpace .list .item a .content {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.container-fluid .honestSpace .list .item a .content h1 {
    margin: 0;
    font-size: 20px;
    font-family: 'SourceHanSerif-Bold';
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container-fluid .honestSpace .list .item a .content p {
    display: block;
    font-family: 'SourceHanSerifCN-Regular';
    margin-bottom: 0;
    margin-top: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666666;
}
.container-fluid .honestSpace .list .item a:hover .content h1 {
    color: #6FB41B;
}
.container-fluid .honestSpace .list .item:nth-child(even) {
    margin-left: 30px;
}
.container-fluid .honestSpace .more {
    clear: both;
    display: flex;
}
.container-fluid .honestSpace .more a {
    display: flex;
    justify-content: center;
    width: 130px;
    line-height: 31px;
    background: url(../../images/professional/tendField/moreBtnBac.png) no-repeat;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #C2B185;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: none;
}
.container-fluid .tradeWork {
    background: url(../../images/professional/partyDevelopmentProject/bg2.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding-bottom: 80px;
}
.container-fluid .tradeWork .title h1 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 32px;
}
.container-fluid .tradeWork .contentBox {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.container-fluid .tradeWork .contentBox .left .leftTop {
    position: relative;
}
.container-fluid .tradeWork .contentBox .left .leftTop img {
    width: 580px;
    height: 320px;
}
.container-fluid .tradeWork .contentBox .left .leftTop p {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0));
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    line-height: 60px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 20px;
    color: #fff;
    bottom: 0;
    z-index: 1;
    margin: 0;
}
.container-fluid .tradeWork .contentBox .left .leftBottom {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.container-fluid .tradeWork .contentBox .left .leftBottom .item {
    position: relative;
}
.container-fluid .tradeWork .contentBox .left .leftBottom .item img {
    width: 280px;
    height: 154px;
}
.container-fluid .tradeWork .contentBox .left .leftBottom .item p {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0));
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 40px;
    margin: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    font-family: 'SourceHanSerifCN-Medium';
    font-size: 16px;
    color: #fff;
    bottom: 0;
    z-index: 1;
}
.container-fluid .tradeWork .contentBox .left .leftBottom .item + .item {
    margin-left: 20px;
}
.container-fluid .tradeWork .contentBox .right {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-fluid .tradeWork .contentBox .right .item {
    width: 560px;
}
.container-fluid .tradeWork .contentBox .right .item a {
    text-decoration: none;
}
.container-fluid .tradeWork .contentBox .right .item a h1 {
    font-size: 20px;
    color: #333;
    font-family: 'SourceHanSerif-Bold';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.container-fluid .tradeWork .contentBox .right .item a p {
    font-size: 16px;
    font-family: 'SourceHanSerifCN-Regular';
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.container-fluid .tradeWork .contentBox .right .item a span {
    font-family: 'Arial MT';
    font-size: 16px;
    color: #999999;
}
.container-fluid .tradeWork .contentBox .right .item a:hover h1 {
    color: #6FB41B;
}
.container-fluid .tradeWork .more {
    clear: both;
    display: flex;
}
.container-fluid .tradeWork .more a {
    display: flex;
    justify-content: center;
    width: 130px;
    line-height: 31px;
    background: url(../../images/professional/tendField/moreBtnBac.png) no-repeat;
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #C2B185;
    margin: 0 auto;
    margin-top: 40px;
    text-decoration: none;
}
.container-fluid footer {
    clear: both;
    margin-top: 0;
}
@media screen and (max-width: 1200px) {
    .partyDevDisplay .contentBox .item + .item {
        margin-left: 130px !important;
    }
}
