.news-wrapper {
    margin: 0 auto;
    padding-top: 20px;
    width: 1200px;
    height: auto;
    background-color: #fff;
}

.news-left-wrapper {
    float: left;
    width: 810px;
    height: auto;
    background-color: #fff;
}

.news-type-title {
    height: 60px;
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
}

.news-pic-wrapper {
    width: 100%;
    height: 370px;
    background-color: #fff;
}

.news-pic-wrapper a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.news-pic-left {
    width: 500px;
    height: 370px;
    float: left;
    position: relative;
    background-color: #fff;
}

.news-pic-info {
    position: absolute;
    width: 100%;
    bottom: .2rem;
    color: #fff;
    font-size: .9rem;
    line-height: 1.5;
    display: block;
    text-align: center;
    padding: 10px 20px;
}

.news-pic-left img {
    width: 100%;
    height: 100%;
}

.news-pic-right {
    width: 305px;
    float: right;
    position: relative;
    background-color: #fff;
}

.news-pic-item {
    height: 177px;
}

.news-pic-item img {
    width: 100%;
    height: 100%;
}

.news-type-title span {
    display: inline-block;
    height: 40px;
    width: 95px;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
}

.news-type-title span:hover {
    color: #248aea;
    border-bottom: 2px solid #248aea;
}

.news-type-title .current {
    color: #248aea;
    border-bottom: 2px solid #248aea;
}

.news-right-wrapper {
    float: right;
    width: 330px;
    height: auto;
    background-color: #fff;
}

.news-content {
    width: 850px;
    height: auto;
    margin-top: 20px;
    background-color: #fff;
}

.news-content .news-item {
    margin-top: 20px;
    height: 160px;
    border-bottom: 1px dashed #ebebeb;
}

.news-item .news-item-img-wrapper {
    display: block;
    float: left;
    margin-right: 25px;
    width: 180px;
    height: 110px;
    overflow: hidden;
    background-size: 180px auto;
}

.news-item .news-description {
    width: 650px;
    height: 120px;
}

.news-description .news-desc-title {
    font-size: 18px;
    color: #73818D;
    line-height: 20px;
}

.news-description .news-desc-title .news-tag-title {
    color: red;
    font-size: 12px;
    padding: 0 3px;
    border: 1px solid red;
    border-radius: 5px;
    margin-right: 7px;
    float: left;
    height: 20px;
}

.news-description .type-tags {
    height: 27px;
}

.news-description .type-tags span {
    font-size: 12px;
    background: #f0f1f6;
    color: #7797d0;
    padding: 2px 3px;
}

.news-description .news-time {
    color: #868487;
}

.news-description .news-count {
    margin-left: 7px;
    color: #868487;
    border-radius: 12px;
    border: 1px solid #cccacd;
    padding: 2px 7px;
    font-size: 13px;
}

.news-desc-title .tip-market {
    display: inline-block;
    border: 1px solid red;
    color: red;
    padding: 3px;
    border-radius: 2px;
    font-size: 14px;
}

.news-desc-title a {
    text-decoration: none;
    color: #2F475B;
}

.news-desc {
    color: #A9AFBD;
    margin-bottom: 7px;
}

.news-desc-title a:hover {
    color: #248aea;
}

.page-info {
    float: right;
    margin: 20px 10px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    font-size: 12px;
}

.news-more {
    width: 100%;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
    cursor: pointer;
}

.news-search {
    width: 100%;
    height: 40px;
}

.news-search input {
    border: 1px solid #ebebeb;
    height: 34px;
    width: 250px;
}

.news-search button {
    border: 0;
    color: #fff;
    background-color: #248aea;
    height: 34px;
    padding: 0 10px;
    width: 70px;
}

.news-rank {
    width: 100%;
    margin-top: 30px;
    background-color: #f9f9f9;
    padding: 15px 10px;
}

.news-rank .news-rank-title-wrapper {
    border-bottom: 1px solid #ebebeb;
}

.news-rank .news-rank-title {
    color: #248aea;
    width: 80px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #248aea;
}

.news-rank-num {
    margin-right: 10px;
    color: #fff;
    background-color: #bfcdda;
}

.news-rank-num-hot {
    margin-right: 10px;
    color: #fff;
    background-color: #ED7D3D;
}

.news-rank .news-rank-content {
    padding-top: 10px;
    line-height: 30px;
}

.news-rank-content > span {
    display: block;
    margin-top: 10px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-rank-content > span > span {
    font-size: 10px;
    padding: 2px 4px;
    width: 20px;
    text-align: center;
}

.news-rank-content span > a {
    color: black;
    text-decoration: none;
}

.news-rank-content span > a:hover {
    color: #248aea;
}

.news-brand {
    width: 100%;
}

.news-brand .brand-item {
    margin-top: 10px;
    border: 1px solid #248aea;
}

.brand-item img {
    width: 100%;
}

.news-tags {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #f9f9f9;
}

.news-tags .news-tag-title {
    font-weight: bold;
    font-size: 16px;
}

.news-tags span {
    border-radius: 15px;
    padding: 3px 10px;
    margin-left: 10px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-top: 10px;
}

.news-tags span a {
    text-decoration: none;
    color: #999999;
}

.news-tags span a:hover {
    text-decoration: none;
    color: #248aea;
}

.news-tags .current {
    color: #fff;
    background-color: #ebebeb;
}