﻿
.news-banner {
    height: 400px;
    background-color: #363bae;
}

.news-banner img {
    height: 400px;
}

.news-banner .title-box {
    top: 230px;
}

.news-banner .title-box .title {
    font-size: 48px;
}

.newsfront-body {
    padding-top:100px;
    padding-bottom: 100px;
}

.news {
    margin: 0 auto;
    width: 1200px;
}

a {
    text-decoration:none;
}


.news .news-classes {
    text-align: left;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

.news .news-class-item {
    display: inline-block;
    padding-bottom: 20px;
    text-decoration: none;
    color: #333;
    margin-right: 30px;
}

/*.news .product-class-item:last-child {
    margin-right: 0;
}*/

.news .news-class-item:hover, .news .news-class-item.active {
    color: #0091ff;
}

.news .news-class-item.active-line {
    border-bottom: 2px solid #0091ff;
    margin-bottom: -2px;
}

.news-content {
    clear:both;
    height:140px;
    margin:30px 0;
    display:table;
}

.news-left {
    width:250px;
    height:140px;
    margin-right:30px;
    vertical-align:middle;
    overflow:hidden;
    position:relative;
}

.news-left img {
    position:absolute;
    top:0;
    left:0;
    max-height: 140px;
    max-width:250px;
    _width:expression(this.width > 250 ? "250px" : this.width);
}

.news-right {
    width:100%;
    display:table-cell;
    vertical-align: top;
}

.news-title a {
    font-size: 22px;
    font-weight: bold;
    color:#333333;
}

.news-title a:hover{
    color:#0090ff;
}

.news-time {
    margin-top:15px;
    font-size:14px;
    color:#999999;
}
.news-abstract {
    margin-top:25px;
    font-size:14px;
    line-height:24px;
    color:#333333;
    width:100%;
    height:50px;
    display:block;
    word-break:break-all;
    word-wrap:break-word;
    overflow:hidden;
}

.new-headline {
    height:1px;
    border:none;
    border-top:1px solid #e6e6e6;
}
.news-line{
    margin:30px 0;
    width:100%;
    height:1px;
    border:none;
    border-top:1px solid #f2f2f2;
}

.news-details-banner-placeholder {
    height: 30px;
}

.news-details-banner {
    height: 30px;
    background-color: #363bae;
}

.news-details-banner img {
    height: 80px;
}

.newsdetail-body {
    padding-top:80px;
    background-color:#f4f7f9;
    padding-bottom: 100px;
}

.newdetail-info {
    width:1200px;
    margin:30px auto 0 auto;
    padding:40px 60px 80px 60px;
    background-color:#fff;
}

.newsdetail-title {
    font-size:22px;
    font-weight :bold;
    color:#333333;
}

.newsdetail-time {
    margin-top:20px;
    font-size:14px;
    color:#999999;
}

.newsdetail-banner {
    margin-top:30px;
    width:1080px;
    height:240px;
}

.newsdetail-main {
    margin-top:30px;
}

.hidden-list {
    display:none;
}

.default-image1 {
    width:250px;
    height:140px;
    background-image:url(../../images/news/img1.png);
    /*background-size:100% 100%;*/
    background-repeat:no-repeat;
}

.default-image2 {
    width:250px;
    height:140px;
    background-image:url(../../images/news/img2.png);
    background-size:100% 100%;
}

.default-image3 {
    width:250px;
    height:140px;
    background-image:url(../../images/news/img3.png);
    background-size:100% 100%;
}

.default-image4 {
    width:250px;
    height:140px;
    background-image:url(../../images/news/img4.png);
    background-size:100% 100%;
}

.default-image5 {
    width:250px;
    height:140px;
    background-image:url(../../images/news/img5.png);
    background-size:100% 100%;
}