.banner-top {
    width: 100%;
    position: relative;
    background-color: #e0e0eb;
    min-width: 1140px;
    padding: 40px 0;
}
.banner-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.banner-container .intro {
    margin-right: 80px;
    margin-top: 20px;
}
.banner-container .intro h1, .banner-container .intro h2 {
    font-size: 50px;
    font-weight: 700;
    color: #333;
    letter-spacing: 4px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 20px;
}
.banner-container .intro .desc {
    display: inline-block;
    font-size: 18px;
    color: #666;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
}
.banner-container .qr {
   text-align: center;
}
.banner-container .qr img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.banner-container .qr p {
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.vipbth-container .vipbth-go {
    display: block;
    text-align: center;
}
.vipbth-container .vipbth-go img {
    width: 80%;
}


.articlelistLeft {
    float: left;
    width: 560px;
}
.articlelistRight {
    float: right;
    width: 560px;
}
.item-article-more {
    font-size: 14px;
     color: #666;
     float: right;
}
.first {
    height: 95px;
}
.firstImg{
    float: left;
    width: 160px;
}
.firstContent {
    float: right;
    width: 400px;
}
.firstContent h3 {
    color: #333;
}
.first a:hover .firstContent h3 {
    color: #fe6a00;
}
.firstContent .content {
    width: 100%; 
    word-wrap:break-word; 
    word-break:break-all; 
    overflow: hidden;
    color: #666;
    line-height: 20px;
}
.update-time {
    float: right;
}
.update-list-li {
    margin-top: 8px;
    line-height:26px
}
.update-list-li a {
    font-size: 14px;
    color: #333;
}
.update-list-li a:hover {
    color: #fe6a00;
}
.toolleft {
    float: left;
}
.toolright {
    float: right;
}
.toollist {
    width: 560px;
    height: 30px;
    margin-bottom: 20px;
}
.toollist a {
    display: block;
    color: #333;
}
.toollist a:hover {
    color: #fe6a00;
}
.articleimg {
    border-radius: 6px;
}

