
/* 新闻 */
.news li{
    padding: 20px;
    border-bottom: 1px solid rgba(230,230,230,1);
    transition: .5s;
}
.news li a{
    text-decoration: none;
}
.news li .img{
    width:215px;
    height:140px;
    border-radius:4px;
    overflow: hidden;
    margin-right: 20px;
}
.news li h2{
    font-size:18px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:50px;
}
.news li p{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    display: -webkit-box;           
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 2;    
    overflow: hidden;  
}
.detailList{
    line-height: 50px;
}
.detailList .author{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.detailList .Original{
    margin: 16px 10px;
    font-size:12px;
    font-weight:400;
    color:rgba(255,254,254,1);
    height:18px;
    line-height: 18px;
    padding: 0 5px;
    background:rgba(225,12,32,1);
    border-radius:4px;
}
.detailList .read{
    width:75px;
    height:26px;
    line-height: 22px;
    border:1px solid rgba(225,12,32,1);
    border-radius:4px;
    text-align: center;
    margin-top: 12px;
    transition: .5s;
}
.detailList .read a{
    color: rgba(225,12,32,1);
    font-size: 14px;
}
.detailList .read:hover{
    background: rgba(225,12,32,1);
}
.detailList .read:hover a{ 
    color: #fff;
}
.detailList .time{
    margin-left: 20px;
    font-size:14px;
    color:rgba(179,179,179,1);
}
.news li .view{
    font-size:14px;
    color:rgba(225,12,32,1);
}
.barRight {
    padding-right: 0;
}
.barRight .img{
    border-radius:6px;
}
.carousel-inner img{
    display: block;
    width: 100%;
}

.recommedImg{
    position: relative;
}
.recommedImg img{
    display: block;
    width: 100%;
    border-radius:4px;
}
.recommedImg:hover .shade{
    opacity: 1;
}
.recommedImg .shade{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: .5s;
}
.recommedImg .shade h2{
    text-align: center;
    margin-top: 50px;
    color: #fff;
    font-size: 1.5rem;
}
.recommedImg .shade img{
    width: 33%;
    margin: 50px auto;
}
.pages {
    margin-top: 50px;
    padding-bottom: 32px;
    text-align: center;
}
.pages a, .pages span {
    display: inline-block;
    width:38px;
    height:38px;
    line-height: 38px;
    text-align: center;
    border:1px solid rgba(221,221,221,1);
    border-radius:4px;
    color: #333;
}
.pages a.a1{
    border: none;
    width: 60px;
}
.pages span {
    background: #E10C20;
    color: #fff;
    border: none;
}
.zznrList .card{
    margin-bottom: 10px;
}
.zznrList h2{
    font-weight:bold;
    color:#333;
    font-size: 18px;
    transition: .5s;
}
.zznrList .card:hover h2,.news li:hover h2{
    color:rgba(225,12,32,1);
}
.detailsTitle{
    font-size:30px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:50px;
}
.detailsAuthor {
    padding: 20px 0 40px;
    border-bottom:1px solid rgba(0,0,0,.1);
}
.detailsAuthor span{
    padding: 0 20px;
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:13px;
}
.details .content img{
    height: auto !important;
    display: block;
    max-width: 95%;
    margin: 0 auto 20px;
}
.details .content h3{
    font-size:18px;
    font-weight:bold;
    color:rgba(77,77,77,1);
    line-height:40px;
}
.details .content p{
    text-indent: 2em;
    color:rgba(77,77,77,1);
    font-size: 18px;
    line-height: 28px;
}
.details .descr{
    font-weight: 700;
    font-size: 16px;
    color: #888;
    margin-top: 24px;
}
.details .wechart {
    border-bottom: 1px solid  rgba(0,0,0,.1);
    padding: 20px 0;
}
.details .wechart p{
    font-size:20px;
    font-weight:bold;
    color:rgba(225,12,32,1);
    line-height:66px;
    text-align: center;
}
.details .wechart i{
    height: 40px;
    color:rgba(225,12,32,1);
    display: block;
    text-align: center;
    font-family: iconfont;
    font-style: normal;
    font-size: 22px;
    animation: wechart 1.5s linear infinite alternate;
}
.details .wechart .img img{
    width: 250px;
    display: block;
    margin: 0 auto;
}
.details .wechart .btn{
    display: flex;
    justify-content: space-around;
}
.details .wechart .btn .item{
    width:149px;
    height:52px;
    border-radius:4px;
    line-height: 52px;
    color: rgba(225,12,32,1);
    border: 1px solid rgba(225,12,32,1);
    transition: .5s;
    font-size: 16px;
}
.details .wechart .btn .item:hover{
    color: #fff;
    background:linear-gradient(66deg,rgba(186,9,25,1) 0%,rgba(225,12,32,1) 100%);
}
.details .link a{
    border:1px solid rgba(243,241,241,1);
    background:linear-gradient(0deg,rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%);
    box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.09);
    border-radius:3px;
    height: 114px;
    padding: 20px;
}
.details .link h3{
    font-size: 18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:15px;
}
.details .link p{
    font-size:14px;
    color: #E10C20;
}
.singlePage .pageTitle{
    border-bottom: 1px solid rgba(230,230,230,1);
}
.singlePage .pageTitle h3{
    font-size:32px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
    text-align: center;
}
.singlePage .pageTitle p{
    position: relative;
    text-align: center;
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
}
.singlePage .pageTitle p::after{
    position: absolute;
    left: 50%;
    margin-left: -21px;
    display: block;
    content: '';
    width:42px;
    height:4px;
    background:rgba(255,34,50,1);
    bottom: -1px;
}
.singlePage .address .img{
    width:80px;
    height:80px;
    padding-top: 11px;
    background:rgba(255,255,255,1);
    border:2px solid rgba(225,12,32,1);
    border-radius:50%;
    text-align: center;
    font-size: 35px;
    color: #E10C20;
} 
.singlePage .address .p-con{
    padding-left: 100px;
}
.singlePage .address .p-con h2{
    position: relative;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:44px;
}
.singlePage .address .p-con h2 span {
    font-size:18px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:44px;
}
.singlePage .address .p-con h2::after{
    position: absolute;
    bottom: 0;
    display: block;
    content: '';
    width:36px;
    height:2px;
    border:1px solid rgba(225,12,32,1);
}
.singlePage .address .p-con p{
    font-size:14px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:20px;
}
.singlePage .card .img{
    padding: 42px 54px;
    background:rgba(225,12,32,1);
}
.singlePage .card {
    padding: 20px 54px;
    margin: 20px;
}
.singlePage .card .img img{
    display: block;
    width: 100%;
}
.singlePage .card .con{
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:28px;
}
.singlePageBottom .item{
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    border-top: 6px solid rgba(225,12,32,1);
    min-height:160px;
    padding: 34px 22px;
    font-size:16px;
    font-weight:bold;
    color:rgba(102,102,102,1);
    line-height:32px;
}
.adver img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.issue .item{
    padding-top: 100px;
    height:450px;
    text-align: center;
    border-right: 1px solid rgba(230,230,230,1);
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
}
.issue .item:nth-child(4n){
    border-right: none;
}
.issue .item:nth-child(-n+4){
    border-bottom: 1px solid rgba(230,230,230,1);
}
.issue .item .img{
    position: relative;
    width:100px;
    height:100px;
    background:rgba(225,12,32,1);
    border-radius:50%;
    margin: 0 auto 74px;
    font-size: 50px;
    line-height: 100px;
    color: #fff;
    transition: .5s;
}
.issue .item .img::after{
    position: absolute;
    display: block;
    content: '';
    bottom: -27px;
    left: 50%;
    margin-left: -20px;
    width:40px;
    height:4px;
    background:rgba(225,12,32,1);
    transition: .5s;
}
.issue .item h2 {
    font-size:24px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:40px;
}
.issue .item h2 span{
    font-size:66px;
    font-weight:bold;
    color:rgba(225,12,32,1);
    line-height:40px;
}
.issue .item h3{
    font-size:24px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:40px;
}
.issue .item p{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:32px;
}
.issue .item:hover{
    background:rgba(225,12,32,1);
    padding-top: 26px;
}
.issue .item:hover .img{
    background: #fff;
    color: rgba(225,12,32,1);
}
.issue .item:hover h2, .issue .item:hover h3{
    display: none;
}
.issue .item:hover .img::after{
    background: #fff;
}
.issue .bmrapp{
    width: 80%;
    margin-bottom: 20px;
}
.tab-content .img{
    max-height: 134px;
    overflow: hidden;
}
@keyframes wechart
{
    0% {
        padding-top: 0px;
    }
    50% {
        padding-top: 10px;
    }
    100% {
        padding-top: 0px;
    }
}
/* 回到顶部 */
.slideBar {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 50px;
}
.slideBar .item {
    width: 50px;
    height: 50px;
    border: 1px solid red;
    color: red;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    border-bottom: none;
}
.slideBar .item:last-child{
    border-bottom: 1px solid red;
}
.slideBar .item .nav-link{
    color: red;
}
.slideBar .item .top{
    display: block;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);         -o-transform:rotate(180deg); /* Opera */
    margin: 0 auto;
    width: 50px;
    color: red;
    line-height: 50px;
}
/* 详情页右侧边栏 */
.showDetils {
    position: relative;
}
.showDetils .barRight {
    position: absolute;
    right: 0;
    top: 160px;
}
.showDetils .barRight.fixed{
    position: fixed;
    top: 20px;
    left: 50%;
    margin-left: 250px;
    z-index: 99;
}
.showDetils .fixed .slideHidden{
    display: none;
}
.shopingImg img{
    display: block;
    width: 100%;
}