/* 标题 */
#site-header .redLine {
    margin-bottom: 0;
}
/* 首页导航字号样式为18px */
.page-template-page-home #header .header-links > ul > li>a {
    font-size: 18px;
}
#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index:5;
}
#site-header #header-core {
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#body-core{
    /* background-color: #FAFAFA; */
}
#content{
    padding:0;
    /* padding-bottom: 40px; */
}
#content-core{
    max-width: 100%;
}
#page_home, #page_datasets {
    padding-top: 0;
}
#page_home .container, #page_datasets .container {
    width: 100%;
    margin-top: 102px;
    height: calc(100vh - 102px);
    background: url(../images/home-new1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}
#page_home .fp-watermark {
    display: none;
}
#page_datasets .container {
    height: 100vh;
    background: #efefef;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
}

/* 切屏指示器 */
.section-indicator {
    position: absolute;
    right: 10px;
    top: calc(50vh - 40px);
    z-index: 10;
}
.section-indicator .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
}
.section-indicator .dot:last-child {
    margin-bottom: 0px;
}
.section-indicator .current {
    background: #406eb5;
}

 #page_home .container-mask {
    width: 100%;
    height: calc(100vh - 102px);
    position: absolute;
    z-index: 2;
    left: 0;
    top: 102px;
    background: linear-gradient(119deg, rgba(21,41,65,0.90) 8%, rgba(21,41,65,0.74) 22%, rgba(21,41,65,0.49) 34%, rgba(21,41,65,0.00) 56%);
    display: flex;
    align-items: center;
 }
 .home-content {
    display: flex;
    flex-direction: column;
    margin-left: 160px;
 }
 .home-content-title {
    font-family: 'RobotoSlab-Medium';
    font-size: 54px;
    font-weight: normal;
    color: #fff;
    /* background: linear-gradient(302deg, #FFFFFF -12%, #E7CAA0 90%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
 }
 .home-content-title .title-text {
    font-size: 72px;
    line-height: 80px;
    font-family: Helvetica,Arial;
    margin-top: 10px;
 }
 .home-content-title .text {
    font-size: 32px;
    line-height: 40px;
    font-family: Helvetica,Arial;
 }
 .home-content-btns {
    display: flex;
    margin-top: 40px;
 }
 #page_home .btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin-right: 20px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.3);
    height: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
 }
 #page_home .btn-box .link-btn {
    font-family: Helvetica,Arial;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
 }
 #page_home .btn-box .link-btn-img {
    width: 40px;
    height: 40px;
    background: url(../images/right-arrow.png) no-repeat;
    background-size: 24px auto !important;
    background-position: center center !important;
    margin-left: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
 }
 #page_home .btn-box:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.75);
 }
 #page_home #container {
    margin: 20px auto 0;
    max-width: calc(100% - 120px);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
 }
 #page_home .second-news {
    width: 100%;
    height: calc(100vh - 102px);
    margin-top: 102px;
    background: url(../images/bg-news.jpg) no-repeat;
    background-size: cover;
    overflow: auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_home .second-news-container{
    position: relative;
    width:100%;
}
#page_home .second-news-container .blog-article .entry-content .blog-title{
    margin-top:10px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#page_home .second-news-container .blog-article .entry-content p:nth-child(2) {
    display: none;
}
#page_home .second-news-title{
    position:absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
 #page_home .second-news-title,#page_home .sponsors-top-box{
    text-align: center;
}
 #page_home .second-news-news, #page_home .sponsors-top-box-title {
    font-family: 'RobotoSlab-Bold';
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    color: #406eb5;
 }
 #page_home .second-news-text, #page_home .sponsors-top-box-text {
    font-family: 'SourceSansPro-Regular';
    color: #333333;
    font-size: 20px;
    line-height: 20px;
    margin-top: 10px;
 }
 #page_home .sponsors-top-box-text {
    margin-top: 20px;
 }
/* 首页新闻样式修改 */
.home #container article{
	width: 100%;
	overflow: hidden;
}
.home article img{
	height: 100%;
	width:100%;
}
.home #container.masonry .blog-grid:nth-child(1) {
    left: 0 !important;
}
.home #container.masonry .blog-grid:nth-child(2){
	left: 25.33% !important;
}
.home #container.masonry .blog-grid:nth-child(3){
	left: 50.66% !important;
}
.home #container.masonry .blog-grid:nth-child(4){
	left: 76% !important;
}

.home #container.masonry .blog-grid:nth-child(1) article:hover,.home #container.masonry .blog-grid:nth-child(2) article:hover,
.home #container.masonry .blog-grid:nth-child(3) article:hover,.home #container.masonry .blog-grid:nth-child(4) article:hover {
    max-height: 1000px;
    transition: all 2s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media screen and (max-height: 830px) {
    .home #container.masonry .blog-grid:nth-child(1) article:hover .entry-content,.home #container.masonry .blog-grid:nth-child(2) article:hover .entry-content,
    .home #container.masonry .blog-grid:nth-child(3) article:hover .entry-content,.home #container.masonry .blog-grid:nth-child(4) article:hover .entry-content {
        max-height: 158px;
        overflow: auto;
    }
}
.home #container.masonry .blog-grid:nth-child(1) article:hover .entry-content p:nth-child(2),.home #container.masonry .blog-grid:nth-child(2) article:hover .entry-content p:nth-child(2),
.home #container.masonry .blog-grid:nth-child(3) article:hover .entry-content p:nth-child(2),.home #container.masonry .blog-grid:nth-child(4) article:hover .entry-content p:nth-child(2) {
    display: block !important;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-iteration-count:1;
    animation-delay: 0s;
}
.home #container.masonry .blog-grid:nth-child(1) article:hover .entry-content .blog-title,.home #container.masonry .blog-grid:nth-child(2) article:hover .entry-content .blog-title,
.home #container.masonry .blog-grid:nth-child(3) article:hover .entry-content .blog-title,.home #container.masonry .blog-grid:nth-child(4) article:hover .entry-content .blog-title {
    text-overflow: initial !important;
    overflow: visible;
    height: auto;
    display: block;
}
.home #container.masonry .blog-grid:nth-child(1) article:hover .blog-title a,.home #container.masonry .blog-grid:nth-child(2) article:hover .blog-title a,
.home #container.masonry .blog-grid:nth-child(3) article:hover .blog-title a,.home #container.masonry .blog-grid:nth-child(4) article:hover .blog-title a {
    color: #406eb5 !important;
}
/* 第三屏样式修改 */
.sponsors-mask {
    margin-top: 102px;
    width: 100%;
    height: calc(100vh - 102px);
    background: url('../images/bg-sponsors.jpg') no-repeat;
    /* opacity: 0.1; */
    background-size: cover;
}
#page_home .sponsors {
    width: 100%;
    height: calc(100vh - 167.2px);
    position: absolute;
    z-index: 2;
    top: 102px;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_home .sponsors-box-item {
    width: calc(100% - 120px);
    display: block !important;
}
.sponsors-bottom-img {
    margin-top: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    /* padding: 0 100px; */
    box-sizing: border-box;
}
.sponsors-img-item {
    width: 280px;
    height: 280px;
    display: flex;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 5%);
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.sponsors-img-item img{

    /* margin: 0 20px; */

}
@media screen and (max-width: 1440px) {
    .sponsors-bottom-img{
        margin-top: 30px;
    }
    .sponsors-img-item img{
        padding: 20px;
    }
    .sponsors-img-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1280px) {
    #page_home #container {
        width: 1280px !important;
        max-width: 1280px !important;

    }
}
.sponsors-img-item:last-child {
    margin-bottom: 0px;
}
.sponsors-img-item .fake-img {
    width: 200px;
    height: 200px;
}
.sponsors-footer {
    background-color: #4c5154;

}

 /* 数据下载 */
.download-content {
    width: 75%;
    margin-top: 80px;
}
.download-content .intro-box {
    text-align: center;
}
.download-content .download-content-title {
    font-family: 'SourceSansPro-Regular';
    font-size: 60px;
    font-weight: 300;
    background: linear-gradient(290deg, #A28459 -4%, #E2CAA7 92%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.download-content .introduction {
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #3D3D3D;
}
.download-content .introduction .cite {
    color: #D3A769;
    text-decoration: underline;
    text-align: center;
}
.download-content .download-box {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}
.download-content .download-box .tab-type {
    height: 40px;
    display: flex;
}
.download-content .download-box .tab-type .tab-type-item {
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: 'SourceSansPro-Regular';
    color: #3D3D3D;
    width: 33.3%;
    border-bottom: solid 2px #E9E9E9;
    cursor: pointer;
}
.download-content .download-box .tab-type .current, .download-content .download-box .tab-type .tab-type-item:hover {
    font-family: 'SourceSansPro-bold';
    color: #D3A769;
    border-color: #D3A769;
    font-weight: bold;
}
.download-item-container {
    margin-top: 40px;
}
.download-item-container .download-box-item {
    border-bottom: solid 1px #E9E9E9;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.download-item-container .download-box-item:last-child {
    border-bottom: solid 1px transparent;
}
.download-item-container .download-box-item .download-box-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}
.download-item-container .download-box-item .download-box-item-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.download-item-container .download-box-item .download-box-item-btn {
    height: 40px;
    padding: 0 20px;
    display: flex;
    width: 100px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    margin-top: 20px;
}
.download-item-container .download-box-item .download-box-item-img {
    width: 20px;
    height: 20px;
    background: url('../images/co2-download.png') no-repeat;
}
.home .copyright{
    text-align: center;
}
.home #fp-nav ul li a span:hover{
    background:#406eb5 ;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}