
.clear{ clear:both; height:0; line-height:0; font-size:0;}

.clearfix:after{ content:""; clear:both; height:0; visibility:hidden; display:block;}

.clearfix{*zoom:1}

.tag-box a {
    color: #337ab7;
    text-decoration: none;
}

.tag-all-list a{
    float: left;
    padding: 10px 20px;
    margin: 10px;
    display: block;
    border: 1px solid #eee;
}
.tag-menu {
    border: 1px solid #efefef;
    border-radius: 5px;
    overflow: hidden;
	margin: 10px 0;
}

.tag-menu li {
    list-style-type: none;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    float: left;
}

.tag-menu li a {
    color: #666;
    font-size: 16px;
}

.tag-menu li a:hover {
    color: #035ddc;
}

.tag-menu li.active a {
    color: #035ddc;
}
.tag-item {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid #d6dbe1;
    margin-top: 10px;
    color: #666;
}

.tag-item span {
    color: #292e39;
}
.tagdescription {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    line-height: 1.7;
    background: #efefef;
    margin-bottom: 20px;
    margin-top: 15px;
}
.tag-list-product li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.tag-list-product li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tag-list-product .tag-img {
    width: 220px;
    float: left;
    margin-right: 20px;
}

.tag-list-product .tag-img .img {
    display: block;
    border: 1px solid #e1e1e1;
}

.tag-list-product .tag-img .img img {
    width: 100%;
}

.tag-list-product .tag-wz {
    overflow: hidden;
}

.tag-list-product .tag-wz h1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tag-list-product .tag-wz h1 a {
    color: #000;
}

.tag-list-product .tag-wz .tab-fenli p {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}

.tag-list-product .tag-wz .desp {
    font-size: 12px;
    line-height: 2;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin: 5px 0;
}

.tag-list-product .baojia a{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}





@media (max-width: 768px) {
    .tag-list-product .tag-img {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .tag-list-product .tag-img .img img {
        width: auto;
        max-width: 100%;
    }
    .tag-list-product .tag-wz .tab-fenli p {
        width: 100%;
        float: none;
    }
}


.tag-news-list li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.tag-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.tag-news-list li .tit h3 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: normal;
    padding-right: 25%;
    margin: 0;
}

.tag-news-list li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
}

.tag-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999;
}

.tag-news-list li .more {
    margin-top: 15px;
}

.tag-news-list li .more span {
    display: inline-block;
	padding-left:8px;
    line-height: 33px;
    text-align: center;
    color: #666;
    font-size: 14px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.tag-news-list li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.tag-news-list li:hover .tit h3 {
    color: #004ebb;
}

.tag-news-list li:hover .more span {
    color: #000;
}





@media (max-width: 990px) {
    .tag-news-list li .tit {
        border-bottom: none;
    }
    .tag-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px;
    }
    .tag-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999;
    }
}


.hot-keys {
    padding: 20px 7px 8px 7px;
}

.hot-keys li {
    width: calc(50% - 14px);
    float: left;
    margin: 0 7px 14px 7px;
}

.hot-keys li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857;
    border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
    color: #004ebb;
    border-color: #004ebb;
}


.detail-tags {
    margin-top: 40px;
}

.detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative;
}

.detail-tags .tags-title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #292e39;
    line-height: 40px;
    border-bottom: 3px solid #004ebb;
    margin-bottom: -1px;
}

.detail-tags .tags-title .baidu-share {
    position: absolute;
    right: 0;
    top: 8px;
    display:none;
}

.detail-tags .tags-content {
    padding-top: 12px;
}

.detail-tags .tags-content a {
    font-size: 12px;
    color: #2f2f2f;
    display: inline-block;
    margin-right: 9px;
    background: #f4f4f4;
    line-height: 28px;
    padding: 0 15px;
}

.detail-tags .tags-content a:hover {
    color: #004ebb;
}
