﻿.main > .container {
    height: auto;
    background: url(../images/icon/mainbg.png) no-repeat;
    padding: 75px 30px 20px 30px;
}
.main > .container > .fl {
    width: 79%;
}
.main > .container > .fr {
    width: 19%;
    padding-left: 2%;
    border-left: 1px solid #ededed;
}
.main .fl h1 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .fl h1 a {
    color: #015293;
}
/* bner + news */
.bner-news {
    overflow: hidden;
    margin-bottom: 12px;
}
.bner {
    position: relative;
    width: 512px;
    height: 341px;
    overflow: hidden;
    float: left;
}
.imgs {
    width: 2048px;
    overflow: auto;
}
.imgs li {
    float: left;
    width: 512px;
    height: 341px;
    position: relative;
}
.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: 368px;
    height: 341px;
    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: 15px 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 {
    display: none;
}
.news-lists .dis {
    display: block;
}

.jzxx {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
}
.jzxx li {
    width: 210px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 6px;
}
.jzxx li a {
    color: #fff;
}
.jzxx .item01 {
    background: #318fc3;
}
.jzxx .item02 {
    background: #3d76b0;
}
.jzxx .item03 {
    background: #489a9c;
}
.jzxx .item04 {
    background: #179bb7;
}
.jzxx li img {
    margin-right: 10px;
    vertical-align: sub;
}

.ldhd li {
    width: 100%;
    height: 64px;
    background: url(../images/index/tghs.png) no-repeat;
    padding: 12px 0 0 14px;
    margin-bottom: 20px;
}
.ldhd li:first-child {
    background: url(../images/index/ldhd.png) no-repeat;
}
.ldhd li a {
    color: #fff;
}
.ldhd li a p {
    font-size: 18px;
}
.title {
    font-size: 18px;
    color: #015293;
    font-weight: 600;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}
.title span {
    border-bottom: 2px solid #015293;
    padding-bottom: 15px;
}
.gkbz {
    font-size: 16px;
}
.gkbz li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background: #f1f1f1;
    margin-top: 9px;
    border-left-width: 6px;
    border-left-style: solid;
}
.gkbz .item01 {
    border-left-color: #f18181;
}
.gkbz .item02 {
    border-left-color: #50a3d2;
}
.gkbz .item03 {
    border-left-color: #ddb461;
}
.gkbz .item04 {
    border-left-color: #5bb2c4;
}
.gkbz .item05 {
    border-left-color: #58b69c;
}
.gkbz li img {
    margin-right: 10px;
}
/* 动画 */
.jzxx li:hover img,
.gkbz li:hover img {
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;	/* Firefox */
    -webkit-animation: myfirst 2s;	/* Safari 和 Chrome */
    -o-animation: myfirst 2s;	/* Opera */
}
@media screen and (max-width: 768px) {
    .main > .container {
        padding: 15px 10px;
        height: auto;
        background: #fff;
    }
    .main > .container > .fl,
    .main > .container > .fr {
        width: 100%;
    }
    .main .fl h1 {
        width: 90%;
        margin: 0 auto;
        font-size: 26px;
        margin-bottom: 15px;
    }
    .bner {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .news {
        width: 100%;
        height: auto;;
    }

    .news-nav li {
        padding: 0 10px;
        width: 75px;
        text-align: center;
    }
    .jzxx {
        flex-wrap: wrap;
    }
    .jzxx li {
        width: 48%;
        margin-bottom: 10px;
    }
    .ldhd {
        display: flex;
        justify-content: space-between;
    }
    .ldhd li {
        width: 48%;
        margin-bottom: 15px;
    }
}