@charset "utf-8";

body {
    background: #fafafa;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/xqw/images/banner-zzc.png) repeat-x;
    background-position: center top;
}


/* 分页 */
.banner {

    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}


.ny-nav {
    width: 308px;
    float: left;
    margin-right: 50px;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.22);
}

.ny-nav h3 {
    text-align: center;
    line-height: 130px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    background: url(/xqw/images/nynav-bj.png) no-repeat #bd2614;
    background-size: cover;
    position: relative;
}

.ny-nav h3 span{
    transition: all 0.3s;
    display: none;
    transform: rotate(45deg); 
}
.ny-nav h3 span.on{
    transform: rotate(0deg); 
}
.ny-nav ul li a {
    line-height: 75px;
    font-size: 20px;
    color: #333333;

}

.ny-nav ul li a:hover {
    color: #bd2614;
}

.ny-nav ul li .sjnav a.on{
    color: #bd2614;
}

.ny-nav ul {
    padding: 20px;
    background: url(/xqw/images/ny-nav.png) no-repeat;
    background-size: cover;

}

.ny-nav ul li:first-child {
    border-bottom: 1px dashed #c1c1c1;
}

.ny-nav ul li .sjnav>a{
    line-height: 40px;
    font-size: 16px;
}

.ny-nav ul li{
    position: relative;

}
.ny-nav ul li span{
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer;
    font-size: 26px;
    transition: all 0.3s;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
}
.ny-nav ul li span.on{
    transform: rotate(45deg);
}
.ny-nav ul li.active .sjnav{
    display: block;
}
.ny-nav ul li .sjnav{
    display: none;
}


.nymain {
    margin-top: -130px;
    background: url(/xqw/images/ny-bj.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.ny-right {
    overflow: hidden;
}

.position a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;

}

.position {
    text-align: right;
    padding-top: 80px;
    padding-bottom: 30px;
}

.position a::after {
    content: '>';
}

.position a:last-child::after {
    content: none;
}

.position a:hover {
    opacity: 0.7;
}

.dsj-tit h3 {
    line-height: 85px;
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    border-bottom: 2px solid rgba(173, 15, 25, 0.2);
    margin-bottom: 20px;
}

.dsj-c>img{
    width: 72px;
	height: 86px;
    margin: 0 auto;
    display: block;
}
.dsj-c{

    position: relative;
    min-height: 900px;
}
.dsj-c>p{
    font-size: 16px;
	color: #333333;
    text-align: center;
    margin-top: 15px;
}
.dsj-c::after{
    content: "";
    position: absolute;
    top: 130px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 2px dashed #ccc;
    z-index: -9;
    
}

.dsj-l{
    float: left;
    width: 50%;
    padding-right: 85px;
}
.dsj ul li{
    position: relative;
    margin-bottom: 110px;
    margin-top: 40px;
}


.dsj-date{
    width: 92px;
	height: 92px;
	background-color: #bd2614;
    border-radius: 50%;
    line-height: 92px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    
}
.d-box{
    position: absolute;
    right: 15px;
    transform: translateY(-85px);
}
.dsj-tx h3{
    font-size: 18px;
	color: #333333;
    margin-bottom: 20px;
   padding-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dsj-tx p{
    font-size: 14px;
	color: #333333;
	opacity: 0.6;
    line-height: 22px;
    height: 66px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dsj-date::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    border-top: 1px dashed #ccc;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}
.dsj-date::before{
    content: '';
    position: absolute;
	width: 21px;
	height: 21px;
    background: url(/xqw/images/dsj-dots.png) no-repeat;
    background-size: cover;
    border-top: 1px dashed #ccc;
    top: 50%;
    right: -111px;
    transform: translateY(-50%);
    z-index: 9;
    border-top: none;
    z-index: 9;
}

.dsj-r{
    margin-top:100px;
    float: right;
    width: 50%;
    padding-left: 85px;
}

.dsj-r .d-box{
    left: 15px;
}

.dsj-r .dsj-date::before{
    left: -111px;
}

.dsj-r .dsj-date::after{
    left: -100px;
}

.dsj-r ul li{
    margin-top: 100px;
    margin-bottom: 0;
    position: relative;
}

.dsj-c ul li a:hover h3{
    color: #bd2614;
}



.dsj-l{
    float:left;
    width: 50%;
    padding-right: 85px;
}

.dsj-l .d-box{
    right: 15px;

}

.dsj-l .dsj-date::before{
    right: -111px;
}

.dsj-l .dsj-date::after{
    right: -100px;
}

.dsj-l ul li{
    position: relative;
    margin-top: 100px;
    margin-bottom: 0;
}


/* nry */

.art-main {
    padding: 0 20px;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #1b1b1b;
    font-weight: normal;
    font-size: 22px;
    margin-top: 30px;
    font-weight: normal;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
height:auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    background: bottom;
    background: #f5f5f5;
    margin-top: 20px;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #777777;
    padding: 0 10px;
    /* border-left: 1px solid #aaaaaa; */
}

.art-main .cont-tit p span:first-child {
    border-left: none;
}

.art-info {

    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.pnext p a {
    font-size: 14px;
    display: inline;
    color: #333333;
}

.pnext p:hover {
    color: #bd2614;
}

.pnext p:hover a {
    color: #bd2614;
}

/* 列表 */
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pnext{
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px dashed #999;
}

.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: #bd2614;
    color: #fff;
    border: 1px solid #bd2614;
}

.pagination a:hover {
    background: #bd2614;
    color: #fff;
    border: 1px solid #bd2614;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.group-big li a {
    display: block;
}

.group-big li a .pic {
    padding-top: 74%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-big li a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.group-big li a img {
    display: block;
    width: 100%;
}

.group-sml .slick-prev,
.group-sml .slick-next {
    width: 30px;
    height: 30px;
}

.group-sml .slick-prev {
    background: url(/xqw/images/group-l.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.group-sml .slick-next {
    background: url(/xqw/images/group-r.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.group-sml {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.group-sml li.slick-current.slick-active a {
    border: 3px solid #bd2614;
}

.group-sml li.slick-current.slick-active a::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 7px solid #bd2614;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-bottom: 3px;
}

.group-sml li a {
    display: block;
    border: 1px solid #115db0;
    margin: 0 12px;
    position: relative;
    margin-top: 10px;
}

.group-sml li a .pic {
    padding-top: 74%;
    display: block;
    position: relative;
    overflow: hidden;
}

.group-sml li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.text-list2 {
    padding: 0 20px;
}

.date2 {
    width: 80px;
    text-align: center;
}

.date2 p {
    line-height: 31px;
    font-size: 18px;
    color: #fff;
    background: #bd2614;
    font-weight: 600;
}

.date2 span {
    display: block;
    color: #626262;
    font-size: 14px;
    line-height: 37px;
    background: #f5f5f5;
}

.text-list2 li:first-child a {
    border-top: none;
}

.text-list2 li a {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #d2d2d2;
}

.text-list2 li a:hover .text-list-info h3 {
    color: #bd2614;
}

.text-list2 li a:hover .text-list-info p {
    color: #bd2614;
}

.text-list2 li a .date2 {
    float: left;
    width: 68px;
    margin-right: 15px;
}

.text-list-info {
    font-size: 16px;
    overflow: hidden;
    vertical-align: middle;
}

.text-list-info h3 {
    font-size: 16px;
    line-height: 26px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.text-list-info p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 图片列表 */

.img-lists ul {
    overflow: hidden;
}

.img-lists ul li {
    float: left;
    width: 22.5%;
    margin: 30px 0 0 2%;
    transition: all 0.3s;
    position: relative;
    top: 0;
    margin-bottom: 10px;
}



.img-lists ul li:hover {
    box-shadow: 0 0 10px #eb9696;
    border-color: #bd2614;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 58%;
}

.img-lists ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a p {
    text-align: center;
    color: #303030;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}

/* pic-tx */
.pic-tx ul li a .pic{
    float: left;
    margin-right: 30px;
    width: 343px;
    height: 233px;
    padding-top: 0;
}

.pt-date{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(187, 38, 20, 0.8);
    text-align: center;
    padding: 14px;
    transition: all 0.3s;
}
.pt-date b{
    font-family: Georgia;
	font-size: 30px;
	color: #ffffff;
    display: block;
}
.pt-date span{
    font-family: Georgia;
	font-size: 14px;
	color: #ffffff;
    display: block;
}
.pt-tx{
    overflow: hidden;
    padding-top: 30px;
    padding-right: 50px;
}
.pt-tx h3{
    font-size: 20px;
	color: #333333;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.pt-tx p{
    font-size: 14px;
	color: #999999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pic-tx ul li a {
    padding: 30px 0;


}

.pic-tx ul li a:hover{
    background: url(/xqw/images/pt-list-bj.jpg) no-repeat;
    background-size: 80% 100%;
    background-position: right center;
}

.pic-tx ul li a:hover .pt-date{
    background-color: rgba(0, 0, 0, 0.6);
}
.pic-tx ul li a:hover h3{
    color: #fff;
}
.pic-tx ul li a:hover p{
    color: #fff;
    opacity: 0.8;
}

















@media screen and (max-width:1300px){
    .img-lists ul li{
        width: 30.3%;
    }
}






@media screen and (max-width:1024px) {
    .nymain{
        margin-top: 0;
        padding: 20px 0;
    }
    .ny-nav{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .position{
        position: absolute;
        right: 10px;
        top: -50px;
        line-height: 20px;
        padding: 0;
        
    }

    .ny-nav h3{
        font-size: 28px;
        line-height: 60px;
    }

    .ny-nav h3 span{
        position: absolute;
        right: 20px;
        display: inline-block;
    }
    .ny-nav ul li a{
        line-height: 50px;
        font-size: 18px;
    }
    .position a{
        font-size: 14px;
    }
    .dsj-tit h3{
        font-size: 22px;    
        line-height: 60px;    
    }
    .dsj-tx h3{
        font-size: 17px;
    }
    .img-lists ul li{
        width: 30.8%;
    }
    .pt-tx h3{
        font-size: 18px;
    }
    .ny-nav ul li span{
        top: 18px;
        font-size: 22px;
    }
}

@media screen and (max-width:768px) {
    .ny-nav h3{
        font-size: 24px;
    }
    .dsj-tit h3{
        font-size: 20px;
    }
    .dsj-tx h3{
        font-size: 16px;
        margin-bottom: 10px;
        padding-top: 15px;
    }
    .dsj-tx p{
        font-size: 13px;
    }
    .dsj-date{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 16px;
    }
    .dsj ul li{
        margin-bottom: 90px;
    }
    .dsj-r ul li{
        margin-top: 200px;
    }
    .dsj-l{
        padding-right: 40px;
    }
    .dsj-r{
        padding-left: 40px;
    }
    .dsj-date::after{
        width: 54px;
        right: -54px;
    }
    .dsj-date::before{
        right: -65px;
    }
    .dsj-r .dsj-date::before{
        left: -66px;
    }
    .dsj-r .dsj-date::after{
        left: -54px;
    }

    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
    }

    .art-main .art-tit h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .art-main .cont-tit p {
        padding-top: 10px;
    }

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .art-main .cont-tit p span {
        font-size: 12px;
    }

    .art-main .cont-tit p img {
        height: 12px;
    }

    .pnext {
        float: none;
        border: none;
        width: auto;
    }

    .pnext p {
        line-height: 30px;
    }
    
    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .text-list2 li a{
        padding: 15px 0;
    }
}
@media screen and (max-width:640px){
    .dsj-l{
        padding-right: 20px;
    }
    .dsj-r{
        padding-left: 20px;
    }

    .dsj-date::after{
        width: 34px;
        right: -34px;
    }
    .dsj-date::before{
        right: -45px;
    }
    .dsj-r .dsj-date::before{
        left: -46px;
    }
    .dsj-r .dsj-date::after{
        left: -34px;
    }
    .img-lists ul li{
        width: 47.2%;
        margin: 12px 0 0 2%;
    }

}
@media screen and (max-width:650px) {
    .pt-tx{
        padding: 0 10px;
    }
    .pic-tx ul li a{
        padding: 0;
    }
    .pic-tx ul li{
        margin-bottom: 15px;
    }
    .pic-tx ul li a:hover{
        background: url(/xqw/images/pt-list-bj.jpg) no-repeat;
        background-size: 100% 100%;
        background-position: right center;
    }
    .pt-tx h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pt-tx p{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .pt-tx span{
        font-size: 12px;
    }
    .pic-tx ul li a .pic{
        float: none;
        width: auto;
        margin-right: 0;
        padding-top: 65%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:480px) {
    .ny-nav h3{
        font-size: 20px;
        line-height: 50px;
    }
    .ny-nav ul li a{
        font-size: 16px;
        line-height: 40px;
    }
    .position a{
        font-size: 12px;
    }
    .ny-nav ul{
        padding: 15px;
    }
    .dsj-tit h3{
        font-size: 18px;
    }
    .dsj-date{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 13px;
    }
    .d-box{
        transform: translateY(-65px);
    }
    .dsj-date::before{
        width: 15px;
        height: 15px;
    }
    .dsj-date::before{
        right: -43px;
    }
    .dsj-r .dsj-date::before{
        left: -42px;
    }

    .ny-nav ul li .sjnav>a{
        line-height: 32px;
        font-size: 14px;
    }
    .ny-nav ul li span{
        top: 8px;
    }
}