/* 新闻详情部分开始 */
.main{
    padding: 0;
    width: 1280px;
    margin: 0 auto;}

.bannerWrap{
    display: flex;
    justify-content: flex-end;}

.bannerR{
    line-height: 5.8em;}

.dyWrap{
    width: 300px;
    height: auto;
    margin-top: 5.7em;}

.newsContent{
     width: calc(95% - 300px);}

.newsTitle, .newsInfo{
    width: 100%;}

.newsDatails{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 1.5em;}

.newsTitle h3{
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    margin-top: 2em;
    text-align: center;}

.newsTools{
    height: 80px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 1.5em;
    justify-content: center;}

.newsTools p{
    color: #9F9E9E;
    font-size: 0.7em;}

.newsTools img{
    margin: 0 2px 0 20px;}

.newsTools img:first-child{
    margin-left: 0;}

.subTitle{
    height: 80px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 1em;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;}

.subTitle::after{
    content: "";
    width: 6px;
    height: 25px;
    background: linear-gradient(0deg, #6F47F2, #3D50E0, #51BAD3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: 0;}

.subTitle h3{
    color: #333333;
    font-size: 1.1em;
    line-height: 80px;}

/* .nDetails  p{
    color: #333;
    font-size: 1em;
    line-height: 2.5em;
    margin-bottom: 1.2em;
} */

.newsItem{
    border-bottom: 1px solid #F0F0F0;
    padding: 1em 0 0.5em;}

.newsItem a{
    display: block;
    width: 100%;
    height: auto;}

.newsItem .createDate{
    width: 99px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 0.7em;
    color: white;
    background: linear-gradient(90deg, #6F47F2, #3D50E0, #51BAD3);
    margin-bottom: 1em;}

.newsItem p{
    max-height: 58px;
    color: #333333;
    font-size: 0.8em;
    line-height: 2em;}

.newsItem:hover p{
    color: #3737B5;}

.scrollPage{
    border-top: 1px solid #F4F4F4;
    padding-top: 1.5em;
    margin-top: 3em;}

.scrollPage p{
    color: #AFAFAF;
    font-size: 1em;
    width: 45%;}

.scrollPage p a{
    color: #333333;}

.scrollPage p:hover, .scrollPage p:hover a{
    color: #17328C;}

@media screen and (max-width: 1300px){
    .main{
        width: 95%;}
}

@media screen and (max-width: 1179px){
    .bannerWrap{
        justify-content: flex-start;}
}

@media screen and (max-width: 997px) {
    .newsDatails{
        display: block;}

    .newsContent{
        width: 100%;}

    .nDetails img{
         max-width: 100%;}

    .newsTitle, .newsInfo, .dyWrap{
        width: 100%;}

    .newsItem p{
        font-size: 1em;
        height: auto !important;
        max-height: 68px;}

    .newsItem .createDate{
        font-size: 0.8em;}
}

@media screen and (max-width: 600px){
    .scrollPage{
        display: block;}

    .scrollPage p{
        width: 100%;
        margin-bottom: 0.5em;}

    .newsTitle h3{
        margin-top: 1em;}

    .newsTools {
        height: 60px;}
}

@media screen and (max-width: 600px){
    .nDetails table{
        width: 100%;}
}




/* 新闻详情部分结束 */