/*外层背景*/
body {
    background: url("../jpg/bg_dongtai.jpg") left center no-repeat;
    background-size: cover;
    color: #ffffff;
    height: 100%;
}
a{
    color: #337ab7;
}
.head-wrap{
    margin-top: 70px;
}
.breadcrumb{
    margin: 0 15px 0 0;
}
.select-wrap{
    margin-top: 29px;
    height: 42px;
    border: 1px solid #7783a3;
    border-radius: 20px;
    position: relative;
}
.select-wrap .search-title{
    background: none !important;
    border: none;
    color: #fff;
    width: 84%;
    margin-top: 9px;
}
.select-wrap .search-btn{
    width: 32px;
    height: 30px;
    position: absolute;
    right: 14px;
    top: 4px;
    opacity: 0;
    z-index: 99;
}
.select-wrap img{
    width: 30px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
}
.con-wrap{
    margin: 35px 15px 0 0;
}
.tit-q-wrap{
    overflow: hidden;
}
.tit-q-wrap li a{
    background: #dde3f3;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.tit-q-wrap li p{
    font-size: 18px;
    color: #292c44;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 8px;
}
.con{
    margin-top: 25px;
}
.con .sub-tit{
    font-size: 18px;
    color: #fff;
    padding-bottom: 24px;
    border-bottom: 1px solid #8d9abf;
}
.qa-list{
    margin-bottom: 50px;
}
.qa-list li{
    padding: 20px 0;
    border-bottom: 1px solid #8d9abf;
}
.qa-list li a{
    display: block;
    overflow: hidden;
    color: #fff;
}
.qa-list li img{
    float: left;
    width: 59px;
    height: 59px;
    border-radius: 50%;
}
.txt-wrap{
    float: left;
    width: calc(100% - 59px);
    padding-left: 16px;
}
.txt-wrap p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    margin-top: 10px;
}
.usr-wrap{
    color: #bec7e1;
    font-size: 12px;
    margin-top: 3px;
 }
.usr-wrap .name{
    font-size: 14px;
    margin-right: 5%;
}
.usr-wrap .counts,
.usr-wrap .times{
    float: right;
    margin-right: 3%;
}
.usr-wrap .counts{
    background: url("../png/comm.png") 0 center no-repeat;
    background-size: 12px;
    padding-left: 14px;
}
.usr-wrap .times{
    background: url("../png/eye.png") 0 center no-repeat;
    background-size: 17px;
    padding-left: 20px;
}
.download-link{
    display: block;
    margin-top: 35px;
}
.special-list{
    margin-top: 35px;
    border-bottom: 1px solid #4e5978;
    padding-bottom: 15px;
}
.special-list dt{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.special-list dd{
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #bec7e1;
}
.special-list dd a{
    color: #bec7e1;
}
.qrcode-wrap{
    margin-top: 35px;
    margin-bottom: 100px;
}
.qrcode-wrap img{
    width: 100%;
    margin-bottom: 15px;
}
.qrcode-wrap p{
    font-size: 14px;
}
/*手机、pad屏幕*/
@media screen and (max-width: 768px) {
    .qrcode-wrap{
        margin-bottom: 63px;
    }
    .tit-q-wrap li{
        margin-bottom: 20px;
    }
    .qa-list{
        margin-bottom: 0;
    }
    .img-responsive{
        width: 100%;
    }
}


/*分页*/
.page .pagination>li>a,
.page .pagination>li>span {
    margin-left: 12px;
    color: #ffffff;
    background-color:transparent;
    border-radius: 4px;
}

/*分页得到焦点的样式*/
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #ffffff;
    border-color: #fff;
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
    border-color: #ddd;
    background-color: #ddd;
}
