@charset "utf-8";

.position{
    font-size: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.position *{
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin-right: .1rem;
}
.position a.active,
.position a:hover{
    color: #d12b00;
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 56px;
}

.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: #d12b00;
    color: #fff;
    border: 1px solid #d12b00;
}

.pagination a:hover {
    background: #d12b00;
    color: #fff;
    border: 1px solid #d12b00;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}
.banner{
    position: relative;
}
.banner  img{
    display: block;
    width: 100%;
}
.n_container{
    padding-top: 20px;
    padding-bottom: 60px;
}

.n_list li{
    display: block;
    position: relative;
    line-height: 72px;
    font-size: 20px;
    border-bottom: 1px solid #e8e1e1;

    background-size: auto 60px;
    background-position: right center;
    background-repeat: no-repeat;
}
.n_list li a{
    padding-left: 26px;
    padding-right:125px;
    transition: all .5s;
}
.n_list li time{
    position: absolute;
    right: 10px;
    top: 0;
    color: #777e6e;
}
.n_list li:before{
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    background: #000000;
    border-radius: 50%;
}
.n_list li:hover a{
    color: #d12b00;
    font-weight: 600;
}
.n_list li:hover:before {
    background: #d12b00;
}


/*detail*/

.dtl-tit h4{
    font-size: 30px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-bottom: 18px;
}
.dtl-tit .dtl-ar {
    font-size: 0;
    text-align: center;
}
.dtl-ar span{
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: #999;
    margin: 0 .08rem;
}
.dtl-tit {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee4eb;
    margin-bottom: 20px;
}

.dtl-txt p{
    font-size: .2rem !important;
    color: #000000;
    line-height: 2 !important;
    text-indent: 2em !important;
    /* margin-top: 32px; */
    font-family: Arial, Helvetica,"PingFang SC", "PingFang SC-Regular", Æ»·½, "Microsoft Yahei", sans-serif !important;
    text-align: justify;
}
.dtl-txt span{
    font-size: .2rem !important;
    color: #000000;
    line-height: 2 !important;
    text-indent: 2em !important;
    margin-top: 32px;
    font-family: Arial, Helvetica,"PingFang SC", "PingFang SC-Regular", Æ»·½, "Microsoft Yahei", sans-serif !important;
    text-align: justify;
}
.dtl-txt img{
    display: block !important;
    width: 100%!important;
    height: auto;
    max-width: 600px !important;
    margin: 20px auto;
}
.dtl-txt video
{
    display: block !important;
    width: 100%!important;
    height: auto;
    max-width: 600px !important;
    margin: 20px auto;
}
.p-page{
    border-top: 1px solid #dee4eb;
    padding-top:30px;
    margin-top: 42px;
}
.p-page p{
    font-size: 20px;
    line-height: 2;
    color: #203880;
}
.p-page p a{
    color: #333;
}
.p-page p:hover a{
    color: #d12b00;
}



.n_pic li{
    float: left;
    width: 431px;
    margin-left: 53px;
    margin-bottom: 40px;
}
.n_pic li:nth-child(3n+1){
    margin-left: 0;
}
.n_pic li a{
    display: block;
}
.n_pic li .pic{
    height: 283px;
}
.n_pic li h3{
    font-size: 20px;
    color: #666666;
    line-height: 85px;
    text-align: center;
    padding: 0 20px;
    transition: .5s;
    background: #f5f5f5;
}
.n_pic li:hover h3{
    background: #a70101;
    color: #fff;
}

.n_pic{
    padding-top: 20px;
}