﻿@charset "utf-8";

#main {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    position: relative;
    zoom: 1;
}

.news_bg {
    background: url(../img/bgs.jpg) center no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.news-list {
    overflow: hidden;
    padding-left: 75px;
}

.news-lists {
    overflow: hidden;
    margin-bottom: 20px;
    width: 1150px;
}



.news-lists .news-dl {
    width: 355px;
    float: left;
    margin-right: 20px;
    margin-top: 25px;
    color: #fff;
    /* background-color: rgba(131,196,250,0.5); */
    background: rgba(143, 185, 255, 0.4);
    position: relative;
    /* height: 290px; */
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#668fb9ff, endColorstr=#668fb9ff);
}

.news-lists .news-dt {
    /*position: absolute;*/
    /*z-index: 3;*/
    /*overflow: hidden;*/
    /*height: 180px;*/
    width: 100%;
}

.news-search {
    width: 1115px;
}

.news-lists .news-dl .news-dt img {
    width: 100%;
}

.news-lists .news-dl .news-dt i {
    display: inline-block;
    background-image: url('../img/play.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 25%;
    left: 42%;
}

.news-lists .news-dl .news-dt:hover i {
    background-color: rgba(0, 0, 0, .5);
    transition: all .5s linear 0s;
}

.news_bluebg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #8fb9ff;
    filter: alpha(opacity=35);
    opacity: 0.35;
}

.news-lists .news-dl .title,
.news-lists .news-dl .title a {
    height: 50px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    ;
    line-height: 25px;
    overflow: hidden;
}

.news-lists .news-dl .desc {
    height: 50px;
    /*line-height: 20px;*/
    overflow: hidden;
    font-size: 13px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    line-height: 25px;
    overflow: hidden;
}

.news-lists .news-dl .time {
    margin-bottom: 10px;
    font-size: 12px;
    margin-top: 10px;
    color: #d8d8d8;
}

.news-lists .news-padding {
    padding: 0px 15px;
}

.news-search {
    overflow: hidden;
}

.news-search .s-text {
    display: inline-block;
    width: 200px;
    height: 35px;

    background: rgb(230, 230, 260);
    background: rgba(230, 230, 260, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19e6ecf7, endColorstr=#19e6ecf7);
    /*opacity: 0.5;*/
    filter: alpha(opacity=15);
    zoom: 1;
    float: right;
}

.news-search .s-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: rgb(230, 230, 260);
    background: rgba(230, 230, 260, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ecf7, endColorstr=#e6ecf7);
    /*opacity: 0.5;*/
    filter: alpha(opacity=30);
    zoom: 1;
    float: right;
    text-align: center;
    margin-right: 10px;
}

.news-search .text {
    background: rgba(230, 230, 260, 0.1);
    color: #fff;
    border: none;
    /* padding: 10px 0; */
    width: 190px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    left: 10px;
    opacity: 0.5;
    /* position: absolute; */
    background: none;
    position: relative;
}

.news-search .search-btn {
    width: 17.5px;
    /* height: 30px; */
    margin-top: 9px;
    filter: alpha(opacity=80);
    position: relative;
    text-align: center;
}

.n-detail {
    width: 50%;
    margin-top: 5%;
    padding: 0px 8%;
    float: left;
    height: 200px;
    /*overflow: hidden;*/
}

.d-title {
    color: #5074b1;
    font-size: 24px;
    width: 100%;
    ;
}

.d-time {
    font-size: 16px;
    color: #000;
    margin: 20px 0;
}

.d-content {
    text-align: justify;
}

.d-content p {
    text-indent: 2em;
    margin-bottom: 20px;
    line-height: 28px;
}

.d-content img {
    max-width: 100%;
    margin-bottom: 20px;
}

.next-desc {
    font-size: 24px;
    font-family: 微软雅黑;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #cecece;
}

.n-right {
    width: 23%;
    margin-top: 7%;
    /* padding: 0px 8%; */
    float: right;
    margin-right: 8%;
}

.next-news-title {
    font-size: 16px;
    padding: 10px 0;
    color: #000;
}

.next-news-time {
    font-size: 16px;
    color: #bababa;
}

.stock_bg {
    background: url(../img/index/bg4.jpg) center no-repeat;
    background-size: cover;
    -ms-behavior: url(../css/backgroundsize.min.htc);
    behavior: url(../css/backgroundsize.min.htc);
}

.news-dt img {
    -webkit-transition: ease .5s;
    transition: ease .5s;
    -webkit-transform-origin: 50% 50%;
    /* transform-origin默认值就是居中，可以不加 */
    transform-origin: 50% 50%;
    /* transform-origin默认值就是居中，可以不加 */
}

.news-dt img:hover {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

@media (max-width: 1600px) {}

@media (min-width: 1600px) {}
.fanjian{padding:0 140px 20px 0;font-size: 14px;float: right;}
.fanjian span{font-size: 14px;color: #000;cursor:pointer;}
