* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Microsoft YaHei;
}
.index img,.list img{
    display: block;
    width: 100%;
}
ul,
ol {
    list-style: none;
    margin-bottom: 0;
}

a, a:hover{
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear:after {
    display: block;
    content: '';
    clear: both;
}
.colorF {
    color: #fff;
}
p{
    margin-bottom: 0;
}
.carousel-control-next, .carousel-control-prev{
    width: 6%;
}
.nopadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nomargin{
    margin-left: 0;
    margin-right: 0;
}

.popover-body{
    width: 200px;
}
.popover-body img{
    display: block;
    width: 100%;
}
/* 导语样式 */
.descr{
    font-weight: 700;
    font-size: 16px;
    color: #888;
    margin-top: 24px;
}

@font-face{
    font-family: iconfont;
    src: url(../fontNew/iconfont.eot), url(../fontNew/iconfont.svg), url(../fontNew/iconfont.ttf), url(../fontNew/iconfont.woff);
}
.loginBtnNav {
    font-family: iconfont;
}
.loginDiv { 
    position: relative;
}
.returnLogin {
    display: none;
    position: absolute;
    top: 60px;
    width: 120px;
    height: 50px;
    background: rgb(225, 12, 32);
    text-align: center;
    line-height: 50px;
    left: -27px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.bg-danger {
    background-color: rgba(225,12,32,1) !important;
}
.iconfont {
    font-family: iconfont;
}
.marginTop{
    margin-top: 30px;
}
.marginTop10{
    margin-top: 10px;
}
.navbar-dark .navbar-nav .active>.nav-link{
    border-bottom: 4px solid #fff;
}
.carousel-indicators{
    justify-content: flex-end;
    margin-right: 1%;
}

/*cncc 站长统计隐藏*/
#cnzz_stat_icon_1276781737{
    display: none;
}

.advert {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}
.advert img{
    display: block;
    width: 100%;
}
.breadcrumbTitle{
    padding: 0 20px;
    position: relative;
    width:100%;
    height:50px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.breadcrumbTitle::before{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width:5px;
    height:50px;
    background:rgba(225,12,32,1);
}
.breadcrumbTitle .more,.slideTitle .more{
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:50px;
}
.breadcrumbTitle span{
    display: block;
    float: left;
    font-size:18px;
    font-weight:400;
    color:rgba(225,12,32,1);
    line-height:50px;
}
.breadcrumbTitle .nav{
    margin-left: 100px;
    margin-top: 5px;
}
.breadcrumbTitle .nav-pills .nav-link.active{
    font-size:16px;
    font-weight:bold;
    color:rgba(225,12,32,1);
    background: none;
}
.breadcrumbTitle .nav-pills .nav-link{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.slideTitle{
    border-bottom:1px solid rgba(229,229,229,1);
    height: 50px;
}
.slideTitle span{
    display: inline-block;
    padding-left: 5px;
    padding-right: 50px;
    font-size:20px;
    font-weight:bold;
    color:rgba(225,12,32,1);
    line-height: 50px;
    border-bottom: 2px solid rgba(225,12,32,1);;
}
.card-body{
    padding: 15px;
}
.card-body a{
    text-decoration: none;
}
.card-body h2{
    font-size:16px;
    font-weight:700;
    color:rgba(51,51,51,1);
    line-height:24px; 
    white-space: nowrap;     
    overflow: hidden;       
    text-overflow: ellipsis; 
}
.card-body p{
    height: 72px;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
    line-height:24px;
    display: -webkit-box;           
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 3;    
    overflow: hidden;  
}
.card2 p{
    -webkit-line-clamp: 4;    
}
.zznr .card{
    margin-bottom: 10px;
}
.value .card .content {
    padding: 15px;
}
.value .card .content p{
    position: relative;
    padding-left: 16px;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:50px;
    white-space: nowrap;     
    overflow: hidden;       
    text-overflow: ellipsis; 
    border-bottom: 1px dashed rgba(230,230,230,1);
}
.value .card .content p::before{
    position: absolute;
    top: 23px;
    left: 6px;
    display: block;
    content: '';
    width:4px;
    height:4px;
    background:rgba(225,12,32,1);
    border-radius:50%;
}
.valueContent .img {
    max-height: 335px;
    overflow: hidden;
    border-radius:6px;
}
.valueContent .img img{
    display: block;
    width: 100%;
}
.valueContent h2{
    font-size:20px;
    font-weight:bold;
    color:rgba(225,12,32,1);
    line-height:60px;
}
.valueContent h2 span{
    float: right;font-size:14px;
    font-weight:400;
    color:rgba(14,90,142,1);
    line-height:60px;
}
.valueContent p{
    text-indent: 2em;
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    display: -webkit-box;           
    -webkit-box-orient: vertical;   
    -webkit-line-clamp: 4;    
    overflow: hidden;  
}
.valueContent a{
    text-decoration: none;
}
.recommed .img{
    max-height:363px;
    border-radius:2px;
}
.recommed img{
    display: block;
    width: 100%;
}
.footer{
    padding: 35px;
    height:260px;
    background:rgba(225,12,32,1);
}
.footer .left img{
    margin-bottom: 20px;
}
.footer .left p{
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}
.footer .right{
    padding-left: 107px;
    border-left: 1px solid rgba(191,191,191,1);
}
.footer .right .title{
    margin-bottom: 10px;
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
    display: inline-block;
    border-bottom: 4px solid rgba(255,255,255,1);;
}
.footer .right p{
    font-size:14px;
    font-weight:400;
    color:rgba(242,242,242,1);
    line-height:28px;
}.navbar{
    padding: 0;
    height: 66px;
}
.navbar-collapse {
    line-height: 62px;
}
.navbar-dark .navbarRight .nav-link{
    color: #fff;
    line-height: 66px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.navbarRight .nav-item{
    height: 66px;
    line-height: 66px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.navbarRight span{
    font-size: 22px;
    margin:0 8px 0 10px;
    line-height: 50px;
    display: block;
}
@media (max-width: 1200px){
    .navbarRight{
        display: none;
    }
    .footer .right{
        display: none;
    }
    .barRight{
        display: none;
    }
    .detailsTitle{
        font-size: 24px;
        line-height: 48px;
    }
    .advert,.slideBar{
        display: none;
    }
    .navbar{
        height: auto;
    }
    .navbar-collapse {
        line-height: 30px;
        text-align: center;
    }
    .navbar-nav .nav-link{
        border-bottom: 1px dashed #fff !important;
    }
    .row{
        padding: 0;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
    .navbar-expand-md .navbar-collapse {
        justify-content: space-between;
    }
    .newsDetails .col-md-8 {
        flex: 0 0 850px;
        max-width: 850px;
    }
    .newsDetails .col-md-4 {
        flex: 0 0 350px;
        max-width: 350px;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding: 0 15px;
    }
}