.address .area .tag{
    height: 61px;
    line-height: 60px;
}
.address .type .tag{
    height: 40px;
    line-height: 40px;
}

.address ul, li{
    display: inline-block;
}
.address ul{
    width: 1140px;
    line-height: 30px;
}
.address .area ul{
    border-top: 1px solid #eee;
    border-bottom: 1px dashed #eee;
    margin-top: -1px;
}
.address .type ul{
    border-bottom: 1px solid #eee;
    padding: 3px 0;
}

.address li{
    width: 50px;
    text-align: center;
}
.address .choose{
    border:1px solid #e70014;
}
.address .icon-cuowu{
    font-size: 12px;
    color: #e70014;
    margin-left: 5px;
}
.tag{
    float: left;
    width: 60px;
    background-color: #e70014;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
}
.tag:after{
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    background-color: #fff;
    width: 16px;
    height: 16px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}

.article{
    margin: 20px 0;
}
.article-list{
    width: calc(100% - 320px);
    float: left;
    min-height: 1px;
}
.article-item{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.article-img{
    width: 150px;
    height: 100px;
    overflow: hidden;
    float: left;
}
.article-img img{
    width: 150px;
}
.article-content{
    float: left;
    width: calc(100% - 170px);
    padding-left: 20px;
}
.article-content .article-content-title{
    font-weight: bold;
    font-size: 16px;
}
.article-content .article-content-detail{
    color: #828282;
    padding: 20px 0;
}
.article-content .icon-iconmore-copy{
    font-size: 12px;
}
.article-content .article-content-info{
    color: #cacaca;
}
.article-content .article-content-info .article-content-time{
    display: inline-block;
}
.article-content .article-content-info .article-content-visitors{
    display: inline-block;
    margin-left: 20px;
}
.article-content .article-content-info .article-content-author{
    display: inline-block;
    margin-left: 20px;
}
.article-news{
    width: 300px;
    float: left;
    margin-left: 20px;
}
.article-news-panel{
    border-top: 2px solid #e70014;
    background-color: #f9f9f9;
    height: 40px;
    line-height: 40px;
    color: #e70014;
    font-size: 16px;
    text-align: center;
    font-family: STHeiti;
}

.article-news-right{
    margin: 20px 0;
}
.article-news-item{
    padding: 10px 0;
}
.article-news-img{
    width: 95px;
    height: 65px;
    overflow: hidden;
    float: left;
}
.article-news-img img{
    width: 100%;
}
.article-news-content{
    float: left;
    width: calc(100% - 105px);
    padding-left: 10px;
}
.article-news-title{
    font-size: 12px;
}
.article-news-detail{
    color: #828282;
    float: right;
    font-size: 12px;
}
.article-news-banner img{
    width: 100%;
}
