@charset "utf-8";
body{
    background: #f6f6f6;
}
.bgpic{
    position: relative;
}
.bgpic img{
    width: 100%;
    height: auto;
}
.news-list{
    padding-bottom: 40px;
    padding-top: 60px;
    background: #fafafa;
}
.news-list-btn{
    display: inline-block;
    width: 160px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    position:relative;
    transition: all 0.5s;
}
.news-list-btn::after{
    position:absolute;
    background: url(/img/jiantou-xiangxia.png) no-repeat center center;
    width: 23px;
    height: 13px;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}
.news-list-btn:hover,.news-list-btn.active{
    background: #ad2d25;
}
.news-list-btn:hover::after,.news-list-btn.active::after{
    content:"";
}
.news-list-btn:hover button,.news-list-btn.active button{
    color: #fff;
}
.news-list-btn button{
    font-size: 18px;
    color: #585858;
}
.news-list-right div{
    padding: 20px;
    background: url(/img/jiantou-logo.png) no-repeat left 0 center;
}
.news-list-right div:first-child{
    background: url(/img/first-logo.png) no-repeat left 0 center;
}
.news-list-right div span{
    text-indent: 25px;
    font-size: 16px;
    color: #b2b2b2;
}
.list-xijie{
    background: url(/img/list-detail-bg.png) no-repeat right 220px bottom 120px;
    padding-bottom: 60px;
}
.list-xijie ul li{padding: 35px 0;}
.list-xijie .image{
    width: 28%;
    height: 168px;
}
.list-xijie .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.list-xijie .txt{
    width:72%;
    padding-left: 45px;
}
.list-xijie-detail h2{
    font-size: 20px;
    color: #4c4c4c;
    line-height: 60px;
}
.list-xijie-detail p{
    font-size: 16px;
    color: #808080;
    line-height: 25px;
    font-weight: normal;
}
.list-xijie-detail span{
    line-height: 45px;
    font-size: 16px;
    display: block;
    color: #a4a4a4;
    text-indent: 35px;
    background: url(/img/time-logo.png) no-repeat 0 center;
}
.list-xijie li:hover{
    background: url(/img/li-bg-red.png) no-repeat center;
}
.list-xijie li:hover *{color:#FFF}
.list-xijie a:hover .txt h2,.list-xijie a:hover .txt p,.list-xijie a:hover .txt span{
    color: #fff;
}
.btn{
    text-align: center;
    margin-top: 50px;
}
.btn div{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn button{
    width: 45px;
    height: 45px;
    font-size: 18px;
    color: #808080;
    background: #fff;
    margin-right: 20px;
    border-radius: 5px;
    border: 2px solid #ededed;
}
.btn button:last-child{
    background: #fff url(/img/jiantou-xiangyou.png) no-repeat center center;
}
.btn button:hover{
    background: #ad2d25;
    color: #fff;
}
.btn button:last-child:hover{
    background: #ad2d25 url(/img/jiantou-xiangyou.png) no-repeat center center;
}

/* 详细信息页面 */
.w1300{
    width: 1300px;
	margin: 0 auto;
}
.details-xijie-aa{
    width: 825px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 103px;
    padding: 50px 35px 60px 35px;
}
.details-xijie-aa h2{
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}
.details-xijie-aa .bar{
    font-size: 14px;
    line-height: 50px;
    display: block;
    color: #b2b2b2;
    text-align: center;
    margin-bottom: 20px;
}
.details-xijie-aa p{
    font-size: 16px;
    line-height: 2.2em;
    color: #808080;
    text-indent: 2em;
    margin-bottom: 20px;
}
.details-xijie-aa img{
    width: auto;
    height:auto;
    max-width:80%;
    display:block;
    margin: 0 auto 20px;
}
.details-xijie-aa .details-l-img img{
    width: 100%;
    height: 100%;
}
.details-l-bott{
    margin: 50px 0 0;
    font-size: 0;
}
.details-l-bott a{
    height: 30px;
    font-size: 14px;
    color: #a4a4a4;
    display: inline-block;
    width: 33.33%;
    box-sizing: border-box;
    line-height: 30px;
}
.details-l-bott .pre{
    background: url(/img/long-jiantou-lft.png) no-repeat 0 center;
    padding-left: 50px;
}
.details-l-bott .return{
    text-indent: 30px;
    background: url(/img/details-list-logo.png) no-repeat 35% center;
    text-align: center;
}
.details-l-bott .next{
    background: url(/img/long-jiantou-rt.png) no-repeat right 0 center;
    text-align: right;
    padding-right: 50px;
}

/* 右边部分 */
.details-xijie-bb{
    width: 340px;
    border-radius: 5px;
}
.details-r-img{
    width: 100%;
    height: 254px;
    margin-bottom: 20px;
}
.details-r-img img{
    width: 100%;
    height: 100%;
}
.details-xijie-bb h2{
    font-size: 24px;
    text-align: center;
    color: #ad2d25;
    line-height: 74px;
}
.details-xijie-bb ul li a{
    font-size: 16px;
    margin: 0 26px;
    color: #808080;
    line-height: 50px;
}
.details-xijie-bb ul li:first-child{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
}
.details-xijie-bb ul li:last-child{
    padding-bottom: 20px;
}
.details-xijie-bb ul li a:hover{
    color: #ad2d25;
}
.details-xijie{
    background: url(/img/list-detail-bg.png) no-repeat right 185px bottom 220px;
    margin-top: 20px;
}
.details-list{
    background: #fff;
}

.search-list{
    width:100%;
    padding: 40px 0;
}
.search-list li{
    width:100%;
    line-height:45px;
}
.search-list li:hover a{
    color:#ad2d25;
}
.search-list li a{
    font-size:16px;
    color:#000;
}
.search-list li span.fr{
    font-size:14px;
    color:#666;
}