﻿.main > .container {
    height: auto;
    background: url(../images/icon/mainbg.png) no-repeat;
    padding: 75px 30px 20px 30px;
}
/* bner + news */
.bner-news {
    overflow: hidden;
    margin-bottom: 30px;
}
.bner {
    position: relative;
    width: 577px;
    height: 331px;
    overflow: hidden;
    float: left;
}
.imgs {
    width: 2048px;
    overflow: auto;
}
.imgs li {
    float: left;
    position: relative;
    width: 577px;
    height: 331px;
}
.imgs li a img{
    width: 100%;
    height: 100%;
}
.imgs span {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    background: rgba(0, 0, 0, .3);
}
.icon-left,
.icon-right {
    width: 42px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
}
.icon-left {
    left: 0;
    background: url(../images/index/move_lf.png) no-repeat;
}
.icon-right {
    right: 0;
    background: url(../images/index/move_rf.png) no-repeat;
}
.inds {
    position: absolute;
    right: 15px;
    bottom: 12px;
}
.inds span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    float: left;
    margin-right: 10px;
    background: #fff;
}
.inds .dis {
    background: #ee3e32;
}
.news {
    float: right;
    width: 535px;
    height: 331px;
    position: relative;
}
.news-nav {
    overflow: auto;
    font-size: 18px;
    border-bottom: 1px solid #b0b0b0;
}
.news-nav li {
    float: left;
    padding: 0 5px;
}

.news-nav li a {
    display: block;
    padding-bottom: 10px;
    color: #000;
}
.news-nav .dis a {
    color: #015293;
    border-bottom: 2px solid #015293;
    font-weight: 600;
}
.news-lists {
    font-size: 16px;
}
.news-lists li {
    margin: 14px 0;
}
.news-lists p {
    padding-left: 25px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/icon/dian.png) no-repeat 2px 12px;
}
.news-lists ul,
.news-more li {
    display: none;
}
.news-lists ul li p a.xq{
    color: red;
}
.news-lists .dis,
.news-more .dis {
    display: block;
}
.news-more {
    position: absolute;
    top: 4px;
    right: 0;
}
.news-more li a {
    color: #a9a9a9;
}
.news-more li a:hover {
    color: red;
}
.news-other {
    width: 100%;
    float: none;
    height: auto;
    padding-bottom: 30px;
}
.news-other .news-lists .hidd {
    margin-bottom: 15px;
}
.news-other .news-lists .hidd span {
    margin-left: 30px;
    color: #8d8d8d;
    margin-top: 6px;
}
.news-other .news-lists h3 {
    font-size: 22px;
}
.news-other .news-lists li {
    margin: 18px 0 0;
}
.news-other .news-lists li > a {
    color: #666;
}
.news-other .news-lists li > a span {
    color: #d6171b;
    float: right;
} 
.news-other .news-lists li:first-child {
    padding-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
}
@media screen and (max-width: 768px) {
    .main > .container {
        padding: 15px 10px;
        height: auto;
        background: #fff;
    }
    .bner-news,
    .bner {
        margin-bottom: 15px;
    }
    .bner,
    .news {
        width: 100%;
        height: auto;
    }
    .news-other .news-lists li {
        margin-top: 15px;
    }
    .news-other {
        padding-bottom: 15px;
    }
    .news-nav li {
        padding: 0 2px;
    }
    .news-other .news-lists h3 {
        font-size: 18px;
    }
}