.zs-tags-path{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f7f7f7;
}
.za-tags{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.za-tags .left{
    width: 270px;
    height: auto;
    margin-bottom: 60px;
}
.zs-tags-related{
    width: 100%;
    height: auto;
    border: 1px #e6e9eb solid;
    padding-bottom: 5px;
}
.zs-tags-related .title{
    display: block;
    width: 100%;
    height: auto;
    background-color: #49a0f5;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.zs-tags-related li{
    line-height: 46px;
    height: 46px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e6e9eb;
    font-size: 16px;
    text-align: center;
}
.zs-tags-related li:last-child {
    border-bottom: 0;
}
.zs-tags-related li a{
    display: block;
}
.zs-tags-box{
    width: 100%;
    height: auto;
    border: 1px #e6e9eb solid;
    padding-bottom: 5px;
    margin-top: 20px;
}
.zs-tags-box .title{
    display: block;
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    font-size: 18px;
    color: #615e58;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.zs-tags-news{
    margin: 8px auto;
    padding-left: 5px;
    width: 240px;
    background: url(../img/news_list_bg.gif) no-repeat 0px 10px;
    overflow: hidden;
    margin-left: 10px;
}
.zs-tags-news li{
    line-height: 30px;
    padding-left: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.za-tags .right{
    width: 1200px;
    height: auto;
}
.zs-tags-list{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zs-tags-list li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.zs-tags-list li span {
    float: right;
}


/*Mobile v1*/
@media only screen and (max-width:767px){
.za-tags {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.za-tags .left {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.zs-tags-news {
    width: 95%;
}
.za-tags .right {
    width: 100%;
    height: auto;
}
.zs-tags-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.zs-tags-list li {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 0 0;
}
.zs-tags-list li a{
    float: left;
    width: 74%;
    height: 30px;
    overflow: hidden;
}
.zs-tags-list li span {
    float: right;
    font-size: 13px;
    color: #999999;
}

}