﻿.news-list-box{
    width: 100%;
    display: block;
    font-size: 0;
}
.news-list{
    width: 560px;
    max-width: 100%;
    display:block;
    max-width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #d1d1d1;
    margin-bottom: 36px;
}
.news-list:last-child{
    margin-bottom: 0;
}
.news-list-img-box{
    width: 260px;
    height: 220px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.news-mask{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
    opacity: 0;
}
.news-list-info-box{
    display: inline-block;
    width: calc(100% - 260px);
    vertical-align: top;
    padding-left: 10px;
    box-sizing: border-box;
}
.news-list-info-title{
    font-size: 14px;
    color: #08308f;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
    transition: all .5s ease;
    overflow: hidden;
    height: 25px;
}
.news-list-article{
    font-size: 12px;
    color: #555555;
    line-height: 1.6;
}
.news-list-info{
    height: 169px;
    overflow: hidden;
}
.news-list-box:nth-child(odd) .news-list{
    float: right;
}
.news-list-box:nth-child(odd) .news-list:nth-child(1){
    padding:15px 20px;
    width: 600px;
    height: 540px;
    float: left;
}
.news-list-box:nth-child(odd) .news-list:nth-child(1) .news-list-img-box{
    width: 100%;
    height: 300px;
    display: block;
}
.news-list-box:nth-child(odd) .news-list:nth-child(1) .news-list-info{
    overflow: hidden;
    margin-top: 10px;
    height: 133px;
}
.news-list-box:nth-child(odd) .news-list:nth-child(1) .news-list-info-box{
    padding-left: 0;
    display: block;
    width: 100%;
}
.news-list-box:nth-child(odd) .news-list:nth-child(1) .news-list-info-title{
    font-size: 20px;
    color: #08308f;
    font-weight: bold;
    height: 32px;
}
.news-list-box:nth-child(odd) .news-list:nth-child(1) .news-list-article{
    font-size: 14px;
    color: #555555;
    line-height: 1.6;
}
.news-list-box:nth-child(odd) .news-list:nth-child(1) .news-list-read{
    width: 140px;
    height: 46px;
    line-height: 46px;
    margin-top: 17px;
}
.news-list-read{
    width: 120px;
    max-width: 100%;
    height: 36px;
    position: relative;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #000;
    line-height: 34px;
    transition: all .5s ease;
    text-align: center;
    box-sizing: border-box;
    margin-top: 15px;
}
.news-list-read span{
    position: relative;
    z-index: 1;
}
.news-list-read:after{
    content: 'none';
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transform: scale(0,1);
    background-color: #08308f;
    transition: all .5s ease;
    transform-origin: left;
}


.index-news-more-box{
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 50px;
}
.index-news-more{
    font-size: 18px;
    font-family: "Roboto";
    position: relative;
}
.index-news-more:after{
    content: 'none';
    font-size: 0;
    width: 100%;
    height: 4px;
    background-color: #e60012;
    transform:skew(-35deg);
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform-origin: left;
    transform: scale(0,1);
    transition: all .5s ease;
}

.justtop_news_box{
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 50px 0;
}
.justtop_news_box .news-list-box{
    margin-bottom: 36px;
}
.news-list-box .news-list:nth-child(4),
.news-list-box .news-list:nth-child(6){
    float: left;
}
.news-list-box .news-list:nth-child(5){
    float: right;
    padding: 15px 20px;
    width: 600px;
    height: 540px;
    margin-bottom: 0;
}
.news-list-box .news-list.news-list:nth-child(5) .news-list-img-box {
    width: 100%;
    height: 300px;
    display: block;
}
.news-list-box .news-list.news-list:nth-child(5) .news-list-info-box {
    padding-left: 0;
    display: block;
    width: 100%;
}
.news-list-box .news-list.news-list:nth-child(5) .news-list-info {
    overflow: hidden;
    margin-top: 10px;
    height: 133px;
}
.news-list-box .news-list.news-list:nth-child(5) .news-list-read {
    width: 140px;
    height: 46px;
    line-height: 44px;
    margin-top: 17px;
}

/*--------------------------news-page----------------------------*/
.justtop_news_page_box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.justtop_news_page_title{
    font-size: 36px;
    font-weight: bold;

}
.justtop_news_page_time{
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}
.justtio_news_page_left,
.justtio_news_page_right{
    display: inline-block;
    vertical-align: top;
}
.justtio_news_page_img{
    margin-bottom: 20px;
}
.justtio-news-page-edit-box{
    font-size: 16px;
    color: #555555;
    line-height: 1.6;

}
.justtio-news-page-edit-box{
    margin-bottom: 50px;
}

.justtio_news_page_left{
    width: 800px;
    max-width: 100%;
}
.justtio_news_page_right{
    width: calc(100% - 800px);
    text-align: right;
}
.news-page-info-recent-box{
    
    max-width: 100%;
    display: inline-block;
}
.news-page-info-recent-box,
.news-page-info-recent-box.stuck .news-page-info-list-box{
    width: 300px;
}
.news-page-info-recent-box.stuck .news-page-info-list-box{
    position: fixed;
    top: 90px;
}
.news-page-info-list-box{
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
}
.news-page-info-list{
    width: 100%;
    height: 80px;
    display: block;
    text-align: left;
    margin-bottom: 20px;
}
.news-page-info-list-img{
    width: 80px;
    max-width: 100%;
    height: 100%;
    display:inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.news-page-more-info{
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all .5s ease;
}
.news_back_box {
    margin-bottom: 30px;
}

.news_back_box .sum_index_news_more {
    font-size: 16px;
}
.news_back_box .sum_index_news_more {
    margin-left: 0;
    overflow: hidden;
    color: #000;
}
.sum_index_news_more {
    width: 160px;
    height: 40px;
    max-width: 100%;
    position: relative;
    text-align: center;
    display: block;
    margin-left: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 38px;
}
.news_back_box .sum_index_news_more i {
    position: absolute;
    font-size: 14px;
    left: 15px;
    top: calc(50% - 7px);
    z-index: 1;
    transition: all .5s ease;
}
.sum_index_news_more p {
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    z-index: 1;
    font-family: "Roboto1";
    position: relative;
    transition: all .5s ease;
    font-weight: bold;
}

.line-right2 {
    width: 1px;
    height: 10px;
    display: block;
    background-color: #ff0000;
    bottom: 0;
    right: 0;
    transform-origin: bottom;
}
.border-line {
    display: block;
    position: absolute;
    z-index: 2;
}
.line-bottom2 {
    width: 10px;
    height: 1px;
    display: block;
    background-color: #ff0000;
    bottom: 0;
    right: 0;
    transform-origin: right;
}
.sum_index_news_more:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #033492;
    transform: scale(0,1);
    transition: all .5s ease;
}