

/* 分页 */

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 60px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #0075c2;
    color: #fff;
    border: 1px solid #0075c2;
}

.pagination a:hover {
    background: #0075c2;
    color: #fff;
    border: 1px solid #0075c2;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nynav {
    width: 165px;
    float: left;
    margin-top: 86px;
}

.nynav .h1 {
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #d6b99f;
    text-align: center;
}

.nynav .nynav2 {
    height: 324px;
    background: url('../image/nynavbg.png') left 16px no-repeat;
}

.nynav .nynav2 ul li {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: url('../image/nynav3.png') left center no-repeat;
}

.nynav .nynav2 ul li a {
    color: #a2e5fe;
    padding-left: 40px;
}

.nynav .nynav2 ul li:hover {
    background: url('../image/nynav3.png') left center no-repeat;
}

.nynav .nynav2 ul li:hover a {
    color: #fff;
    font-weight: bold;
}

.nynav .nynav2 ul li.on {
    background: url('../image/nynav3.png') left center no-repeat;
}

.nynav .nynav2 ul li.on a {
    color: #fff;
    font-weight: bold;
}

.nynav .nynav3 {
    height: 324px;
    background: url('../image/nynavbg.png') left 16px no-repeat;
}

.nynav .nynav3 ul li {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: url('../image/nynav3.png') left center no-repeat;
}

.nynav .nynav3 ul li a {
    color: #a2e5fe;
    padding-left: 40px;
}
.nynav .nynav3 ul li.on a {
    color: #fff;
    font-weight: bold;
}

.banner{
    background: url("../image/xw.jpg") no-repeat 50%;
    background-size: cover;
}
.n_container{
    padding-top: 76px;
    padding-bottom: 70px;
    background: #f2f6fa;
}
/*手机端 内页菜单*/
#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: url("../image/n_list_pt.jpg") no-repeat 50%;
    background-size: cover;

}

#bnt_back {
    position: absolute;
    left: 15px;
    top: 0;
}

#bnt_back img {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#bnt_back svg {
    fill: rgb(255, 255, 255);
    height: 30px;
    vertical-align: middle;
    width: 26px;
}


#m_n_nav h1 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
    line-height: 50px;
}

#bnt_sub_nav {
    position: absolute;
    right: 15px;
    top: 0px;
    height: 50px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-size: 18px;
    display: flex;
    align-items: center;
}


#bnt_sub_nav img {
    display: block;
    height: 20px;
}



#sub_nav_content {
    background: rgb(240, 243, 245);
    display: none;
    box-shadow: rgb(153, 153, 153) 0px 0px 5px;
    z-index: 9;
}

#sub_nav_content ul {
    padding:0 10px;
    display: none;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 10px 0px;
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid rgb(202, 158, 78);
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    padding-left: 10px;
    color: rgb(83, 84, 85);
}

#sub_nav_content ul li.on a {
    color: rgb(202, 158, 78);
}

#sub_nav_content dl {
    font-size: 0px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    padding: 10px 0px;
}

#sub_nav_content dt {
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 999;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
    float: left;
}

#sub_nav_content dt a {
    margin: 0px 20px;
    display: block;
    color: rgb(91, 83, 73);
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: top;
    position: relative;
}

#sub_nav_content dt i {
    position: absolute;
    right: 15px;
    top: 0;
    height: 30px;
    width: 12px;
    opacity: 1;
    background: url("/images/n_left.png") no-repeat 50%;
    background-size: 12px;

}


#sub_nav_content dt.title {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title i {
    opacity: 1;
}

#sub_nav_content dt.title_on {
    background: rgb(250, 250, 251);
}

#sub_nav_content dt.title_on a {
    color: #0075c2;
    border-top: 1px solid rgb(255, 255, 255);
}

#sub_nav_content dt.title_on a i {
    color: #0075c2;
}

#sub_nav_content dt.last a {
    border-top: 1px solid rgb(248, 248, 248);
}

#sub_nav_content dt.on a, #sub_nav_content dt.title_on a {
    color: #0075c2;
}


#sub_nav_content dd a {
    padding: 0px 25px;
    line-height: 30px;
    border-top: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    color: rgb(91, 83, 73);
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #0075c2;
}

/*手机端 内页菜单*/


.n_list_tit h2{
    font-size: 36px;
    color: #000000;
    line-height: 40px;
    text-align: center;
}
.n_list_pt .ll{
    width: 640px;
    margin-right: 30px;
}
.n_list_pt .ll .pic{
    height: 400px;
}
.n_list_pt .rr{
    width: calc(100% - 675px);
    margin-top: 110px;
}
.n_list_pt .rr h2{
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    height: 80px;
    margin-bottom: 30px;
    /* margin-left: -60px; */
}
.n_list_pt .rr p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    -webkit-line-clamp: 4;
    height: 104px;
    margin-bottom: 40px;
    /* margin-left: -60px; */
}
.n_list_pt .rr a{
    display: block;
    width: 111px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    padding: 0 10px;
    border: 1px solid #fff;
    background: url("../image/n_list02.png") no-repeat right 10px center;
}
.n_list_pt {
    padding:50px 50px 70px;
    background: url("../image/n_list_pt.jpg") no-repeat bottom center;
}
.n_list ul>li>a{
    display: block;
    font-size: 0;
    position: relative;
    z-index: 3;
}
.n_list ul>li .time{
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-family: 'Myriad Pro';
    background: url("../image/n_list_time.jpg") no-repeat 50%;
    background-size: cover;
    padding: 20px 0;
}
.n_list ul>li .time span{
    display: block;
    font-size: 35px;
    font-weight: 600;
    line-height: 54px;
}
.n_list ul>li .time em{
    display: block;
    font-size: 30px;
    line-height: 26px;
}
.n_list ul>li .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 180px);
    padding-right: 20px;
    margin-left: 60px;
    position: relative;
    z-index: 3;
}
.n_list ul>li .txt h2{
    font-size: 24px;
    color: #000;
    line-height: 28px;
    margin-bottom: 13px;
}
.n_list ul>li .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    -webkit-line-clamp: 3;
    height: 78px;
}
.n_list ul>li .txt b{
    position: absolute;
    right: 40px;
    top: 50%;
    width: 28px;
    height: 23px;
    background: url("../image/n_list03.png") no-repeat 50%;
    transform: translateY(-50%);
}
.n_list ul>li{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
    background: url("../image/n_list05.png") no-repeat right center;
    background-size: 100%;
}
.n_list ul>li:hover{
    background-image: url("../image/n_list06.png");
}
.n_list ul>li:hover a .time{
    background: #fff;
    color: #0075c2;
}
.n_list ul>li:hover a .txt h2,
.n_list ul>li:hover a .txt p{
    color: #fff;
}
.n_list ul>li:hover a .txt b{
    background-image: url("../image/n_list04.png");
}



@media screen and (max-width: 1440px){
    .n_list_pt {
        padding: 40px 20px 60px;
    }
    .n_list_pt .rr{
        /* width: calc(100% - 650px); */
    }
}
@media screen and (max-width: 1024px){
    .banner{
        padding-top: 24.48%;
        margin-top: 75px;
    }
    #m_n_nav {
        display: block;
    }
    .n_container {
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .n_list_pt .ll{
        width: 470px;

    }
    .n_list_pt .ll .pic{
        height: auto;
        padding-top: 62.5%;
    }
    .n_list_pt .rr {
        /* width: calc(100% - 500px); */
        margin-top: 60px;
    }
    .n_list_pt .rr h2{
        font-size: 18px;
        line-height: 28px;
        height: 56px;
        margin-bottom: 15px;
    }
    .n_list_pt{
        padding: 30px 20px;
    }
    .n_list_tit{
        margin-bottom: 20px;
    }
    .n_list ul>li {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        background: #fff;
    }
    .n_list ul>li .time{
        width: 90px;
        padding: 10px 0;
    }
    .n_list ul>li .time span{
        font-size: 32px;
        line-height: 42px;
    }
    .n_list ul>li .time em{
        font-size: 14px;
        line-height: 26px;
    }
    .n_list ul>li .txt{
        width: calc(100% - 110px);
        padding-right: 40px;
        margin-left: 20px;
    }
    .n_list ul>li .txt h2{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .n_list ul>li .txt{
        font-size: 14px;
    }
    .n_list ul>li .txt b{
        right: 10px;
        width: 15px;
        background-size: 15px;
    }
    .n_list_tit h2{
        font-size: 24px;
    }
    .n_list_pt .rr p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .pagination{
        padding-top: 40px;
    }
}

@media screen and (max-width: 768px){
    .n_list_pt .ll{
        width: 100%;
        margin-bottom: 15px;
    }
    .n_list_pt .rr{
        width: 100%;
        margin-top: 0;
    }
    .n_list_pt{
        padding-top: 0;
    }
}

@media screen and (max-width: 640px){
    .banner{
        margin-top: 55px;
    }
    .n_list_tit h2{
        font-size: 20px;
        line-height: 24px;
    }
    .n_list ul>li .time{
        width: auto;
        padding: 3px 15px;
        margin-bottom: 10px;
    }
    .n_list ul>li .time span,
    .n_list ul>li .time em{
       display: inline-block;
    }
    .n_list ul>li .time span{
        font-size: 20px;
        margin-right: 5px;
        line-height: 28px;
    }
    .n_list ul>li .txt{
        width: 100%;
        margin-left: 0;
        padding-right: 0;

    }
    .n_list ul>li .txt b{
        display: none;
    }
    .n_list ul>li{
        padding: 15px 10px;
        background: #fff;
    }
    .n_list ul>li .txt p{
        font-size: 12px;
    }
    .n_list ul>li .txt h2{
        font-size: 16px;
    }
    .n_list_pt{
        padding: 20px 10px 20px;
        background-size: cover;
    }
    .n_list_pt .rr h2{
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 10px;
    }
    .n_list_pt .rr p{
        font-size: 12px;
        line-height: 24px;
        height: 96px;
    }
    .n_list_pt .rr a{
        line-height: 30px;
    }
}