/* NAVIGATION */
.news_det .nav_main{
    padding: 25px 0;
    background-color: #1976d2;
}
    .news_det .nav_main .nav{
        width: 1530px;
        margin: auto;
    }
    .news_det .nav_main .nav .item{
        float: left;
        margin: 0 25px 0 0;
        font-size: 12px;
        font-weight: 500;
    }
        .news_det .nav_main .nav .item a{
            color: #fff;
            text-decoration: none;
            float: left;
            margin: 0 25px 0 0;
        }
        .news_det .nav_main .nav .item:not(.last) a:hover{
            text-decoration: underline;
        }
        .news_det .nav_main .nav .item img{
            float: left;
            width: 20px;
            margin: 4px 0 0 0;
        }
        .news_det .nav_main .nav .item.last a{
            color: #42a5f5;
            margin: 0;
        }
/* NAVIGATION(END) */


/* MAIN */
.news_det .main{
    width: 1290px;
    margin: 100px auto;
}
    .news_det .main .pic{
        width: 639px;
        height: 220px;
        border: 10px solid #eceff1;
        padding: 30px;
        float: left;
        margin: 0 90px 50px -115px;
        text-decoration: none;
    }
        .news_det .main .pic .date{
            float: left;
            width: 30px;
            color: #1976d2;
        }
            .news_det .main .pic .date .d{
                float: left;
                font-size: 24px;
                font-weight: 600;
                margin: 0 0 5px 0;
            }
            .news_det .main .pic .date .m,
            .news_det .main .pic .date .y{
                float: left;
                font-size: 12px;
                font-weight: 600;
            }
            .news_det .main .pic .date .y{
                font-weight: 300;
            }
        .news_det .main .pic .right{
            float: right;
            width: 535px;
            padding: 0 0 0 30px;
            border-left: 2px solid #1976d2;
        }
            .news_det .main .pic .right .p{
                height: 220px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                margin: 0 0 60px 0;
            }
    .news_det .main .tit{
        font-size: 30px;
        font-weight: 600;
        color: #1976d2;
        margin: 0 0 30px 0;
    }
    .news_det .main .text{
        font-size: 14px;
        color: #263238;
        line-height: 24px;
    }
/* MAIN(END) */

.news_det .other_news{
    padding: 100px 0;
    background-color: #263238;
}
    .news_det .other_news .tit{
        font-size: 36px;
        font-weight: 600;
        color: #fff;
        margin: 0 auto 35px auto;
        width: 1530px;
    }

/* MEDIA QUERY */

/* 1620px */
@media (max-width: 1620px) {
    .news_det .nav_main .nav{
        width: 1170px;
    }
    .news_det .main {
        width: 960px;
    }
        .news_det .main .pic {
            width: 460px;
            margin: 0 60px 50px -105px;
        }
            .news_det .main .pic .right {
                width: 365px;
            }
}
/* 1620px(end) */

/* 1270px */
@media (max-width: 1270px) {
    .news_det .nav_main .nav {
        width: 940px;
    }
    .news_det .main {
        width: 940px;
    }
        .news_det .main .pic {
            margin: 0 50px 50px 0;
        }
}
/* 1270px(end) */

/* 1040px */
@media (max-width: 1040px) {
    .news_det .nav_main .nav {
        width: 725px;
    }
    .news_det .main {
        width: 725px;
    }
        .news_det .main .pic {
            width: 645px;
            margin: 0 0 50px 0;
        }
            .news_det .main .pic .right {
                width: 550px;
            }
}
/* 1040px(end) */

/* 825px */
@media (max-width: 825px) {
    .news_det .nav_main {
        display: none;
    }
    .news_det .main {
        width: 290px;
        margin: 50px auto;
    }
        .news_det .main .pic {
            width: 100%;
            margin: 0 0 30px 0;
            border: 0;
            padding: 0;
        }
            .news_det .main .pic .date {
                display: none;
            }
            .news_det .main .pic .right {
                width: 100%;
                padding: 0;
                border: 0;
            }
        .news_det .main .tit {
            font-size: 24px;
        }
}
/* 825px(end) */

/* MEDIA QUERY(END) */