﻿* {
    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: 1400px;
    /* font-size: 10px; */
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
    position: relative;
    background-color: #FFFFFF;
    /* overflow-x: hidden; */
}


/* 导航栏 */

.navNew {
    width: 100%;
    height: 80px;
    background-color: #000000b0;
    opacity: 1;
    position: absolute;
    top: 0;
}

.navNew ul {
    width: 100%;
     /* max-width: 1400px; */
	max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.navNew ul li {
    width: 16.66%;
    float: left;
    height: 80px;
}

.navNew ul .titleLegth {
     /* width: 160px; */
}

.navNew ul li a {
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 80px;
    display: block;
}

.navNew ul li.active a,
.navNew ul li:hover a {
    background: #2A82E4;
    cursor: pointer;
}


/* 导航栏end */

.firstLevel {
    width: 100%;
}

.firstLevel img {
    width: 100%;
}


/* second_nav */

.content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 32px;
}

.listSecondBox {
    overflow: hidden;
    min-height: 45rem;
}

.listSecondBoxLeft {
    width: 249px;
    float: left;
}

.listSecondBoxLeft .top {
    background: #2282F0;
    height: 76px;
    line-height: 76px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.listSecondBoxLeft ul li a {
    background: #EBEBEBFF;
    height: 76px;
    line-height: 76px;
    color: #333333FF;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #E6E6E6FF;
    border-right: 1px solid #E6E6E6FF;
    border-bottom: 1px solid #E6E6E6FF;
    display: block;
    cursor: pointer;
}


/* .listSecondBoxLeft ul li:hover a {
    color: #2282F0;
} */

#leftMenu .curActiveUl li:hover a,
#leftMenu .curActiveUl li:active a,
#leftMenu .curActiveUl li:focus a {
    color: #2282F0;
}


/* .noCur:hover a,
.cur1:hover a {
    color: #2282F0;
} */

.showIcon
/* .listSecondBoxLeft ul li:hover img  */

{
    content: url(/images/substation/jian/upIcon.png);
}

.listSecondBoxLeft ul li.cur a {
    background: #fff;
    color: #2282F0;
}

.listSecondBoxLeft ul li a img {
    width: 15px;
    margin-left: 10px;
}

.listSecondBoxLeft ul li.cur1 a {
    background: #EBEBEBFF;
    /* color: #2282F0; */
}

.activeCur {
    color: #2282F0 !important;
}

.cur1 .curActiveUl {
    display: none;
}

.cur1 .curActiveUl li a {
    background: #FFFFFFFF !important;
    height: 76px;
    line-height: 76px;
    color: #666666FF;
    font-size: 20px;
    text-align: center;
    border-left: 1px solid #E6E6E6FF;
    border-right: 1px solid #E6E6E6FF;
    border-bottom: 1px solid #E6E6E6FF;
}

.curli a {
    color: #2A82E4FF !important;
}

.listSecondBoxRight {
    width: calc(100% - 249px);
    float: left;
    background: #fff;
    margin-bottom: 6rem;
}

.listSecondBoxRight .top {
    border-bottom: 5px solid #2282F0FF;
    height: 76px;
    line-height: 76px;
    padding: 0 2%;
}

.contentDetail {
    padding: 40px 50px 0;
    text-align: center;
    border: 1px solid #E6E6E6FF;
    padding-bottom: 6rem;
}

.contentDetail .title {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    font-weight: 700;
    color: #000000FF;
    /* margin-bottom: 60px; */
    margin-bottom: 20px;
}

.contentDetail img,
.contentDetail video {
    width: 600px;
    margin: 20px 0px;
}

.contentDetail img:first-child {
    margin-top: 0px;
    margin-bottom: 40px;
}

.contentDetail .towImg {
    margin-top: 0px;
}

.contentDetail p {
    text-align: left;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #000000FF;
    text-align: justify;
}

.footerNew {
    background-color: #2282F0FF;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 24px 0;
}


/*******新增样式****/

.listSecondBoxRight 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;
}

.listSecondBoxRight h5:hover {
    color: #2282F0FF;
    cursor: pointer;
}

.contentDetail h4 {
    height: 40px;
    opacity: 1;
    /** 文本1 */
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 40px;
    color: rgba(0, 0, 0, 1);
    margin: 20px 0px;
}

.contentDetail .textIndex {
    text-indent: 2rem;
}

.imgExplan {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 40px;
    margin-top: -50px;
}
.operateA{
    color: #144BBC;
    padding: 5px 10px;
}
.operateA:hover{
    color: #3b59bc;
}
.operateBar{
    padding-top: 10px;
}
#exitDiv{
    position: absolute;
    background: rgb(105 136 189);
    padding: 10px 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 16.6%;
}