#header.greenbg {
    background: rgba(0, 140, 135, .8);
}
#header.greenbg:hover {
    background: #008c87;
}
.banner {
    height: 640px;
}
#swiper {
    height: 100%;
}
#swiper .swiper-pagination {
    width: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}
#swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: rgba(255, 255, 255, .5);
}
#swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
}
/* section */
.section {
    margin-top: 30px;
    margin-bottom: 30px;
}
.section2 {
    height: 410px;
}
.section6 {
    height: 310px;
    background: url(/imgs/fwzx.jpg) no-repeat center 30px;
    background-size: cover;
    margin-bottom: 0;
}
/* 通知公告 */
.notice-box {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.notice-title {
    float: left;
    height: 100%;
    width: 140px;
    background: #009994;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
    font-size: 19px;
}
.notice-content {
    float: left;
    width: 1060px;
    height: 100%;
    background: #F2F2F2;
    overflow: hidden;
}
.notice-list {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 50px;
}
.notice-list ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.notice-list li {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 20px;
}
.notice-list a {
    color: #444;
	font-size:16px;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-list li a:hover {
    color: #006F6B;
}
.notice-list span {
    color: #888;
    margin-left: 20px;
}
.notice-list span a {
    font-size:15px;
}

/*  */
/* section2 焦点图 */
.yw-box {
    overflow: hidden;
}
.yw-left {
    float: left;
    width: 570px;
}
.yw-right {
    float: right;
    width: 600px;
    height: 470px;
}
/* 焦点图 */
#swiper1 {
    height: 410px;
}
#swiper1 .slide-img {
    width: 570px;
    height: 360px;
    overflow: hidden;
}
#swiper1 .slide-img div {
    width: 100%;
    height: 100%;
    transition: all .5s;
}
#swiper1 .slide-img:hover div {
    transform: scale(1.05);
}
#swiper1 .slide-text {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #F2F2F2;
    text-align: center;
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#swiper1 .jdt-item:hover .slide-text {
    color: #006F6B;
}
#swiper1 .swiper-pagination {
    bottom: 70px;
    width: auto;
    left: 50%;
    transform: translateX(-50%)
}
#swiper1 .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: rgba(255, 255, 255, .5);
}
#swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
}
/* 国网要闻 */
.news-box1 {}
.news-title1 {
    display: flex;
    
    justify-content: space-between;
    align-items: center;
    /* height: 42px; */
    border-bottom: 1px solid #DBDBDB;

}
.news-title1 h3 {
    line-height: 36px;
    padding-bottom: 5px;
    border-bottom: 3px solid #DCAD33;
    font-size: 20px;
    color: #43776B;

}
.news-title1 .more {
    font-size: 15px;
    color: #888888;
        margin-right: 10px;
}

.news-list1 {
    overflow: hidden;
    line-height: 39px;
    margin: 10px 0;
}
.news-list1 li {
	line-height:18px;
	padding: 5px 0 5px 0px;
	overflow: hidden;
}
.news-list1 a {
    float: left;
    /*max-width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    font-size: 17px;
    color: #444;
	width: 88%;

}
.news-list1 a:hover {
    color: #006F6B;
}
.news-list1 span {
    float: right;
    width: 10%;
    text-align: right;
    font-size: 15px;
    color: #888;
    margin-right: 10px;
}
/* section3 */
.hf {}
.hf-box {
    display: block;
    width: 1200px;
    height: 160px;
    overflow: hidden;
}
.hf-box img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.hf-box:hover img {
    transform: scale(1.04);
}
/* section4 */
.s4-box {
    overflow: hidden;
}
.s4-1 {
    float: left;
    width: 450px;
    margin-right: 30px;
}
.s4-2 {
    float: left;
    width: 240px;
}
/* 基层动态 */
.news-box2 {}
.news-title2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border-bottom: 1px solid #DBDBDB;
}
.news-title2 h3 {
    display: flex;
    align-items: center;
    line-height: 36px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #43776B;
}
.news-title2 h3 img {
    margin-right: 10px;
    vertical-align: middle;
    max-width: 25px;
    max-height: 25px;
}
.news-title2 .more {
    font-size: 15px;
    color: #888888;
}

.more:hover {
    color: #006F6B;
}

.news-list2 {}
.news-list2 li {
    padding: 10px 0;
    border-bottom: 1px dashed #DBDBDB;
}
.news-list2 a {
    display: inline-block;
    max-width: 100%;
    line-height: 2;
    font-size: 17px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list2 a:hover {
    color: #006F6B;

}
.news-list2 span {
    display: block;
    font-size: 15px;
    color: #888888;
}
/* 国网媒体 */
.media {
    height: 530px;
    background: #E9F1F0;
    overflow: hidden;
}
.media-item {}
.mitem-title {
    width: 240px;
    height: 50px;
    line-height: 50px;
    background: url(/imgs/mtitle.jpg) no-repeat center;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}
.mitem-list {}
.mitem-list li {
    border-bottom: 1px dashed #B8B8B8;
    text-align: center;
    cursor: pointer;
    width: 240px;
}
.mitem-list li:last-child {
    border-bottom: 0;
}
.mqr-name {
    height: 40px;
    line-height: 40px;
    color: #222222;
	font-size: 16px;
}
.mitem-list li.cur .mqr-name {
    background: #DCAD33;
    color: #FFF;
}
.mitem-list li.cur .mqr-name a{
    background: #DCAD33;
    color: #FFF;
}
.mqr-img {
    overflow: hidden;
    height: 0;
    transition: all .3s;
}
.mitem-list li.cur .mqr-img {
    height: 192px;
}
.mqr-img img {
    width: 160px;
    height: 160px;
    vertical-align: middle;
    margin: 16px 0;
}
/* section6 服务中心 */
.service-title {
    font-size: 26px;
    color: #43776B;
    text-align: center;
    background: url(/imgs/fwzx_title.png) no-repeat center;
    padding: 50px 0;
}
.service-list {
    display: flex;
    justify-content: space-between;
}
.service-list li {
    width: 153px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 6px;
    transition: all .3s;
}
.service-list li:hover {
    box-shadow: 0px 0px 15px 0px rgba(67,119,107,0.3);
    margin-top: -2px;
}
.service-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.service-list li a img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.service-list li a p {
    margin-top: 70px;
    font-size: 16px;
    color: #444444;
    text-align: center;
}
.service-list li:nth-child(1) a img {
    top: 30px;
}
