img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.header-top {
    height: 38px;

    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #616161;
    padding: 0 19%;
}

.header-top-left,
.header-top-right {
    display: flex;
}

.header-top-left li,
.header-top-right li {
    cursor: pointer;
}

.header-top-left li:hover,
.header-top-right li:hover {
    text-decoration: underline;
    color: #0c529e;
}

.title-logo-img:hover {
    cursor: pointer;
}



.title-logo {
    padding: 1.5% 19%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-search {
    width: 380px;
    height: 52px;
    border-radius: 4px;
    border: solid 2px #0c529e;
    font-size: 18px;
    /* position: relative; */
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    align-items: center;
}

.title-search input {
    width: 100%;
    height: 100%;
    text-indent: 10px;
    border: none;
}

.title-search img {
    /* position: absolute; */
    width: 25px;
    height: 25px;
    margin-left: 17px;
}

.title-search button {
    width: 87px;
    height: 52px;
    background-color: #0c529e;

    border: none;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    cursor: pointer;
}

.navigation-box {
    padding: 0 19%;
    height: 68px;
    background-color: #0c529e;
}

.navigation-list {


    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navigation-list li {
    cursor: pointer;

    /* width: 100%; */
    height: 100%;
    padding: 0 2%;
   
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
  
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-list li a{
    font-size: 22px;
    color: #ffffff;
}

.navigation-list li:hover {
    background-color: #276bb3;
}

/* 内容样式 */
.content-box {
    padding: 1.5% 19%;
    background-color: #f3f3f3;
    padding-top: 0;
}

.ncdt-box {
    /* border: 1px solid red; */
    /* height: 300px; */
    padding-top: 15px;
}

/* 面包屑 */
.mbx-list {
    display: flex;
}

.mbx-list li {
    margin-left: 10px;
}

.mbx-list li:nth-child(1) {
    margin-left: 0;
}

.ncdt-text-box {

    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.ncdt-text-box-left {
    width: 30%;
    /* border: 1px solid red; */
    /* height: 250px; */
}

.menu-list-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f5faff;
}

.menu-list-title .line {
    display: inline-block;
    width: 30%;
    border-top: 2px solid #0c529e;
}

.menu-list-title .txt {
    color: #0c529e;
    font-size: 22px;
    vertical-align: -webkit-baseline-middle;
}

.menu-list-left {
    background-color: #fff;
}

.menu-list-left-item {
    height: 50px;
    /* border: 1px solid red; */
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 25%;
    cursor: pointer;
}

.menu-list-left-item span:nth-child(1) {
    margin-right: 15px;
}

.item-active {
    background-color: #0c529e;

}

.item-active a {
    color: #ffffff;
}

.ncdt-text-box-right {
    width: 67%;
    /* border: 1px solid red; */
    background-color: #fff;
}

.ncdt-text-box-right-item {
    display: none;
    /* height: 500px; */
    padding: 15px;
}

.ncdt-list-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
    /* border: 1px solid red; */
    font-size: 18px;
    margin-top: 5px;
    border-bottom: 2px dotted #e5e5e5;


}

.ncdt-list-box-item>div {
    display: flex;
    /* justify-content: space-between; */
    /* border: 1px solid red; */
    position: relative;
    padding-right: 50px;
    width: 70%;
    cursor: pointer;

}

.ncdt-list-box-item>div img:nth-child(1) {
    margin-right: 10px;
}

.ncdt-list-box-item>div>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.nrws-time {
    color: #909090;
    width: 20%;
}

/* 分页 */
/* 外面盒子样式---自己定义 */
.page_div {
    text-align: center;
    color: #666;
    /* border:1px solid red; */
    margin-top: 15px;
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #fff;
    border: none;
    text-align: center;
    /* margin: 0 4px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 30px;
    color: #666666;
    /* border: 1px solid #0c529e; */
}

#nextPage,
#prePage {
    /* width: 70px */
}

.page_div .current {
    background-color: #0c529e;
    border-color: #0c529e;
    color: #fff;
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #0c529e;
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}

/* 底部 */
.footr-box {

    height: 200px;
    background-color: #0c529e;
}

.foot-box-list {
    /* background-color: red; */
    width: 50%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-box-list-left,
.foot-box-list-right {
    width: 15%;
    /* border: 1px solid red; */
    height: 70%;
    text-align: center;

}

.foot-box-list-cnt {
    width: 50%;
    /* border: 1px solid red; */
    height: 70%;
}

.foot-box-list-cnt-top {
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.foot-box-list-cnt-bottom {
    font-size: 16px;
    color: #ffffff;
}

.foot-box-list-cnt-bottom-item {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.foot-box-list-cnt-bottom-item:nth-child(3)>p:nth-child(1) {
    display: flex;
    align-items: center;
}



/* 手机端 */
@media only screen and (max-width:767px) {
    .header-top-left {
        display: none;
    }

    .header-top-right {
        padding-left: 10px;
    }


    .title-search {
        width: 250px;
        height: 30px;
        margin-top: 10px;
    }

    .title-search button {
        width: 85px;
        height: 30px;
        font-size: 4vw;
    }

    .title-search img {
        /* position: absolute; */
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .navigation-box {
        height: auto;
    }

    .navigation-box,
    .header-top {
        padding: 0;
    }

    .content-box {
        padding: 2% 0;
        padding-top: 0;
        background-color: #ffffff !important;
    }

    .navigation-list {
        display: block;
        padding: 0;
        padding-bottom: 10px;
    }


    .navigation-list li {
        font-size: 5vw;
        margin-top: 10px;
        padding: 10px 0;
    }

 
    /*中间内容  */

    .ncdt-text-box {
        display: block;
    }

    .ncdt-text-box-left {
        width: 100%;
    }

    .ncdt-text-box-right {
        width: 100%;
    }

    .ncdt-text-box-right-item {
        height: auto;

    }

    .ncdt-list-box-item>div>p,
    .nrws-time {
        font-size: 4vw;
    }

    .ncdt-list-box-item>div {
        width: 60%;
    }

    .nrws-time {
        width: 30%;
    }

    .menu-list-left-item {
        padding-left: 33%;
    }

    .mbx-list {
        padding-left: 10px;
    }










    /* 底部 */
    .footr-box {
        height: auto;
        padding-bottom: 20px;

    }

    .foot-box-list {
        width: 100%;
        position: relative;
    }

    .foot-box-list-cnt {
        width: 100%;
    }

    .foot-box-list-left,
    .foot-box-list-right {
        position: absolute;
    }

    .foot-box-list-cnt-bottom {
        text-align: center;
    }

    .foot-box-list-cnt-bottom-item {
        display: block;
    }

    .foot-box-list-cnt-bottom-item:nth-child(3)>p:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foot-box-list-cnt-bottom-item p {
        margin-top: 10px;
    }

    .foot-box-list-cnt-top {
        margin-top: 10px;
    }

    .foot-box-list-right {
        right: 3%;
        top: 25%;
    }

    .foot-box-list-left {
        left: 3%;
        top: 20%;
    }

    .foot-box-list-cnt-bottom {
        font-size: 4vw;
    }

    .foot-box-list-cnt-top {
        font-size: 4vw;
    }






    .title-search {
        font-size: 4vw;
    }


}

/* 320小屏幕 */
@media screen and (max-width: 320px) {
    .ncdt-list-box-item>div {
        width: 55%;
    }


    .title-logo {
        padding: 1.5% 15%;
    }
}

/* logo自适应样式 */
@media screen and (max-width: 900px) {
    .title-logo {
        display: block !important;
    }
}

/* 左侧菜单栏自适应 */
@media screen and (min-width:813px) and (max-width: 1085px) {
    .menu-list-title .line {
        width: 23%;
    }
}

@media screen and (min-width:767px) and (max-width: 812px) {
    .menu-list-title .line {
        width: 21%;
    }
}

/* 右侧列表自适应 */
@media screen and (min-width:800px) and (max-width: 915px) {
    .ncdt-list-box-item>div {
        width: 65%;
    }

    .nrws-time {
        width: 25%;
    }
}

/* 右侧列表自适应 */
@media screen and (min-width:767px) and (max-width:799px) {
    .ncdt-list-box-item>div {
        width: 63%;
    }

    .nrws-time {
        width: 27%;
    }
}



/* 窗口内容自适应 */
@media screen and (min-width: 980px) and (max-width: 1460px) {
    .navigation-list li a{
        font-size: 20px;
    }

    .navigation-box,
    .header-top {
        padding: 0% 8%;
    }

    .content-box {
        padding: 1.5% 8%;
        padding-top: 0;
    }

}

/* 窗口内容自适应 */
@media only screen and (min-width: 820px) and (max-width: 980px) {
    .navigation-list li a{
        font-size: 18px;
    }

    .navigation-box,
    .header-top {
        padding: 0 4%;
    }

    .content-box,
    .bottom-ipt-box {
        padding: 1.5% 8%;
        padding-top: 0;
    }


}

@media only screen and (min-width: 767px) and (max-width: 820px) {
    .navigation-list li a{
        font-size: 16px;
    }

    .navigation-box,
    .header-top {
        padding: 0 3%;
    }

    .content-box {
        padding: 1.5% 8%;
        padding-top: 0;
    }



}


@media only screen and (min-width: 767px) and (max-width: 1500px) {
    .title-search {
        width: 280px;
        height: 40px;
        margin-top: 10px;
    }

    .title-search button {
        width: 75px;
        height: 40px;
    }


}


/* 底部自适应 */
@media screen and (min-width:1561px) and (max-width:1860px) {

    .foot-box-list {
        width: 60%;
    }
}

@media screen and (min-width:1331px) and (max-width:1560px) {

    .foot-box-list {
        width: 70%;
    }
}

@media screen and (min-width:1161px) and (max-width:1330px) {

    .foot-box-list {
        width: 80%;
    }
}

@media screen and (min-width:1021px) and (max-width:1160px) {

    .foot-box-list {
        width: 90%;
    }
}

@media screen and (min-width:941px) and (max-width:1020px) {

    .foot-box-list {
        width: 100%;
    }
}

@media screen and (min-width:767px) and (max-width:940px) {

    .foot-box-list {
        width: 100%;
    }

    .foot-box-list-left,
    .foot-box-list-right {
        width: 10%;
    }

    .foot-box-list-cnt {
        width: 70%;
    }
}
