.content-img{
    width: 100%;
}
.content-img img{
    width: 100%;
}
.content-banner,.main{
    width: 100%;
    float: left;
}
/*面包屑*/
.breadcrumb {

    overflow: hidden;
    height: auto;

}
.breadcrumb a, .breadcrumb li {
    float: left;
    height: 20px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
.breadcrumb li {
    margin: 15px 0;
}
.breadcrumb a, .breadcrumb li {
    float: left;
    height: 20px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}
.breadcrumb .active {

    color: #aaa;

}
/*list 样式*/
.research-zx-comm li {
    float: left;
    width: 100%;
    height: 182px;
    background: #f2f2f2;
    margin-top: 20px;
}
.research-zx-comm li:hover {
    box-shadow: 0px 4px 12px rgba(6,0,1,0.12);
}
.research-zx-comm li .link-tit:hover h2 {
    color: #E50012;
}
.research-zx-comm .link-tit {
    cursor: pointer;
}
.research-zx-comm li .link-tit:hover h2 {
    color: #E50012;
}
.research-link-comm h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 16px 0;
    line-height: 22px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.research-zx-comm li .research-link-comm {
    width: 870px;
    float: right;
    position: relative;
    margin-right: 30px;
    height: 182px;
}
.research-zx-comm .link-tit {
    cursor: pointer;
}
.research-link-comm p.comm ,.research-link-comm p a {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.quantity {
    height: 53px;
    border-top: 1px solid #E5E5E5;
    margin-top: 10px;
}
.quantity .click-box {
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}
.quantity .click-box .time {
    width: 12px;
    padding-left: 0px;
}
.quantity .click-box i {
    height: 13px;
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.quantity .click-box span {
    font-size: 13px;
    float: left;
    color: #999999;
    display: inline-block;
}
p, span, a {
    cursor: pointer;
}
.research-zx-comm li .research-link-img {
    width: 248px;
    height: 182px;
    display: block;
    float: left;
    cursor: pointer;
}
.research-zx-comm li .research-link-img img {
    width: 100%;
    height: 100%;
}
/*内容页  样式*/
/*detail list-tab*/
.quack-detail .title {
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}

.detail-quantity {
    height: 13px;
    margin: 19px 0 34px 0;
}

.detail-quantity .quantity {
    height: 13px;
}

.detail-quantity .quantity .click-box {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.detail-quantity .quantity .click-box span {
    font-size: 13px;
    color: #999999;
    display: inline-block;
}

.detail-quantity .quantity .click-box i {
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

.quack-detail .quantity{
    text-align: center;
    padding-left: 34%;
}
.detail-quan-comm {
    padding-bottom: 26px;
}

.detail-quan-comm p {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 18px;
}
.detail-quan-comm img{
    width: 100%;
}
.detail-quan-comm .nc_ueditor_p_img {
    max-width: 768px;
    text-align: center;
    text-indent: 0;
    margin: 44px 0 14px 0;
}

.detail-quan-comm .center {
    text-align: center;
}
/*提供服务*/
.classify{
    width: 200px;
    float: left;
}
.classlist{
    width: 900px;
    float: left;
    margin-left: 80px;
}
.classifytitle{
    background: #E50012;
}
.classifytitle h2{
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.classify ul{
    background: #efefef;
    padding: 10px;
}
.classify ul li{
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}
.classify ul li a{
    color: #333333;
}
.classify ul li a:hover{
    color: #E50012;
}
