* {
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

button {
    border: none;
}

input {
    outline: none;
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select {
    font-family: "microsoft yahei";
    color: inherit;
    line-height: inherit;
}

html,
body {
    min-width: 1200px;
    font-size: 10px;
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    position: relative;
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgb(180, 180, 180);
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgb(180, 180, 180);
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgb(180, 180, 180);
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgb(180, 180, 180);
}

.idx_body {
    background: url(/images/substation/ningbo/bg.png) no-repeat center top;
    background-size: contain;
    background-color: #F3F3F3;
}

.white {
    background-color: #fff;
}

.content {
    width: 87%;
    height: auto;
    margin: 0 auto;
    min-width: 1200px;
    overflow: hidden;
}


/* 导航顶部  start */

.redBg {
    padding-bottom: 25.6%;
    height: 0;
    margin-bottom: 1px;
}

.redBgContent {
    width: 87%;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
    padding-bottom: 25.6%;
    height: 0;
}

.loginBox {
    position: absolute;
    top: 5.5rem;
    right: 0;
    overflow: hidden;
}

.loginBoxR {
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    background-image: url(/images/substation/ningbo/user.png);
    padding-left: 30px;
}

.loginBoxR a,
.loginBoxR span {
    color: #4F4F4F;
    font-size: 1.4rem;
    font-weight: 400;
}

.titleBox {
    width: 100%;
    position: absolute;
    top: 15rem;
    left: 0%;
}


/* .titleBox img {
    width: 15%;
    float: left;
} */

.titleBox .titleBoxRight {
    /* float: left;
    margin-left: 4%; */
    text-align: left;
}

.titleBox span {
    color: #fff;
    font-size: 4.1rem;
    font-weight: 900;
    letter-spacing: 0.3rem;
    /* -webkit-text-stroke: 1px #ffffffb0; */
    /* text-shadow: 0 0 8px #ffffff, 0 0 8px #ffffff; */
}

.titleBox .search {
    width: 25rem;
    overflow: hidden;
    position: absolute;
    right: 11.5rem;
    height: 3.4rem;
    top: -10.3rem;
}

.search input {
    width: 75%;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    border: 1px solid white;
    font-size: 1.4rem;
    border-radius: 10px 0 0 10px;
    background: none;
    border-right: none;
}

.search button {
    background: #9E0C19;
    width: 25%;
    height: 3.4rem;
    line-height: 3.4rem;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    border-radius: 0 10px 10px 0;
    letter-spacing: 0.1rem;
}

.hd_nav {
    background: #9C0B19;
    height: 6rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hd_nav li {
    position: relative;
    text-align: center;
    width: 16.66%;
    float: left;
}

.hd_nav li.cur {
    background: #8A0C0E;
}

.hd_nav li:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 1.1rem;
    width: 0px;
    border-left: 1px dashed #fff;
    height: 4rem;
}

.hd_nav li:last-child:after {
    border-left: none;
}

.hd_nav li>a {
    font-size: 1.6rem;
    color: #fff;
    line-height: 6rem;
    /* border-bottom: 3px solid transparent; */
    display: inline-block;
    vertical-align: middle;
    height: 6rem;
    position: relative;
}

.hd_nav li.cur>a,
.hd_nav li:hover>a {
    font-weight: bold;
}

.hd_nav li.haschild>a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/images/substation/ningbo/arrow.png) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 5px;
    margin-left: 10px;
}

.hd_nav .dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    display: none;
    border: 1px dashed #ddd;
    z-index: 999;
}

.hd_nav li.haschild:hover .dropdown {
    display: block;
}

.hd_nav .dropdown a {
    display: block;
    font-size: 1.4rem;
    color: #888888;
}

.hd_nav .dropdown a span {
    border-bottom: 1px solid #ddd;
    line-height: 4.4rem;
    display: block;
}

.hd_nav .dropdown a:last-child span {
    border-bottom: none;
}

.hd_nav .dropdown a.this,
.hd_nav .dropdown a:hover {
    font-weight: bold;
    color: #F15D4B;
}


/* 导航顶部  end */


/* banner  start */

.bannerBox {
    overflow: hidden;
}

.swiper {
    width: 47%;
    height: 58%;
    position: relative;
    float: left;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-slide {
    width: 100%;
    height: 0;
    padding-bottom: 58%;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
}

.swiper-pagination {
    bottom: 2rem;
    right: 10px;
}

.swiper-pagination-bullet {
    margin: 0 2px;
    background: #ae1625;
}

.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 20px;
}

.swiperBottom {
    height: 6rem;
    line-height: 6rem;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.54);
}

.swiperBottom span {
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    color: #ffffff;
    text-indent: 10px;
}


/* banner  end */


/* imgBox  start */

.imgBox {
    overflow: hidden;
    padding: 3rem 0 4.4rem;
}

.imgBox li {
    width: 24.5%;
    padding-left: 2%;
    float: left;
    position: relative;
}

.imgBoxBg {
    width: 100%;
}

.imgBoxIcon {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    padding-left: 14%;
    top: 50%;
    margin-top: -2.8rem;
}

.imgBoxIcon img {
    width: 5.5rem;
    float: left;
    margin-right: 1rem;
}

.imgBoxIcon span {
    color: #fff;
    font-size: 1.8rem;
    line-height: 5.5rem;
}


/* imgBox  end */


/* listBox  start */

.container {
    background: #fff;
    /* padding: 0 22px; */
}

.listBox {
    width: 47%;
    padding-left: 2%;
    display: inline-block;
}

.listBoxTitle {
    padding: 1.5rem 0;
    border-bottom: 1px solid #E6E6E6;
}

.listBoxTitleLeft {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 3.8rem;
    padding-left: 5rem;
    color: #AE1625;
    font-size: 2rem;
    font-weight: 700;
}

.listBoxTitleLeft1 {
    background-image: url(/images/substation/ningbo/icon1.png);
}

.listBoxTitleLeft2 {
    background-image: url(/images/substation/ningbo/icon2.png);
}

.listBoxTitleRight a {
    float: right;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2rem;
    background-image: url(/images/substation/ningbo/more.png);
    padding-right: 2.2rem;
    color: #BBBBBB;
    font-size: 1.6rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

.listBox ul {
    overflow: hidden;
    padding: 1rem 0 2rem;
    min-height: 27rem
}

.listBox ul li {
    overflow: hidden;
}

.listBox ul li span {
    line-height: 4rem;
    float: left;
}

.listBoxContent {
    color: #333;
    font-size: 1.6rem;
    position: relative;
    max-width: calc(100% - 16rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listBoxCircle {
    color: #DEDEDE;
    font-size: 2rem;
    margin-right: 11px;
    /* line-height: 38px!important; */
}

.listBox ul li:hover .listBoxContent {
    color: #E6171A;
}

.listBox ul li:hover .listBoxCircle {
    color: #F15D4B;
}

.listBoxNew {
    width: 40px;
}

.listBoxTime {
    color: #BBBBBB;
    float: right!important;
    width: 9.8rem;
    height: 40px;
    overflow: hidden;
    font-size: 1.6rem;
}

.listBoxTitleLeft3 {
    padding-left: 0;
    color: #AE1625;
    font-size: 2.5rem;
    font-weight: 700;
}

.listBox1 {
    width: 49%;
    padding-left: 2%;
}
.listBox3{
    width: 49%; padding-right: 2%;margin-top: 10px;padding-left: 0;
}


/* .listBox1 ul li span {
    line-height: 50px;
}

.listBox1 .listBoxTitle {
    padding: 3rem 0 2rem;
} */


/* listBox  end */


/* 宁波风采  start */

.listBox2 {
    width: 96%;
    padding: 0 2%;
}

.listBoxTitleLeft4 {
    background-image: url(/images/substation/ningbo/icon3.png);
}

.detailBox {
    overflow: hidden;
    padding: 2rem 0;
    width: 100%;
    height: 30%;
}

.detailBoxMenu {
    width: 18%;
    float: left;
}

.detailBoxMenu li {
    text-align: center;
    line-height: 6rem;
    height: 0;
    margin-bottom: 5%;
    padding-bottom: 29.5%;
    cursor: pointer;
    font-size: 1.6rem;
    color: #333;
    background: #E6E6E6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.detailBoxMenu li span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detailBoxMenu li:hover,
.detailBoxMenu li.cur {
    background: #AE1625;
    color: #fff;
}

.detailBoxWrap {
    width: 55%;
    float: left;
    margin-left: 1%;
    padding-top: 30%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.detailBoxWrapImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.detailBoxWrapImg img {
    height: 100%;
}

.detailBoxNav {
    width: 11%;
    float: left;
    margin-left: 2%;
    padding-top: 30%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.detailBoxNav a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.detailBoxNav img {
    height: 100%;
}

.detailBoxNav .detailBoxNavSpan {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.detailBoxNav span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1rem;
    font-size: 2rem;
    letter-spacing: 1rem;
    /* writing-mode: vertical-lr; */
    height: 11rem;
    width: 2rem;
    margin-top: -6rem;
}


/* 宁波风采  end */


/* friendship  start */

.friendship {
    padding: 2.2rem 0 1rem;
    background: #fff;
    overflow: hidden;
    margin-top: 2rem;
}

.friendshipTitle {
    font-size: 1.5rem;
    display: inline-block;
    color: #333333;
    font-weight: bold;
    padding: 0.8rem 0;
}

.friendshipLink {
    width: calc(100% - 7rem);
    float: right;
}

.friendshipLink a {
    font-size: 1.5rem;
    color: #666666;
    padding: 0.8rem 1.5rem;
    border: 1px solid #c2c8cc;
    border-radius: 3px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}


/* friendship  end */


/* footer  start */

.footer {
    padding: 24px 0 12px;
    background: #f2f5f7;
    overflow: hidden;
}

.footerLeft {
    width: 65%;
    float: left;
    margin-left: 13%;
}

.footerLeft span {
    color: #666666;
    font-size: 1.2rem;
    line-height: 3rem;
}

.footerLeftSpan {
    width: 45%;
    display: inline-block;
}

.footerRight {
    width: 10%;
    float: right;
    text-align: center;
    margin-right: 10%;
}

.footerRight img {
    width: 6rem;
}

.footerRight span {
    display: block;
    color: #666666;
    font-size: 1.2rem;
    line-height: 2rem;
}


/* footer  end */


/* second_nav  start */

.second_nav {
    border: 1px solid #E6E6E6;
    background: #fff;
    height: 5rem;
    margin: 2rem 0;
    padding: 0 2%;
}

.second_nav img {
    width: 1.5rem;
    float: left;
    margin-top: 1.75rem;
    margin-right: 4px;
}

.second_nav span,
.second_nav span a {
    font-size: 1.5rem;
    color: #4A4A4A;
    font-weight: 400;
    line-height: 5rem;
}

.second_nav span.cur {
    color: #F15D4B;
}

.listSecondBox {
    overflow: hidden;
    min-height: 45rem;
}

.listSecondBoxLeft {
    width: 26rem;
    float: left;
}

.listSecondBoxLeft .top {
    background: #AE1625;
    height: 8rem;
    line-height: 7.8rem;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
}

.listSecondBoxLeft .top img {
    width: 2.4rem;
    vertical-align: baseline;
}

.listSecondBoxLeft ul li a {
    background: #F0F3F5;
    height: 8rem;
    line-height: 7.8rem;
    color: #5C5C5C;
    font-size: 2rem;
    text-align: center;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    display: block;
}

.listSecondBoxLeft ul li:hover a {
    color: #AE1625;
}

.listSecondBoxLeft ul li.cur a {
    background: #fff;
    color: #AE1625;
}

.listSecondBoxRight {
    width: calc(100% - 26rem);
    float: left;
    background: #fff;
    margin-bottom: 6rem;
}

.listSecondBoxRight .top {
    border-bottom: 0.4rem solid #AE1625;
    height: 8rem;
    line-height: 7.8rem;
    color: #6B6B6B;
    font-size: 1.4rem;
    padding: 0 2%;
}

.listSecondBoxRight ul {
    border: 1px solid #E6E6E6;
    border-top: none;
    padding: 0 2%;
}

.listSecondBoxRight ul li {
    border-bottom: 1px dashed #E6E6E6;
    cursor: pointer;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 2.4rem;
    background-image: url(/images/substation/ningbo/next.png);
}

.listSecondBoxRightCon {
    overflow: hidden;
    padding-top: 2rem;
}

.listSecondBoxRightCon h5 {
    color: #666666;
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 5.5rem);
    float: left;
}

.listSecondBoxRightCon img {
    width: 2.8rem;
    position: relative;
    top: -8px;
}

.listSecondBoxRight ul li h6 {
    color: #B5B5B5;
    font-weight: 400;
    font-size: 1.4rem;
    padding-bottom: 2rem;
}

.listSecondBoxRight ul li:hover h5,
.listSecondBoxRight ul li.cur h5 {
    color: #AE1625;
}

.listSecondBoxRight ul li:hover,
.listSecondBoxRight ul li.cur {
    background-image: url(/images/substation/ningbo/next01.png);
}

.listSecondBoxRightVideo {
    width: calc(100% - 26rem);
    float: left;
    background: #fff;
    margin-bottom: 6rem;
}

.listSecondBoxRightVideo .top {
    border-bottom: 0.4rem solid #AE1625;
    height: 8rem;
    line-height: 7.8rem;
    color: #6B6B6B;
    font-size: 1.4rem;
    padding: 0 2%;
}

.listSecondBoxRightVideo .top .search {
    width: 350px;
}

.listSecondBoxRightVideo .top .search input {
    border: 1px solid #AE1625
}

.listSecondBoxRightVideo ul {
    border: 1px solid #E6E6E6;
    border-top: none;
    /* padding: 0 2%; */
}

.listSecondBoxRightVideo ul li {
    border: 1px solid #E6E6E6;
    cursor: pointer;
    float: left;
    width: 22%;
    margin: 2.5rem 0 0 8.5%;
}

.listSecondBoxRightVideoCon {
    width: 100%;
    height: 0;
    padding-bottom: 76%;
    overflow: hidden;
}

.listSecondBoxRightVideoCon img {
    width: 100%;
    font-size: 0;
}

.listSecondBoxRightVideo ul li h5 {
    color: #333;
    font-weight: 400;
    font-size: 1.6rem;
    margin: 2rem 2rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 4.5rem;
}

.listSecondBoxRightVideo ul li h6 {
    color: #AE1625;
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0 2rem 1.5rem;
}

.listSecondBoxRightVideo ul li:hover,
.listSecondBoxRightVideo ul li.cur {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.listSecondBoxRightText {
    text-align: center;
    width: calc(100% - 26rem);
    float: left;
    background: #fff;
    margin-bottom: 10rem;
    padding: 2.2rem 4% 6rem;
    border: 1px solid #E6E6E6;
}

.listSecondBoxRightText span {
    display: block;
    padding: 0 4rem 2rem;
    font-size: 1.6rem;
    text-align: left;
    text-indent: 3rem;
    line-height: 3rem;
    color: #383838;
}

.listSecondBoxRightText img {
    width: 50%;
    margin: 1rem auto;
}

.listSecondBoxRightText .serviceBox {
    /* width: 50%; */
    float: left;
    padding-left: 10%;
    text-align: left;
}

.listSecondBoxRightText .serviceBox h5 {
    font-size: 2.2rem;
    margin-bottom: 4rem;
}

.listSecondBoxRightText .serviceBox h6 {
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 400;
}

.listSecondBoxRightText .input {
    border: 1px solid #B3B3B3;
    width: 100%!important;
    height: 20rem!important;
    margin-bottom: 2rem;
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    color: #ADADAD;
}

.listSecondBoxRightText .button button {
    display: inline-block;
    width: 10rem;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 1.4rem;
}

.listSecondBoxRightText .button button.submit {
    background: #AE1625;
    color: #fff;
}

.listSecondBoxRightText .button button.cancle {
    color: #AE1625;
    background: #fff;
    border: 1px solid #AE1625;
}

.listSecondBoxRightText h2 {
    text-align: left;
    font-size: 1.9rem;
    margin-bottom: 1rem;
}

.listSecondBoxRightText h3 {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.listSecondBoxRightText h5 {
    text-align: left;
    text-indent: 3rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.5rem;
}

.listSecondBoxRightText h6 {
    text-align: left;
    text-indent: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5rem;
    font-style: italic;
}

.listSecondBoxRightText .ita {
    font-style: italic;
    padding: 0;
    text-indent: 0;
    display: inline;
}

.listSecondBoxRightText table {
    /* width: 900px; */
}

.listSecondBoxRightText td,
.listSecondBoxRightText th {
    border: 1px solid #B3B3B3;
    font-size: 1.6rem;
    padding: 4px 0;
    /* max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.channelId {
    width: 20%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border: 1px solid #B3B3B3;
    font-size: 1.4rem;
    outline: none;
}

.listSearchBoxRight {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 6rem;
}

.listSearchBoxRight .top {
    border-bottom: 0.4rem solid #AE1625;
    height: 5rem;
    color: #6B6B6B;
    font-size: 1.4rem;
    padding: 0 2%;
}

.listSearchBoxRight ul {
    border: 1px solid #E6E6E6;
    border-top: none;
    padding: 0 2%;
}

.listSearchBoxRight ul li {
    border-bottom: 1px dashed #E6E6E6;
    cursor: pointer;
    vertical-align: middle;
}

.listSearchBoxRightCon {
    overflow: hidden;
    padding: 2rem 0;
}

.listSearchBoxRightCon h5 {
    color: #666666;
    font-weight: 400;
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 10rem);
    float: left;
}

.listSearchBoxRightCon span {
    float: right;
    color: #B5B5B5;
    font-weight: 400;
    font-size: 1.4rem;
}

.listSearchBoxRight ul li:hover h5,
.listSearchBoxRight ul li.cur h5 {
    color: #AE1625;
}


/* second_nav  end */


/* pageBox  start */

.pageBox {
    padding: 2rem 0;
    text-align: right;
    clear: both;
}

.pageBox span {
    color: #333333;
    font-size: 1.2rem;
}

.pageBox .num {
    color: #333333;
    font-size: 1.2rem;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    text-align: center;
    line-height: 2.4rem;
}

.pageBox .prev img {
    width: 1.6rem;
    vertical-align: sub;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
}

.pageBox .next img {
    width: 1.6rem;
    vertical-align: sub;
    margin-right: 0.8rem;
}

.pageBox .numCur,
.pageBox .num:hover {
    background: #AE1625;
    color: #fff;
}

.pageBox .jump {
    width: 3rem;
    height: 2rem;
    text-align: center;
}


/* pageBox  end */


/* detailListBox  start */

.detailListBox {
    background: #fff;
    padding: 2rem 0 6rem;
}

.detailListBox h4 {
    color: #000000;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    margin: 3rem 0 2rem;
}

.detailListBox h6 {
    color: #969696;
    font-size: 1.6rem;
    font-weight: 400;
    border-bottom: 1px solid #E3E3E3;
    text-align: center;
    padding-bottom: 1.6rem;
}

.detailListBoxCon {
    color: #474747;
    line-height: 4rem;
    font-size: 1.7rem;
    padding: 6rem 12rem;
    text-indent: 3rem;
}


/* detailListBox  end */


/* contentR_middle  start */

.contentR_middle {
    text-align: left;
    width: calc(100% - 26rem);
    float: left;
    background: #fff;
    margin-bottom: 10rem;
    padding: 4.2rem 4% 6rem;
    border: 1px solid #E6E6E6;
}

.contentR_middle .list_top {
    text-align: center;
    margin-bottom: 1.7rem;
}

.contentR_middle .list_top .title {
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    color: #ca0000;
    padding: 0;
    text-align: center;
    line-height: 50px;
}

.contentR_middle .list_top #second-title {
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
}

.contentR_middle .artical {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.artical ul.first_ul {
    width: 60%;
}

.artical ul {
    float: left;
}

.artical ul.first_ul li {
    width: 100%;
    word-wrap: break-word;
    line-height: 30px;
    font-size: 1.4rem;
    margin-bottom: 1.7rem;
}

.artical .show-img span {
    float: left;
    font-size: 1.4rem;
}

.artical .show-img {
    height: 197px;
    float: right;
    width: 40%;
}

.artical .show-img #slider1 {
    width: calc(100% - 7rem);
    float: right;
    overflow: hidden;
}

.artical .show-img #slider1 img {
    width: 100%;
}

.artical .show-img #slider1 .swiper {
    width: 100%;
    height: 100%;
}


/* contentR_middle  end */

@media screen and (min-width: 1280px) and (max-width: 1680px) {
    html,
    body {
        font-size: 12px;
    }
}


/* @media screen and (min-width: 1580px) and (max-width: 1680px) {
    html,
    body {
        font-size: 12px;
    }
  
} */

@media screen and (min-width: 1680px) {
    html,
    body {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    html,
    body {
        font-size: 10px;
    }
}


/* add-page-alert  start */

#pagination_12 {
    overflow: hidden;
    text-align: center;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 10px!important;
}

.whj_jqueryPaginationCss-2 {
    width: 100%!important;
}

.whj_jqueryPaginationCss-2 .whj_checked {
    background-color: #ae1625!important;
}

.whj_jqueryPaginationCss-2 div {
    line-height: 20px!important;
}

.bigImgWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000ab;
    display: none;
    text-align: center;
}

.bigImgWrap img {
    max-width: 80%;
    margin: 10% auto 0;
}

.bigImgWrap .close {
    position: absolute;
    right: 5%;
    top: 2%;
    cursor: pointer;
}


/* add-page-alert  end */


/* imgSwiperListBox  start */

.imgSwiperListBox {
    overflow: hidden;
    padding: 2rem 0;
}

.imgSwiperListBox li {
    width: 23.5%;
    margin-right: 2%;
    float: left;
    position: relative;
    height: 310px;
}

.imgSwiperListBox li .imgSwiperBox {
    width: 100%;
    padding-left: 30px;
    margin: 0 auto;
    position: relative;
    height: 310px;
    text-align: center;
}

.imgSwiperListBox li:nth-child(4) {
    margin-right: 0;
}

.imgSwiperListBox li:nth-child(1) .imgSwiperBox {
    background: url(/images/substation/ningbo/imgswiperBg1.png) no-repeat center;
    background-size: 100% 100%;
}

.imgSwiperListBox li:nth-child(2) .imgSwiperBox {
    background: url(/images/substation/ningbo/imgswiperBg2.png) no-repeat center;
    background-size: 100% 100%;
}

.imgSwiperListBox li:nth-child(3) .imgSwiperBox {
    background: url(/images/substation/ningbo/imgswiperBg3.png) no-repeat center;
    background-size: 100% 100%;
}

.imgSwiperListBox li:nth-child(4) .imgSwiperBox {
    background: url(/images/substation/ningbo/imgswiperBg4.png) no-repeat center;
    background-size: 100% 100%;
}

.imgSwiperListLeft {
    width: 30px;
    float: left;
}

.imgSwiperListLeft img {
    width: 100%;
    margin: 80px auto 4px;
}

.imgSwiperListLeft span {
    font-size: 1.5rem;
    width: 100%;
    font-weight: bold;
    color: #fff;
}

.imgSwiperListRight {
    width: calc(100% - 30px);
    height: 100%;
    float: left;
    padding: 50px 10px 40px 15px;
}

.imgSwiperListRight .swiper {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.imgSwiperListRight .swiper-slide {
    height: 32px!important;
    padding-bottom: 0px!important;
    margin-bottom: 5px!important;
}

.imgSwiperListRight .swiper-slide a {
    display: block;
    overflow: hidden;
}

.imgSwiperListRight .swiper-slide .listBoxCircle {
    float: left;
    line-height: 32px;
    color: #fff;
    margin-right: 4px;
}

.imgSwiperListRight .swiper-slide .listBoxContent {
    float: left;
    line-height: 32px;
    max-width: calc(100% - 20px);
    font-size: 1.1rem;
    color: #fff;
}

.imgSwiperListRight .swiper-slide a:hover .listBoxCircle {
    color: #F15D4B;
}

.imgSwiperListRight .swiper-slide a:hover .listBoxContent {
    color: #E6171A;
}


/* imgSwiperListBox  end */


/* login  start */

.loginbody {
    background: #f2f5f7;
}

.loginTitle {
    width: 100%;
    background: #fff;
    padding: 0 110px;
}

.loginTitle h6 {
    margin: 0 auto;
    height: 120px;
    line-height: 120px;
    color: #AE1625;
    font-weight: bold;
    font-size: 3rem;
}

.returnHome {
    float: right;
}

.returnHome img {
    width: 25px;
    margin-top: 47px;
    margin-right: 4px;
    float: left;
}

.returnHome a {
    color: #303030;
    font-size: 1.3rem;
    font-weight: 500;
    display: block;
    width: 120px;
}

.loginContent {
    height: calc(100% - 254px);
    width: 100%;
    overflow: hidden;
    background: url(/images/substation/ningbo/loginBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.login-wrapper {
    position: absolute;
    right: 15%;
    top: 12%;
    background: #fff;
    width: 370px;
    height: 328px;
}

.form-wrapper {
    margin: 0 auto;
}

.loginHeader {
    font-size: 2rem;
    text-align: center;
    margin: 3.5rem 0 3.8rem;
}

.form-wrapper input {
    display: block;
    width: 100%;
    margin-bottom: 1.8rem;
    padding: 0 20px;
    font-size: 1.5rem;
    outline: none;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    height: 4rem;
}

.form-wrapper .userselect {
    background: url('/images/substation/ningbo/user.png') no-repeat;
    background-size: 18px;
    background-position: 10px center;
    padding: 0 0 0 30px;
}

.form-wrapper .passselect {
    background: url('/images/substation/ningbo/password.png') no-repeat;
    background-size: 14px;
    background-position: 10px center;
    padding: 0 0 0 30px;
}

.form-wrapper .checkout {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.form-wrapper .checkout input {
    width: 18px;
    height: 18px;
    float: left;
    margin-top: 3px;
    margin-right: 4px;
}

.form-wrapper .checkout a {
    color: #AE1625;
    float: right;
}

.form-wrapper .btn {
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    background: #AE1625;
    color: #fff;
    height: 3.2rem;
    font-size: 1.3rem;
}

.artcode {
    overflow: hidden;
}

.artcode .artinput {
    width: calc(100% - 110px);
    float: left;
    background: #f2f2f2;
    border: none;
    padding-left: 30px;
    color: #b0b0b0;
}

.arta img {
    height: 4rem;
    width: 100px;
    float: right;
}


/* login  end */

.rightList {
    padding: 0;
}

.listBoxTitleLeft3 {
    font-size: 1.6rem;
    float: left;
    color: #333;
    padding: 1.3rem 2.5rem;
    cursor: pointer;
}

.rightList::after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    zoom: 1;
}
.titleActive {
    background-color: #9C0B19;
    color: #fff;
}

.contentBoxList {
    display: none;
}

.toMore a {
    margin-top: 1.3rem;
}

.toMore {
    display: none;
}