/*大赛流程*/
.competyStep {
    margin: 60px auto 0;
    padding-bottom: 20px;
    display:flex;
    flex-direction:column;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}
.competyStep ul {
    margin: 0 auto;
    align-self:center;
}
.competyStep ul .line {
    height: 2px;
    width: 100%;
    background: #195eed;
    position: absolute;
    bottom: 12px;
    left: 0;
}
.competyStep ul li .numBox {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    position: relative;
    /*background: url(../../i/numBox.jpg) no-repeat center;*/
    /*background-size: 22px 26px;*/
}
.competyStep ul li .numBox span {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    background: #195eed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99;
}
.competyStep li {
    float: left;
    text-align: center;
    margin-top: 10px;
    padding-left: 30px;
    position: relative;
}

.competyStep li:first-child {
    padding-left: 0;
}
.competyStep li button {
    height: 32px;
    background: #195eed;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border: 0;
    padding: 0 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.competyStep li p {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #636363;
}

/*优质项目*/
.project-filter {
    background-color: #fff;
    height: 61px;
    position: relative;
    display: flex;
}
.project-filter-divider {
    width: 26px;
    height: 61px;
    background: #195eed;
    position: absolute;
    left: 0;
    top: 0;
}
.project-filter-item {
    line-height: 61px;
    height: 61px;
    display: inline-block;
    flex: 1;
    text-align: center;
}
.project-filter-item select {
    padding: 5px;
    margin-left: 10px;
    width: 150px;
}
[class^=project-box-] {
    box-sizing: border-box;
}
.project-box-wrapper {

}
.project-box-row {
    margin-right: -10px;
    margin-left: -10px;
}
.project-box-row:after {
    content: "";
    display: table;
    clear: both;
}
.project-box-item {
    float: left;
    width: 25%;
    height: 440px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 35px;
}
.project-box-item img {
    width: 100%;
}
.project-box-item-content {
    background: #fff;
    width: 100%;
    height: 100%;
}
.project-box-item-name {
    font-size: 26px;
    padding: 0 22px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.project-box-item-industry {
    font-size: 16px;
    padding: 0 22px;
    margin-top: 8px;
}
.project-box-item-desc {
    font-size: 14px;
    color: #999999;
    padding: 0 22px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
#Pagination {
    width: 100%;
    display: flex;
    justify-content:center;
    margin-top: 30px;
}
.empty-project {
    width: 1200px;
    text-align: center;
    margin: 20px auto;
}

/*公告*/
.notice-item {
    width: 100%;
    height: 84px;
    background: #fff;
    margin-top: 48px;
    display: flex;
}
.notice-item-divider {
    height: 84px;
    width: 57px;
    background: #195eed;
}
.notice-item-title {
    font-size: 20px;
    line-height: 84px;
    margin-left: 29px;
    width: 250px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.notice-item-time {
    font-size: 16px;
    line-height: 84px;
    margin-left: 29px;
    width: 100px;
}
.notice-item-content {
    font-size: 14px;
    margin-left: 29px;
    width: 660px;
    padding: 5px 0;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.notice-item-more {
    width: 77px;
    text-align: center;
    line-height: 84px;
}

/*新闻*/
.news-wrapper {
    position: relative;
    width: 1200px;
}
.news-wrapper .swiper-container {
    height: 450px;
}
.news-wrapper .swiper-button-prev {
    left: -50px;
}
.news-wrapper .swiper-button-next {
    right: -50px;
}
.news-wrapper .swiper-slide {
    background: #fff;
}
.news-wrapper .swiper-slide .news-title {
    font-size: 26px;
    margin-top: 10px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-wrapper .swiper-slide .news-time {
    font-size: 16px;
    margin-top: 15px;
    margin-left: 10px;
}
.news-wrapper .swiper-slide .news-content {
    font-size: 14px;
    margin-top: 15px;
    margin-left: 10px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.news-wrapper .swiper-slide img {
    width: 100%;
    height: 196px;
}

/*合作机构*/
.coop-wrapper {
    margin-top: -47px;
    margin-bottom: 120px;
}
.coop-item {
    float: left;
    width: 190px;
    height: 107px;
    margin-right: 62px;
    margin-top: 47px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    position: relative;
}
.coop-item img {
    width: 190px;
    height: 107px;
}
.coop-item:nth-child(5n) {
    margin-right: 0;
}

.coop-item .coop-desc {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 140px;
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 4px 4px #aaa;
    z-index: 999999;
}
.coop-item .coop-desc h2 {
    color: #000;
    font-size: 18px;
    margin-bottom: 1rem;
}
.coop-item:hover .coop-desc  {
    display: block;
}